Class Hierarchy All Classes All Fields and Methods
Interface javax.faces.component.NamingContainer
public interface NamingContainer
NamingContainer is an interface that must be implemented by any UIComponent that wants to be a naming container. Naming containers affect the behavior of the findComponent and getClientId methods; see those methods for further information.
Field Index Field Description SEPARATOR_CHAR The separator character used in component identifiers to demarcate navigation to a child naming container.
Fields
SEPARATOR_CHAR
public static final char SEPARATOR_CHAR
The separator character used in component identifiers to demarcate navigation to a child naming container.
Class Hierarchy All Classes All Fields and Methods