|
Java EE 5 SDK | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
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(javax.faces.context.FacesContext)
methods; see those methods for further information.
Field Summary | |
---|---|
static char |
SEPARATOR_CHAR
The separator character used in component identifiers to demarcate navigation to a child naming container. |
Field Detail |
---|
static final char SEPARATOR_CHAR
The separator character used in component identifiers to demarcate navigation to a child naming container.
|
Java EE 5 SDK | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Copyright 2006 Sun Microsystems, Inc. All rights reserved.