类的使用
org.springframework.web.servlet.mvc.AbstractController
使用AbstractController的程序包 程序包 说明 org.springframework.web.servlet.mvc Standard controller implementations for the Servlet MVC framework that comes with Spring.org.springframework.web.servlet.mvc中AbstractController的使用
org.springframework.web.servlet.mvc中AbstractController的子类 修饰符和类型 类 说明 classAbstractUrlViewControllerAbstract base class forControllersthat return a view name based on the request URL.classParameterizableViewControllerTrivial controller that always returns a pre-configured view and optionally sets the response status code.classServletForwardingControllerSpring Controller implementation that forwards to a named servlet, i.e. the "servlet-name" in web.xml rather than a URL path mapping.classServletWrappingControllerSpring Controller implementation that wraps a servlet instance which it manages internally.classUrlFilenameViewControllerSimpleControllerimplementation that transforms the virtual path of a URL into a view name and returns that view.