类 AbstractUrlViewController

java.lang.Object
cn.taketoday.context.support.ApplicationObjectSupport
cn.taketoday.web.WebContentGenerator
cn.taketoday.web.handler.mvc.AbstractController
cn.taketoday.web.handler.mvc.AbstractUrlViewController
所有已实现的接口:
cn.taketoday.beans.factory.Aware, cn.taketoday.context.ApplicationContextAware, Controller, HttpRequestHandler
直接已知子类:
UrlFilenameViewController

public abstract class AbstractUrlViewController extends AbstractController
Abstract base class for Controllers that return a view name based on the request URL.

Provides infrastructure for determining view names from URLs and configurable URL lookup. For information on the latter, see alwaysUseFullPath and urlDecode properties.

从以下版本开始:
4.0 2022/2/8 16:49
作者:
Juergen Hoeller, Harry Yang