com.dyuproject.web.rest
Interface ViewDispatcher

All Superinterfaces:
LifeCycle
All Known Implementing Classes:
DefaultDispatcher, JSONDispatcher, JSPDispatcher, StringTemplateDispatcher, VelocityDispatcher

public interface ViewDispatcher
extends LifeCycle

Dispatches a request to generate a view from a Model

Author:
David Yu
Date created:
May 16, 2008

Method Summary
 void dispatch(String uri, HttpServletRequest request, HttpServletResponse response)
           
 
Methods inherited from interface com.dyuproject.web.rest.LifeCycle
destroy, init
 

Method Detail

dispatch

void dispatch(String uri,
              HttpServletRequest request,
              HttpServletResponse response)
              throws ServletException,
                     IOException
Throws:
ServletException
IOException


Copyright © 2008-2013. All Rights Reserved.