A B C D E F G H I L M N O P R S T W

A

Action - interface com.ervacon.springframework.web.servlet.mvc.webflow.Action.
Interface for actions executed by a web flow.
afterPropertiesSet() - Method in class com.ervacon.springframework.web.servlet.mvc.webflow.SimpleFormAction
 
afterPropertiesSet() - Method in class com.ervacon.springframework.web.servlet.mvc.webflow.SimpleWebFlow
 
afterPropertiesSet() - Method in class com.ervacon.springframework.web.servlet.mvc.webflow.WebFlowController
 
asList() - Method in class com.ervacon.springframework.web.servlet.mvc.webflow.WebFlowMementoStack
Get the stack of mementos as a list (bottom of stack is at index 0), suitable for export to the page model for use in breadcrumbs or other devices.

B

BindAndValidateCommandAction - class com.ervacon.springframework.web.servlet.mvc.webflow.BindAndValidateCommandAction.
Action implementation which creates an object (the command object) on execution and attempts to populate this object with request parameters.
BindAndValidateCommandAction() - Constructor for class com.ervacon.springframework.web.servlet.mvc.webflow.BindAndValidateCommandAction
 
bindAndValidate(HttpServletRequest, HttpServletResponse, Map) - Method in class com.ervacon.springframework.web.servlet.mvc.webflow.SimpleFormAction
Bind all incoming request parameters to the command object and validate the command object using any registered validators.
bindAndValidate(HttpServletRequest, Map, Object) - Method in class com.ervacon.springframework.web.servlet.mvc.webflow.SimpleFormAction
Bind the parameters of the given request to the given command object.

C

CURRENT_STATE_MODEL_NAME - Static variable in class com.ervacon.springframework.web.servlet.mvc.webflow.WebFlowController
Key of the current state in the model exposed to the view.
com.ervacon.springframework.web.servlet.mvc.webflow - package com.ervacon.springframework.web.servlet.mvc.webflow
Controller implementation for the Spring web MVC framework that handles requests using a web flow.
createBeanWrapper(Object) - Method in class com.ervacon.springframework.web.servlet.mvc.webflow.ParameterizableModelMapper
Create a new bean wrapper wrapping given object.
createBinder(HttpServletRequest, Map, Object) - Method in class com.ervacon.springframework.web.servlet.mvc.webflow.SimpleFormAction
Create a new binder instance for the given command, request and model.
createCommand() - Method in class com.ervacon.springframework.web.servlet.mvc.webflow.SimpleFormAction
Create a new command instance for the command class of this action.
createMementos(String, String) - Method in class com.ervacon.springframework.web.servlet.mvc.webflow.WebFlowController
Create a new memento stack for given web flow with given id.

D

DEFAULT_DELIMITER - Static variable in class com.ervacon.springframework.web.servlet.mvc.webflow.RequestParameterNameParameterExtractor
 
DEFAULT_TIMEOUT - Static variable in class com.ervacon.springframework.web.servlet.mvc.webflow.WebFlowCleanupFilter
Default web flow timout: 10 minutes.
deleteMementos(HttpServletRequest, String) - Method in class com.ervacon.springframework.web.servlet.mvc.webflow.WebFlowController
Delete the web flow mementos stored in the HTTP session associated with given request using given id.
doCleanup(HttpServletRequest) - Method in class com.ervacon.springframework.web.servlet.mvc.webflow.WebFlowCleanupFilter
Remove expired flows from the HTTP session associated with given request.
doFilterInternal(HttpServletRequest, HttpServletResponse, FilterChain) - Method in class com.ervacon.springframework.web.servlet.mvc.webflow.WebFlowCleanupFilter
 

E

ERROR - Static variable in interface com.ervacon.springframework.web.servlet.mvc.webflow.Action
Name of the event used to indicate that action processing encountered an error.
empty() - Method in class com.ervacon.springframework.web.servlet.mvc.webflow.WebFlowMementoStack
Returns whether or not the stack is empty.
execute(HttpServletRequest, HttpServletResponse, Map) - Method in interface com.ervacon.springframework.web.servlet.mvc.webflow.Action
Execute the action and return and signal an event that allows the containing flow to continue.
execute(HttpServletRequest, HttpServletResponse, Map) - Method in class com.ervacon.springframework.web.servlet.mvc.webflow.BindAndValidateCommandAction
 
