|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--org.enhydra.barracuda.core.comp.renderer.DOMComponentRenderer | +--org.enhydra.barracuda.core.comp.renderer.xml.XMLComponentRenderer | +--org.enhydra.barracuda.core.comp.renderer.xml.XMLTextRenderer
This class handles the default rendering of text into an XML view.
Field Summary | |
protected static org.apache.log4j.Logger |
logger
|
Constructor Summary | |
XMLTextRenderer()
|
Method Summary | |
void |
renderComponent(BComponent comp,
View view,
ViewContext vc)
This method should actually render the data from the component into the view, taking into consideration the specified ViewContext. |
Methods inherited from class org.enhydra.barracuda.core.comp.renderer.DOMComponentRenderer |
addChildToParent, createDefaultNode, showNodeInterfaces |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
protected static org.apache.log4j.Logger logger
Constructor Detail |
public XMLTextRenderer()
Method Detail |
public void renderComponent(BComponent comp, View view, ViewContext vc) throws RenderException
DOMComponentRenderer
renderComponent
in interface Renderer
renderComponent
in class XMLComponentRenderer
comp
- the component to be renderedview
- the view the component should be rendered invc
- the view context
RenderException
- if unable to render the component in the
specified view
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |