|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.sun.rave.web.ui.util.PermissionChecker.BooleanFunction
protected static class PermissionChecker.BooleanFunction
BooleanFunction is either true or false. It is used internally by PermissionChecker and is not needed outside PermissionChecker since "true" and "false" used in an equation are equivalent.
Constructor Summary | |
---|---|
PermissionChecker.BooleanFunction()
|
|
PermissionChecker.BooleanFunction(boolean value)
|
Method Summary | |
---|---|
boolean |
evaluate()
This method is invoked by the PermissionCheck to evaluate the function to true or false. |
java.util.List |
getArguments()
This method returns the List of arguments. |
void |
setArguments(java.util.List args)
This method is invoked be the PermissionChecker to set the arguments. |
java.lang.String |
toString()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public PermissionChecker.BooleanFunction()
public PermissionChecker.BooleanFunction(boolean value)
Method Detail |
---|
public java.util.List getArguments()
PermissionChecker.Function
getArguments
in interface PermissionChecker.Function
public void setArguments(java.util.List args)
PermissionChecker.Function
setArguments
in interface PermissionChecker.Function
public boolean evaluate()
PermissionChecker.Function
evaluate
in interface PermissionChecker.Function
public java.lang.String toString()
toString
in class java.lang.Object
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |