|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Directives, variables, macro calls, blocks, conditions, text, etc., all have this as their supertype.
Method Summary | |
java.lang.Object |
evaluate(Context context)
same as out but returns a String |
void |
write(FastWriter out,
Context context)
Interpret the directive and write it out, using the values in the supplied context as appropriate. |
Method Detail |
public void write(FastWriter out, Context context) throws PropertyException, java.io.IOException
PropertyException
- if required data was missing from context
java.io.IOException
- if we could not successfully write to outpublic java.lang.Object evaluate(Context context) throws PropertyException
PropertyException
- if required data was missing from context
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |