Implementation of PRePTag
| |
This is the super class of all the PRePTags. It is abstract and consists of a tag name and a value. Constructor:
PRePTag(String sTagName) Methods:
compile(Session)
compile(Session session, PrintWriter pw)
debugOutput()
getAllValue()
getName()
getValue()
setValue(Object)
toString() |
|