|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.directwebremoting.extend.TaskDispatcherFactory
public class TaskDispatcherFactory
A class to help with the use of Callbacks
| Nested Class Summary | |
|---|---|
static interface |
TaskDispatcherFactory.TaskDispatcherBuilder
Hack to get around Generics not being implemented by erasure |
| Constructor Summary | |
|---|---|
TaskDispatcherFactory()
|
|
| Method Summary | |
|---|---|
static TaskDispatcher |
attach(Container container)
Internal method to allow us to get the Builder from which we will get TaskDispatcher objects. |
static TaskDispatcher |
get()
Accessor for the current TaskDispatcher. |
static TaskDispatcher |
get(ServerContext ctx)
Accessor for the current TaskDispatcher in more complex setups. |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public TaskDispatcherFactory()
| Method Detail |
|---|
public static TaskDispatcher get()
public static TaskDispatcher get(ServerContext ctx)
get() method.
ctx - The servlet context to allow us to bootstrap
public static TaskDispatcher attach(Container container)
|
Copyright ยจ 2008 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||