Save This Page
Home » spring-framework-2.5.6-with-dependencies » org.springframework » web » servlet » mvc » [javadoc | source]
org.springframework.web.servlet.mvc
public class: SimpleControllerHandlerAdapter [javadoc | source]
java.lang.Object
   org.springframework.web.servlet.mvc.SimpleControllerHandlerAdapter

All Implemented Interfaces:
    HandlerAdapter

Adapter to use the plain Controller workflow interface with the generic org.springframework.web.servlet.DispatcherServlet . Supports handlers that implement the LastModified interface.

This is an SPI class, not used directly by application code.

Method from org.springframework.web.servlet.mvc.SimpleControllerHandlerAdapter Summary:
getLastModified,   handle,   supports
Methods from java.lang.Object:
equals,   getClass,   hashCode,   notify,   notifyAll,   toString,   wait,   wait,   wait
Method from org.springframework.web.servlet.mvc.SimpleControllerHandlerAdapter Detail:
 public long getLastModified(HttpServletRequest request,
    Object handler) 
 public ModelAndView handle(HttpServletRequest request,
    HttpServletResponse response,
    Object handler) throws Exception 
 public boolean supports(Object handler)