creamtec.webcream.rendering.html
Class WYSIWYGEditor

java.lang.Object
  extended by creamtec.webcream.rendering.html.AbstractHTMLComponentRenderer
      extended by creamtec.webcream.rendering.html.WYSIWYGEditor
All Implemented Interfaces:
ComponentRenderer, HTMLComponentRenderer

public class WYSIWYGEditor
extends AbstractHTMLComponentRenderer

Convenience base class to delegate renderComponent to an HTML specific method


Constructor Summary
WYSIWYGEditor()
           
 
Method Summary
 void renderComponent(HTMLPage page, java.lang.Object component)
          Renders a given component into the page
 
Methods inherited from class creamtec.webcream.rendering.html.AbstractHTMLComponentRenderer
renderComponent
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

WYSIWYGEditor

public WYSIWYGEditor()
Method Detail

renderComponent

public void renderComponent(HTMLPage page,
                            java.lang.Object component)
                     throws java.lang.Exception
Renders a given component into the page

Specified by:
renderComponent in interface HTMLComponentRenderer
Specified by:
renderComponent in class AbstractHTMLComponentRenderer
Parameters:
page - HTMLPage
component - Object
Throws:
java.lang.Exception


Copyright © 2000-2006 CreamTec LLC. All Rights Reserved.