wt.htmlutil
Class TextAction
java.lang.Object
wt.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. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
text
private byte[] text
- Deprecated.
TextAction
public TextAction(byte[] text)
- Deprecated.
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.