org.nanocontainer.nanowar.nanoweb
Class ChainingDispatcher

java.lang.Object
  extended by org.nanocontainer.nanowar.nanoweb.ChainingDispatcher
All Implemented Interfaces:
Dispatcher

public class ChainingDispatcher
extends Object
implements Dispatcher

Version:
$Revision: 1570 $
Author:
Aslak Hellesøy

Constructor Summary
ChainingDispatcher(String extension)
           
 
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
 

Constructor Detail

ChainingDispatcher

public ChainingDispatcher(String extension)
Method Detail

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-2009 Codehaus. All Rights Reserved.