com.dyuproject.web.rest.mvc.controller
Class JSPViewController
java.lang.Object
com.dyuproject.web.rest.mvc.AbstractController
com.dyuproject.web.rest.mvc.controller.JSPViewController
- All Implemented Interfaces:
- Controller
Deprecated.
@Deprecated
public class JSPViewController
- extends AbstractController
Takes a string argument to a jsp view.
Dispatches all requests to the specific jsp view.
- Author:
- David Yu
Methods inherited from class com.dyuproject.web.rest.mvc.AbstractController |
destroy, destroy, getIdentifier, getIdentifierAttribute, getInterceptor, getVerbOrId, getWebContext, init, isInitialized, setIdentifier, setIdentifierAttribute, setInterceptor |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
JSPViewController
public JSPViewController()
- Deprecated.
setView
public void setView(String view)
- Deprecated.
getView
public String getView()
- Deprecated.
init
protected void init()
- Deprecated.
- Specified by:
init
in class AbstractController
handle
public void handle(String mime,
HttpServletRequest request,
HttpServletResponse response)
throws IOException,
ServletException
- Deprecated.
- Throws:
IOException
ServletException
Copyright © 2013. All Rights Reserved.