Package org.joinfaces.security.taglib
Class AnonymousFaceletsTagHandler
- java.lang.Object
 - 
- javax.faces.view.facelets.TagHandler
 - 
- org.joinfaces.security.taglib.AnonymousFaceletsTagHandler
 
 
 
- 
- All Implemented Interfaces:
 FaceletHandler
public class AnonymousFaceletsTagHandler extends TagHandler
TagHandler of anonymous user. 
- 
- 
Field Summary
- 
Fields inherited from class javax.faces.view.facelets.TagHandler
nextHandler, tag, tagId 
 - 
 
- 
Constructor Summary
Constructors Constructor Description AnonymousFaceletsTagHandler(TagConfig config) 
- 
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidapply(FaceletContext faceletContext, UIComponent parent)- 
Methods inherited from class javax.faces.view.facelets.TagHandler
getAttribute, getRequiredAttribute, toString 
 - 
 
 - 
 
- 
- 
Constructor Detail
- 
AnonymousFaceletsTagHandler
public AnonymousFaceletsTagHandler(TagConfig config)
 
 - 
 
- 
Method Detail
- 
apply
public void apply(FaceletContext faceletContext, UIComponent parent) throws IOException
- Throws:
 IOException
 
 - 
 
 -