类的使用
cn.taketoday.web.handler.mvc.AbstractController
使用AbstractController的程序包
程序包
说明
Standard controller implementations for the MVC framework use like Framework
-
cn.taketoday.web.handler.mvc中AbstractController的使用
修饰符和类型类说明classAbstract base class forControllersthat return a view name based on the request URL.classTrivial controller that always returns a pre-configured view and optionally sets the response status code.classController implementation that forwards to a named servlet, i.e. the "servlet-name" in web.xml rather than a URL path mapping.classFramework Controller implementation that wraps a servlet instance which it manages internally.classSimpleControllerimplementation that transforms the virtual path of a URL into a view name and returns that view.