| 
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Function | |
|---|---|
| org.springmodules.validation.bean.rule.resolver | |
| org.springmodules.validation.util.fel | |
| org.springmodules.validation.util.fel.parser | |
| Uses of Function in org.springmodules.validation.bean.rule.resolver | 
|---|
| Methods in org.springmodules.validation.bean.rule.resolver that return Function | |
|---|---|
protected static Function[] | 
FunctionErrorArgumentsResolver.parseFunctionExpressions(String[] expressions,
                         FunctionExpressionParser parser)
 | 
| Constructors in org.springmodules.validation.bean.rule.resolver with parameters of type Function | |
|---|---|
FunctionErrorArgumentsResolver(Function[] functions)
 | 
|
| Uses of Function in org.springmodules.validation.util.fel | 
|---|
| Methods in org.springmodules.validation.util.fel that return Function | |
|---|---|
 Function | 
FunctionExpressionParser.parse(String expression)
Parses the given function expression and returns the parsed function.  | 
| Uses of Function in org.springmodules.validation.util.fel.parser | 
|---|
| Classes in org.springmodules.validation.util.fel.parser that implement Function | |
|---|---|
protected  class | 
OgnlFunctionExpressionParser.OgnlFunction
A function that is associated with an OGNL expression and evaluates this expression on the given object.  | 
protected  class | 
PropertyPathFunctionExpressionParser.PropertyPathFunction
A function that is associated with a property path.  | 
protected  class | 
ValangFunctionExpressionParser.ValangFunction
A function that is associated with a valang function expression.  | 
| Methods in org.springmodules.validation.util.fel.parser that return Function | |
|---|---|
 Function | 
ValangFunctionExpressionParser.parse(String expression)
 | 
 Function | 
PropertyPathFunctionExpressionParser.parse(String expression)
 | 
 Function | 
OgnlFunctionExpressionParser.parse(String expression)
 | 
  | 
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||