execute(HttpServletRequest, HttpServletResponse, Map) - Method in class com.ervacon.springframework.web.servlet.mvc.webflow.MultiAction
 
execute(HttpServletRequest, HttpServletResponse, Map) - Method in class com.ervacon.springframework.web.servlet.mvc.webflow.SignalEventAction
 
execute(HttpServletRequest, HttpServletResponse, String, String, WebFlowMementoStack) - Method in class com.ervacon.springframework.web.servlet.mvc.webflow.SimpleWebFlow
 
execute(HttpServletRequest, HttpServletResponse, String, String, WebFlowMementoStack) - Method in interface com.ervacon.springframework.web.servlet.mvc.webflow.WebFlow
Execute an event in a state of the web flow.
executeActionState(HttpServletRequest, HttpServletResponse, Element, WebFlowMementoStack) - Method in class com.ervacon.springframework.web.servlet.mvc.webflow.SimpleWebFlow
Execute given action state.
executeEndState(HttpServletRequest, HttpServletResponse, Element, WebFlowMementoStack) - Method in class com.ervacon.springframework.web.servlet.mvc.webflow.SimpleWebFlow
Execute given end state.
executeFlowState(HttpServletRequest, HttpServletResponse, Element, WebFlowMementoStack) - Method in class com.ervacon.springframework.web.servlet.mvc.webflow.SimpleWebFlow
Execute given flow state.
executeState(HttpServletRequest, HttpServletResponse, String, WebFlowMementoStack) - Method in class com.ervacon.springframework.web.servlet.mvc.webflow.SimpleWebFlow
Execute specified state.
executeState(HttpServletRequest, HttpServletResponse, Element, WebFlowMementoStack) - Method in class com.ervacon.springframework.web.servlet.mvc.webflow.SimpleWebFlow
Execute given state.
executeViewState(HttpServletRequest, HttpServletResponse, Element, WebFlowMementoStack) - Method in class com.ervacon.springframework.web.servlet.mvc.webflow.SimpleWebFlow
Execute given view state.
exposeCommandAndErrors(HttpServletRequest, Map, Object, BindException) - Method in class com.ervacon.springframework.web.servlet.mvc.webflow.SimpleFormAction
Expose the command object and related errors object to the view.
extractParameter(HttpServletRequest, String) - Method in interface com.ervacon.springframework.web.servlet.mvc.webflow.ParameterExtractor
Extract named parameter from given HTTP request.
extractParameter(HttpServletRequest, String) - Method in class com.ervacon.springframework.web.servlet.mvc.webflow.RequestParameterNameParameterExtractor
 
extractParameter(String, String) - Method in class com.ervacon.springframework.web.servlet.mvc.webflow.RequestParameterNameParameterExtractor
Extract a value from given parameter, for instance extracting "search" from "_event_search" when the paramName is "_event" and the delimiter is "_".
extractParameter(HttpServletRequest, String) - Method in class com.ervacon.springframework.web.servlet.mvc.webflow.RequestParameterValueParameterExtractor
 

F

FLOW_ID_MODEL_NAME - Static variable in class com.ervacon.springframework.web.servlet.mvc.webflow.WebFlowController
Key of the flow id in the model exposed to the view.
findStateDef(String) - Method in class com.ervacon.springframework.web.servlet.mvc.webflow.SimpleWebFlow
Find the state definition for specified state.
findTransitionDef(Element, String) - Method in class com.ervacon.springframework.web.servlet.mvc.webflow.SimpleWebFlow
Find the transition definition linked with specified event in given state definition.
formBackingObject(HttpServletRequest, Map) - Method in class com.ervacon.springframework.web.servlet.mvc.webflow.SimpleFormAction
Retrieve a backing object for the current form from the given request or flow model.

G

generateId() - Method in class com.ervacon.springframework.web.servlet.mvc.webflow.WebFlowController
Generate a pseudo unique id for a flow.
generateUniqueId() - Static method in class com.ervacon.springframework.web.servlet.mvc.webflow.WebFlowUtils
Generate a pseudo unique id.
getApplicationContext() - Method in class com.ervacon.springframework.web.servlet.mvc.webflow.SimpleWebFlow
 
getCommand(HttpServletRequest, Map) - Method in class com.ervacon.springframework.web.servlet.mvc.webflow.BindAndValidateCommandAction
Retrieve a command object for the given request from given flow model.
getCommandClass() - Method in class com.ervacon.springframework.web.servlet.mvc.webflow.SimpleFormAction
Return the command class for this action.
getCommandName() - Method in class com.ervacon.springframework.web.servlet.mvc.webflow.SimpleFormAction
Return the name of the command in the model.
getCurrentState(HttpServletRequest, Map) - Method in class com.ervacon.springframework.web.servlet.mvc.webflow.MultiAction
Get the name of the current state of the flow executing this action.
getCurrentState() - Method in class com.ervacon.springframework.web.servlet.mvc.webflow.WebFlowMemento
Get the current state of the flow associated with this memento.
getCurrentState() - Method in class com.ervacon.springframework.web.servlet.mvc.webflow.WebFlowMementoStack
Get the current state of the memento at the top of the stack.
getCurrentStateModelName() - Method in class com.ervacon.springframework.web.servlet.mvc.webflow.WebFlowController
Get the key of the current state value in the model.
getDelegate() - Method in class com.ervacon.springframework.web.servlet.mvc.webflow.MultiAction
Returns the delegate object holding the execution methods.
getDelimiter() - Method in class com.ervacon.springframework.web.servlet.mvc.webflow.RequestParameterNameParameterExtractor
Get the delimiter used by this parameter extractor.
getEvent() - Method in class com.ervacon.springframework.web.servlet.mvc.webflow.NavigationException
Get the event being processed when the exception was generated.
getExecuteMethod(String) - Method in class com.ervacon.springframework.web.servlet.mvc.webflow.MultiAction
Get the action execution method with given name on the delegate object.
getExecuteMethodName(String) - Method in class com.ervacon.springframework.web.servlet.mvc.webflow.MultiAction
Derive the name of an execution method from the name of the current state of the web flow.
getFlow(ApplicationContext) - Method in class com.ervacon.springframework.web.servlet.mvc.webflow.WebFlowMemento
Convenience method to get the flow object associated with this memento from given application context.
getFlow(ApplicationContext) - Method in class com.ervacon.springframework.web.servlet.mvc.webflow.WebFlowMementoStack
Get the flow object of the memento at the top of the stack from given application context.
getFlowIdModelName() - Method in class com.ervacon.springframework.web.servlet.mvc.webflow.WebFlowController
Get the key of the flow id value in the model.
getFlowName() - Method in class com.ervacon.springframework.web.servlet.mvc.webflow.WebFlowMemento
Get the name of the flow associated with this memento.
getFlowName() - Method in class com.ervacon.springframework.web.servlet.mvc.webflow.WebFlowMementoStack
Get the flow name of the memento at the top of the stack.
getLastAccessedTime() - Method in class com.ervacon.springframework.web.servlet.mvc.webflow.WebFlowMementoStack
Returns the last time a flow in this memento stack processed a client request.
getMementos() - Method in class com.ervacon.springframework.web.servlet.mvc.webflow.NavigationException
Get the flow memento stack at the time the exception was generated.
getMessageCodesResolver() - Method in class com.ervacon.springframework.web.servlet.mvc.webflow.SimpleFormAction
Return the strategy to use for resolving errors into message codes.
getModel() - Method in class com.ervacon.springframework.web.servlet.mvc.webflow.WebFlowMemento
Get the flow model data maintained by this memento.
getModel() - Method in class com.ervacon.springframework.web.servlet.mvc.webflow.WebFlowMementoStack
Get the flow model of the memento at the top of the stack.
getModelInputData(HttpServletRequest) - Method in class com.ervacon.springframework.web.servlet.mvc.webflow.WebFlowController
Create a map of input data for a flow model.
getName() - Method in class com.ervacon.springframework.web.servlet.mvc.webflow.SimpleWebFlow
Return the name of this web flow.
getParameter(HttpServletRequest, String) - Method in class com.ervacon.springframework.web.servlet.mvc.webflow.WebFlowController
Get a named parameter from the request.
getParameterExtractor() - Method in class com.ervacon.springframework.web.servlet.mvc.webflow.WebFlowController
Get the parameter extractor used by the controller.
getState() - Method in class com.ervacon.springframework.web.servlet.mvc.webflow.NavigationException
Get the target state of the flow when the exception was generated.
getTimeout() - Method in class com.ervacon.springframework.web.servlet.mvc.webflow.WebFlowCleanupFilter
Get the flow timout (expiry), expressed in minutes.
getValidator() - Method in class com.ervacon.springframework.web.servlet.mvc.webflow.SimpleFormAction
Returns the primary validator for this action.
getValidators() - Method in class com.ervacon.springframework.web.servlet.mvc.webflow.SimpleFormAction
Returns all the validators for this action.
getWebFlow(String) - Method in class com.ervacon.springframework.web.servlet.mvc.webflow.WebFlowController
Helper method to get an actual web flow object using a name.
getWebFlowMementoStack(HttpServletRequest, Map) - Static method in class com.ervacon.springframework.web.servlet.mvc.webflow.WebFlowUtils
Retreive the web flow memento stack for the currently executing flow.
getWebFlowMementoStack(HttpServletRequest, Map, String) - Static method in class com.ervacon.springframework.web.servlet.mvc.webflow.WebFlowUtils
Retreive the web flow memento stack for the currently executing flow.
getWebFlowName() - Method in class com.ervacon.springframework.web.servlet.mvc.webflow.WebFlowController
Get the name of the web flow executed by this controller.
getWebFlowResource() - Method in class com.ervacon.springframework.web.servlet.mvc.webflow.SimpleWebFlow
Get the resource from which the web flow is loaded.

