|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.directwebremoting.HubFactory
public class HubFactory
An accessor for the current Hub
| Nested Class Summary | |
|---|---|
static interface |
HubFactory.HubBuilder
Class to enable us to access servlet parameters. |
| Constructor Summary | |
|---|---|
HubFactory()
|
|
| Method Summary | |
|---|---|
static Hub |
get()
Accessor for the current Hub. |
static Hub |
get(javax.servlet.ServletContext ctx)
Accessor for the current Hub in more complex setups. |
static void |
setHubBuilder(HubFactory.HubBuilder builder)
Internal method to allow us to get the HubBuilder from which we will get Hub objects. |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public HubFactory()
| Method Detail |
|---|
public static Hub get()
public static Hub get(javax.servlet.ServletContext ctx)
get() method.
ctx - The servlet context to allow us to bootstrap
public static void setHubBuilder(HubFactory.HubBuilder builder)
builder - The factory object (from DwrServlet)
|
Copyright ¬ 2005 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||