Interface PortletStateContext
-
- All Known Implementing Classes:
PortletStateContextImpl
public interface PortletStateContext- Version:
- $Revision: 5873 $
- Author:
- Julien Viet
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetId()PortletStategetState()
-
-
-
Method Detail
-
getId
String getId()
- Returns:
-
getState
PortletState getState()
- Returns:
-
-