Package com.ibm.portal.spa.service

Interface Summary
PortalStaticPageService Represents aspects of the static page aggregation API that can only be used from theme and skins, but not from portlets.
PortalStaticPageServiceHome Home interface that can be looked up in JNDI and that provides access to the static page services from the context of a portal request.
Example:
PortletStaticPageService Represents aspects of the static page aggregation API that can only be used from portlets but not from theme and skins.
PortletStaticPageServiceHome Portlet service which allows for accessing POC services from a portlet environment
The portlet service is accessed by a JNDI lookup; the lookup returns an implementation of this interface, which allows to get the actual portlet service under the JNDI name PortletStaticPageServiceHome.JNDI_NAME.
Coding example for accessing the POC service from within a JSR168 portlet:
StaticPageService Represents aspects of the static page aggregation API that are common to portal and portlet environment.
StaticPageServiceHome Home interface to the request independent artifacts of the static page API.