|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ExecutionContext | |
---|---|
net.sourceforge.stripes.controller | This package contains classes which form the core internals of Stripes. |
net.sourceforge.stripes.integration.spring | Provides classes for integrating a Stripes application with Spring, primarily by injecting Spring beans into ActionBeans. |
Uses of ExecutionContext in net.sourceforge.stripes.controller |
---|
Methods in net.sourceforge.stripes.controller with parameters of type ExecutionContext | |
---|---|
protected Resolution |
DispatcherServlet.doBindingAndValidation(ExecutionContext ctx)
Responsible for executing binding and validation for the current request. |
static Resolution |
DispatcherHelper.doBindingAndValidation(ExecutionContext ctx,
boolean validate)
Responsible for performing binding and validation. |
protected Resolution |
DispatcherServlet.doCustomValidation(ExecutionContext ctx)
Responsible for executing custom validation methods for the current request. |
static Resolution |
DispatcherHelper.doCustomValidation(ExecutionContext ctx,
boolean alwaysInvokeValidate)
Responsible for coordinating the invocation of any custom validation logic exposed by the ActionBean. |
static void |
DispatcherHelper.executeResolution(ExecutionContext ctx,
Resolution resolution)
Responsible for executing the Resolution returned by the request. |
protected void |
DispatcherServlet.executeResolution(ExecutionContext ctx,
Resolution resolution)
Responsible for executing the Resolution for the current request. |
static void |
DispatcherHelper.fillInValidationErrors(ExecutionContext ctx)
Makes sure that validation errors have all the necessary information to render themselves properly, including the UrlBinding of the action bean and the field value if it hasn't already been set. |
static Resolution |
DispatcherHelper.handleValidationErrors(ExecutionContext ctx)
Responsible for checking to see if validation errors exist and if so for handling them appropriately. |
protected Resolution |
DispatcherServlet.handleValidationErrors(ExecutionContext ctx)
Responsible for handling any validation errors that arise during validation. |
Resolution |
Interceptor.intercept(ExecutionContext context)
Invoked when intercepting the flow of execution. |
Resolution |
BeforeAfterMethodInterceptor.intercept(ExecutionContext context)
Does the main work of the interceptor as described in the class level javadoc. |
Resolution |
HttpCacheInterceptor.intercept(ExecutionContext ctx)
|
static Resolution |
DispatcherHelper.invokeEventHandler(ExecutionContext ctx)
Responsible for invoking the event handler identified. |
protected Resolution |
DispatcherServlet.invokeEventHandler(ExecutionContext ctx)
Responsible for invoking the event handler if no validation errors occur. |
static Resolution |
DispatcherHelper.resolveActionBean(ExecutionContext ctx)
Responsible for resolving the ActionBean for this request and setting it on the ExecutionContext. |
protected Resolution |
DispatcherServlet.resolveActionBean(ExecutionContext ctx)
Responsible for resolving the ActionBean for the current request. |
static Resolution |
DispatcherHelper.resolveHandler(ExecutionContext ctx)
Responsible for resolving the event name for this request and setting it on the ActionBeanContext contained within the ExecutionContext. |
protected Resolution |
DispatcherServlet.resolveHandler(ExecutionContext ctx)
Responsible for resolving the event handler method for the current request. |
Uses of ExecutionContext in net.sourceforge.stripes.integration.spring |
---|
Methods in net.sourceforge.stripes.integration.spring with parameters of type ExecutionContext | |
---|---|
Resolution |
SpringInterceptor.intercept(ExecutionContext context)
Allows ActionBean resolution to proceed and then once the ActionBean has been located invokes the SpringHelper to perform Spring based dependency injection. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |