Package jakarta.faces.view.facelets
Class TagHandlerDelegate
- java.lang.Object
- 
- jakarta.faces.view.facelets.TagHandlerDelegate
 
- 
 public abstract class TagHandlerDelegate extends Object - Since:
- 2.0
 
- 
- 
Constructor SummaryConstructors Constructor Description TagHandlerDelegate()
 - 
Method SummaryAll Methods Instance Methods Abstract Methods Modifier and Type Method Description abstract voidapply(FaceletContext ctx, UIComponent comp)abstract MetaRulesetcreateMetaRuleset(Class type)
 
- 
- 
- 
Method Detail- 
applypublic abstract void apply(FaceletContext ctx, UIComponent comp) throws IOException - Throws:
- IOException
 
 - 
createMetaRulesetpublic abstract MetaRuleset createMetaRuleset(Class type) 
 
- 
 
-