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:
- javax.faces.component.StateHolder
public class UIViewRootWrapper
- extends javax.faces.component.UIViewRoot
- Author:
- Martin Haimberger
Fields inherited from class javax.faces.component.UIViewRoot |
UNIQUE_ID_PREFIX |
Methods inherited from class javax.faces.component.UIViewRoot |
getClientId, getId, isRendered, setId, setRendered |
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 java.lang.String COMPONENT_TYPE
- See Also:
- Constant Field Values
COMPONENT_FAMILY
public static final java.lang.String COMPONENT_FAMILY
- See Also:
- Constant Field Values
UIViewRootWrapper
public UIViewRootWrapper(javax.faces.component.UIViewRoot orUiViewRoot)
getRendersChildren
public boolean getRendersChildren()
- Overrides:
getRendersChildren
in class javax.faces.component.UIComponentBase
getViewId
public java.lang.String getViewId()
- Overrides:
getViewId
in class javax.faces.component.UIViewRoot
setViewId
public void setViewId(java.lang.String viewId)
- Overrides:
setViewId
in class javax.faces.component.UIViewRoot
queueEvent
public void queueEvent(javax.faces.event.FacesEvent event)
- Overrides:
queueEvent
in class javax.faces.component.UIViewRoot
processDecodes
public void processDecodes(javax.faces.context.FacesContext context)
- Overrides:
processDecodes
in class javax.faces.component.UIViewRoot
processValidators
public void processValidators(javax.faces.context.FacesContext context)
- Overrides:
processValidators
in class javax.faces.component.UIViewRoot
processUpdates
public void processUpdates(javax.faces.context.FacesContext context)
- Overrides:
processUpdates
in class javax.faces.component.UIViewRoot
processApplication
public void processApplication(javax.faces.context.FacesContext context)
- Overrides:
processApplication
in class javax.faces.component.UIViewRoot
encodeBegin
public void encodeBegin(javax.faces.context.FacesContext context)
throws java.io.IOException
- Overrides:
encodeBegin
in class javax.faces.component.UIViewRoot
- Throws:
java.io.IOException
createUniqueId
public java.lang.String createUniqueId()
- Overrides:
createUniqueId
in class javax.faces.component.UIViewRoot
getLocale
public java.util.Locale getLocale()
- Overrides:
getLocale
in class javax.faces.component.UIViewRoot
setLocale
public void setLocale(java.util.Locale locale)
- Overrides:
setLocale
in class javax.faces.component.UIViewRoot
getFamily
public java.lang.String getFamily()
- Overrides:
getFamily
in class javax.faces.component.UIViewRoot
setRenderKitId
public void setRenderKitId(java.lang.String renderKitId)
- Overrides:
setRenderKitId
in class javax.faces.component.UIViewRoot
getRenderKitId
public java.lang.String getRenderKitId()
- Overrides:
getRenderKitId
in class javax.faces.component.UIViewRoot
saveState
public java.lang.Object saveState(javax.faces.context.FacesContext context)
- Specified by:
saveState
in interface javax.faces.component.StateHolder
- Overrides:
saveState
in class javax.faces.component.UIViewRoot
restoreState
public void restoreState(javax.faces.context.FacesContext context,
java.lang.Object state)
- Specified by:
restoreState
in interface javax.faces.component.StateHolder
- Overrides:
restoreState
in class javax.faces.component.UIViewRoot
Copyright © 2012 The Apache Software Foundation. All Rights Reserved.