接口的使用
cn.taketoday.web.handler.mvc.Controller
使用Controller的程序包
程序包
说明
Standard controller implementations for the MVC framework use like Framework
-
cn.taketoday.web.handler.mvc中Controller的使用
修饰符和类型类说明classConvenient superclass for controller implementations, using the Template Method design pattern.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.