|
Spring Web Flow | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.springframework.binding.expression.el.DefaultElContextFactory
public class DefaultElContextFactory
A factory for a DefaultELContext.
| Constructor Summary | |
|---|---|
DefaultElContextFactory()
|
|
| Method Summary | |
|---|---|
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. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public DefaultElContextFactory()
| Method Detail |
|---|
public javax.el.ELContext getELContext(java.lang.Object target)
ELContextFactoryELContext 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 ELContextFactorytarget - The base object for the expression evaluation
|
Spring Web Flow | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||