org.apache.myfaces.tobago.component
Class UIViewRoot

java.lang.Object
  extended by javax.faces.component.UIComponent
      extended by javax.faces.component.UIComponentBase
          extended by javax.faces.component.UIViewRoot
              extended by org.apache.myfaces.tobago.component.UIViewRoot
All Implemented Interfaces:
StateHolder

public class UIViewRoot
extends 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(FacesContext context, PhaseId phaseId)
           
 ClientProperties getClientProperties()
           
 ResourceManagerImpl.CacheKey getRendererCacheKey()
           
 void processApplication(FacesContext context)
           
 void processDecodes(FacesContext context)
           
 void processUpdates(FacesContext context)
           
 void processValidators(FacesContext context)
           
 void queueEvent(FacesEvent event)
           
 void setClientProperties(ClientProperties clientProperties)
           
 void setLocale(Locale locale)
           
 void updateRendererCachePrefix()
           
 
Methods inherited from class javax.faces.component.UIViewRoot
createUniqueId, encodeBegin, getFamily, getLocale, getRenderKitId, getViewId, restoreState, saveState, 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
 

Field Detail

ANY_PHASE_ORDINAL

public static final int ANY_PHASE_ORDINAL
Constructor Detail

UIViewRoot

public UIViewRoot()

Create a new UIViewRoot instance with default property values.

Method Detail

getClientProperties

public ClientProperties getClientProperties()

setClientProperties

public void setClientProperties(ClientProperties clientProperties)

setLocale

public void setLocale(Locale locale)
Overrides:
setLocale in class UIViewRoot

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-2008 Apache Software Foundation. All Rights Reserved.