Index

A C D G H I O T 
All Classes and Interfaces|All Packages|Constant Field Values

A

AsyncAction - Class in org.apache.struts2.async
A Callable with a timeout value and an Executor.
AsyncAction(long, Callable) - Constructor for class org.apache.struts2.async.AsyncAction
 
AsyncAction(long, Executor, Callable) - Constructor for class org.apache.struts2.async.AsyncAction
 
AsyncAction(Callable) - Constructor for class org.apache.struts2.async.AsyncAction
 
AsyncAction(Executor, Callable) - Constructor for class org.apache.struts2.async.AsyncAction
 

C

call() - Method in class org.apache.struts2.async.AsyncAction
 

D

DefaultAsyncManager - Class in org.apache.struts2.async
Implements AsyncManager to add support for invoke async actions via Servlet 3's API.
DefaultAsyncManager() - Constructor for class org.apache.struts2.async.DefaultAsyncManager
 

G

getAsyncActionResult() - Method in class org.apache.struts2.async.DefaultAsyncManager
 
getExecutor() - Method in class org.apache.struts2.async.AsyncAction
 
getTimeout() - Method in class org.apache.struts2.async.AsyncAction
 

H

hasAsyncActionResult() - Method in class org.apache.struts2.async.DefaultAsyncManager
 

I

invokeAsyncAction(Callable) - Method in class org.apache.struts2.async.DefaultAsyncManager
 

O

onComplete(AsyncEvent) - Method in class org.apache.struts2.async.DefaultAsyncManager
 
onError(AsyncEvent) - Method in class org.apache.struts2.async.DefaultAsyncManager
 
onStartAsync(AsyncEvent) - Method in class org.apache.struts2.async.DefaultAsyncManager
 
onTimeout(AsyncEvent) - Method in class org.apache.struts2.async.DefaultAsyncManager
 
org.apache.struts2.async - package org.apache.struts2.async
 

T

TIMEOUT - Static variable in class org.apache.struts2.async.AsyncAction
The action invocation was successful but did not return the result before timeout.
A C D G H I O T 
All Classes and Interfaces|All Packages|Constant Field Values