| |
|
| java.lang.Object org.directwebremoting.ServerContextFactory
ServerContextFactory | public class ServerContextFactory (Code) | | Accessor for the current ServerContext.
author: Joe Walker [joe at getahead dot ltd dot uk] |
Inner Class :public interface ServerContextBuilder | |
get | public static ServerContext get()(Code) | | Accessor for the current ServerContext in the normal case where there is
only one DWR in the current classloader
The current ServerContext. |
get | public static ServerContext get(ServletContext ctx)(Code) | | Accessor for the current ServerContext.
Parameters: ctx - The servlet context to allow us to bootstrap The current ServerContext. |
setServerContextBuilder | public static void setServerContextBuilder(ServerContextBuilder builder)(Code) | | Internal method to allow us to get the ServerContextBuilder from which we
will get ServerContext objects.
Do not call this method from outside of DWR.
Parameters: builder - The factory object (from DwrServlet) |
|
|
|