org.apache.myfaces.view.facelets.tag.ui
Class DefineHandler
java.lang.Object
javax.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: DefineHandler.java 1187701 2011-10-22 12:21:54Z bommel $
- Author:
- Jacob Hookom
DefineHandler
public DefineHandler(TagConfig config)
- Parameters:
config
-
apply
public void apply(FaceletContext ctx,
UIComponent parent)
throws IOException,
FacesException,
FaceletException,
javax.el.ELException
- Throws:
IOException
FacesException
FaceletException
javax.el.ELException
applyDefinition
public void applyDefinition(FaceletContext ctx,
UIComponent parent)
throws IOException,
FacesException,
FaceletException,
javax.el.ELException
- Throws:
IOException
FacesException
FaceletException
javax.el.ELException
getName
public String getName()
Copyright © 2014 The Apache Software Foundation. All rights reserved.