org.codehaus.waffle.view
Interface ViewDispatcher

All Known Implementing Classes:
DefaultViewDispatcher

public interface ViewDispatcher

Responsible for dispatching a view

Author:
Michael Ward

Method Summary
 void dispatch(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response, View view)
           
 

Method Detail

dispatch

void dispatch(javax.servlet.http.HttpServletRequest request,
              javax.servlet.http.HttpServletResponse response,
              View view)
              throws java.io.IOException,
                     javax.servlet.ServletException
Throws:
java.io.IOException
javax.servlet.ServletException


Copyright © 2008. All Rights Reserved.