类的使用
cn.taketoday.web.view.AbstractView
使用AbstractView的程序包
程序包
说明
Provides standard View and ViewResolver implementations,
including abstract base classes for custom implementations.
Support classes for document generation,
providing View implementations for PDF and Excel.
Support classes for feed generation, providing View implementations for Atom and RSS.
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 providing a View implementation based on JSON serialization.
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 providing a View implementation based on XML Marshalling.
Support classes for XSLT,
providing a View implementation for XSLT stylesheets.
-
cn.taketoday.web.servlet.view中AbstractView的使用
修饰符和类型类说明classWrapper for a JSP or other resource within the same web application.classSpecialization ofInternalResourceViewfor JSTL pages, i.e. -
cn.taketoday.web.view中AbstractView的使用
修饰符和类型类说明classAdapter base class for template-based view technologies such as FreeMarker, with the ability to use request and session attributes in their model and the option to expose helper objects for Framework's FreeMarker macro library.classAbstract base class for URL-based views.classView that redirects to an absolute, context relative, or current request relative URL. -
cn.taketoday.web.view.document中AbstractView的使用
修饰符和类型类说明classAbstract superclass for PDF views that operate on an existing document with an AcroForm.classAbstract superclass for PDF views.classConvenient superclass for Excel document views in traditional XLS format.classConvenient superclass for Excel document views in the Office 2007 XLSX format, using POI's streaming variant.classConvenient superclass for Excel document views in the Office 2007 XLSX format (as supported by POI-OOXML). -
cn.taketoday.web.view.feed中AbstractView的使用
修饰符和类型类说明classAbstract superclass for Atom Feed views, using the ROME package.classAbstractFeedView<T extends com.rometools.rome.feed.WireFeed>Abstract base class for Atom and RSS Feed views, using the ROME package.classAbstract superclass for RSS Feed views, using the ROME package. -
cn.taketoday.web.view.freemarker中AbstractView的使用
-
cn.taketoday.web.view.groovy中AbstractView的使用
-
cn.taketoday.web.view.json中AbstractView的使用
修饰符和类型类说明classAbstract base class for Jackson based and content type independentAbstractViewimplementations.classFramework MVCViewthat renders JSON content by serializing the model for the current request using Jackson 2'sObjectMapper. -
cn.taketoday.web.view.script中AbstractView的使用
修饰符和类型类说明classAnAbstractUrlBasedViewsubclass designed to run any template library based on a JSR-223 script engine. -
cn.taketoday.web.view.xml中AbstractView的使用
修饰符和类型类说明classFramework MVCViewthat renders XML content by serializing the model for the current request using Jackson 2'sXmlMapper.classWeb-MVCViewthat allows for response context to be rendered as the result of marshalling by aMarshaller. -
cn.taketoday.web.view.xslt中AbstractView的使用
修饰符和类型类说明classXSLT-driven View that allows for response context to be rendered as the result of an XSLT transformation.