org.apache.beehive.netui.tags.rendering
Class ConstantRendering

Object
  extended by ConstantRendering

public abstract class ConstantRendering
extends Object

This class will render the constant HTML used by the tags


Constructor Summary
ConstantRendering()
           
 
Method Summary
abstract  void BR(AbstractRenderAppender sb)
           
 void end_TABLE(AbstractRenderAppender sb)
           
 void end_TD_TR(AbstractRenderAppender sb)
           
static ConstantRendering getRendering(int type)
           
 void NBSP(AbstractRenderAppender sb)
           
 void TABLE(AbstractRenderAppender sb)
           
 void TR_TD(AbstractRenderAppender sb)
           
 
Methods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ConstantRendering

public ConstantRendering()
Method Detail

BR

public abstract void BR(AbstractRenderAppender sb)

TR_TD

public void TR_TD(AbstractRenderAppender sb)

end_TD_TR

public void end_TD_TR(AbstractRenderAppender sb)

TABLE

public void TABLE(AbstractRenderAppender sb)

end_TABLE

public void end_TABLE(AbstractRenderAppender sb)

NBSP

public void NBSP(AbstractRenderAppender sb)

getRendering

public static ConstantRendering getRendering(int type)