Weaver 3.1.0a1-D1

com.oldlight.weaver.interpreter.components
Class WeaverELParameter

java.lang.Object
  extended bycom.oldlight.weaver.interpreter.components.WeaverELParameter

public class WeaverELParameter
extends Object


Field Summary
private static org.apache.commons.el.ExpressionEvaluatorImpl eval
           
private  Expression expr
           
private  String param
           
 
Constructor Summary
WeaverELParameter(String theParam, FunctionMapper functionMapper)
           
 
Method Summary
 Object evaluate(WeaverExecutionContextImpl context)
           
 String getParam()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

eval

private static org.apache.commons.el.ExpressionEvaluatorImpl eval

param

private final String param

expr

private final Expression expr
Constructor Detail

WeaverELParameter

public WeaverELParameter(String theParam,
                         FunctionMapper functionMapper)
                  throws WeaverException
Method Detail

getParam

public String getParam()

evaluate

public Object evaluate(WeaverExecutionContextImpl context)
                throws WeaverException
Throws:
WeaverException

Copyright ©Paul Harvey