接口 SmartView
- 所有超级接口:
View
- 所有已知实现类:
RedirectView
Provides additional information about a View such as whether it
performs redirects.
- 从以下版本开始:
- 4.0 2022/2/3 21:29
- 作者:
- Rossen Stoyanchev, Harry Yang
-
字段概要
从接口继承的字段 cn.taketoday.web.view.View
RESPONSE_STATUS_ATTRIBUTE, SELECTED_CONTENT_TYPE -
方法概要
从接口继承的方法 cn.taketoday.web.view.View
getContentType, render
-
方法详细资料
-
isRedirectView
boolean isRedirectView()Whether the view performs a redirect.
-