Package org.joinfaces.security
Class AbstractFaceletsAuthorizeTag
- java.lang.Object
-
- org.springframework.security.taglibs.authz.AbstractAuthorizeTag
-
- org.joinfaces.security.AbstractFaceletsAuthorizeTag
-
- Direct Known Subclasses:
AnonymousFaceletsTag,AuthenticatedFaceletsTag,AuthorizeFaceletsTag,FullyAuthenticatedFaceletsTag
public class AbstractFaceletsAuthorizeTag extends AbstractAuthorizeTag
Implement some abstract methods using jsf technology.
-
-
Constructor Summary
Constructors Constructor Description AbstractFaceletsAuthorizeTag()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected ServletRequestgetRequest()protected ServletResponsegetResponse()protected ServletContextgetServletContext()-
Methods inherited from class org.springframework.security.taglibs.authz.AbstractAuthorizeTag
authorize, authorizeUsingAccessExpression, authorizeUsingUrlCheck, createExpressionEvaluationContext, getAccess, getMethod, getUrl, setAccess, setMethod, setUrl
-
-
-
-
Method Detail
-
getRequest
protected ServletRequest getRequest()
- Specified by:
getRequestin classAbstractAuthorizeTag
-
getResponse
protected ServletResponse getResponse()
- Specified by:
getResponsein classAbstractAuthorizeTag
-
getServletContext
protected ServletContext getServletContext()
- Specified by:
getServletContextin classAbstractAuthorizeTag
-
-