Spring Integration

Package org.springframework.integration.expression

Provides classes supporting SpEL expressions.

See:
          Description

Interface Summary
ExpressionSource Strategy interface for retrieving Expressions.
 

Class Summary
DynamicExpression An implementation of Expression that delegates to an ExpressionSource for resolving the actual Expression instance per-invocation at runtime.
ReloadableResourceBundleExpressionSource ExpressionSource implementation that accesses resource bundles using specified basenames.
 

Package org.springframework.integration.expression Description

Provides classes supporting SpEL expressions.


Spring Integration