Uses of Interface
org.sakaiproject.portal.api.StoredState
-
Packages that use StoredState Package Description org.sakaiproject.portal.api -
-
Uses of StoredState in org.sakaiproject.portal.api
Methods in org.sakaiproject.portal.api that return StoredState Modifier and Type Method Description StoredStatePortalService. getStoredState()get the StoredState object that is used to hold initial request state on direct access to a portlet state or on GET or POST that requires other initial actions.StoredStatePortalService. newStoredState(String marker, String replacement)Create a new Stored StateMethods in org.sakaiproject.portal.api with parameters of type StoredState Modifier and Type Method Description voidPortalService. setStoredState(StoredState storedstate)set the StoredState of the request for later retrieval
-