|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.uwyn.rife.engine.ElementDeployer
com.uwyn.rife.engine.elements.DwrServiceDeployer
public class DwrServiceDeployer
| Field Summary | |
|---|---|
protected org.directwebremoting.impl.DefaultContainer |
mContainer
The IoC container |
protected org.directwebremoting.servlet.UrlProcessor |
mProcessor
The processor will actually handle the http requests |
protected org.directwebremoting.WebContextFactory.WebContextBuilder |
mWebContextBuilder
The WebContext that keeps http objects local to a thread |
| Constructor Summary | |
|---|---|
DwrServiceDeployer()
|
|
| Method Summary | |
|---|---|
void |
addElementDwrXmlConfigurator()
Add the element level configurator to the end of the list of configurators. |
void |
deinitWebContextBuilder()
Proxy to WebContextBuilder.unset(). |
void |
deploy()
This method is executed when the deployment should be performed. |
org.directwebremoting.Container |
getContainer()
|
org.directwebremoting.servlet.UrlProcessor |
getProcessor()
|
void |
initWebContextBuilder(HttpServletRequest request,
HttpServletResponse response)
Proxy to WebContextBuilder.set(). |
| Methods inherited from class com.uwyn.rife.engine.ElementDeployer |
|---|
getElementInfo |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected org.directwebremoting.servlet.UrlProcessor mProcessor
protected org.directwebremoting.WebContextFactory.WebContextBuilder mWebContextBuilder
protected org.directwebremoting.impl.DefaultContainer mContainer
| Constructor Detail |
|---|
public DwrServiceDeployer()
| Method Detail |
|---|
public org.directwebremoting.servlet.UrlProcessor getProcessor()
public org.directwebremoting.Container getContainer()
public void initWebContextBuilder(HttpServletRequest request,
HttpServletResponse response)
WebContextBuilder.set().
request - The HTTP requestresponse - The HTTP responsepublic void deinitWebContextBuilder()
WebContextBuilder.unset().
public void addElementDwrXmlConfigurator()
throws IOException,
ParserConfigurationException,
SAXException
SAXException - If the config file parse fails
ParserConfigurationException - If the config file parse fails
IOException - If the config file read fails
public void deploy()
throws EngineException
ElementDeployer
deploy in class ElementDeployerEngineException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||