org.apache.myfaces.application.pss
Class UIViewRootWrapper
java.lang.Object
javax.faces.component.UIComponent
javax.faces.component.UIComponentBase
javax.faces.component.UIViewRoot
org.apache.myfaces.application.pss.UIViewRootWrapper
- All Implemented Interfaces:
- StateHolder
public class UIViewRootWrapper
- extends UIViewRoot
- Author:
- Martin Haimberger
| 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, 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 |
COMPONENT_TYPE
public static final String COMPONENT_TYPE
- See Also:
- Constant Field Values
COMPONENT_FAMILY
public static final String COMPONENT_FAMILY
- See Also:
- Constant Field Values
UIViewRootWrapper
public UIViewRootWrapper(UIViewRoot orUiViewRoot)
getRendersChildren
public boolean getRendersChildren()
- Overrides:
getRendersChildren in class UIComponentBase
getViewId
public String getViewId()
- Overrides:
getViewId in class UIViewRoot
setViewId
public void setViewId(String viewId)
- Overrides:
setViewId in class UIViewRoot
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
encodeBegin
public void encodeBegin(FacesContext context)
throws IOException
- Overrides:
encodeBegin in class UIViewRoot
- Throws:
IOException
createUniqueId
public String createUniqueId()
- Overrides:
createUniqueId in class UIViewRoot
getLocale
public Locale getLocale()
- Overrides:
getLocale in class UIViewRoot
setLocale
public void setLocale(Locale locale)
- Overrides:
setLocale in class UIViewRoot
getFamily
public String getFamily()
- Overrides:
getFamily in class UIViewRoot
setRenderKitId
public void setRenderKitId(String renderKitId)
- Overrides:
setRenderKitId in class UIViewRoot
getRenderKitId
public String getRenderKitId()
- Overrides:
getRenderKitId in class UIViewRoot
saveState
public Object saveState(FacesContext context)
- Specified by:
saveState in interface StateHolder- Overrides:
saveState in class UIViewRoot
restoreState
public void restoreState(FacesContext context,
Object state)
- Specified by:
restoreState in interface StateHolder- Overrides:
restoreState in class UIViewRoot
Copyright © 2012 The Apache Software Foundation. All Rights Reserved.