java.lang.Objectjavax.faces.component.UIComponent
javax.faces.component.UIComponentBase
javax.faces.component.UINamingContainer
All Implemented Interfaces:
StateHolder, UniqueIdVendor, NamingContainer, PartialStateHolder, ComponentSystemEventListener, SystemEventListenerHolder
UINamingContainer is a convenience base class for components that wish to implement NamingContainer functionality.
Nested Class Summary: | ||
---|---|---|
enum class | UINamingContainer.PropertyKeys |
Field Summary | ||
---|---|---|
public static final String | COMPONENT_TYPE | The standard component type for this component. |
public static final String | COMPONENT_FAMILY | The standard component family for this component. |
public static final String | SEPARATOR_CHAR_PARAM_NAME | The context-param that allows the separator char for clientId strings to be set on a per-web application basis.
|
Constructor: |
---|
Create a new UINamingContainer instance with default property values. |
Method from javax.faces.component.UINamingContainer Summary: |
---|
createUniqueId, getFamily, getSeparatorChar, visitTree |
Methods from java.lang.Object: |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method from javax.faces.component.UINamingContainer Detail: |
---|
|
|
Return the character used to separate
segments of a clientId. The implementation must determine if there is a
< |
|