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 |
---|---|
javax.faces.component.UIComponent |
create(javax.faces.context.FacesContext context,
com.sun.jsftemplating.layout.descriptors.LayoutComponent descriptor,
javax.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 javax.faces.component.UIComponent create(javax.faces.context.FacesContext context, com.sun.jsftemplating.layout.descriptors.LayoutComponent descriptor, javax.faces.component.UIComponent parent)
This is the factory method responsible for creating the
UIComponent
.
create
in interface com.sun.jsftemplating.component.factory.ComponentFactory
create
in class com.sun.jsftemplating.component.factory.ComponentFactoryBase
context
- The FacesContext
descriptor
- The LayoutComponent
descriptor associated
with the requested UIComponent
.parent
- The parent UIComponent
Tree
.Copyright © 2019. All rights reserved.