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 Type
    Method
    Description
    boolean
    Returns true if the component should be rendered; false otherwise.
  • Method Details

    • check

      boolean check() throws ServletException, IOException
      Returns true if the component should be rendered; false otherwise.
      Returns:
      true if the component should be rendered, false otherwise
      Throws:
      ServletException - in case a servlet error occurs
      IOException - in case an IO error occurs