|
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.UINodePageDescriptionProxy
A class that supports proxying UINodePageDescription implementations
Constructor Summary | |
UINodePageDescriptionProxy()
Creates a UINodePageDescriptionProxy. |
Method Summary | |
EventHandler |
getEventHandler(BajaContext context)
|
UINode |
getHTMLHeadUINode()
Get the UINode used to render the HTML <head> section. |
protected abstract UINodePageDescription |
getPageDescription()
Returns the UINodePageDescription that is being proxied. |
PageRenderer |
getPageRenderer(BajaContext context)
|
java.lang.Object |
getProperty(java.lang.String namespace,
java.lang.Object key)
|
UINode |
getRootUINode()
Gets the default root UI node for the page. |
void |
renderEnded(BajaContext context,
Page page,
RenderingContext rContext)
A callback executed immediately after the page finishes rendering. |
void |
renderStarted(BajaContext context,
Page page,
RenderingContext rContext)
A callback executed immediately before the page will start rendering. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public UINodePageDescriptionProxy()
Method Detail |
public PageRenderer getPageRenderer(BajaContext context)
getPageRenderer
in interface PageDescription
public EventHandler getEventHandler(BajaContext context)
getEventHandler
in interface PageDescription
public java.lang.Object getProperty(java.lang.String namespace, java.lang.Object key)
getProperty
in interface PageDescription
public UINode getRootUINode()
UINodePageDescription
getRootUINode
in interface UINodePageDescription
public UINode getHTMLHeadUINode()
UINodePageDescription
getHTMLHeadUINode
in interface UINodePageDescription
public void renderStarted(BajaContext context, Page page, RenderingContext rContext) throws javax.servlet.ServletException
UINodePageDescription
renderStarted
in interface UINodePageDescription
public void renderEnded(BajaContext context, Page page, RenderingContext rContext) throws javax.servlet.ServletException
UINodePageDescription
renderEnded
in interface UINodePageDescription
protected abstract UINodePageDescription getPageDescription()
|
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 |