org.nanocontainer.nanowar.nanoweb
Interface Dispatcher

All Known Implementing Classes:
ChainingDispatcher

public interface Dispatcher


Method Summary
 void dispatch(javax.servlet.ServletContext servletContext, javax.servlet.http.HttpServletRequest httpServletRequest, javax.servlet.http.HttpServletResponse httpServletResponse, String scriptPathWithoutExtension, String actionMethod, String result)
           
 

Method Detail

dispatch

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
Throws:
IOException
javax.servlet.ServletException


Copyright © 2003-2009 Codehaus. All Rights Reserved.