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