|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjavax.faces.component.UIComponent
javax.faces.component.UIComponentBase
javax.faces.component.UIViewRoot
org.apache.myfaces.tobago.component.UIViewRoot
public class UIViewRoot
Field Summary | |
---|---|
static int |
ANY_PHASE_ORDINAL
|
Fields inherited from class javax.faces.component.UIViewRoot |
---|
COMPONENT_FAMILY, COMPONENT_TYPE, UNIQUE_ID_PREFIX |
Constructor Summary | |
---|---|
UIViewRoot()
Create a new UIViewRoot instance with default property
values. |
Method Summary | |
---|---|
void |
broadcastEventsForPhase(javax.faces.context.FacesContext context,
javax.faces.event.PhaseId phaseId)
|
ClientProperties |
getClientProperties()
|
ResourceManagerImpl.CacheKey |
getRendererCacheKey()
|
void |
processApplication(javax.faces.context.FacesContext context)
|
void |
processDecodes(javax.faces.context.FacesContext context)
|
void |
processUpdates(javax.faces.context.FacesContext context)
|
void |
processValidators(javax.faces.context.FacesContext context)
|
void |
queueEvent(javax.faces.event.FacesEvent event)
|
void |
setClientProperties(ClientProperties clientProperties)
|
void |
setLocale(Locale locale)
|
void |
updateRendererCachePrefix()
|
Methods inherited from class javax.faces.component.UIViewRoot |
---|
createUniqueId, encodeBegin, getClientId, getFamily, getId, getLocale, getRenderKitId, getViewId, isRendered, restoreState, saveState, setId, setRendered, setRenderKitId, setViewId |
Methods inherited from class javax.faces.component.UIComponentBase |
---|
addFacesListener, broadcast, decode, encodeChildren, encodeEnd, findComponent, getAttributes, getChildCount, getChildren, getFacesContext, getFacesListeners, getFacet, getFacets, getFacetsAndChildren, getParent, getRenderer, getRendererType, getRendersChildren, getValueBinding, isTransient, processRestoreState, processSaveState, removeFacesListener, restoreAttachedState, saveAttachedState, setParent, setRendererType, setTransient, setValueBinding |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final int ANY_PHASE_ORDINAL
Constructor Detail |
---|
public UIViewRoot()
Create a new UIViewRoot
instance with default property
values.
Method Detail |
---|
public ClientProperties getClientProperties()
public void setClientProperties(ClientProperties clientProperties)
public void setLocale(Locale locale)
setLocale
in class javax.faces.component.UIViewRoot
public ResourceManagerImpl.CacheKey getRendererCacheKey()
public void updateRendererCachePrefix()
public void broadcastEventsForPhase(javax.faces.context.FacesContext context, javax.faces.event.PhaseId phaseId)
public void queueEvent(javax.faces.event.FacesEvent event)
queueEvent
in class javax.faces.component.UIViewRoot
public void processDecodes(javax.faces.context.FacesContext context)
processDecodes
in class javax.faces.component.UIViewRoot
public void processValidators(javax.faces.context.FacesContext context)
processValidators
in class javax.faces.component.UIViewRoot
public void processUpdates(javax.faces.context.FacesContext context)
processUpdates
in class javax.faces.component.UIViewRoot
public void processApplication(javax.faces.context.FacesContext context)
processApplication
in class javax.faces.component.UIViewRoot
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |