|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.directwebremoting.ServerContextFactory
public class ServerContextFactory
Accessor for the current ServerContext.
Nested Class Summary | |
---|---|
static interface |
ServerContextFactory.ServerContextBuilder
Class to enable us to access servlet parameters. |
Constructor Summary | |
---|---|
ServerContextFactory()
|
Method Summary | |
---|---|
static ServerContext |
get(javax.servlet.ServletContext ctx)
Accessor for the current ServerContext. |
static void |
setServerContextBuilder(ServerContextFactory.ServerContextBuilder builder)
Internal method to allow us to get the ServerContextBuilder from which we will get ServerContext objects. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ServerContextFactory()
Method Detail |
---|
public static ServerContext get(javax.servlet.ServletContext ctx)
ctx
- The servlet context to allow us to bootstrap
public static void setServerContextBuilder(ServerContextFactory.ServerContextBuilder 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 |