org.springmodules.validation.util.fel
Interface FunctionExpressionParser

All Known Implementing Classes:
OgnlFunctionExpressionParser, PropertyPathFunctionExpressionParser, ValangFunctionExpressionParser

public interface FunctionExpressionParser

Represents a parser that can parse function expression and produce an appropriate function.

Author:
Uri Boness

Method Summary
 Function parse(String expression)
          Parses the given function expression and returns the parsed function.
 

Method Detail

parse

Function parse(String expression)
               throws FelParseException
Parses the given function expression and returns the parsed function.

Parameters:
expression - The function expression.
Returns:
The parsed function.
Throws:
FelParseException - thrown when the expression parsing fails.


Copyright © 2009. All Rights Reserved.