org.jboss.portal.faces.facelet
Class ContextTagHandler
java.lang.Object
TagHandler
org.jboss.portal.faces.facelet.ContextTagHandler
public class ContextTagHandler
- extends TagHandler
Defines a context tag which allow to create use the ui:param tag without requiring to include
content. It can be seen as an immediate ui:include facility which allow to define aliases
for the nested content of the tag.
- Version:
- $Revision: 1.1 $
- Author:
- Julien Viet
Method Summary |
void |
apply(FaceletContext ctx,
UIComponent parent)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ContextTagHandler
public ContextTagHandler(TagConfig tagConfig)
apply
public void apply(FaceletContext ctx,
UIComponent parent)
throws java.io.IOException,
FacesException,
FaceletException,
ELException
- Throws:
java.io.IOException
FacesException
FaceletException
ELException