类的使用
org.springframework.web.servlet.view.AbstractUrlBasedView
使用AbstractUrlBasedView的程序包 程序包 说明 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.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.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.xslt Support classes for XSLT, providing a View implementation for XSLT stylesheets.org.springframework.web.servlet.view中AbstractUrlBasedView的使用
org.springframework.web.servlet.view中AbstractUrlBasedView的子类 修饰符和类型 类 说明 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.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.返回AbstractUrlBasedView的org.springframework.web.servlet.view中的方法 修饰符和类型 方法 说明 protected AbstractUrlBasedViewAbstractTemplateViewResolver. buildView(String viewName)protected AbstractUrlBasedViewInternalResourceViewResolver. buildView(String viewName)protected AbstractUrlBasedViewUrlBasedViewResolver. buildView(String viewName)Creates a new View instance of the specified view class and configures it.参数类型为AbstractUrlBasedView的org.springframework.web.servlet.view中的方法 修饰符和类型 方法 说明 protected ViewUrlBasedViewResolver. applyLifecycleMethods(String viewName, AbstractUrlBasedView view)Apply the containingApplicationContext's lifecycle methods to the givenViewinstance, if such a context is available.org.springframework.web.servlet.view.document中AbstractUrlBasedView的使用
org.springframework.web.servlet.view.document中AbstractUrlBasedView的子类 修饰符和类型 类 说明 classAbstractPdfStamperViewAbstract superclass for PDF views that operate on an existing document with an AcroForm.org.springframework.web.servlet.view.freemarker中AbstractUrlBasedView的使用
org.springframework.web.servlet.view.freemarker中AbstractUrlBasedView的子类 修饰符和类型 类 说明 classFreeMarkerViewView using the FreeMarker template engine.org.springframework.web.servlet.view.groovy中AbstractUrlBasedView的使用
org.springframework.web.servlet.view.groovy中AbstractUrlBasedView的子类 修饰符和类型 类 说明 classGroovyMarkupViewAnAbstractTemplateViewsubclass based on Groovy XML/XHTML markup templates.org.springframework.web.servlet.view.script中AbstractUrlBasedView的使用
org.springframework.web.servlet.view.script中AbstractUrlBasedView的子类 修饰符和类型 类 说明 classScriptTemplateViewAnAbstractUrlBasedViewsubclass designed to run any template library based on a JSR-223 script engine.org.springframework.web.servlet.view.tiles3中AbstractUrlBasedView的使用
org.springframework.web.servlet.view.tiles3中AbstractUrlBasedView的子类 修饰符和类型 类 说明 classTilesViewViewimplementation that renders through the Tiles Request API.org.springframework.web.servlet.view.xslt中AbstractUrlBasedView的使用
org.springframework.web.servlet.view.xslt中AbstractUrlBasedView的子类 修饰符和类型 类 说明 classXsltViewXSLT-driven View that allows for response context to be rendered as the result of an XSLT transformation.返回AbstractUrlBasedView的org.springframework.web.servlet.view.xslt中的方法 修饰符和类型 方法 说明 protected AbstractUrlBasedViewXsltViewResolver. buildView(String viewName)