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. |
NotRenderCondition |
The condition that returns
true when all the sub conditions are
returning false ; true 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[]) . |
RenderConditionHelper |
A helper to get
RenderCondition of a resource. |
SimpleRenderCondition |
A condition that takes a simple boolean for the decision.
|
Copyright © 2010 - 2020 Adobe. All Rights Reserved