Class AbstractFaceletsAuthorizeTag

    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      protected javax.servlet.ServletRequest getRequest()  
      protected javax.servlet.ServletResponse getResponse()  
      protected javax.servlet.ServletContext getServletContext()  
      • Methods inherited from class org.springframework.security.taglibs.authz.AbstractAuthorizeTag

        authorize, authorizeUsingAccessExpression, authorizeUsingUrlCheck, createExpressionEvaluationContext, getAccess, getMethod, getUrl, setAccess, setMethod, setUrl
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • AbstractFaceletsAuthorizeTag

        public AbstractFaceletsAuthorizeTag()
    • Method Detail

      • getRequest

        protected javax.servlet.ServletRequest getRequest()
        Specified by:
        getRequest in class org.springframework.security.taglibs.authz.AbstractAuthorizeTag
      • getResponse

        protected javax.servlet.ServletResponse getResponse()
        Specified by:
        getResponse in class org.springframework.security.taglibs.authz.AbstractAuthorizeTag
      • getServletContext

        protected javax.servlet.ServletContext getServletContext()
        Specified by:
        getServletContext in class org.springframework.security.taglibs.authz.AbstractAuthorizeTag