Package org.springframework.security.taglibs.facelets

Class Summary
IfAllGrantedTag Taglib to combine the Spring-Security Project with Facelets
This is the Class responsible for making the

<sec:ifAllGranted roles="ROLE_USER,ROLE_EXAMPLE">
The components you want to show only when the condition holds
lt;/sec:ifAllGranted>
work.
IfAnyGrantedTag Taglib to combine the Spring-Security Project with Facelets
This is the Class responsible for making the

<sec:ifAnyGranted roles="ROLE_USER,ROLE_EXAMPLE">
The components you want to show only when the condition holds
lt;/sec:ifAnyGranted>
work.
IfNotGrantedTag Taglib to combine the Spring-Security Project with Facelets
This is the Class responsible for making the

<sec:ifNotGranted roles="ROLE_USER,ROLE_EXAMPLE">
The components you want to show only when the condition holds
lt;/sec:ifNotGranted>
work.
SpringSecurityELLibrary Taglib to combine the Spring-Security Project with Facelets
This is the class responsible holding the logic for making the tags work.
 



Copyright © 2009. All Rights Reserved.