com.ibm.portal.resolver.service
Interface PortletActionPocService

All Superinterfaces:
ActionPocService, Disposable, Identifiable, PocServerContextProvider, PocService, PocURIFactory, PortletPocService, ServerContextProvider

public interface PortletActionPocService
extends PortletPocService, ActionPocService

Version of the PortletPocService that allows to modify the current navigational state during the action phase of the portlet.

Since:
7.0

Nested Class Summary
 
Nested classes/interfaces inherited from interface com.ibm.portal.resolver.service.PortletPocService
PortletPocService.URI_SCOPE
 
Method Summary
 ActionContext getContext()
          Returns the COR Context for the environment that matches the service environment.
 
Methods inherited from interface com.ibm.portal.resolver.service.PortletPocService
createPortletURI, createResourceBundleURI, createResourceBundleURI, decodeParameters, decodePortletURI, encodeParameters, getObjectID
 
Methods inherited from interface com.ibm.portal.resolver.service.ActionPocService
isValidNonce, resolve
 
Methods inherited from interface com.ibm.portal.resolver.service.PocService
createContext, createDigestURI, createDigestURI, createURI, createURI, createURI, createXMLReader, getContextAccessor, getLookupService, getNonce, getServerContext, getURIParser, getURLFactory, getURLFactory, resolve, serveHeaders
 
Methods inherited from interface com.ibm.portal.Disposable
dispose
 

Method Detail

getContext

ActionContext getContext()
Description copied from interface: PocService
Returns the COR Context for the environment that matches the service environment. This context can be used to issue custom COR lookups.

Specified by:
getContext in interface PocService
Returns:
the COR context, not null