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 1187700 2011-10-22 12:19:37Z bommel $
- Author:
- Jacob Hookom
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 © 2014 The Apache Software Foundation. All Rights Reserved.