@FunctionalInterface public interface ELProcessorFactory
ELProcessor when evaluating
EL expressions.| Modifier and Type | Field and Description |
|---|---|
static ConfigurationKey |
EL_PROCESSOR_FACTORY_KEY
This configuration key can be used to specify a custom
ELProcessorFactory. |
| Modifier and Type | Method and Description |
|---|---|
static Object |
convert(Object value)
If the value is an instance of
ELProcessorFactory it's returned. |
javax.el.ELProcessor |
createELProcessor(Configuration configuration)
The returned processor is used to evaluate a single EL expression.
|
static ELProcessorFactory |
defaultFactory() |
static final ConfigurationKey EL_PROCESSOR_FACTORY_KEY
ELProcessorFactory.javax.el.ELProcessor createELProcessor(Configuration configuration)
configuration - static ELProcessorFactory defaultFactory()
static Object convert(Object value)
ELProcessorFactory it's returned. If
it's a string then attempt to instantiate a class of this name. Otherwise
throw IllegalStateException.value - Copyright © 2018. All rights reserved.