com.ibm.portal.spa.service
Interface PortalStaticPageService

All Superinterfaces:
Disposable, StaticPageService

public interface PortalStaticPageService
extends StaticPageService

Represents aspects of the static page aggregation API that can only be used from theme and skins, but not from portlets.

Since:
6.1.0
See Also:
PortalStaticPageServiceHome

Method Summary
 StaticPageRenderer createStaticPageRenderer()
          Returns a renderer component that renders static pages to the output stream of the current request
 
Methods inherited from interface com.ibm.portal.spa.service.StaticPageService
createStaticContentPageDistincter, createStaticPageDataSourceParser, createStaticPageURIParser
 
Methods inherited from interface com.ibm.portal.Disposable
dispose
 

Method Detail

createStaticPageRenderer

StaticPageRenderer createStaticPageRenderer()
                                            throws ModelException
Returns a renderer component that renders static pages to the output stream of the current request

Returns:
the renderer
Throws:
ModelException - - if the renderer could not be created