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 1488347 2013-05-31 18:30:47Z lu4242 $
- 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
createComponent
public UIComponent createComponent(FaceletContext ctx)
- Parameters:
ctx
-
- Returns:
- Since:
- 2.2
Copyright © 2013 The Apache Software Foundation. All Rights Reserved.