Interface RenderCondition
-
- All Known Implementing Classes:
AbstractCompositeRenderCondition,AndRenderCondition,CapabilityRenderCondition,NotRenderCondition,OrRenderCondition,PrivilegeRenderCondition,SimpleRenderCondition
public interface RenderConditionThe condition if the component should be rendered or not.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description booleancheck()Returnstrueif the component should be rendered;falseotherwise.
-
-
-
Method Detail
-
check
boolean check() throws ServletException, java.io.IOExceptionReturnstrueif the component should be rendered;falseotherwise.- Returns:
trueif the component should be rendered,falseotherwise- Throws:
ServletException- in case a servlet error occursjava.io.IOException- in case an IO error occurs
-
-