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, InvokeOnComponent
public class UIViewRoot
- extends UIViewRoot
- implements InvokeOnComponent
Methods inherited from class javax.faces.component.UIViewRoot |
addPhaseListener, createUniqueId, encodeBegin, encodeEnd, getAfterPhaseListener, getBeforePhaseListener, getClientId, getFamily, getId, getLocale, getRenderKitId, getViewId, isRendered, removePhaseListener, restoreState, saveState, setAfterPhaseListener, setBeforePhaseListener, setId, setRendered, setRenderKitId, setViewId |
Methods inherited from class javax.faces.component.UIComponentBase |
addFacesListener, broadcast, decode, findComponent, getAttributes, getChildCount, getChildren, getFacesContext, getFacesListeners, getFacet, getFacetCount, getFacets, getFacetsAndChildren, getParent, getRenderer, getRendererType, 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 |
UIViewRoot
public UIViewRoot()
setLocale
public void setLocale(Locale locale)
- Overrides:
setLocale
in class UIViewRoot
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
getRendersChildren
public boolean getRendersChildren()
- Overrides:
getRendersChildren
in class UIComponentBase
encodeChildren
public void encodeChildren(FacesContext context)
throws IOException
- Overrides:
encodeChildren
in class UIComponentBase
- Throws:
IOException
invokeOnComponent
public boolean invokeOnComponent(FacesContext context,
String clientId,
ContextCallback callback)
throws FacesException
- Specified by:
invokeOnComponent
in interface InvokeOnComponent
- Overrides:
invokeOnComponent
in class UIComponentBase
- Throws:
FacesException
Copyright © 2002-2011 Apache Software Foundation. All Rights Reserved.