| |
|
| java.lang.Object org.directwebremoting.WebContextFactory
All known Subclasses: org.directwebremoting.impl.test.TestWebContextFactory,
WebContextFactory | public class WebContextFactory (Code) | | Accessor for the current WebContext.
author: Joe Walker [joe at getahead dot ltd dot uk] |
Inner Class :public interface WebContextBuilder | |
Method Summary | |
public static WebContext | get() Accessor for the current WebContext. | public static void | setWebContextBuilder(WebContextBuilder builder) Internal method to allow us to get the WebContextBuilder from which we
will get WebContext objects. |
get | public static WebContext get()(Code) | | Accessor for the current WebContext.
The current WebContext or null if the current thread was notstarted by DWR. |
setWebContextBuilder | public static void setWebContextBuilder(WebContextBuilder builder)(Code) | | Internal method to allow us to get the WebContextBuilder from which we
will get WebContext objects.
Do not call this method from outside of DWR.
Parameters: builder - The factory object (from DwrServlet) |
|
|
|