com.ibm.portal.resolver.accessors.portlet
Interface PortletContextAccessor

All Superinterfaces:
ContextAccessor, DigestProvider

public interface PortletContextAccessor
extends ContextAccessor

Version of the ContextAccessor for the JSR portlet case

Since:
8.5

Method Summary
 PortletStateManager getStateManagerService()
          Provides access to the StateManagerService in the context of the POC service.
 
Methods inherited from interface com.ibm.portal.resolver.accessors.ContextAccessor
getDigest, getDigest, getDispatcher, getNonce, getProfile, isProtected, isSecure
 

Method Detail

getStateManagerService

PortletStateManager getStateManagerService()
Description copied from interface: ContextAccessor
Provides access to the StateManagerService in the context of the POC service. The resulting service is valid as long as the POC service is valid and should NOT be disposed.

Specified by:
getStateManagerService in interface ContextAccessor
Returns:
the state manager service, not null