org.jboss.portal.faces.facelet
Class ContextTagHandler

java.lang.Object
  extended by TagHandler
      extended by 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

Constructor Summary
ContextTagHandler(TagConfig tagConfig)
           
 
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
 

Constructor Detail

ContextTagHandler

public ContextTagHandler(TagConfig tagConfig)
Method Detail

apply

public void apply(FaceletContext ctx,
                  UIComponent parent)
           throws java.io.IOException,
                  FacesException,
                  FaceletException,
                  ELException
Throws:
java.io.IOException
FacesException
FaceletException
ELException