public abstract class ConstantParsingPart extends StringParsingPart
| Modifier and Type | Field and Description |
|---|---|
protected StringBuffer |
buffer |
protected String |
content |
| Constructor and Description |
|---|
ConstantParsingPart() |
| Modifier and Type | Method and Description |
|---|---|
void |
doPostParse()
doPostParse.
|
void |
doPreParse()
doPreParse.
|
void |
dump(int level,
StringBuffer out)
dump.
|
void |
execute(StringBuffer out,
Map<String,Object> attributes)
execute.
|
String |
getContent()
Getter for the field
content. |
parse, parsebase, base, createBase, forkBase, installBase, isBase, leaveBase, toStringprotected StringBuffer buffer
protected String content
public void execute(StringBuffer out, Map<String,Object> attributes)
execute.
out - a StringBuffer object.attributes - a Map object.public void doPreParse()
doPreParse.
doPreParse in class StringParsingPartpublic void doPostParse()
doPostParse.
doPostParse in class StringParsingPartpublic void dump(int level,
StringBuffer out)
dump.
level - a int.out - a StringBuffer object.Copyright © 2016. All Rights Reserved.