类的使用
cn.taketoday.web.view.AbstractCachingViewResolver
程序包
说明
Provides standard View and ViewResolver implementations,
including abstract base classes for custom implementations.
Support classes for the integration of
FreeMarker
as Framework web view technology.
Support classes for the integration of
Groovy Templates as Framework web view technology.
Support classes for views based on the JSR-223 script engine abstraction
(as included in Java 6+), e.g. using JavaScript via Nashorn on JDK 8.
Support classes for XSLT,
providing a View implementation for XSLT stylesheets.
-
cn.taketoday.web.servlet.view中AbstractCachingViewResolver的使用
修饰符和类型类说明classConvenient subclass ofUrlBasedViewResolverthat supportsInternalResourceView(i.e. -
cn.taketoday.web.view中AbstractCachingViewResolver的使用
修饰符和类型类说明classAbstract base class for template view resolvers, in particular for FreeMarker views.classSimple implementation of theViewResolverinterface, allowing for direct resolution of symbolic view names to URLs, without explicit mapping definitions. -
cn.taketoday.web.view.freemarker中AbstractCachingViewResolver的使用
-
cn.taketoday.web.view.groovy中AbstractCachingViewResolver的使用
修饰符和类型类说明classConvenience subclass ofAbstractTemplateViewResolverthat supportsGroovyMarkupView(i.e. -
cn.taketoday.web.view.script中AbstractCachingViewResolver的使用
修饰符和类型类说明classConvenience subclass ofUrlBasedViewResolverthat supportsScriptTemplateViewand custom subclasses of it. -
cn.taketoday.web.view.xslt中AbstractCachingViewResolver的使用
修饰符和类型类说明classViewResolverimplementation that resolves instances ofXsltViewby translating the supplied view name into the URL of the XSLT stylesheet.