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
 
 
 
 
- 
public class AuthenticatedFaceletsTag extends AbstractFaceletsAuthorizeTag
A concrete implementation ofAbstractAuthorizeTagfor use with standard Facelets rendering technology. 
- 
- 
Constructor Summary
Constructors Constructor Description AuthenticatedFaceletsTag()A default constructor. 
- 
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 Detail
- 
AuthenticatedFaceletsTag
public AuthenticatedFaceletsTag()
A default constructor. Callers of this constructor are responsible for setting one or more of the tag attributes inAbstractAuthorizeTag. 
 - 
 
 -