oracle.cabo.servlet.ui
Class DefaultUIFactory
java.lang.Object
|
+--oracle.cabo.servlet.ui.UIFactory
|
+--oracle.cabo.servlet.ui.DefaultUIFactory
- public class DefaultUIFactory
- extends UIFactory
The DefaultUIFactory class is the default implementation of the UIFactory class.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DefaultUIFactory
protected DefaultUIFactory()
sharedInstance
public static UIFactory sharedInstance()
createRenderingContext
public RenderingContext createRenderingContext(BajaContext context,
java.io.PrintWriter writer,
Page page,
java.lang.String mimeType)
- Description copied from class:
UIFactory
- Create the rendering context for the page.
-
- Overrides:
createRenderingContext
in class UIFactory
- Following copied from class:
oracle.cabo.servlet.ui.UIFactory
-
- Parameters:
context
- the BajaContext
out
- a PrintWriter; this will always be null, and is passed only for backwards compatibility
page
- the Page being rendered
mimeType
- the desired content type for the page. This will usually be null, which will lets UIX correctly default the type for the user agent.
createUINodePageDescription
public BaseUINodePageDescription createUINodePageDescription()
-
- Overrides:
createUINodePageDescription
in class UIFactory
createPageRenderer
public PageRenderer createPageRenderer(BajaContext context,
UINodePageDescription description)
-
- Overrides:
createPageRenderer
in class UIFactory