Uses of Class
org.gatein.pc.api.PortletStateType
-
Packages that use PortletStateType Package Description org.gatein.pc.api org.gatein.pc.api.spi -
-
Uses of PortletStateType in org.gatein.pc.api
Fields in org.gatein.pc.api declared as PortletStateType Modifier and Type Field Description static PortletStateType<byte[]>PortletStateType. OPAQUEMethods in org.gatein.pc.api that return PortletStateType Modifier and Type Method Description PortletStateType<S>StatefulPortletContext. getType()Methods in org.gatein.pc.api with parameters of type PortletStateType Modifier and Type Method Description static <S extends Serializable>
StatefulPortletContext<S>StatefulPortletContext. create(String id, PortletStateType<S> type, S state)PortletContextPortletInvoker. createClone(PortletStateType stateType, PortletContext portletContext)Clone a portlet.PortletContextPortletInvoker. 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.PortletContextPortletInvoker. 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 PortletStateType Modifier and Type Method Description PortletStateType<?>InstanceContext. getStateType()Returns the state type managed by the consumer.
-