Oracle UIX API Reference
Release 2.1.22.0.0
B12196-01

oracle.cabo.ui.html
Class HTMLElementRenderer

java.lang.Object
  |
  +--oracle.cabo.ui.BaseRenderer
        |
        +--oracle.cabo.ui.ElementRenderer
              |
              +--oracle.cabo.ui.html.HTMLElementRenderer
All Implemented Interfaces:
Renderer

public class HTMLElementRenderer
extends ElementRenderer

Renderer implementation that outputs HTML elements. Copies all the attributes set on the node directly to the output method.


Fields inherited from class oracle.cabo.ui.BaseRenderer
NO_CHILD_INDEX
 
Constructor Summary
HTMLElementRenderer()
           
 
Method Summary
static Renderer getRenderer()
          Returns a shared instance fo the renderer.
protected  void renderAttributes(RenderingContext context, UINode node)
          Renders all attributes of the current node.
 
Methods inherited from class oracle.cabo.ui.ElementRenderer
getElementName, postrender, prerender, renderAttribute, renderAttribute, renderAttribute, renderAttribute
 
Methods inherited from class oracle.cabo.ui.BaseRenderer
getNextRenderedChildIndex, getNextRenderedChildNode, getVisibleIndexedChildCount, render, renderBetweenIndexedChildren, renderBetweenIndexedChildren, renderChild, renderContent, renderIndexedChild, renderIndexedChild, renderNamedChild, renderNamedChild, skipChild, skipNode
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

HTMLElementRenderer

public HTMLElementRenderer()
Method Detail

getRenderer

public static Renderer getRenderer()
Returns a shared instance fo the renderer.

renderAttributes

protected void renderAttributes(RenderingContext context,
                                UINode node)
                         throws java.io.IOException
Renders all attributes of the current node.
Overrides:
renderAttributes in class ElementRenderer
Following copied from class: oracle.cabo.ui.ElementRenderer
Parameters:
context - the rendering context
node - the current UINode

Oracle UIX API Reference
Release 2.1.22.0.0
B12196-01

Copyright © 2002,2003, Oracle. All Rights Reserved.