Class JspAuthorizeTag

    • Field Detail

      • pageContext

        protected javax.servlet.jsp.PageContext pageContext
      • id

        protected java.lang.String id
    • Constructor Detail

      • JspAuthorizeTag

        public JspAuthorizeTag()
    • Method Detail

      • doStartTag

        public int doStartTag()
                       throws javax.servlet.jsp.JspException
        Invokes the base class AbstractAuthorizeTag.authorize() method to decide if the body of the tag should be skipped or not.
        Specified by:
        doStartTag in interface javax.servlet.jsp.tagext.Tag
        Returns:
        Tag.SKIP_BODY or Tag.EVAL_BODY_INCLUDE
        Throws:
        javax.servlet.jsp.JspException
      • doEndTag

        public int doEndTag()
                     throws javax.servlet.jsp.JspException
        Default processing of the end tag returning EVAL_PAGE.
        Specified by:
        doEndTag in interface javax.servlet.jsp.tagext.Tag
        Returns:
        EVAL_PAGE
        Throws:
        javax.servlet.jsp.JspException
        See Also:
        Tag.doEndTag()
      • getId

        public java.lang.String getId()
      • setId

        public void setId​(java.lang.String id)
      • getParent

        public javax.servlet.jsp.tagext.Tag getParent()
        Specified by:
        getParent in interface javax.servlet.jsp.tagext.Tag
      • setParent

        public void setParent​(javax.servlet.jsp.tagext.Tag parent)
        Specified by:
        setParent in interface javax.servlet.jsp.tagext.Tag
      • getVar

        public java.lang.String getVar()
      • setVar

        public void setVar​(java.lang.String var)
      • release

        public void release()
        Specified by:
        release in interface javax.servlet.jsp.tagext.Tag
      • setPageContext

        public void setPageContext​(javax.servlet.jsp.PageContext pageContext)
        Specified by:
        setPageContext in interface javax.servlet.jsp.tagext.Tag
      • getRequest

        protected javax.servlet.ServletRequest getRequest()
        Description copied from class: AbstractAuthorizeTag
        This method allows subclasses to provide a way to access the ServletRequest according to the rendering technology.
        Specified by:
        getRequest in class AbstractAuthorizeTag
      • getResponse

        protected javax.servlet.ServletResponse getResponse()
        Description copied from class: AbstractAuthorizeTag
        This method allows subclasses to provide a way to access the ServletResponse according to the rendering technology.
        Specified by:
        getResponse in class AbstractAuthorizeTag
      • getServletContext

        protected javax.servlet.ServletContext getServletContext()
        Description copied from class: AbstractAuthorizeTag
        This method allows subclasses to provide a way to access the ServletContext according to the rendering technology.
        Specified by:
        getServletContext in class AbstractAuthorizeTag