| 
 | ||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use 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.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.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 AbstractView in org.springframework.web.servlet.view | 
|---|
| Subclasses of AbstractView in org.springframework.web.servlet.view | |
|---|---|
|  class | AbstractTemplateViewAbstractTemplateView provides 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 | AbstractUrlBasedViewAbstract base class for URL-based views. | 
|  class | InternalResourceViewWrapper for a JSP or other resource within the same web application. | 
|  class | JstlViewSpecialization of InternalResourceView for JSTL pages, i.e. | 
|  class | RedirectViewView that redirects to an absolute, context relative, or current request relative URL, exposing all model attributes as HTTP query parameters. | 
| Uses of AbstractView in org.springframework.web.servlet.view.document | 
|---|
| Subclasses of AbstractView in org.springframework.web.servlet.view.document | |
|---|---|
|  class | AbstractExcelViewConvenient superclass for Excel document views. | 
|  class | AbstractJExcelViewConvenient superclass for Excel document views. | 
|  class | AbstractPdfViewAbstract superclass for PDF views, using Bruno Lowagie's iText package. | 
| Uses of AbstractView in org.springframework.web.servlet.view.freemarker | 
|---|
| Subclasses of AbstractView in org.springframework.web.servlet.view.freemarker | |
|---|---|
|  class | FreeMarkerViewView using the FreeMarker template engine. | 
| Uses of AbstractView in org.springframework.web.servlet.view.jasperreports | 
|---|
| Subclasses of AbstractView 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 | 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. | 
| Uses of AbstractView in org.springframework.web.servlet.view.tiles | 
|---|
| Subclasses of AbstractView in org.springframework.web.servlet.view.tiles | |
|---|---|
|  class | TilesJstlViewSpecialization of TilesView for JSTL pages, i.e. | 
|  class | TilesViewView implementation that retrieves a Tiles definition. | 
| Uses of AbstractView in org.springframework.web.servlet.view.velocity | 
|---|
| Subclasses of AbstractView 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 | VelocityToolboxViewVelocityView subclass which adds support for Velocity Tools toolboxes and Velocity Tools' ViewTool callbacks. | 
|  class | VelocityViewView using the Velocity template engine. | 
| Uses of AbstractView in org.springframework.web.servlet.view.xslt | 
|---|
| Subclasses of AbstractView in org.springframework.web.servlet.view.xslt | |
|---|---|
|  class | AbstractXsltViewConvenient superclass for views rendered using an XSLT stylesheet. | 
| 
 | ||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||