public interface StringPart
StringPart interface.
| Modifier and Type | Method and Description |
|---|---|
void |
dump(int level,
StringBuffer out)
dump.
|
void |
execute(StringBuffer out,
Map<String,Object> attributes)
execute.
|
void execute(StringBuffer out, Map<String,Object> attributes) throws MException
execute.
out - a StringBuffer object.attributes - a Map object.MException - if any.void dump(int level,
StringBuffer out)
dump.
level - a int.out - a StringBuffer object.Copyright © 2016. All Rights Reserved.