|
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 | +--oracle.cabo.servlet.ui.HTMLUINodePageRenderer
A subclass of UINodePageRenderer that performs some modest cleanup of pages that will be used for HTML. In particular, it will attempt to ensure that the page is properly wrapped inside of a DocumentBean and BodyBean. It also adds support for the <ctrl:head> element, which is otherwise ignored by UINodePageRenderer.
Constructor Summary | |
HTMLUINodePageRenderer(UINodePageDescription description)
Creates a UINodePageRenderer. |
Method Summary | |
protected UINode |
getHTMLHeadUINode(BajaContext context,
Page page)
Return the node that should be used to render the head section of the page. |
protected UINode |
getRootUINode(BajaContext context,
RenderingContext rContext,
Page page)
Return the node that should be used to render the page. |
Methods inherited from class oracle.cabo.servlet.ui.UINodePageRenderer |
createRenderingContext, getCharacterEncoding, getContentType, getPageDescription, isEmbedded, renderPage |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public HTMLUINodePageRenderer(UINodePageDescription description)
Method Detail |
protected UINode getRootUINode(BajaContext context, RenderingContext rContext, Page page)
getRootUINode
in class UINodePageRenderer
protected UINode getHTMLHeadUINode(BajaContext context, Page page)
|
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 |