wt.htmlutil
Class TextAction

java.lang.Object
  extended bywt.htmlutil.TextAction
All Implemented Interfaces:
TemplateAction

public class TextAction
extends Object
implements TemplateAction

TextAction represents a block of static text contained within a cached HTML template. The action method for this TemplateAction simply dumps the static text to the output stream.


Field Summary
private  byte[] text
          Deprecated.  
 
Constructor Summary
TextAction(byte[] text)
          Deprecated.  
 
Method Summary
 void action(OutputStream out, Object context, Locale locale, boolean includeLocale)
          Deprecated.  
 byte[] getText()
          Deprecated.  
 void setText(byte[] text)
          Deprecated.  
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

text

private byte[] text
Deprecated. 
Constructor Detail

TextAction

public TextAction(byte[] text)
Deprecated. 
Method Detail

action

public void action(OutputStream out,
                   Object context,
                   Locale locale,
                   boolean includeLocale)
            throws IOException
Deprecated. 
Specified by:
action in interface TemplateAction
Throws:
IOException

setText

public void setText(byte[] text)
Deprecated. 

getText

public byte[] getText()
Deprecated.