|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.directwebremoting.impl.DefaultServerContextBuilder
public class DefaultServerContextBuilder
A ServerContextBuilder that creates DefaultServerContexts.
Constructor Summary | |
---|---|
DefaultServerContextBuilder()
|
Method Summary | |
---|---|
ServerContext |
get(ServletContext context)
Accessor for the current ServerContext |
void |
set(ServletConfig config,
ServletContext context,
Container container)
Make the current webapp know what the current config/context is. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public DefaultServerContextBuilder()
Method Detail |
---|
public void set(ServletConfig config, ServletContext context, Container container)
ServerContextFactory.ServerContextBuilder
set
in interface ServerContextFactory.ServerContextBuilder
config
- The servlet configurationcontext
- The servlet contextcontainer
- The IoC containerpublic ServerContext get(ServletContext context)
ServerContextFactory.ServerContextBuilder
get
in interface ServerContextFactory.ServerContextBuilder
context
- The web application environment
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |