|
|
PREV CLASS
NEXT CLASS
SUMMARY: NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD |
com.ibm.portal.spa.renderer
Interface StaticPageRenderer
- All Superinterfaces:
- Disposable
-
public interface StaticPageRenderer
- extends Disposable
Implementation of a renderer that renders static pages in the context of the
current request.
- Since:
- 6.1.0
Method Summary
|
void |
render()
Renders the current static page as returned by the navigation selection
model |
void |
render(StaticContentPage page)
Renders the given page. |
render
void render(StaticContentPage page)
throws java.io.IOException,
ModelException,
StateException
- Renders the given page.
- Parameters:
- page - static content page to render, not null
- Throws:
- java.io.IOException - -
if the rendering failed
- ModelException
- StateException
render
void render()
throws java.io.IOException,
ModelException,
StateException
- Renders the current static page as returned by the navigation selection
model
- Throws:
- java.io.IOException
- ModelException
- StateException
|
|
PREV CLASS
NEXT CLASS
SUMMARY: NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD |