类的使用
org.springframework.web.servlet.view.AbstractView
使用AbstractView的程序包 程序包 说明 org.springframework.web.servlet.view Provides standard View and ViewResolver implementations, including abstract base classes for custom implementations.org.springframework.web.servlet.view.document Support classes for document generation, providing View implementations for PDF and Excel.org.springframework.web.servlet.view.feed Support classes for feed generation, providing View implementations for Atom and RSS.org.springframework.web.servlet.view.freemarker Support classes for the integration of FreeMarker as Spring web view technology.org.springframework.web.servlet.view.groovy Support classes for the integration of Groovy Templates as Spring web view technology.org.springframework.web.servlet.view.json Support classes for providing a View implementation based on JSON serialization.org.springframework.web.servlet.view.script 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.org.springframework.web.servlet.view.tiles3 Support classes for the integration of Tiles 3 (the standalone version of Tiles) as Spring web view technology.org.springframework.web.servlet.view.xml Support classes for providing a View implementation based on XML Marshalling.org.springframework.web.servlet.view.xslt Support classes for XSLT, providing a View implementation for XSLT stylesheets.org.springframework.web.servlet.view中AbstractView的使用
org.springframework.web.servlet.view中AbstractView的子类 修饰符和类型 类 说明 classAbstractTemplateViewAdapter 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 Spring's FreeMarker macro library.classAbstractUrlBasedViewAbstract base class for URL-based views.classInternalResourceViewWrapper for a JSP or other resource within the same web application.classJstlViewSpecialization ofInternalResourceViewfor JSTL pages, i.e.classRedirectViewView that redirects to an absolute, context relative, or current request relative URL.org.springframework.web.servlet.view.document中AbstractView的使用
org.springframework.web.servlet.view.document中AbstractView的子类 修饰符和类型 类 说明 classAbstractPdfStamperViewAbstract superclass for PDF views that operate on an existing document with an AcroForm.classAbstractPdfViewAbstract superclass for PDF views.classAbstractXlsViewConvenient superclass for Excel document views in traditional XLS format.classAbstractXlsxStreamingViewConvenient superclass for Excel document views in the Office 2007 XLSX format, using POI's streaming variant.classAbstractXlsxViewConvenient superclass for Excel document views in the Office 2007 XLSX format (as supported by POI-OOXML).org.springframework.web.servlet.view.feed中AbstractView的使用
org.springframework.web.servlet.view.feed中AbstractView的子类 修饰符和类型 类 说明 classAbstractAtomFeedViewAbstract 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.classAbstractRssFeedViewAbstract superclass for RSS Feed views, using the ROME package.org.springframework.web.servlet.view.freemarker中AbstractView的使用
org.springframework.web.servlet.view.freemarker中AbstractView的子类 修饰符和类型 类 说明 classFreeMarkerViewView using the FreeMarker template engine.org.springframework.web.servlet.view.groovy中AbstractView的使用
org.springframework.web.servlet.view.groovy中AbstractView的子类 修饰符和类型 类 说明 classGroovyMarkupViewAnAbstractTemplateViewsubclass based on Groovy XML/XHTML markup templates.org.springframework.web.servlet.view.json中AbstractView的使用
org.springframework.web.servlet.view.json中AbstractView的子类 修饰符和类型 类 说明 classAbstractJackson2ViewAbstract base class for Jackson based and content type independentAbstractViewimplementations.classMappingJackson2JsonViewSpring MVCViewthat renders JSON content by serializing the model for the current request using Jackson 2'sObjectMapper.org.springframework.web.servlet.view.script中AbstractView的使用
org.springframework.web.servlet.view.script中AbstractView的子类 修饰符和类型 类 说明 classScriptTemplateViewAnAbstractUrlBasedViewsubclass designed to run any template library based on a JSR-223 script engine.org.springframework.web.servlet.view.tiles3中AbstractView的使用
org.springframework.web.servlet.view.tiles3中AbstractView的子类 修饰符和类型 类 说明 classTilesViewViewimplementation that renders through the Tiles Request API.org.springframework.web.servlet.view.xml中AbstractView的使用
org.springframework.web.servlet.view.xml中AbstractView的子类 修饰符和类型 类 说明 classMappingJackson2XmlViewSpring MVCViewthat renders XML content by serializing the model for the current request using Jackson 2'sXmlMapper.classMarshallingViewSpring-MVCViewthat allows for response context to be rendered as the result of marshalling by aMarshaller.org.springframework.web.servlet.view.xslt中AbstractView的使用
org.springframework.web.servlet.view.xslt中AbstractView的子类 修饰符和类型 类 说明 classXsltViewXSLT-driven View that allows for response context to be rendered as the result of an XSLT transformation.