Class DefineHandler
java.lang.Object
jakarta.faces.view.facelets.TagHandler
org.apache.myfaces.view.facelets.tag.ui.DefineHandler
- All Implemented Interfaces:
FaceletHandler
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.TagHandler
nextHandler, tag, tagId
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
apply
(FaceletContext ctx, UIComponent parent) void
applyDefinition
(FaceletContext ctx, UIComponent parent) getName()
Methods inherited from class jakarta.faces.view.facelets.TagHandler
getAttribute, getRequiredAttribute, toString
-
Constructor Details
-
DefineHandler
-
-
Method Details
-
apply
public void apply(FaceletContext ctx, UIComponent parent) throws IOException, FacesException, FaceletException, jakarta.el.ELException - Throws:
IOException
FacesException
FaceletException
jakarta.el.ELException
-
applyDefinition
public void applyDefinition(FaceletContext ctx, UIComponent parent) throws IOException, FacesException, FaceletException, jakarta.el.ELException - Throws:
IOException
FacesException
FaceletException
jakarta.el.ELException
-
getName
-