org.apache.myfaces.application.pss
Class UIViewRootWrapper

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.application.pss.UIViewRootWrapper
All Implemented Interfaces:
javax.faces.component.StateHolder

public class UIViewRootWrapper
extends javax.faces.component.UIViewRoot

Author:
Martin Haimberger

Field Summary
static java.lang.String COMPONENT_FAMILY
           
static java.lang.String COMPONENT_TYPE
           
 
Fields inherited from class javax.faces.component.UIViewRoot
UNIQUE_ID_PREFIX
 
Constructor Summary
UIViewRootWrapper(javax.faces.component.UIViewRoot orUiViewRoot)
           
 
Method Summary
 java.lang.String createUniqueId()
           
 void encodeBegin(javax.faces.context.FacesContext context)
           
 java.lang.String getFamily()
           
 java.util.Locale getLocale()
           
 java.lang.String getRenderKitId()
           
 boolean getRendersChildren()
           
 java.lang.String getViewId()
           
 void processApplication(javax.faces.context.FacesContext context)
           
 void processDecodes(javax.faces.context.FacesContext context)
           
 void processUpdates(javax.faces.context.FacesContext context)
           
 void processValidators(javax.faces.context.FacesContext context)
           
 void queueEvent(javax.faces.event.FacesEvent event)
           
 void restoreState(javax.faces.context.FacesContext context, java.lang.Object state)
           
 java.lang.Object saveState(javax.faces.context.FacesContext context)
           
 void setLocale(java.util.Locale locale)
           
 void setRenderKitId(java.lang.String renderKitId)
           
 void setViewId(java.lang.String viewId)
           
 
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
 

Field Detail

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
Constructor Detail

UIViewRootWrapper

public UIViewRootWrapper(javax.faces.component.UIViewRoot orUiViewRoot)
Method Detail

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.