Class Hierarchy All Classes All Fields and Methods
Class javax.faces.component.UINamingContainer
java.lang.Object javax.faces.component.UIComponent javax.faces.component.UIComponentBase javax.faces.component.UINamingContainerpublic class UINamingContainer
implements NamingContainer
extends UIComponentBase
UINamingContainer is a convenience base class for components that wish to implement NamingContainer functionality.
Field Index Field Description COMPONENT_FAMILY The standard component family for this component. COMPONENT_TYPE The standard component type for this component.
Constructor Index Constructor Description UINamingContainer() Create a new UINamingContainer instance with default property values.
Method Index Method Description String getFamily()
Fields
COMPONENT_FAMILY
public static final java.lang.String COMPONENT_FAMILY
The standard component family for this component.
COMPONENT_TYPE
public static final java.lang.String COMPONENT_TYPE
The standard component type for this component.
Constructors
UINamingContainer
public UINamingContainer()
Create a new UINamingContainer instance with default property values.
Methods
getFamily
public String getFamily()
Class Hierarchy All Classes All Fields and Methods