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

java.lang.Object
  extended by com.dyuproject.web.rest.mvc.AbstractController
      extended by com.dyuproject.web.rest.mvc.controller.StaticResourceController
All Implemented Interfaces:
Controller

Deprecated.

@Deprecated
public class StaticResourceController
extends AbstractController

A context controller that dispatches all the requests to the container's default servlet.

Author:
David Yu
Date created:
May 22, 2008

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

StaticResourceController

public StaticResourceController()
Deprecated. 
Method Detail

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 © 2008-2013. All Rights Reserved.