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