com.dyuproject.web.rest
Class DefaultDispatcher

java.lang.Object
  extended by com.dyuproject.web.rest.DefaultDispatcher
All Implemented Interfaces:
ViewDispatcher

public class DefaultDispatcher
extends Object
implements ViewDispatcher

Dispatches to the container's default servlet

Author:
David Yu

Constructor Summary
DefaultDispatcher()
           
 
Method Summary
 void dispatch(String uri, HttpServletRequest request, HttpServletResponse response)
           
 void init(WebContext context)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DefaultDispatcher

public DefaultDispatcher()
Method Detail

init

public void init(WebContext context)
Specified by:
init in interface ViewDispatcher

dispatch

public void dispatch(String uri,
                     HttpServletRequest request,
                     HttpServletResponse response)
              throws ServletException,
                     IOException
Specified by:
dispatch in interface ViewDispatcher
Throws:
ServletException
IOException


Copyright © 2013. All Rights Reserved.