Interface RenderCondition
- All Known Implementing Classes:
AbstractCompositeRenderCondition,AndRenderCondition,CapabilityRenderCondition,NotRenderCondition,OrRenderCondition,PrivilegeRenderCondition,SimpleRenderCondition
public interface RenderCondition
The condition if the component should be rendered or not.
-
Method Summary
Modifier and TypeMethodDescriptionbooleancheck()Returnstrueif the component should be rendered;falseotherwise.
-
Method Details
-
check
Returnstrueif the component should be rendered;falseotherwise.- Returns:
trueif the component should be rendered,falseotherwise- Throws:
ServletException- in case a servlet error occursIOException- in case an IO error occurs
-