com.sun.facelets.compiler
Class AbstractUIHandler

java.lang.Object
  extended by com.sun.facelets.compiler.AbstractUIHandler
All Implemented Interfaces:
FaceletHandler, TextHandler

public abstract class AbstractUIHandler
extends Object
implements FaceletHandler, TextHandler


Constructor Summary
AbstractUIHandler()
           
 
Method Summary
 void addComponent(FaceletContext ctx, UIComponent parent, UIComponent c)
           
protected  String getFacetName(FaceletContext ctx, UIComponent parent)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface com.sun.facelets.FaceletHandler
apply
 
Methods inherited from interface com.sun.facelets.tag.TextHandler
getText, getText
 

Constructor Detail

AbstractUIHandler

public AbstractUIHandler()
Method Detail

addComponent

public void addComponent(FaceletContext ctx,
                         UIComponent parent,
                         UIComponent c)

getFacetName

protected final String getFacetName(FaceletContext ctx,
                                    UIComponent parent)


Copyright © 2005 All Rights Reserved.