H

handleRequestInternal(HttpServletRequest, HttpServletResponse) - Method in class com.ervacon.springframework.web.servlet.mvc.webflow.BindAndValidateCommandAction
 
handleRequestInternal(HttpServletRequest, HttpServletResponse) - Method in class com.ervacon.springframework.web.servlet.mvc.webflow.WebFlowController
 
hasExpired(HttpServletRequest, WebFlowMementoStack) - Method in class com.ervacon.springframework.web.servlet.mvc.webflow.WebFlowCleanupFilter
Check if given web flow memento stack, found in the session associated with given request, has expired.

I

initBinder(HttpServletRequest, Map, ServletRequestDataBinder) - Method in class com.ervacon.springframework.web.servlet.mvc.webflow.SimpleFormAction
Initialize the given binder instance, for example with custom editors.
isBindOnNewForm() - Method in class com.ervacon.springframework.web.servlet.mvc.webflow.SimpleFormAction
Returns if request parameters should be bound to the form object during the SimpleFormAction.prepareNewForm(HttpServletRequest, HttpServletResponse, Map) action.
isRequestErrors() - Method in class com.ervacon.springframework.web.servlet.mvc.webflow.SimpleFormAction
Returns whether or not to expose the Errors object resulting from validation in the request instead of the flow model.
isReuseCommand() - Method in class com.ervacon.springframework.web.servlet.mvc.webflow.BindAndValidateCommandAction
Indicates whether or not an existing command object in the flow model should be reused.
isReuseCommand() - Method in class com.ervacon.springframework.web.servlet.mvc.webflow.SimpleFormAction
Indicates whether or not an existing command object in the flow model should be reused.
isTokenValid(Map, String, HttpServletRequest, String, boolean) - Static method in class com.ervacon.springframework.web.servlet.mvc.webflow.WebFlowUtils
Return true if there is a transaction token stored in given model, and the value submitted as a request parameter with this action matches it.
isValidateOnBinding() - Method in class com.ervacon.springframework.web.servlet.mvc.webflow.SimpleFormAction
Return if the validators should get applied when binding.

