|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.webmacro.engine.Expression.ExpressionBase
org.webmacro.engine.Expression.UnaryOperation
Method Summary | |
void |
accept(TemplateVisitor v)
|
java.lang.Object |
evaluate(Context context)
same as out but returns a String |
abstract java.lang.String |
getName()
|
abstract java.lang.Object |
operate(java.lang.Object o)
|
Methods inherited from class org.webmacro.engine.Expression.ExpressionBase |
write |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
public abstract java.lang.Object operate(java.lang.Object o)
public java.lang.Object evaluate(Context context) throws PropertyException
Macro
PropertyException
- if required data was missing from contextpublic abstract java.lang.String getName()
public void accept(TemplateVisitor v)
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |