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,v 1.5 2008/07/13 19:01:41 rlubke Exp $
- Author:
- Jacob Hookom
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
DefineHandler
public DefineHandler(TagConfig config)
- Parameters:
config
-
apply
public void apply(FaceletContext ctx,
UIComponent parent)
throws java.io.IOException,
FacesException,
FaceletException,
javax.el.ELException
- Throws:
java.io.IOException
FacesException
FaceletException
javax.el.ELException
applyDefinition
public void applyDefinition(FaceletContext ctx,
UIComponent parent)
throws java.io.IOException,
FacesException,
FaceletException,
javax.el.ELException
- Throws:
java.io.IOException
FacesException
FaceletException
javax.el.ELException
getName
public java.lang.String getName()
Copyright © 2010 The Apache Software Foundation. All Rights Reserved.