public class DefaultElContextFactory extends java.lang.Object implements ELContextFactory
Constructor and Description |
---|
DefaultElContextFactory() |
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. |
public javax.el.ELContext getELContext(java.lang.Object target)
ELContextFactory
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.getELContext
in interface ELContextFactory
target
- The base object for the expression evaluation