com.ibm.xsp.component
Class UIViewRootEx.StateMapImpl

java.lang.Object
  extended by com.ibm.xsp.component.UIViewRootEx.StateMapImpl
All Implemented Interfaces:
javax.faces.component.UIComponent.StateMap
Direct Known Subclasses:
UIViewRootEx2.StateMapImpl2
Enclosing class:
UIViewRootEx

public static class UIViewRootEx.StateMapImpl
extends java.lang.Object
implements javax.faces.component.UIComponent.StateMap

Not intended to be used except by the XPages runtime.


Constructor Summary
protected UIViewRootEx.StateMapImpl()
           
 
Method Summary
 com.ibm.xsp.component.UIViewRootEx.StateMapImpl.Entry getEntry(javax.faces.component.UIComponent c)
           
 java.lang.String getRequestUrl()
           
 java.lang.String getViewId()
           
 void putState(javax.faces.component.UIComponent c, java.lang.String propName, java.lang.Object value)
           
 void restoringView(UIViewRootEx vr)
           
 void savingView(UIViewRootEx vr)
           
 void setRequestUrl(java.lang.String requestUrl)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

UIViewRootEx.StateMapImpl

protected UIViewRootEx.StateMapImpl()
Method Detail

getViewId

public java.lang.String getViewId()

getRequestUrl

public java.lang.String getRequestUrl()

setRequestUrl

public void setRequestUrl(java.lang.String requestUrl)

savingView

public void savingView(UIViewRootEx vr)

restoringView

public void restoringView(UIViewRootEx vr)

getEntry

public com.ibm.xsp.component.UIViewRootEx.StateMapImpl.Entry getEntry(javax.faces.component.UIComponent c)
Specified by:
getEntry in interface javax.faces.component.UIComponent.StateMap

putState

public void putState(javax.faces.component.UIComponent c,
                     java.lang.String propName,
                     java.lang.Object value)
Specified by:
putState in interface javax.faces.component.UIComponent.StateMap