org.apache.myfaces.application.pss
Class UIViewRootWrapper
java.lang.Object
   javax.faces.component.UIComponent
javax.faces.component.UIComponent
       javax.faces.component.UIComponentBase
javax.faces.component.UIComponentBase
           javax.faces.component.UIViewRoot
javax.faces.component.UIViewRoot
               org.apache.myfaces.application.pss.UIViewRootWrapper
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:
- getRendersChildrenin class- javax.faces.component.UIComponentBase
 
- 
 
getViewId
public java.lang.String getViewId()
- 
- Overrides:
- getViewIdin class- javax.faces.component.UIViewRoot
 
- 
 
setViewId
public void setViewId(java.lang.String viewId)
- 
- Overrides:
- setViewIdin class- javax.faces.component.UIViewRoot
 
- 
 
queueEvent
public void queueEvent(javax.faces.event.FacesEvent event)
- 
- Overrides:
- queueEventin class- javax.faces.component.UIViewRoot
 
- 
 
processDecodes
public void processDecodes(javax.faces.context.FacesContext context)
- 
- Overrides:
- processDecodesin class- javax.faces.component.UIViewRoot
 
- 
 
processValidators
public void processValidators(javax.faces.context.FacesContext context)
- 
- Overrides:
- processValidatorsin class- javax.faces.component.UIViewRoot
 
- 
 
processUpdates
public void processUpdates(javax.faces.context.FacesContext context)
- 
- Overrides:
- processUpdatesin class- javax.faces.component.UIViewRoot
 
- 
 
processApplication
public void processApplication(javax.faces.context.FacesContext context)
- 
- Overrides:
- processApplicationin class- javax.faces.component.UIViewRoot
 
- 
 
encodeBegin
public void encodeBegin(javax.faces.context.FacesContext context)
                 throws java.io.IOException
- 
- Overrides:
- encodeBeginin class- javax.faces.component.UIViewRoot
 
- 
- Throws:
- java.io.IOException
 
createUniqueId
public java.lang.String createUniqueId()
- 
- Overrides:
- createUniqueIdin class- javax.faces.component.UIViewRoot
 
- 
 
getLocale
public java.util.Locale getLocale()
- 
- Overrides:
- getLocalein class- javax.faces.component.UIViewRoot
 
- 
 
setLocale
public void setLocale(java.util.Locale locale)
- 
- Overrides:
- setLocalein class- javax.faces.component.UIViewRoot
 
- 
 
getFamily
public java.lang.String getFamily()
- 
- Overrides:
- getFamilyin class- javax.faces.component.UIViewRoot
 
- 
 
setRenderKitId
public void setRenderKitId(java.lang.String renderKitId)
- 
- Overrides:
- setRenderKitIdin class- javax.faces.component.UIViewRoot
 
- 
 
getRenderKitId
public java.lang.String getRenderKitId()
- 
- Overrides:
- getRenderKitIdin class- javax.faces.component.UIViewRoot
 
- 
 
saveState
public java.lang.Object saveState(javax.faces.context.FacesContext context)
- 
- Specified by:
- saveStatein interface- javax.faces.component.StateHolder
- Overrides:
- saveStatein class- javax.faces.component.UIViewRoot
 
- 
 
restoreState
public void restoreState(javax.faces.context.FacesContext context,
                         java.lang.Object state)
- 
- Specified by:
- restoreStatein interface- javax.faces.component.StateHolder
- Overrides:
- restoreStatein class- javax.faces.component.UIViewRoot
 
- 
 
Copyright © 2012 The Apache Software Foundation. All Rights Reserved.