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 ServletRequest
getRequest()
protected ServletResponse
getResponse()
protected ServletContext
getServletContext()
-
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:
getRequest
in classAbstractAuthorizeTag
-
getResponse
protected ServletResponse getResponse()
- Specified by:
getResponse
in classAbstractAuthorizeTag
-
getServletContext
protected ServletContext getServletContext()
- Specified by:
getServletContext
in classAbstractAuthorizeTag
-
-