public final class ValidationElExtension extends Object implements org.mule.runtime.core.api.el.ExpressionLanguageExtension
ExpressionLanguageExtension which adds a ValidatorElContext to the ExpressionLanguageContext as a
variable named validator.
The validator variable is actually an alias which creates a new ValidatorElContext each time a
ExpressionLanguageContext is configured. This is necessary because the ValidatorElContext needs to receive the
current Event in its constructor.| Constructor and Description |
|---|
ValidationElExtension() |
| Modifier and Type | Method and Description |
|---|---|
void |
configureContext(org.mule.runtime.core.api.el.ExpressionLanguageContext context)
Registers an alias for a new
ValidatorElContext under the name validator |
public void configureContext(org.mule.runtime.core.api.el.ExpressionLanguageContext context)
ValidatorElContext under the name validatorconfigureContext in interface org.mule.runtime.core.api.el.ExpressionLanguageExtensioncontext - a new ExpressionLanguageContext which is being configuredCopyright © 2017 MuleSoft, Inc.. All rights reserved.