|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of ActionInvocation in com.opensymphony.xwork2 |
---|
Classes in com.opensymphony.xwork2 that implement ActionInvocation | |
---|---|
class |
DefaultActionInvocation
The Default ActionInvocation implementation |
Fields in com.opensymphony.xwork2 declared as ActionInvocation | |
---|---|
protected ActionInvocation |
DefaultActionProxy.invocation
|
Methods in com.opensymphony.xwork2 that return ActionInvocation | |
---|---|
abstract ActionInvocation |
ActionProxyFactory.createActionInvocation(ActionProxy actionProxy)
Used by an ActionProxy or ActionProxyFactory to create an ActionInvocation to associate with an ActionProxy as part of creating an ActionProxy. |
ActionInvocation |
DefaultActionProxyFactory.createActionInvocation(ActionProxy actionProxy)
|
abstract ActionInvocation |
ActionProxyFactory.createActionInvocation(ActionProxy actionProxy,
java.util.Map extraContext)
Used by an ActionProxy or ActionProxyFactory to create an ActionInvocation to associate with an ActionProxy as part of creating an ActionProxy. |
ActionInvocation |
DefaultActionProxyFactory.createActionInvocation(ActionProxy actionProxy,
java.util.Map extraContext)
|
abstract ActionInvocation |
ActionProxyFactory.createActionInvocation(ActionProxy actionProxy,
java.util.Map extraContext,
boolean pushAction)
Used by an ActionProxy or ActionProxyFactory to create an ActionInvocation to associate with an ActionProxy as part of creating an ActionProxy. |
ActionInvocation |
DefaultActionProxyFactory.createActionInvocation(ActionProxy actionProxy,
java.util.Map extraContext,
boolean pushAction)
|
ActionInvocation |
ActionContext.getActionInvocation()
Gets the action invocation (the execution state). |
ActionInvocation |
ActionProxy.getInvocation()
|
ActionInvocation |
DefaultActionProxy.getInvocation()
|
Methods in com.opensymphony.xwork2 with parameters of type ActionInvocation | |
---|---|
void |
ActionChainResult.execute(ActionInvocation invocation)
|
void |
Result.execute(ActionInvocation invocation)
Represents a generic interface for all action execution results, whether that be displaying a webpage, generating an email, sending a JMS message, etc. |
void |
ActionContext.setActionInvocation(ActionInvocation actionInvocation)
Sets the action invocation (the execution state). |
Uses of ActionInvocation in com.opensymphony.xwork2.config |
---|
Methods in com.opensymphony.xwork2.config with parameters of type ActionInvocation | |
---|---|
void |
ExternalReferenceResolver.resolveReferences(ActionInvocation invocation)
|
Uses of ActionInvocation in com.opensymphony.xwork2.interceptor |
---|
Methods in com.opensymphony.xwork2.interceptor with parameters of type ActionInvocation | |
---|---|
protected boolean |
MethodFilterInterceptor.applyInterceptor(ActionInvocation invocation)
|
void |
PreResultListener.beforeResult(ActionInvocation invocation,
java.lang.String resultCode)
This callback method will be called after the Action execution and before the Result execution. |
protected java.lang.String |
DefaultWorkflowInterceptor.doIntercept(ActionInvocation invocation)
|
protected abstract java.lang.String |
MethodFilterInterceptor.doIntercept(ActionInvocation invocation)
Subclasses must override to implement the interceptor logic. |
protected java.lang.Object |
ConversionErrorInterceptor.getOverrideExpr(ActionInvocation invocation,
java.lang.Object value)
|
abstract java.lang.String |
AbstractInterceptor.intercept(ActionInvocation invocation)
Override to handle interception |
java.lang.String |
AliasInterceptor.intercept(ActionInvocation invocation)
|
java.lang.String |
ChainingInterceptor.intercept(ActionInvocation invocation)
|
java.lang.String |
ConversionErrorInterceptor.intercept(ActionInvocation invocation)
|
java.lang.String |
ExceptionMappingInterceptor.intercept(ActionInvocation invocation)
|
java.lang.String |
ExternalReferencesInterceptor.intercept(ActionInvocation invocation)
|
java.lang.String |
I18nInterceptor.intercept(ActionInvocation invocation)
|
java.lang.String |
Interceptor.intercept(ActionInvocation invocation)
Allows the Interceptor to do some processing on the request before and/or after the rest of the processing of the request by the ActionInvocation or to short-circuit the processing and just return a String return code. |
java.lang.String |
LoggingInterceptor.intercept(ActionInvocation invocation)
|
java.lang.String |
MethodFilterInterceptor.intercept(ActionInvocation invocation)
|
java.lang.String |
ModelDrivenInterceptor.intercept(ActionInvocation invocation)
|
java.lang.String |
ParameterFilterInterceptor.intercept(ActionInvocation invocation)
|
java.lang.String |
ParametersInterceptor.intercept(ActionInvocation invocation)
|
java.lang.String |
PrepareInterceptor.intercept(ActionInvocation invocation)
|
java.lang.String |
ScopedModelDrivenInterceptor.intercept(ActionInvocation invocation)
|
java.lang.String |
StaticParametersInterceptor.intercept(ActionInvocation invocation)
|
java.lang.String |
TimerInterceptor.intercept(ActionInvocation invocation)
|
static void |
PrefixMethodInvocationUtil.invokePrefixMethod(ActionInvocation actionInvocation,
java.lang.String[] prefixes)
This method will prefix actionInvocation 's ActionProxy 's
method with prefixes before invoking the prefixed method. |
protected java.lang.String |
TimerInterceptor.invokeUnderTiming(ActionInvocation invocation)
Is called to invoke the action invocation and time the execution time. |
protected void |
ExceptionMappingInterceptor.publishException(ActionInvocation invocation,
ExceptionHolder exceptionHolder)
Default implementation to handle ExceptionHolder publishing. |
protected void |
I18nInterceptor.saveLocale(ActionInvocation invocation,
java.util.Locale locale)
Save the given locale to the ActionInvocation. |
Uses of ActionInvocation in com.opensymphony.xwork2.mock |
---|
Classes in com.opensymphony.xwork2.mock that implement ActionInvocation | |
---|---|
class |
MockActionInvocation
Mock for an ActionInvocation . |
Methods in com.opensymphony.xwork2.mock that return ActionInvocation | |
---|---|
ActionInvocation |
MockActionProxy.getInvocation()
|
Methods in com.opensymphony.xwork2.mock with parameters of type ActionInvocation | |
---|---|
void |
MockResult.execute(ActionInvocation invocation)
|
java.lang.String |
MockInterceptor.intercept(ActionInvocation invocation)
Allows the Interceptor to do some processing on the request before and/or after the rest of the processing of the request by the DefaultActionInvocation or to short-circuit the processing and just return a String return code. |
void |
MockActionProxy.setInvocation(ActionInvocation invocation)
|
Uses of ActionInvocation in com.opensymphony.xwork2.spring |
---|
Methods in com.opensymphony.xwork2.spring with parameters of type ActionInvocation | |
---|---|
void |
SpringExternalReferenceResolver.resolveReferences(ActionInvocation invocation)
|
Uses of ActionInvocation in com.opensymphony.xwork2.spring.interceptor |
---|
Methods in com.opensymphony.xwork2.spring.interceptor with parameters of type ActionInvocation | |
---|---|
java.lang.String |
ActionAutowiringInterceptor.intercept(ActionInvocation invocation)
Looks for the ApplicationContext under the attribute that the Spring listener sets in
the servlet context. |
Uses of ActionInvocation in com.opensymphony.xwork2.validator |
---|
Methods in com.opensymphony.xwork2.validator with parameters of type ActionInvocation | |
---|---|
protected void |
ValidationInterceptor.doBeforeInvocation(ActionInvocation invocation)
Gets the current action and its context and calls DefaultActionValidatorManager.validate(Object, String) . |
protected java.lang.String |
ValidationInterceptor.doIntercept(ActionInvocation invocation)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |