| 
 | ||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use 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.jasperreports | Support classes for the integration of JasperReports as Spring web view technology. | 
| org.springframework.web.servlet.view.tiles | Support classes for the integration of Tiles (included in Struts) as Spring web view technology. | 
| org.springframework.web.servlet.view.tiles2 | Support classes for the integration of Tiles2 (the standalone version of Tiles) as Spring web view technology. | 
| org.springframework.web.servlet.view.velocity | Support classes for the integration of Velocity as Spring web view technology. | 
| org.springframework.web.servlet.view.xslt | Support classes for XSLT, providing a View implementation for XSLT stylesheets. | 
| Uses of AbstractUrlBasedView in org.springframework.web.servlet.view | 
|---|
| Subclasses of AbstractUrlBasedView in org.springframework.web.servlet.view | |
|---|---|
|  class | AbstractTemplateViewAdapter base class for template-based view technologies such as Velocity and FreeMarker, with the ability to use request and session attributes in their model and the option to expose helper objects for Spring's Velocity/FreeMarker macro library. | 
|  class | InternalResourceViewWrapper for a JSP or other resource within the same web application. | 
|  class | JstlViewSpecialization of InternalResourceViewfor JSTL pages,
 i.e. | 
|  class | RedirectViewView that redirects to an absolute, context relative, or current request relative URL, by default exposing all model attributes as HTTP query parameters. | 
| Methods in org.springframework.web.servlet.view that return AbstractUrlBasedView | |
|---|---|
| protected  AbstractUrlBasedView | AbstractTemplateViewResolver.buildView(String viewName) | 
| protected  AbstractUrlBasedView | UrlBasedViewResolver.buildView(String viewName)Creates a new View instance of the specified view class and configures it. | 
| protected  AbstractUrlBasedView | InternalResourceViewResolver.buildView(String viewName) | 
| Uses of AbstractUrlBasedView in org.springframework.web.servlet.view.document | 
|---|
| Subclasses of AbstractUrlBasedView in org.springframework.web.servlet.view.document | |
|---|---|
|  class | AbstractPdfStamperViewAbstract superclass for PDF views that operate on an existing document with an AcroForm. | 
| Uses of AbstractUrlBasedView in org.springframework.web.servlet.view.freemarker | 
|---|
| Subclasses of AbstractUrlBasedView in org.springframework.web.servlet.view.freemarker | |
|---|---|
|  class | FreeMarkerViewView using the FreeMarker template engine. | 
| Uses of AbstractUrlBasedView in org.springframework.web.servlet.view.jasperreports | 
|---|
| Subclasses of AbstractUrlBasedView in org.springframework.web.servlet.view.jasperreports | |
|---|---|
|  class | AbstractJasperReportsSingleFormatViewExtends AbstractJasperReportsViewto provide basic rendering logic
 for views that use a fixed format, e.g. always PDF or always HTML. | 
|  class | AbstractJasperReportsViewBase class for all JasperReports views. | 
|  class | ConfigurableJasperReportsViewConfigurable JasperReports View, allowing to specify the JasperReports exporter to be specified through bean properties rather than through the view class name. | 
|  class | JasperReportsCsvViewImplementation of AbstractJasperReportsSingleFormatViewthat renders report results in CSV format. | 
|  class | JasperReportsHtmlViewImplementation of AbstractJasperReportsSingleFormatViewthat renders report results in HTML format. | 
|  class | JasperReportsMultiFormatViewJasper Reports view class that allows for the actual rendering format to be specified at runtime using a parameter contained in the model. | 
|  class | JasperReportsPdfViewImplementation of AbstractJasperReportsSingleFormatViewthat renders report results in PDF format. | 
|  class | JasperReportsXlsViewImplementation of AbstractJasperReportsSingleFormatViewthat renders report results in XLS format. | 
| Methods in org.springframework.web.servlet.view.jasperreports that return AbstractUrlBasedView | |
|---|---|
| protected  AbstractUrlBasedView | JasperReportsViewResolver.buildView(String viewName) | 
| Uses of AbstractUrlBasedView in org.springframework.web.servlet.view.tiles | 
|---|
| Subclasses of AbstractUrlBasedView in org.springframework.web.servlet.view.tiles | |
|---|---|
|  class | TilesJstlViewSpecialization of TilesViewfor JSTL pages,
 i.e. | 
| Uses of AbstractUrlBasedView in org.springframework.web.servlet.view.tiles2 | 
|---|
| Subclasses of AbstractUrlBasedView in org.springframework.web.servlet.view.tiles2 | |
|---|---|
|  class | TilesViewViewimplementation that retrieves a
 Tiles definition. | 
| Uses of AbstractUrlBasedView in org.springframework.web.servlet.view.velocity | 
|---|
| Subclasses of AbstractUrlBasedView in org.springframework.web.servlet.view.velocity | |
|---|---|
|  class | VelocityLayoutViewVelocityLayoutView emulates the functionality offered by Velocity's VelocityLayoutServlet to ease page composition from different templates. | 
|  class | VelocityToolboxViewVelocityViewsubclass which adds support for Velocity Tools toolboxes
 and Velocity Tools ViewTool callbacks / Velocity Tools 1.3 init methods. | 
|  class | VelocityViewView using the Velocity template engine. | 
| Methods in org.springframework.web.servlet.view.velocity that return AbstractUrlBasedView | |
|---|---|
| protected  AbstractUrlBasedView | VelocityLayoutViewResolver.buildView(String viewName) | 
| protected  AbstractUrlBasedView | VelocityViewResolver.buildView(String viewName) | 
| Uses of AbstractUrlBasedView in org.springframework.web.servlet.view.xslt | 
|---|
| Subclasses of AbstractUrlBasedView in org.springframework.web.servlet.view.xslt | |
|---|---|
|  class | XsltViewXSLT-driven View that allows for response context to be rendered as the result of an XSLT transformation. | 
| Methods in org.springframework.web.servlet.view.xslt that return AbstractUrlBasedView | |
|---|---|
| protected  AbstractUrlBasedView | XsltViewResolver.buildView(String viewName) | 
| 
 | ||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||