Class DefineHandler
- java.lang.Object
- 
- jakarta.faces.view.facelets.TagHandler
- 
- org.apache.myfaces.view.facelets.tag.ui.DefineHandler
 
 
- 
- All Implemented Interfaces:
- FaceletHandler
 
 @JSFFaceletTag(name="ui:define") public final class DefineHandler extends TagHandler The define tag can be used within tags that allow templating. This includes composition and decorate tags.- Version:
- $Id$
- Author:
- Jacob Hookom
 
- 
- 
Field Summary- 
Fields inherited from class jakarta.faces.view.facelets.TagHandlernextHandler, tag, tagId
 
- 
 - 
Constructor SummaryConstructors Constructor Description DefineHandler(TagConfig config)
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description voidapply(FaceletContext ctx, UIComponent parent)voidapplyDefinition(FaceletContext ctx, UIComponent parent)StringgetName()- 
Methods inherited from class jakarta.faces.view.facelets.TagHandlergetAttribute, getRequiredAttribute, toString
 
- 
 
- 
- 
- 
Constructor Detail- 
DefineHandlerpublic DefineHandler(TagConfig config) 
 
- 
 - 
Method Detail- 
applypublic void apply(FaceletContext ctx, UIComponent parent) throws IOException, FacesException, FaceletException, jakarta.el.ELException - Throws:
- IOException
- FacesException
- FaceletException
- jakarta.el.ELException
 
 - 
applyDefinitionpublic void applyDefinition(FaceletContext ctx, UIComponent parent) throws IOException, FacesException, FaceletException, jakarta.el.ELException - Throws:
- IOException
- FacesException
- FaceletException
- jakarta.el.ELException
 
 - 
getNamepublic String getName() 
 
- 
 
-