com.ibm.portal.resolver.service
Interface PortletRenderPocService

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

public interface PortletRenderPocService
extends PortletMimePocService

Version of the PortletPocService that can be used in a render request of a JSR286 compatible portlet.

This service must be disposed after it has been retrieved via its home interface.

Since:
6.1.0
See Also:
Disposable, PortletResourcePocService

Nested Class Summary
 
Nested classes/interfaces inherited from interface com.ibm.portal.resolver.service.PortletPocService
PortletPocService.URI_SCOPE
 
Method Summary
 RenderContext getContext()
          Returns the COR Context for the environment that matches the service environment.
 
Methods inherited from interface com.ibm.portal.resolver.service.PortletMimePocService
createResourceURL, createResourceURL, createResourceURL
 
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.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

RenderContext 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
Specified by:
getContext in interface PortletMimePocService
Returns:
the COR context, not null