| Prev Class | Next Class | Frames | No Frames |
| Summary: Nested | Field | Method | Constr | Detail: Nested | Field | Method | Constr |
java.lang.Objectjavax.faces.component.UIComponentjavax.faces.component.UIComponentBasejavax.faces.component.UIViewRootpublic class UIViewRootextends UIComponentBaseField Summary | |
static String | |
static String | |
static String | |
Method Summary | |
String | |
void |
|
String | |
Locale | |
String | |
String | |
void |
|
void |
|
void |
|
void |
|
void |
|
void |
|
Object |
|
void |
|
void |
|
void |
|
Methods inherited from class javax.faces.component.UIComponent | |
addFacesListener, broadcast, decode, encodeBegin, encodeChildren, encodeEnd, findComponent, getAttributes, getChildCount, getChildren, getClientId, getFacesContext, getFacesListeners, getFacet, getFacets, getFacetsAndChildren, getFamily, getId, getParent, getRenderer, getRendererType, getRendersChildren, getValueBinding, isRendered, processDecodes, processRestoreState, processSaveState, processUpdates, processValidators, queueEvent, removeFacesListener, setId, setParent, setRendered, setRendererType, setValueBinding | |
public static final String COMPONENT_FAMILY
public static final String COMPONENT_TYPE
public static final String UNIQUE_ID_PREFIX
public String createUniqueId()
public void encodeBegin(FacesContext context) throws java.io.IOException
- Overrides:
- encodeBegin in interface UIComponentBase
public Locale getLocale()
public String getRenderKitId()
public String getViewId()
public void processDecodes(FacesContext context)
- Overrides:
- processDecodes in interface UIComponentBase
public void processUpdates(FacesContext context)
- Overrides:
- processUpdates in interface UIComponentBase
public void processValidators(FacesContext context)
- Overrides:
- processValidators in interface UIComponentBase
public void restoreState(FacesContext context, Object state)
- Overrides:
- restoreState in interface UIComponentBase
public Object saveState(FacesContext context)
- Specified by:
- saveState in interface StateHolder
- Overrides:
- saveState in interface UIComponentBase
public void setLocale(Locale locale)
public void setRenderKitId(String renderKitId)
public void setViewId(String viewId)