com.vinay.ui.vinui.fw.htmlrendering
Class HTMLTextRenderer

java.lang.Object
  extended bycom.vinay.ui.vinui.fw.core.Renderer
      extended bycom.vinay.ui.vinui.fw.htmlrendering.HTMLTextRenderer

public class HTMLTextRenderer
extends Renderer

Author:
Vinay Nath TODO

Constructor Summary
HTMLTextRenderer()
           
 
Method Summary
 java.lang.String render(Control control)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

HTMLTextRenderer

public HTMLTextRenderer()
Method Detail

render

public java.lang.String render(Control control)
Specified by:
render in class Renderer