Package org.gatein.pc.api
Interface PortletContext.PortletContextComponents
-
- All Superinterfaces:
Serializable
- All Known Subinterfaces:
PortletContext.Components
- Enclosing class:
- PortletContext
public static interface PortletContext.PortletContextComponents extends Serializable
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetApplicationName()StringgetId()StringgetInvokerName()StringgetPortletName()StringgetStateId()booleanisCloned()booleanisConsumerCloned()booleanisInterpreted()booleanisProducerCloned()
-
-
-
Method Detail
-
getApplicationName
String getApplicationName()
-
getPortletName
String getPortletName()
-
getInvokerName
String getInvokerName()
-
isCloned
boolean isCloned()
-
isProducerCloned
boolean isProducerCloned()
-
isConsumerCloned
boolean isConsumerCloned()
-
getStateId
String getStateId()
-
getId
String getId()
-
isInterpreted
boolean isInterpreted()
-
-