|
|||||||||||
| 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.OrOperation
| Constructor Summary | |
Expression.OrOperation(java.lang.Object l,
java.lang.Object r)
|
|
| Method Summary | |
void |
accept(TemplateVisitor v)
|
java.lang.Object |
evaluate(Context context)
same as out but returns a String |
| 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 |
| Constructor Detail |
public Expression.OrOperation(java.lang.Object l,
java.lang.Object r)
| Method Detail |
public java.lang.Object evaluate(Context context)
throws PropertyException
Macro
PropertyException - if required data was missing from contextpublic void accept(TemplateVisitor v)
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||