org.apache.myfaces.el

Class ELParserHelper.MyArraySuffix

Enclosing Class:
ELParserHelper

public static class ELParserHelper.MyArraySuffix
extends ArraySuffix

Override ArraySuffix.evaluate() to use our property resolver

Constructor Summary

MyArraySuffix(ArraySuffix arraySuffix, Application application)

Method Summary

Object
evaluate(Object base, VariableResolver variableResolver, FunctionMapper functions, Logger logger)
Evaluates the expression in the given context, operating on the given value, using JSF property resolver.

Constructor Details

MyArraySuffix

public MyArraySuffix(ArraySuffix arraySuffix,
                     Application application)

Method Details

evaluate

public Object evaluate(Object base,
                       VariableResolver variableResolver,
                       FunctionMapper functions,
                       Logger logger)
            throws ELException
Evaluates the expression in the given context, operating on the given value, using JSF property resolver.