BEA NetUI tags and APIs are included for backward compatibility only. For new applications, use the Beehive tags and APIs.

com.bea.wlw.netui.tags.rendering
Class ConstantRendering

java.lang.Object
  extended by com.bea.wlw.netui.tags.rendering.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(weblogic.utils.UnsyncStringBuffer sb)
           
 void end_TABLE(weblogic.utils.UnsyncStringBuffer sb)
           
 void end_TD_TR(weblogic.utils.UnsyncStringBuffer sb)
           
static ConstantRendering getRendering(int type)
           
 void NBSP(weblogic.utils.UnsyncStringBuffer sb)
           
 void TABLE(weblogic.utils.UnsyncStringBuffer sb)
           
 void TR_TD(weblogic.utils.UnsyncStringBuffer sb)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ConstantRendering

public ConstantRendering()
Method Detail

BR

public abstract void BR(weblogic.utils.UnsyncStringBuffer sb)

TR_TD

public void TR_TD(weblogic.utils.UnsyncStringBuffer sb)

end_TD_TR

public void end_TD_TR(weblogic.utils.UnsyncStringBuffer sb)

TABLE

public void TABLE(weblogic.utils.UnsyncStringBuffer sb)

end_TABLE

public void end_TABLE(weblogic.utils.UnsyncStringBuffer sb)

NBSP

public void NBSP(weblogic.utils.UnsyncStringBuffer sb)

getRendering

public static ConstantRendering getRendering(int type)

BEA NetUI tags and APIs are included for backward compatibility only. For new applications, use the Beehive tags and APIs.