lumis.portal.el
Class LumisExpressionEvaluatorImpl

Package class diagram package LumisExpressionEvaluatorImpl
java.lang.Object
  extended by javax.servlet.jsp.el.ExpressionEvaluator
      extended by lumis.portal.el.commonsel.ExpressionEvaluatorImpl
          extended by lumis.portal.el.LumisExpressionEvaluatorImpl

public class LumisExpressionEvaluatorImpl
extends lumis.portal.el.commonsel.ExpressionEvaluatorImpl

Object that extends the standard ExpressionEvaluatorImpl. This object however does not store expressions in cache.

Since:
4.0.9

Constructor Summary
LumisExpressionEvaluatorImpl()
           
 
Method Summary
static java.lang.Object customFunctionInvocationEvalution(lumis.portal.el.commonsel.FunctionInvocation functionInvocation, javax.servlet.jsp.el.VariableResolver pResolver, javax.servlet.jsp.el.FunctionMapper functions, lumis.portal.el.commonsel.Logger pLogger)
           
 java.lang.Object evaluate(java.lang.String expressionString, java.lang.Class expectedType, javax.servlet.jsp.el.VariableResolver resolver, javax.servlet.jsp.el.FunctionMapper functions)
           
 java.lang.Object parseExpressionString(java.lang.String pExpressionString)
           
 
Methods inherited from class lumis.portal.el.commonsel.ExpressionEvaluatorImpl
parseAndRender, parseExpression
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LumisExpressionEvaluatorImpl

public LumisExpressionEvaluatorImpl()
Method Detail

customFunctionInvocationEvalution

public static java.lang.Object customFunctionInvocationEvalution(lumis.portal.el.commonsel.FunctionInvocation functionInvocation,
                                                                 javax.servlet.jsp.el.VariableResolver pResolver,
                                                                 javax.servlet.jsp.el.FunctionMapper functions,
                                                                 lumis.portal.el.commonsel.Logger pLogger)
                                                          throws javax.servlet.jsp.el.ELException
Throws:
javax.servlet.jsp.el.ELException

parseExpressionString

public java.lang.Object parseExpressionString(java.lang.String pExpressionString)
                                       throws javax.servlet.jsp.el.ELException
Overrides:
parseExpressionString in class lumis.portal.el.commonsel.ExpressionEvaluatorImpl
Throws:
javax.servlet.jsp.el.ELException

evaluate

public java.lang.Object evaluate(java.lang.String expressionString,
                                 java.lang.Class expectedType,
                                 javax.servlet.jsp.el.VariableResolver resolver,
                                 javax.servlet.jsp.el.FunctionMapper functions)
                          throws javax.servlet.jsp.el.ELException
Overrides:
evaluate in class lumis.portal.el.commonsel.ExpressionEvaluatorImpl
Throws:
javax.servlet.jsp.el.ELException


Lumisportal  6.1.0.111014 - Copyright © 2001-2007, Lumis. All Rights Reserved.