com.dyuproject.web.rest.mvc.controller
Class JSPViewController

java.lang.Object
  extended by com.dyuproject.web.rest.mvc.AbstractController
      extended by 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

Field Summary
 
Fields inherited from interface com.dyuproject.web.rest.mvc.Controller
DELETE, GET, POST, PUT
 
Constructor Summary
JSPViewController()
          Deprecated.  
 
Method Summary
 String getView()
          Deprecated.  
 void handle(String mime, HttpServletRequest request, HttpServletResponse response)
          Deprecated.  
protected  void init()
          Deprecated.  
 void setView(String view)
          Deprecated.  
 
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
 

Constructor Detail

JSPViewController

public JSPViewController()
Deprecated. 
Method Detail

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.