|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
public interface Printable
| Method Summary | |
|---|---|
String |
getInfo()
The descriptive text shown in template stack traces. |
boolean |
isAnonymous()
Anonymous means: Does not occur in template stack traces. |
void |
print(Evaluator evaluator)
Evaluates the template fragment utilizing the provided evaluator. |
| Methods inherited from interface de.espirit.firstspirit.access.template.TemplateElement |
|---|
getChildAt, getChildCount, getSourceColumn, getSourceLine, isEmpty, printSource |
| Method Detail |
|---|
void print(Evaluator evaluator)
throws IOException
evaluator.
Do not call this method directly, use Evaluator.print(Printable).
evaluator - used during evaluation for determing variable values, invoking methods etc.
IOException - on failureString getInfo()
null is returned and Printable.isAnonymous()
is false then the value returned by #toString() is used in the trace.
Printable.isAnonymous()boolean isAnonymous()
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||