Interface RenderCondition

    • Method Detail

      • check

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