|
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.ui.LogicalNodeRenderingContext | +--oracle.cabo.ui.RenderedNodeRenderingContext | +--oracle.cabo.ui.RootRenderingContext | +--oracle.cabo.ui.ServletRenderingContext | +--oracle.cabo.servlet.ui.BajaRenderingContext
RenderingContext implementation for rendering UIX-Components-based content inside of the UIX Controller. This rendering context registers several RenderingContext properties in the UIX controller namespace:
This rendering context also will automatically attach a BajaDataProvider, which makes several Servlet- and UIX-Controller- related objects automatically available. See the documentation of that class for more infromation.
BajaDataProvider
Field Summary | |
static java.lang.String |
BAJA_CONTEXT_PROPERTY
Property for storing the BajaContext. |
static java.lang.String |
BASE_URI_PROPERTY
Property for storing the portion of the URI that points to the servlet engine. |
static java.lang.String |
PAGE_PROPERTY
Property for storing the Page object. |
Fields inherited from class oracle.cabo.ui.ServletRenderingContext |
HTTP_SESSION_PROPERTY, JSP_PAGE_CONTEXT_PROPERTY, JSP_PAGE_PROPERTY, SERVLET_CONFIG_PROPERTY, SERVLET_CONTEXT_PROPERTY, SERVLET_REQUEST_PROPERTY, SERVLET_RESPONSE_PROPERTY |
Fields inherited from interface oracle.cabo.ui.RenderingContext |
CONTEXT_PATH_PROPERTY, CONTEXT_URI_PROPERTY, SHARED_CONTEXT_PATH_PROPERTY, SHARED_CONTEXT_URI_PROPERTY |
Constructor Summary | |
BajaRenderingContext(BajaContext bajaContext,
Page page)
Creates a BajaRenderingContext. |
|
BajaRenderingContext(BajaContext bajaContext,
java.io.PrintWriter out,
Page page)
Deprecated. Let the PrintWriter default |
|
BajaRenderingContext(BajaContext bajaContext,
java.io.PrintWriter out,
Page page,
java.lang.String mimeType)
Deprecated. Let the PrintWriter and mime type default |
Method Summary | |
static BajaContext |
getBajaContext(RenderingContext context)
Returns the BajaContext stored on a RenderingContext. |
static Page |
getPage(RenderingContext context)
Returns the Page stored on a RenderingContext. |
Methods inherited from class oracle.cabo.ui.RenderedNodeRenderingContext |
getLocalProperty, getRenderedAncestorNode, getRenderedAncestorNodeCount, popRenderedChild, pushRenderedChild, reset, setLocalProperty, setProperty |
Methods inherited from class oracle.cabo.ui.LogicalNodeRenderingContext |
addDataProvider, getAncestorNode, getAncestorNodeCount, getCurrentDataObject, getPath, popChild, pushChild, setCurrentDataObject |
Methods inherited from class java.lang.Object |
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface oracle.cabo.style.StyleContext |
setProperty |
Methods inherited from interface oracle.cabo.image.ImageContext |
setProperty |
Field Detail |
public static final java.lang.String PAGE_PROPERTY
public static final java.lang.String BAJA_CONTEXT_PROPERTY
public static final java.lang.String BASE_URI_PROPERTY
Constructor Detail |
public BajaRenderingContext(BajaContext bajaContext, Page page)
bajaContext
- the current BajaContextpage
- the Page being renderedpublic BajaRenderingContext(BajaContext bajaContext, java.io.PrintWriter out, Page page, java.lang.String mimeType)
bajaContext
- the current BajaContextout
- the PrintWriter used for outputpage
- the Page being renderedpublic BajaRenderingContext(BajaContext bajaContext, java.io.PrintWriter out, Page page)
bajaContext
- the current BajaContextout
- the PrintWriter used for outputpage
- the Page being renderedMethod Detail |
public static BajaContext getBajaContext(RenderingContext context)
public static Page getPage(RenderingContext context)
|
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 |