程序包的使用
cn.taketoday.web.handler.mvc
程序包
说明
Standard controller implementations for the MVC framework use like Framework
-
类说明Trivial controller that always returns a pre-configured view and optionally sets the response status code.
-
类说明Convenient superclass for controller implementations, using the Template Method design pattern.Abstract base class for
Controllersthat return a view name based on the request URL.Base Controller interface, representing a component that receivesRequestContextinstances just like aHttpServletbut is able to participate in an MVC workflow.