A B C D E F G H I J K L M N O P Q R S T U V W X Y

V

validate(RequestContext) - Method in class org.springframework.webflow.action.FormAction
Validate the form object by invoking the validator if configured.
validate() - Method in class org.springframework.webflow.validation.ValidationHelper
Invoke the validators available by convention.
ValidateAllRenderer - Class in org.springframework.faces.ui
Renderer for the <sf:validateAllOnClick> tag.
ValidateAllRenderer() - Constructor for class org.springframework.faces.ui.ValidateAllRenderer
 
ValidationContext - Interface in org.springframework.binding.validation
A context for a validator to use to access user data and report validation failures.
validationEnabled(RequestContext) - Method in class org.springframework.webflow.action.FormAction
Return whether validation should be performed given the state of the flow request context.
validationFailed() - Method in class org.springframework.faces.webflow.Jsf2FlowFacesContext
 
ValidationHelper - Class in org.springframework.webflow.validation
A helper class the encapsulates conventions to invoke validation logic.
ValidationHelper(Object, RequestContext, String, String, ExpressionParser, MessageCodesResolver, MappingResults) - Constructor for class org.springframework.webflow.validation.ValidationHelper
Create a throwaway validation helper object.
VALIDATOR_METHOD_ATTRIBUTE - Static variable in class org.springframework.webflow.action.FormAction
Optional attribute that identifies the method that should be invoked on the configured validator instance, to support piecemeal wizard page validation ("validatorMethod").
valueBound(HttpSessionBindingEvent) - Method in class org.springframework.webflow.context.web.HttpSessionMapBindingListener
 
valueBound(AttributeMapBindingEvent) - Method in interface org.springframework.webflow.core.collection.AttributeMapBindingListener
Called when the implementing instance is bound into an AttributeMap.
ValueCoercionException - Exception in org.springframework.binding.expression
An evaluation exception indicating an expression failed to evaluate because the source value could not be coerced to the target class
ValueCoercionException(Class, String, Object, Class) - Constructor for exception org.springframework.binding.expression.ValueCoercionException
Creates a new property not found exception
ValueCoercionException(Class, String, Object, Class, Throwable) - Constructor for exception org.springframework.binding.expression.ValueCoercionException
Creates a new property not found exception
valueOf(String) - Static method in enum org.springframework.binding.message.Severity
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.springframework.webflow.engine.History
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.springframework.webflow.engine.impl.FlowExecutionStatus
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.springframework.webflow.execution.ScopeType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.springframework.webflow.mvc.builder.MvcEnvironment
Returns the enum constant of this type with the specified name.
values() - Method in class org.springframework.binding.collection.SharedMapDecorator
 
values() - Method in class org.springframework.binding.collection.StringKeyedMapAdapter
 
values() - Static method in enum org.springframework.binding.message.Severity
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.springframework.webflow.engine.History
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.springframework.webflow.engine.impl.FlowExecutionStatus
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.springframework.webflow.execution.ScopeType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.springframework.webflow.mvc.builder.MvcEnvironment
Returns an array containing the constants of this enum type, in the order they are declared.
valueUnbound(HttpSessionBindingEvent) - Method in class org.springframework.webflow.context.web.HttpSessionMapBindingListener
 
valueUnbound(AttributeMapBindingEvent) - Method in interface org.springframework.webflow.core.collection.AttributeMapBindingListener
Called when the implementing instance is unbound from an AttributeMap.
variable(ExpressionVariable) - Method in class org.springframework.binding.expression.support.FluentParserContext
Add an expression variable that can be referenced by the expression.
variables(ExpressionVariable[]) - Method in class org.springframework.binding.expression.support.FluentParserContext
Add an array of expression variables that can be referenced by the expression.
VariableValueFactory - Interface in org.springframework.webflow.engine
A strategy that encapsulates the source of a flow variable value.
VarModel - Class in org.springframework.webflow.engine.model
Model support for var elements.
VarModel(String, String) - Constructor for class org.springframework.webflow.engine.model.VarModel
Create a variable model
View - Interface in org.springframework.webflow.execution
Allows a client to participate in flow execution.
ViewActionStateHolder - Class in org.springframework.webflow.mvc.view
Holder class for passing Spring MVC view action state through a redirect.
ViewActionStateHolder(String, boolean, MappingResults) - Constructor for class org.springframework.webflow.mvc.view.ViewActionStateHolder
 
ViewFactory - Interface in org.springframework.webflow.execution
A factory for a view that allows the client to participate in flow execution.
ViewFactoryActionAdapter - Class in org.springframework.webflow.action
Simple adapter that adapts a view factory render cycle to the action interface.
ViewFactoryActionAdapter(ViewFactory) - Constructor for class org.springframework.webflow.action.ViewFactoryActionAdapter
Creates a new view factory action adapter
ViewFactoryCreator - Interface in org.springframework.webflow.engine.builder
A factory for ViewFactory objects.
viewRendered(View, RequestContext) - Method in class org.springframework.webflow.engine.impl.FlowExecutionImpl
 
viewRendered(View) - Method in interface org.springframework.webflow.engine.RequestControlContext
Called when the current view has completed rendering in the current view state.
viewRendered(RequestContext, View, StateDefinition) - Method in interface org.springframework.webflow.execution.FlowExecutionListener
Called after a view has completed rendering.
viewRendered(RequestContext, View, StateDefinition) - Method in class org.springframework.webflow.execution.FlowExecutionListenerAdapter
 
viewRendered(View) - Method in class org.springframework.webflow.test.MockRequestControlContext
 
viewRendering(View, RequestContext) - Method in class org.springframework.webflow.engine.impl.FlowExecutionImpl
 
viewRendering(View) - Method in interface org.springframework.webflow.engine.RequestControlContext
Called when the current view is about to be rendered in the current view state.
viewRendering(RequestContext, View, StateDefinition) - Method in interface org.springframework.webflow.execution.FlowExecutionListener
Called when a view is about to render in a view-state, before any render actions are executed.
viewRendering(RequestContext, View, StateDefinition) - Method in class org.springframework.webflow.execution.FlowExecutionListenerAdapter
 
viewRendering(View) - Method in class org.springframework.webflow.test.MockRequestControlContext
 
ViewRenderingException - Exception in org.springframework.webflow.engine
Thrown if a IO exception was thrown during view rendering.
ViewRenderingException(String, String, View, Throwable) - Constructor for exception org.springframework.webflow.engine.ViewRenderingException
Create a new action execution exception.
ViewScope - Class in org.springframework.webflow.scope
View scope implementation.
ViewScope() - Constructor for class org.springframework.webflow.scope.ViewScope
 
ViewState - Class in org.springframework.webflow.engine
A view state is a state that issues a response to the user, for example, for soliciting form input.
ViewState(Flow, String, ViewFactory) - Constructor for class org.springframework.webflow.engine.ViewState
Create a new view state.
ViewStateModel - Class in org.springframework.webflow.engine.model
Model support for view states.
ViewStateModel(String) - Constructor for class org.springframework.webflow.engine.model.ViewStateModel
Create a view state model
ViewVariable - Class in org.springframework.webflow.engine
A variable scoped to a particular view.
ViewVariable(String, VariableValueFactory) - Constructor for class org.springframework.webflow.engine.ViewVariable
Creates a new view variable.

A B C D E F G H I J K L M N O P Q R S T U V W X Y