Package org.joinfaces.security
Class AuthorizeFaceletsTagHandler
- java.lang.Object
-
- javax.faces.view.facelets.TagHandler
-
- org.joinfaces.security.AuthorizeFaceletsTagHandler
-
- All Implemented Interfaces:
javax.faces.view.facelets.FaceletHandler
public class AuthorizeFaceletsTagHandler extends javax.faces.view.facelets.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
-
-
Constructor Summary
Constructors Constructor Description AuthorizeFaceletsTagHandler(javax.faces.view.facelets.TagConfig config)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
apply(javax.faces.view.facelets.FaceletContext faceletContext, javax.faces.component.UIComponent parent)
-