com.dyuproject.web.rest
Interface ViewDispatcher

All Known Implementing Classes:
DefaultDispatcher, JSPDispatcher, VelocityDispatcher

public interface ViewDispatcher

Dispatches a request to generate a view from a Model

Author:
David Yu

Method Summary
 void dispatch(String uri, HttpServletRequest request, HttpServletResponse response)
           
 void init(WebContext context)
           
 

Method Detail

init

void init(WebContext context)

dispatch

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


Copyright © 2013. All Rights Reserved.