|
|||||||||
| 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.cel.valang.ValangConditionExpressionParser
public class ValangConditionExpressionParser
A ConditionExpressionParser implementation that knows how to parse valang boolean expressions.
| Field Summary |
|---|
| Fields inherited from class org.springmodules.validation.util.context.BasicContextAware |
|---|
applicationContext, applicationEventPublisher, beanFactory, messageSource, resourceLoader, servletContext |
| Constructor Summary | |
|---|---|
ValangConditionExpressionParser()
|
|
| Method Summary | |
|---|---|
Condition |
parse(java.lang.String expression)
Parses the given condition expression and returns the parsed condition. |
| 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 ValangConditionExpressionParser()
| Method Detail |
|---|
public Condition parse(java.lang.String expression)
throws CelParseException
ConditionExpressionParser
parse in interface ConditionExpressionParserexpression - The given condition expression.
CelParseException - thrown when the condition expression parsing fails.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||