|
Oracle UIX API Reference Release 2.1.22.0.0 B12196-01 |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--oracle.cabo.servlet.ui.UINodePageRenderer
Implementation of PageRenderer for UINode nodes.
Constructor Summary | |
UINodePageRenderer(UINodePageDescription description)
Creates a UINodePageRenderer. |
Method Summary | |
protected RenderingContext |
createRenderingContext(BajaContext context,
java.io.PrintWriter out,
Page page)
Create the rendering context for the page. |
protected java.lang.String |
getCharacterEncoding(BajaContext context,
Page page)
Returns the character encoding to be used on this page. |
protected java.lang.String |
getContentType()
Returns the content type of the page. |
protected UINodePageDescription |
getPageDescription()
Returns the PageDescription used for this renderer. |
protected UINode |
getRootUINode(BajaContext context,
RenderingContext rContext,
Page page)
Return the node that should be used to render the page. |
protected boolean |
isEmbedded(BajaContext context,
Page page)
Returns whether the Renderer should behave as if it is rendering embedded content, or the content for an entire page. |
void |
renderPage(BajaContext context,
Page page)
Renders a page by asking a UINode to render it. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public UINodePageRenderer(UINodePageDescription description)
Method Detail |
public void renderPage(BajaContext context, Page page) throws java.io.IOException, javax.servlet.ServletException
renderPage
in interface PageRenderer
context
- the BajaContextpage
- the page returned from handleRequestprotected java.lang.String getContentType()
protected java.lang.String getCharacterEncoding(BajaContext context, Page page)
protected UINode getRootUINode(BajaContext context, RenderingContext rContext, Page page)
protected RenderingContext createRenderingContext(BajaContext context, java.io.PrintWriter out, Page page)
context
- the BajaContextout
- a PrintWriter; this will always be null,
and is passed only for backwards compatibilitypage
- the Page being renderedprotected UINodePageDescription getPageDescription()
protected boolean isEmbedded(BajaContext context, Page page)
AbstractPageBroker.isEmbedded()
|
Oracle UIX API Reference Release 2.1.22.0.0 B12196-01 |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |