Interface RenderCondition

    • Method Detail

      • check

        boolean check()
               throws ServletException,
                      java.io.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
        java.io.IOException - in case an IO error occurs