Package org.springframework.webflow.expression.el
package org.springframework.webflow.expression.el
Web Flow integration with the Unified EL API.
-
ClassDescriptionResolves the method to invoke on a resolved Web Flow Action instance.Custom EL resolver that resolves the messages from the active flow's
MessageSource
.Resolves "implicit" or well-known flow variables; for example "flowScope" in an expression like #{flowScope.foo}.Custom EL resolver that resolves the current RequestContext under the variableRequestContextELResolver.REQUEST_CONTEXT_VARIABLE_NAME
.Custom EL resolver that searches the current request context for variables to resolve.EL resolver for resolving Spring Beans accessible by a flow's bean factory.Allows for Unified EL expressions in a FlowDefinition.