|
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjavax.servlet.GenericServlet
javax.servlet.http.HttpServlet
webwork.dispatcher.ServletDispatcher
org.picocontainer.web.webwork.PicoWebWork1ServletDispatcher
public class PicoWebWork1ServletDispatcher
Extension to the standard WebWork 1 ServletDispatcher that instantiates a new container in the request scope for each request and disposes of it correctly at the end of the request.
To use, replace the WebWork ServletDispatcher in web.xml with this.
| Field Summary |
|---|
| Fields inherited from class webwork.dispatcher.ServletDispatcher |
|---|
log, STACK_HEAD |
| Constructor Summary | |
|---|---|
PicoWebWork1ServletDispatcher()
|
|
| Method Summary |
|---|
| Methods inherited from class webwork.dispatcher.ServletDispatcher |
|---|
getHTMLErrorMessage, init, service |
| Methods inherited from class javax.servlet.http.HttpServlet |
|---|
doDelete, doGet, doHead, doOptions, doPost, doPut, doTrace, getLastModified, service |
| Methods inherited from class javax.servlet.GenericServlet |
|---|
destroy, getInitParameter, getInitParameterNames, getServletConfig, getServletContext, getServletInfo, getServletName, init, log, log |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public PicoWebWork1ServletDispatcher()
|
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||