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
dispatch
void dispatch(String uri,
HttpServletRequest request,
HttpServletResponse response)
throws ServletException,
IOException
- Throws:
ServletException
IOException
Copyright © 2008-2013. All Rights Reserved.