org.apache.myfaces.tobago.component
Class UIViewRoot
java.lang.Object
javax.faces.component.UIComponent
javax.faces.component.UIComponentBase
javax.faces.component.UIViewRoot
org.apache.myfaces.tobago.component.UIViewRoot
- All Implemented Interfaces:
- StateHolder
public class UIViewRoot
- extends UIViewRoot
User: weber
Date: Jun 13, 2005
Time: 5:19:31 PM
Methods inherited from class javax.faces.component.UIViewRoot |
createUniqueId, encodeBegin, getFamily, getLocale, getRenderKitId, getViewId, restoreState, saveState, setLocale, setRenderKitId, setViewId |
Methods inherited from class javax.faces.component.UIComponentBase |
addFacesListener, broadcast, decode, encodeChildren, encodeEnd, findComponent, getAttributes, getChildCount, getChildren, getClientId, getFacesContext, getFacesListeners, getFacet, getFacets, getFacetsAndChildren, getId, getParent, getRenderer, getRendererType, getRendersChildren, getValueBinding, isRendered, isTransient, processRestoreState, processSaveState, removeFacesListener, restoreAttachedState, saveAttachedState, setId, setParent, setRendered, setRendererType, setTransient, setValueBinding |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ANY_PHASE_ORDINAL
public static final int ANY_PHASE_ORDINAL
UIViewRoot
public UIViewRoot()
Create a new UIViewRoot
instance with default property
values.
getClientProperties
public ClientProperties getClientProperties()
setClientProperties
public void setClientProperties(ClientProperties clientProperties)
getRendererCacheKey
public ResourceManagerImpl.CacheKey getRendererCacheKey()
updateRendererCachePrefix
public void updateRendererCachePrefix()
broadcastEventsForPhase
public void broadcastEventsForPhase(FacesContext context,
PhaseId phaseId)
queueEvent
public void queueEvent(FacesEvent event)
- Overrides:
queueEvent
in class UIViewRoot
processDecodes
public void processDecodes(FacesContext context)
- Overrides:
processDecodes
in class UIViewRoot
processValidators
public void processValidators(FacesContext context)
- Overrides:
processValidators
in class UIViewRoot
processUpdates
public void processUpdates(FacesContext context)
- Overrides:
processUpdates
in class UIViewRoot
processApplication
public void processApplication(FacesContext context)
- Overrides:
processApplication
in class UIViewRoot
Copyright © 2002-2006 Apache Software Foundation. All Rights Reserved.