com.ibm.xsp.component
Class UIViewRootEx.StateMapImpl
java.lang.Object
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.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
UIViewRootEx.StateMapImpl
protected UIViewRootEx.StateMapImpl()
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