org.springmodules.validation.util.fel.parser
Class OgnlFunctionExpressionParser

java.lang.Object
  extended by org.springmodules.validation.util.fel.parser.OgnlFunctionExpressionParser
All Implemented Interfaces:
FunctionExpressionParser

public class OgnlFunctionExpressionParser
extends Object
implements FunctionExpressionParser

A FunctionExpressionParser implementation that knows how to parse OGNL expressions and return the appropriate function.

Author:
Uri Boness

Nested Class Summary
protected  class OgnlFunctionExpressionParser.OgnlFunction
          A function that is associated with an OGNL expression and evaluates this expression on the given object.
 
Constructor Summary
OgnlFunctionExpressionParser()
           
 
Method Summary
 Function parse(String expression)
          Parses the given function expression and returns the parsed function.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

OgnlFunctionExpressionParser

public OgnlFunctionExpressionParser()
Method Detail

parse

public Function parse(String expression)
Description copied from interface: FunctionExpressionParser
Parses the given function expression and returns the parsed function.

Specified by:
parse in interface FunctionExpressionParser
Parameters:
expression - The function expression.
Returns:
The parsed function.


Copyright © 2009. All Rights Reserved.