com.ibm.portal.resolver.service
Interface PortalPocService

All Superinterfaces:
Disposable, PocServerContextProvider, PocService, PocURIFactory, ServerContextProvider

public interface PortalPocService
extends PocService

Portal version of the PocService that is accessible via the PortalPocServiceHome interfaces. This service must be disposed after it has been retrieved via its home interface.

Since:
6.0.1
See Also:
Disposable

Method Summary
 ServletContext getContext()
          Returns the COR ServletContext for the current portal request.
 
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

ServletContext getContext()
Returns the COR ServletContext for the current portal request.

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