javax.faces.view.facelets
Class ComponentHandler
java.lang.Object
javax.faces.view.facelets.TagHandler
javax.faces.view.facelets.MetaTagHandler
javax.faces.view.facelets.DelegatingMetaTagHandler
javax.faces.view.facelets.ComponentHandler
- All Implemented Interfaces:
- FaceletHandler
public class ComponentHandler
- extends DelegatingMetaTagHandler
Implementation of the tag logic used in the JSF specification. This is your golden hammer for wiring UIComponents to
Facelets.
- Version:
- $Id: ComponentHandler.java,v 1.19 2008/07/13 19:01:47 rlubke Exp $
- Author:
- Jacob Hookom
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
ComponentHandler
public ComponentHandler(ComponentConfig config)
getComponentConfig
public ComponentConfig getComponentConfig()
isNew
public static boolean isNew(UIComponent component)
onComponentCreated
public void onComponentCreated(FaceletContext ctx,
UIComponent c,
UIComponent parent)
onComponentPopulated
public void onComponentPopulated(FaceletContext ctx,
UIComponent c,
UIComponent parent)
getTagHandlerDelegate
protected TagHandlerDelegate getTagHandlerDelegate()
- Specified by:
getTagHandlerDelegate
in class DelegatingMetaTagHandler
Copyright © 2010 The Apache Software Foundation. All Rights Reserved.