Package org.gatein.pc.api
Interface PortletContext.Components
-
- All Superinterfaces:
PortletContext.PortletContextComponents,Serializable
- Enclosing class:
- PortletContext
protected static interface PortletContext.Components extends PortletContext.PortletContextComponents, Serializable
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description PortletContext.ComponentscreateCopyWithInvoker(String invoker)PortletContext.ComponentscreateCopyWithoutInvoker()-
Methods inherited from interface org.gatein.pc.api.PortletContext.PortletContextComponents
getApplicationName, getId, getInvokerName, getPortletName, getStateId, isCloned, isConsumerCloned, isInterpreted, isProducerCloned
-
-
-
-
Method Detail
-
createCopyWithoutInvoker
PortletContext.Components createCopyWithoutInvoker()
-
createCopyWithInvoker
PortletContext.Components createCopyWithInvoker(String invoker)
-
-