|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.waveset.object.DefaultRuleExecutor
Implementation of RuleExecutor which provides a default implementation which has the following behavior:
Field Summary | |
static java.lang.String |
code_id
|
Constructor Summary | |
DefaultRuleExecutor(LighthouseContext context)
|
Method Summary | |
java.lang.Object |
callRule(ExState state,
java.lang.String name,
java.util.Map args)
Lookup a rule by name and call it with the given arguments. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
public static final java.lang.String code_id
Constructor Detail |
public DefaultRuleExecutor(LighthouseContext context)
Method Detail |
public java.lang.Object callRule(ExState state, java.lang.String name, java.util.Map args) throws WavesetException
RuleExecutor
callRule
in interface RuleExecutor
WavesetException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |