|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.springmodules.validation.util.context.BasicContextAware
org.springmodules.validation.valang.parser.SimpleValangBased
org.springmodules.validation.util.fel.parser.ValangFunctionExpressionParser
public class ValangFunctionExpressionParser
A FunctionExpressionParser implementation that knows how to parse valang function expressions.
| Nested Class Summary | |
|---|---|
protected class |
ValangFunctionExpressionParser.ValangFunction
A function that is associated with a valang function expression. |
| Field Summary |
|---|
| Fields inherited from class org.springmodules.validation.util.context.BasicContextAware |
|---|
applicationContext, applicationEventPublisher, beanFactory, messageSource, resourceLoader, servletContext |
| Constructor Summary | |
|---|---|
ValangFunctionExpressionParser()
|
|
| Method Summary | |
|---|---|
Function |
parse(java.lang.String expression)
Parses the given function expression and returns the parsed function. |
| Methods inherited from class org.springmodules.validation.valang.parser.SimpleValangBased |
|---|
addCustomFunction, createValangParser, findAllCustomFunctionsInApplicationContext, getAllCustomFunctions, getCustomFunctions, getDateParsers, initValang, setCustomFunctions, setDateParsers |
| Methods inherited from class org.springmodules.validation.util.context.BasicContextAware |
|---|
initLifecycle, initLifecycle, setApplicationContext, setApplicationEventPublisher, setBeanFactory, setMessageSource, setResourceLoader, setServletContext |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ValangFunctionExpressionParser()
| Method Detail |
|---|
public Function parse(java.lang.String expression)
FunctionExpressionParser
parse in interface FunctionExpressionParserexpression - The function expression.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||