org.nanocontainer.nanowar.nanoweb
Class ChainingDispatcher
java.lang.Object
org.nanocontainer.nanowar.nanoweb.ChainingDispatcher
- All Implemented Interfaces:
- Dispatcher
- public class ChainingDispatcher
- extends Object
- implements Dispatcher
- Version:
- $Revision: 1570 $
- Author:
- Aslak Hellesøy
Method Summary |
void |
dispatch(javax.servlet.ServletContext servletContext,
javax.servlet.http.HttpServletRequest httpServletRequest,
javax.servlet.http.HttpServletResponse httpServletResponse,
String scriptPathWithoutExtension,
String actionMethod,
String result)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ChainingDispatcher
public ChainingDispatcher(String extension)
dispatch
public void dispatch(javax.servlet.ServletContext servletContext,
javax.servlet.http.HttpServletRequest httpServletRequest,
javax.servlet.http.HttpServletResponse httpServletResponse,
String scriptPathWithoutExtension,
String actionMethod,
String result)
throws IOException,
javax.servlet.ServletException
- Specified by:
dispatch
in interface Dispatcher
- Throws:
IOException
javax.servlet.ServletException
Copyright © 2003-2006 Codehaus. All Rights Reserved.