public class NavNodeContainerFactory
extends com.sun.jsftemplating.component.factory.ComponentFactoryBase
| Modifier and Type | Field and Description |
|---|---|
static String |
COMPONENT_TYPE
The
UIComponent type that must be registered in the
faces-config.xml file mapping to the UIComponent class
to use for this UIComponent. |
| Constructor and Description |
|---|
NavNodeContainerFactory() |
| Modifier and Type | Method and Description |
|---|---|
jakarta.faces.component.UIComponent |
create(jakarta.faces.context.FacesContext context,
com.sun.jsftemplating.layout.descriptors.LayoutComponent descriptor,
jakarta.faces.component.UIComponent parent)
This is the factory method responsible for creating the
UIComponent. |
public static final String COMPONENT_TYPE
The UIComponent type that must be registered in the
faces-config.xml file mapping to the UIComponent class
to use for this UIComponent.
public jakarta.faces.component.UIComponent create(jakarta.faces.context.FacesContext context,
com.sun.jsftemplating.layout.descriptors.LayoutComponent descriptor,
jakarta.faces.component.UIComponent parent)
This is the factory method responsible for creating the
UIComponent.
create in interface com.sun.jsftemplating.component.factory.ComponentFactorycreate in class com.sun.jsftemplating.component.factory.ComponentFactoryBasecontext - The FacesContextdescriptor - The LayoutComponent descriptor associated
with the requested UIComponent.parent - The parent UIComponentTree.Copyright © 2017–2020 Eclipse Foundation. All rights reserved.