net.rewerse.i5.r3.eval.http
Class Evaluator

java.lang.Object
  extended by net.rewerse.i5.r3.eval.ExprEvaluator
      extended by net.rewerse.i5.r3.eval.http.Evaluator
All Implemented Interfaces:
WSEngine, AsynchEngine, AsynchEvaluator, BrokerEngine, Engine, ExpressionEngine

public class Evaluator
extends ExprEvaluator


Nested Class Summary
 
Nested classes/interfaces inherited from class net.rewerse.i5.r3.eval.ExprEvaluator
ExprEvaluator.ArgEval, ExprEvaluator.BasicContext, ExprEvaluator.Context, ExprEvaluator.ContextArg, ExprEvaluator.Launcher
 
Field Summary
static Language LANG
           
 
Constructor Summary
Evaluator(java.lang.String url)
           
 
Method Summary
protected  void evaluate(ExprEvaluator.Context ctx)
           
protected  Language getLanguage()
           
 
Methods inherited from class net.rewerse.i5.r3.eval.ExprEvaluator
activeInstallation, asObject, asString, asString, createNative, evaluate, exec, exec, exec, exec, exec, exec, exec, freeId, getEngine, getLanguage, getThing, getThing, incompleteEvaluation, install, join, join, notEmpty, notifyTo, r3lang, r3lang, r3lang, r3lang, r3lang, r3lang, r3url, register, terminate, terminateInstallations, unregister, updateEvaluation, xmlBuilder
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

LANG

public static final Language LANG
Constructor Detail

Evaluator

public Evaluator(java.lang.String url)
          throws java.lang.Exception
Throws:
java.lang.Exception
Method Detail

getLanguage

protected Language getLanguage()
Specified by:
getLanguage in class ExprEvaluator

evaluate

protected void evaluate(ExprEvaluator.Context ctx)
                 throws java.lang.Exception
Specified by:
evaluate in class ExprEvaluator
Throws:
java.lang.Exception