Uses of Class
org.gatein.pc.api.PortletStateType
Packages that use PortletStateType
-
Uses of PortletStateType in org.gatein.pc.api
Fields in org.gatein.pc.api declared as PortletStateTypeMethods in org.gatein.pc.api that return PortletStateTypeMethods in org.gatein.pc.api with parameters of type PortletStateTypeModifier and TypeMethodDescriptionstatic <S extends Serializable>
StatefulPortletContext<S>StatefulPortletContext.create(String id, PortletStateType<S> type, S state) PortletInvoker.createClone(PortletStateType stateType, PortletContext portletContext) Clone a portlet.PortletInvoker.exportPortlet(PortletStateType stateType, PortletContext originalPortletContext) Exports a portlet from the invoker which can be used to recreate this portlet during an import portlet operation The returned portlet Id will be the portlet Id of the base portlet, not a cloned portlet Id If the portlet contains state, it will be returned regardless if the portlet invoker is set to persist state locally.PortletInvoker.importPortlet(PortletStateType stateType, PortletContext contextToImport) Imports a portlet into the invoker. -
Uses of PortletStateType in org.gatein.pc.api.spi
Methods in org.gatein.pc.api.spi that return PortletStateTypeModifier and TypeMethodDescriptionInstanceContext.getStateType()Returns the state type managed by the consumer.