Spring Web Flow

org.springframework.binding.expression.el
Class DefaultElContextFactory

java.lang.Object
  extended by org.springframework.binding.expression.el.DefaultElContextFactory
All Implemented Interfaces:
ELContextFactory

public class DefaultElContextFactory
extends java.lang.Object
implements ELContextFactory

A factory for a DefaultELContext.

Author:
Keith Donald

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

DefaultElContextFactory

public DefaultElContextFactory()
Method Detail

getELContext

public javax.el.ELContext getELContext(java.lang.Object target)
Description copied from interface: ELContextFactory
Configures and returns an 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.

Specified by:
getELContext in interface ELContextFactory
Parameters:
target - The base object for the expression evaluation
Returns:
ELContext The configured ELContext instance for evaluating expressions.

Spring Web Flow