L

load() - Method in class com.ervacon.springframework.web.servlet.mvc.webflow.SimpleWebFlow
Load the web flow definition from the resource specified by the "webFlowResource" property.
loadMementos(HttpServletRequest, String) - Method in class com.ervacon.springframework.web.servlet.mvc.webflow.WebFlowController
Load the mementos stored in the HTTP session associated with given request using given id.
log - Variable in class com.ervacon.springframework.web.servlet.mvc.webflow.SimpleWebFlow
 
log - Variable in class com.ervacon.springframework.web.servlet.mvc.webflow.SubFlowBackNavigationExceptionResolver
 

M

ModelMapper - interface com.ervacon.springframework.web.servlet.mvc.webflow.ModelMapper.
Interface for model data mappers.
MultiAction - class com.ervacon.springframework.web.servlet.mvc.webflow.MultiAction.
Action implementation that bundles many action execution methods into a single action implementation class.
MultiAction() - Constructor for class com.ervacon.springframework.web.servlet.mvc.webflow.MultiAction
 
map(Map, Map, Map) - Method in class com.ervacon.springframework.web.servlet.mvc.webflow.ParameterizableModelMapper
Map data from one map to another map using specified mappings.
mapFromSubFlow(Map, Map) - Method in interface com.ervacon.springframework.web.servlet.mvc.webflow.ModelMapper
Map model data from the sub flow back to the parent flow.
mapFromSubFlow(Map, Map) - Method in class com.ervacon.springframework.web.servlet.mvc.webflow.ParameterizableModelMapper
 
mapToSubFlow(Map, Map) - Method in interface com.ervacon.springframework.web.servlet.mvc.webflow.ModelMapper
Map model data from the parent flow to the sub flow.
mapToSubFlow(Map, Map) - Method in class com.ervacon.springframework.web.servlet.mvc.webflow.ParameterizableModelMapper
 

N

NavigationException - exception com.ervacon.springframework.web.servlet.mvc.webflow.NavigationException.
Exception that is generated when a web flow encounters navigation problems, for instance when a state or transition cannot be found.
NavigationException(String, String, String, WebFlowMementoStack) - Constructor for class com.ervacon.springframework.web.servlet.mvc.webflow.NavigationException
Create a new navigation exception.

O

OK - Static variable in interface com.ervacon.springframework.web.servlet.mvc.webflow.Action
Name of the event used to indicate that action processing was ok.
onBind(HttpServletRequest, Map, Object, BindException) - Method in class com.ervacon.springframework.web.servlet.mvc.webflow.SimpleFormAction
Callback for custom post-processing in terms of binding.
onBindAndValidate(HttpServletRequest, Map, Object, BindException) - Method in class com.ervacon.springframework.web.servlet.mvc.webflow.SimpleFormAction
Callback for custom post-processing in terms of binding and validation.

P

PARAM_CURRENT_STATE - Static variable in class com.ervacon.springframework.web.servlet.mvc.webflow.WebFlowController
Name of the request parameter that holds the current state of the flow.
PARAM_EVENT - Static variable in class com.ervacon.springframework.web.servlet.mvc.webflow.WebFlowController
Name of the request parameter that specifies the event to trigger.
PARAM_FLOW_ID - Static variable in class com.ervacon.springframework.web.servlet.mvc.webflow.WebFlowController
Name of the request parameter that holds the id of a previously started flow.
PARAM_FLOW_NAME - Static variable in class com.ervacon.springframework.web.servlet.mvc.webflow.WebFlowController
Name of the request parameter that holds the name of the flow that should be started.
ParameterExtractor - interface com.ervacon.springframework.web.servlet.mvc.webflow.ParameterExtractor.
Interface for strategy objects used by the web flow controller to extract parameter values from an incoming HTTP request.
ParameterizableModelMapper - class com.ervacon.springframework.web.servlet.mvc.webflow.ParameterizableModelMapper.
Simple model mapper that allows mappings to be configured in the Spring application context.
ParameterizableModelMapper() - Constructor for class com.ervacon.springframework.web.servlet.mvc.webflow.ParameterizableModelMapper
 
