Uses of Class
org.gatein.pc.api.PortletContext
-
Packages that use PortletContext Package Description org.gatein.pc.api org.gatein.pc.api.invocation -
-
Uses of PortletContext in org.gatein.pc.api
Subclasses of PortletContext in org.gatein.pc.api Modifier and Type Class Description classStatefulPortletContext<S extends Serializable>Fields in org.gatein.pc.api declared as PortletContext Modifier and Type Field Description static PortletContextPortletContext. LOCAL_CONSUMER_CLONEMethods in org.gatein.pc.api that return PortletContext Modifier and Type Method Description PortletContextPortletInvoker. createClone(PortletStateType stateType, PortletContext portletContext)Clone a portlet.static PortletContextPortletContext. createPortletContext(String portletId)Creates a PortletContext by interpreting the specified identifier and breaking it down to its components.static PortletContextPortletContext. createPortletContext(String portletId, boolean interpret)static PortletContextPortletContext. createPortletContext(String id, byte[] state)Deprecated.static PortletContextPortletContext. createPortletContext(String portletId, byte[] state, boolean interpret)static PortletContextPortletContext. createPortletContext(String applicationName, String portletName)Creates a new PortletContext referencing the specified portlet in the specified application (usually a web application).static PortletContextPortletContext. dereference(PortletContext compoundPortletContext)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.PortletContextPortlet. getContext()Return the portlet context.PortletContextStateEvent. getPortletContext()PortletContextPortletInvoker. importPortlet(PortletStateType stateType, PortletContext contextToImport)Imports a portlet into the invoker.static PortletContextPortletContext. reference(String invokerId, PortletContext portletContext)PortletContextPortletInvoker. setProperties(PortletContext portletContext, PropertyChange[] changes)Set the properties on the specified portlet.Methods in org.gatein.pc.api with parameters of type PortletContext Modifier and Type Method Description PortletContextPortletInvoker. createClone(PortletStateType stateType, PortletContext portletContext)Clone a portlet.static PortletContextPortletContext. dereference(PortletContext compoundPortletContext)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.PortletPortletInvoker. getPortlet(PortletContext portletContext)Get information about a specific portlet.PropertyMapPortletInvoker. getProperties(PortletContext portletContext)Return all the properties of the specified portlet.PropertyMapPortletInvoker. getProperties(PortletContext portletContext, Set<String> keys)Return a subset of the properties of the specified portlet.PortletStatusPortletInvoker. getStatus(PortletContext portletContext)Returns the status of a specified#PortletContextor null if the portlet context does not have a relationship with this portlet invoker.PortletContextPortletInvoker. importPortlet(PortletStateType stateType, PortletContext contextToImport)Imports a portlet into the invoker.static PortletContextPortletContext. reference(String invokerId, PortletContext portletContext)PortletContextPortletInvoker. setProperties(PortletContext portletContext, PropertyChange[] changes)Set the properties on the specified portlet.Method parameters in org.gatein.pc.api with type arguments of type PortletContext Modifier and Type Method Description List<DestroyCloneFailure>PortletInvoker. destroyClones(List<PortletContext> portletContexts)Destroy a cloned portlet.Constructors in org.gatein.pc.api with parameters of type PortletContext Constructor Description StateEvent(PortletContext context, StateEvent.Type type) -
Uses of PortletContext in org.gatein.pc.api.invocation
Fields in org.gatein.pc.api.invocation declared as PortletContext Modifier and Type Field Description protected PortletContextPortletInvocation. targetThe target portlet.Methods in org.gatein.pc.api.invocation that return PortletContext Modifier and Type Method Description PortletContextPortletInvocation. getTarget()Methods in org.gatein.pc.api.invocation with parameters of type PortletContext Modifier and Type Method Description voidPortletInvocation. setTarget(PortletContext target)
-