Package org.joinfaces.security.taglib
Class AuthenticatedFaceletsTag
java.lang.Object
org.springframework.security.taglibs.authz.AbstractAuthorizeTag
org.joinfaces.security.taglib.AbstractFaceletsAuthorizeTag
org.joinfaces.security.taglib.AuthenticatedFaceletsTag
A concrete implementation of
AbstractAuthorizeTag
for use with
standard Facelets rendering technology.-
Constructor Summary
-
Method Summary
Methods inherited from class org.joinfaces.security.taglib.AbstractFaceletsAuthorizeTag
getRequest, getResponse, getServletContext
Methods inherited from class org.springframework.security.taglibs.authz.AbstractAuthorizeTag
authorize, authorizeUsingAccessExpression, authorizeUsingUrlCheck, createExpressionEvaluationContext, getAccess, getMethod, getUrl, setAccess, setMethod, setUrl
-
Constructor Details
-
AuthenticatedFaceletsTag
public AuthenticatedFaceletsTag()A default constructor. Callers of this constructor are responsible for setting one or more of the tag attributes inAbstractAuthorizeTag
.
-