org.loom.tags
Class LegacyExpressionLanguageProxy

java.lang.Object
  extended by org.loom.tags.LegacyExpressionLanguageProxy
All Implemented Interfaces:
ExpressionLanguageProxy

@Singleton
public class LegacyExpressionLanguageProxy
extends java.lang.Object
implements ExpressionLanguageProxy

Uses the EL expressions provided by JEE 1.4 and JSP 2.0


Constructor Summary
LegacyExpressionLanguageProxy()
           
 
Method Summary
 java.lang.Object evaluateExpression(javax.servlet.jsp.PageContext pageContext, java.lang.String expression)
          Execute a EL expression and return the result
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LegacyExpressionLanguageProxy

public LegacyExpressionLanguageProxy()
Method Detail

evaluateExpression

public java.lang.Object evaluateExpression(javax.servlet.jsp.PageContext pageContext,
                                           java.lang.String expression)
Description copied from interface: ExpressionLanguageProxy
Execute a EL expression and return the result

Specified by:
evaluateExpression in interface ExpressionLanguageProxy
Parameters:
pageContext - the context of this request execution
expression - the EL expression
Returns:
the result of executing the EL expression