Class AuthenticatedFaceletsTag


  • public class AuthenticatedFaceletsTag
    extends AbstractFaceletsAuthorizeTag
    A concrete implementation of AbstractAuthorizeTag for use with standard Facelets rendering technology.
    • Method Summary

      • 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

      • AuthenticatedFaceletsTag

        public AuthenticatedFaceletsTag()
        A default constructor. Callers of this constructor are responsible for setting one or more of the tag attributes in AbstractAuthorizeTag.