public interface ELContextFactory
Modifier and Type | Method and Description |
---|---|
javax.el.ELContext |
getELContext(java.lang.Object target)
Configures and returns an
ELContext to be used in evaluating EL expressions on the given base target
object. |
javax.el.ELContext getELContext(java.lang.Object target)
ELContext
to be used in evaluating EL expressions on the given base target
object. In certain environments the target will be null and the base object of the expression is expected to be
resolved via the ELContext's ELResolver
chain.target
- The base object for the expression evaluation