org.jboss.portal.faces.facelet
Class ContextTagHandler

java.lang.Object
  extended by com.sun.facelets.tag.TagHandler
      extended by org.jboss.portal.faces.facelet.ContextTagHandler
All Implemented Interfaces:
com.sun.facelets.FaceletHandler

public class ContextTagHandler
extends com.sun.facelets.tag.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: 8784 $
Author:
Julien Viet

Field Summary
 
Fields inherited from class com.sun.facelets.tag.TagHandler
nextHandler, tag, tagId
 
Constructor Summary
ContextTagHandler(com.sun.facelets.tag.TagConfig tagConfig)
           
 
Method Summary
 void apply(com.sun.facelets.FaceletContext ctx, javax.faces.component.UIComponent parent)
           
 
Methods inherited from class com.sun.facelets.tag.TagHandler
findNextByType, getAttribute, getRequiredAttribute, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ContextTagHandler

public ContextTagHandler(com.sun.facelets.tag.TagConfig tagConfig)
Method Detail

apply

public void apply(com.sun.facelets.FaceletContext ctx,
                  javax.faces.component.UIComponent parent)
           throws java.io.IOException,
                  javax.faces.FacesException,
                  com.sun.facelets.FaceletException,
                  javax.el.ELException
Throws:
java.io.IOException
javax.faces.FacesException
com.sun.facelets.FaceletException
javax.el.ELException