peek() - Method in class com.ervacon.springframework.web.servlet.mvc.webflow.WebFlowMementoStack
Returns the memento at the top of the stack without removing it from the stack.
pop() - Method in class com.ervacon.springframework.web.servlet.mvc.webflow.WebFlowMementoStack
Pops the top memento from the stack.
prepareNewForm(HttpServletRequest, HttpServletResponse, Map) - Method in class com.ervacon.springframework.web.servlet.mvc.webflow.SimpleFormAction
Prepares a command object for display in a new form.
push(WebFlowMemento) - Method in class com.ervacon.springframework.web.servlet.mvc.webflow.WebFlowMementoStack
Push given memento onto the stack.

R

RequestParameterNameParameterExtractor - class com.ervacon.springframework.web.servlet.mvc.webflow.RequestParameterNameParameterExtractor.
Parameter extractor that obtains a parameter value from the name of a request parameter.
RequestParameterNameParameterExtractor() - Constructor for class com.ervacon.springframework.web.servlet.mvc.webflow.RequestParameterNameParameterExtractor
 
RequestParameterValueParameterExtractor - class com.ervacon.springframework.web.servlet.mvc.webflow.RequestParameterValueParameterExtractor.
Simple parameter extractor that just obtains the parmeter value from the request.
RequestParameterValueParameterExtractor() - Constructor for class com.ervacon.springframework.web.servlet.mvc.webflow.RequestParameterValueParameterExtractor
 
resetToken(Map, String) - Static method in class com.ervacon.springframework.web.servlet.mvc.webflow.WebFlowUtils
Reset the saved transaction token in given model.
resolveEntity(String, String) - Method in class com.ervacon.springframework.web.servlet.mvc.webflow.WebFlowDtdResolver
 
resolveException(HttpServletRequest, HttpServletResponse, Object, Exception) - Method in class com.ervacon.springframework.web.servlet.mvc.webflow.SubFlowBackNavigationExceptionResolver
 

S

SignalEventAction - class com.ervacon.springframework.web.servlet.mvc.webflow.SignalEventAction.
Simple action that takes a String value from the flow model and signals (returns) it as an event.
SignalEventAction() - Constructor for class com.ervacon.springframework.web.servlet.mvc.webflow.SignalEventAction
 
SimpleFormAction - class com.ervacon.springframework.web.servlet.mvc.webflow.SimpleFormAction.
Multi-action that implements logic that is very similar to that of the SimpleFormController.
SimpleFormAction() - Constructor for class com.ervacon.springframework.web.servlet.mvc.webflow.SimpleFormAction
 
SimpleWebFlow - class com.ervacon.springframework.web.servlet.mvc.webflow.SimpleWebFlow.
Simple web flow implementation.
SimpleWebFlow() - Constructor for class com.ervacon.springframework.web.servlet.mvc.webflow.SimpleWebFlow
 
SubFlowBackNavigationExceptionResolver - class com.ervacon.springframework.web.servlet.mvc.webflow.SubFlowBackNavigationExceptionResolver.
Exception resolver that tries to resolve navigation problems with sub flows resulting from the use of the browser Back button.
SubFlowBackNavigationExceptionResolver() - Constructor for class com.ervacon.springframework.web.servlet.mvc.webflow.SubFlowBackNavigationExceptionResolver
 
saveMementos(HttpServletRequest, String, WebFlowMementoStack) - Method in class com.ervacon.springframework.web.servlet.mvc.webflow.WebFlowController
Save given web flow mementos in the HTTP session associated with given request using given id.
saveToken(Map, String) - Static method in class com.ervacon.springframework.web.servlet.mvc.webflow.WebFlowUtils
Save a new transaction token in given model.
setApplicationContext(ApplicationContext) - Method in class com.ervacon.springframework.web.servlet.mvc.webflow.SimpleWebFlow
 
setApplicationContext(ApplicationContext) - Method in class com.ervacon.springframework.web.servlet.mvc.webflow.SubFlowBackNavigationExceptionResolver
 
