com.dyuproject.web.rest.mvc.controller
Class StaticResourceController
java.lang.Object
com.dyuproject.web.rest.mvc.AbstractController
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
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 |
StaticResourceController
public StaticResourceController()
- 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 © 2008-2013. All Rights Reserved.