Package javax.faces.component
Interface NamingContainer
- All Known Implementing Classes:
UIData
,UIForm
,UINamingContainer
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
UIComponent.findComponent(java.lang.String)
and UIComponent.getClientId()
methods; see those methods for further information.
-
Field Summary
-
Field Details
-
SEPARATOR_CHAR
static final char SEPARATOR_CHARThe separator character used in component identifiers to demarcate navigation to a child naming container.
- See Also:
-
UINamingContainer.getSeparatorChar(javax.faces.context.FacesContext)