Implementation of PRePTagText
| |
This is a subclass of PRePTag and compiles by printing the value with the PrintWriter. If the noparse flag is set (like: *MAIN:noparse) then the tag is just print the way it looks (without any formats or substitutes) Constructor:
PRePTagText(String sTagName) Methods:
compile(Session)
debugOutput()
getAllValue()
getValue()
setValue(String) |
|