See: Description
Interface | Description |
---|---|
RenderCondition |
The condition if the component should be rendered or not.
|
Class | Description |
---|---|
AbstractCompositeRenderCondition |
A condition that act as an aggregate using composite pattern.
|
AndRenderCondition |
The condition that returns
true when all the sub conditions are
returning true ; false otherwise. |
OrRenderCondition |
The condition that returns
true when any of the sub conditions
is returning true ; false otherwise. |
PrivilegeRenderCondition |
A condition that decides based on
AccessControlManager#hasPrivileges(String, Privilege[]) . |
SimpleRenderCondition |
A condition that takes a simple boolean for the decision.
|
"Copyright © 2006 - 2015 Adobe Systems Incorporated. All Rights Reserved"