setBindOnNewForm(boolean) - Method in class com.ervacon.springframework.web.servlet.mvc.webflow.SimpleFormAction
Set if request parameters should be bound to the form object during the SimpleFormAction.prepareNewForm(HttpServletRequest, HttpServletResponse, Map) action.
setCommandClass(Class) - Method in class com.ervacon.springframework.web.servlet.mvc.webflow.SimpleFormAction
Set the command class for this action.
setCommandName(String) - Method in class com.ervacon.springframework.web.servlet.mvc.webflow.SimpleFormAction
Set the name of the command in the model.
setCurrentState(String) - Method in class com.ervacon.springframework.web.servlet.mvc.webflow.WebFlowMemento
Set the current state of the flow associated with this memento.
setCurrentState(String) - Method in class com.ervacon.springframework.web.servlet.mvc.webflow.WebFlowMementoStack
Set the current state of the memento at the top of the stack.
setCurrentStateModelName(String) - Method in class com.ervacon.springframework.web.servlet.mvc.webflow.WebFlowController
Set the key of the current state value in the model.
setDelegate(Object) - Method in class com.ervacon.springframework.web.servlet.mvc.webflow.MultiAction
Set the delegate object holding the execution methods.
setDelimiter(String) - Method in class com.ervacon.springframework.web.servlet.mvc.webflow.RequestParameterNameParameterExtractor
Set the delimiter used by this parameter extractor.
setEvent(String) - Method in class com.ervacon.springframework.web.servlet.mvc.webflow.NavigationException
Set the event being processed when the exception was generated.
setEventModelName(String) - Method in class com.ervacon.springframework.web.servlet.mvc.webflow.SignalEventAction
Set the name of the event in the flow model.
setFlowIdModelName(String) - Method in class com.ervacon.springframework.web.servlet.mvc.webflow.WebFlowController
Set the key of the flow id value in the model.
setFromMappingsList(List) - Method in class com.ervacon.springframework.web.servlet.mvc.webflow.ParameterizableModelMapper
Set the mappings that will be executed when mapping model data from the sub flow.
setFromMappingsMap(Map) - Method in class com.ervacon.springframework.web.servlet.mvc.webflow.ParameterizableModelMapper
Set the mappings that will be executed when mapping model data from the sub flow.
setMementos(WebFlowMementoStack) - Method in class com.ervacon.springframework.web.servlet.mvc.webflow.NavigationException
Set the flow memento stack at the time the exception was generated.
setMessageCodesResolver(MessageCodesResolver) - Method in class com.ervacon.springframework.web.servlet.mvc.webflow.SimpleFormAction
Set the strategy to use for resolving errors into message codes.
setParameterExtractor(ParameterExtractor) - Method in class com.ervacon.springframework.web.servlet.mvc.webflow.WebFlowController
Get the parameter extractor used by the controller.
setRequestErrors(boolean) - Method in class com.ervacon.springframework.web.servlet.mvc.webflow.SimpleFormAction
Set whether or not to expose the Errors object resulting from validation in the request instead of the flow model.
setReuseCommand(boolean) - Method in class com.ervacon.springframework.web.servlet.mvc.webflow.BindAndValidateCommandAction
Set whether or not an existing command object in the flow model should be reused.
setReuseCommand(boolean) - Method in class com.ervacon.springframework.web.servlet.mvc.webflow.SimpleFormAction
Set whether or not an existing command object in the flow model should be reused.
setState(String) - Method in class com.ervacon.springframework.web.servlet.mvc.webflow.NavigationException
Set the target state of the flow when the exception was generated.
setTimeout(int) - Method in class com.ervacon.springframework.web.servlet.mvc.webflow.WebFlowCleanupFilter
Set the flow timout (expiry), expressed in minutes.
setToMappingsList(List) - Method in class com.ervacon.springframework.web.servlet.mvc.webflow.ParameterizableModelMapper
Set the mappings that will be executed when mapping model data to the sub flow.
setToMappingsMap(Map) - Method in class com.ervacon.springframework.web.servlet.mvc.webflow.ParameterizableModelMapper
Set the mappings that will be executed when mapping model data to the sub flow.
setValidateOnBinding(boolean) - Method in class com.ervacon.springframework.web.servlet.mvc.webflow.SimpleFormAction
Set if the validators should get applied when binding.
setValidator(Validator) - Method in class com.ervacon.springframework.web.servlet.mvc.webflow.SimpleFormAction
Set the primary validator for this action.
setValidators(Validator[]) - Method in class com.ervacon.springframework.web.servlet.mvc.webflow.SimpleFormAction
Set the validators for this action.
setWebFlowName(String) - Method in class com.ervacon.springframework.web.servlet.mvc.webflow.WebFlowController
Set the name of the web flow executed by this controller.
setWebFlowResource(Resource) - Method in class com.ervacon.springframework.web.servlet.mvc.webflow.SimpleWebFlow
Set the resource from which the web flow is loaded.
size() - Method in class com.ervacon.springframework.web.servlet.mvc.webflow.WebFlowMementoStack
Returns the size (depth) of the stack.
start(HttpServletRequest, HttpServletResponse, WebFlowMementoStack) - Method in class com.ervacon.springframework.web.servlet.mvc.webflow.SimpleWebFlow
 
