public abstract class MailerViewVarDef extends VarDef
| Modifier | Constructor and Description |
|---|---|
protected |
MailerViewVarDef(java.lang.String name,
org.osgl.inject.BeanSpec spec) |
protected |
MailerViewVarDef(java.lang.String name,
java.lang.Class<?> type) |
| Modifier and Type | Method and Description |
|---|---|
abstract java.lang.Object |
eval(MailerContext context) |
java.lang.Object |
evaluate(ActContext context)
A specific variable implementation shall override this method to evaluate the variable value at runtime
|
protected MailerViewVarDef(java.lang.String name,
java.lang.Class<?> type)
protected MailerViewVarDef(java.lang.String name,
org.osgl.inject.BeanSpec spec)
public final java.lang.Object evaluate(ActContext context)
VarDefA specific variable implementation shall override this method to evaluate the variable value at runtime
public abstract java.lang.Object eval(MailerContext context)
Copyright © 2014–2017 ActFramework. All rights reserved.