org.apache.myfaces.el

Class ELParserHelper.MyPropertySuffix

Enclosing Class:
ELParserHelper

public static class ELParserHelper.MyPropertySuffix
extends PropertySuffix

Constructor Summary

MyPropertySuffix(PropertySuffix propertySuffix, 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

MyPropertySuffix

public MyPropertySuffix(PropertySuffix propertySuffix,
                        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.