|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.directwebremoting.impl.DefaultWebContextBuilder
public class DefaultWebContextBuilder
A WebContextBuilder that creates DefaultWebContexts.
| Constructor Summary | |
|---|---|
DefaultWebContextBuilder()
|
|
| Method Summary | |
|---|---|
void |
disengageThread()
Unset the current ExecutionContext This method is only for use internally to DWR. |
void |
engageThread(Container container,
javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
Make the current thread know what the current request is. |
void |
engageThread(WebContext webContext)
Make the current thread know what the current request is. |
WebContext |
get()
Accessor for the WebContext that is associated with this thread. |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public DefaultWebContextBuilder()
| Method Detail |
|---|
public WebContext get()
WebContextFactory.WebContextBuilder
get in interface WebContextFactory.WebContextBuilderWebContextFactory.get()
public void engageThread(Container container,
javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
WebContextFactory.WebContextBuilder
engageThread in interface WebContextFactory.WebContextBuildercontainer - The IoC containerrequest - The incoming http requestresponse - The outgoing http replyWebContextFactory.WebContextBuilder.disengageThread()public void engageThread(WebContext webContext)
WebContextFactory.WebContextBuilder
engageThread in interface WebContextFactory.WebContextBuilderWebContextFactory.WebContextBuilder.disengageThread()public void disengageThread()
WebContextFactory.WebContextBuilder
disengageThread in interface WebContextFactory.WebContextBuilderWebContextFactory.WebContextBuilder.engageThread(Container, HttpServletRequest, HttpServletResponse)
|
Copyright ยจ 2008 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||