Package org.joinfaces.security
Class AuthorizeFaceletsTagHandler
- java.lang.Object
-
- javax.faces.view.facelets.TagHandler
-
- org.joinfaces.security.AuthorizeFaceletsTagHandler
-
- All Implemented Interfaces:
FaceletHandler
public class AuthorizeFaceletsTagHandler extends TagHandler
A standard FaceletsTagHandler
for performing Spring Security authorization decisions. The tag supports the following combinations attributes for authorization:- access
- url, method
- ifAllGranted, ifAnyGranted, ifNotGranted
-
-
Field Summary
-
Fields inherited from class javax.faces.view.facelets.TagHandler
nextHandler, tag, tagId
-
-
Constructor Summary
Constructors Constructor Description AuthorizeFaceletsTagHandler(TagConfig config)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
apply(FaceletContext faceletContext, UIComponent parent)
-
Methods inherited from class javax.faces.view.facelets.TagHandler
getAttribute, getRequiredAttribute, toString
-
-
-
-
Constructor Detail
-
AuthorizeFaceletsTagHandler
public AuthorizeFaceletsTagHandler(TagConfig config)
-
-
Method Detail
-
apply
public void apply(FaceletContext faceletContext, UIComponent parent) throws java.io.IOException
- Throws:
java.io.IOException
-
-