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 SummaryConstructors Constructor Description AuthenticatedFaceletsTag()A default constructor.
 - 
Method Summary- 
Methods inherited from class org.joinfaces.security.taglib.AbstractFaceletsAuthorizeTaggetRequest, getResponse, getServletContext
 - 
Methods inherited from class org.springframework.security.taglibs.authz.AbstractAuthorizeTagauthorize, authorizeUsingAccessExpression, authorizeUsingUrlCheck, createExpressionEvaluationContext, getAccess, getMethod, getUrl, setAccess, setMethod, setUrl
 
- 
 
- 
- 
- 
Constructor Detail- 
AuthenticatedFaceletsTagpublic AuthenticatedFaceletsTag() A default constructor. Callers of this constructor are responsible for setting one or more of the tag attributes inAbstractAuthorizeTag.
 
- 
 
-