start(HttpServletRequest, HttpServletResponse, WebFlowMementoStack) - Method in interface com.ervacon.springframework.web.servlet.mvc.webflow.WebFlow
Start the web flow.

T

toString() - Method in class com.ervacon.springframework.web.servlet.mvc.webflow.SimpleWebFlow
 
touch() - Method in class com.ervacon.springframework.web.servlet.mvc.webflow.WebFlowMementoStack
Update the last accessed time of this memento stack.

W

WebFlow - interface com.ervacon.springframework.web.servlet.mvc.webflow.WebFlow.
Interface implemented by all web flow implementations.
WebFlowCleanupFilter - class com.ervacon.springframework.web.servlet.mvc.webflow.WebFlowCleanupFilter.
Servlet 2.3 filter that cleans up expired web flows in the HTTP session associated with the request being filtered.
WebFlowCleanupFilter() - Constructor for class com.ervacon.springframework.web.servlet.mvc.webflow.WebFlowCleanupFilter
 
WebFlowController - class com.ervacon.springframework.web.servlet.mvc.webflow.WebFlowController.
Concrete controller implementation that uses a web flow to handle client requests.
WebFlowController() - Constructor for class com.ervacon.springframework.web.servlet.mvc.webflow.WebFlowController
Create a new web flow controller.
WebFlowDtdResolver - class com.ervacon.springframework.web.servlet.mvc.webflow.WebFlowDtdResolver.
EntityResolver implementation for the Spring web flow DTD, to load the DTD from the classpath.
WebFlowDtdResolver() - Constructor for class com.ervacon.springframework.web.servlet.mvc.webflow.WebFlowDtdResolver
 
WebFlowException - exception com.ervacon.springframework.web.servlet.mvc.webflow.WebFlowException.
Exception that is generated when a web flow encounters an internal problem.
WebFlowException(String) - Constructor for class com.ervacon.springframework.web.servlet.mvc.webflow.WebFlowException
Create a new web flow exception.
WebFlowException(String, Throwable) - Constructor for class com.ervacon.springframework.web.servlet.mvc.webflow.WebFlowException
Create a new web flow exception caused by another problem.
WebFlowMemento - class com.ervacon.springframework.web.servlet.mvc.webflow.WebFlowMemento.
Externalized state of a web flow.
WebFlowMemento(String) - Constructor for class com.ervacon.springframework.web.servlet.mvc.webflow.WebFlowMemento
Create a new memento for named web flow.
WebFlowMementoStack - class com.ervacon.springframework.web.servlet.mvc.webflow.WebFlowMementoStack.
Stack of flow mementos.
WebFlowMementoStack() - Constructor for class com.ervacon.springframework.web.servlet.mvc.webflow.WebFlowMementoStack
 
WebFlowUtils - class com.ervacon.springframework.web.servlet.mvc.webflow.WebFlowUtils.
Static utility methods used by the Spring web flow system and applications that use it.

A B C D E F G H I L M N O P R S T W