Class DefaultPopupPersistence
java.lang.Object
org.eclnt.jsfserver.defaultscreens.DefaultPopupPersistence
- All Implemented Interfaces:
IPopupPersistence
-
Nested Class Summary
Nested classes/interfaces inherited from interface org.eclnt.jsfserver.defaultscreens.IPopupPersistence
IPopupPersistence.PersistentInfo -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionreadPersistentInfo(FacesContext context, BasePopup popup, String persistId) voidupdatePersistentInfo(FacesContext context, BasePopup popup, String persistId, IPopupPersistence.PersistentInfo persistentInfo)
-
Constructor Details
-
DefaultPopupPersistence
public DefaultPopupPersistence()
-
-
Method Details
-
readPersistentInfo
public IPopupPersistence.PersistentInfo readPersistentInfo(FacesContext context, BasePopup popup, String persistId) - Specified by:
readPersistentInfoin interfaceIPopupPersistence
-
updatePersistentInfo
public void updatePersistentInfo(FacesContext context, BasePopup popup, String persistId, IPopupPersistence.PersistentInfo persistentInfo) - Specified by:
updatePersistentInfoin interfaceIPopupPersistence
-