|
|||||||||||
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.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. |
Uses of AbstractUrlBasedView in org.springframework.web.servlet.view |
Subclasses of AbstractUrlBasedView in org.springframework.web.servlet.view | |
class |
AbstractTemplateView
AbstractTemplateView 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 |
InternalResourceView
Wrapper for a JSP or other resource within the same web application. |
class |
JstlView
Specialization of InternalResourceView for JSTL pages, i.e. |
class |
RedirectView
View that redirects to an absolute, context relative, or current request relative URL, exposing all model attributes as HTTP query parameters. |
Uses of AbstractUrlBasedView in org.springframework.web.servlet.view.freemarker |
Subclasses of AbstractUrlBasedView in org.springframework.web.servlet.view.freemarker | |
class |
FreeMarkerView
View 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 |
AbstractJasperReportsView
Base class for all JasperReports views. |
class |
JasperReportsCsvView
Implementation of AbstractJasperReportsView that renders report results in CSV format. |
class |
JasperReportsHtmlView
Implementation of AbstractJasperReportsView that renders report results in HTML format. |
class |
JasperReportsPdfView
Implementation of AbstractJasperReportsView that renders report results in PDF format. |
class |
JasperReportsXlsView
Implementation of AbstractJasperReportsView that renders report results in XLS format. |
Uses of AbstractUrlBasedView in org.springframework.web.servlet.view.tiles |
Subclasses of AbstractUrlBasedView in org.springframework.web.servlet.view.tiles | |
class |
TilesJstlView
Specialization of TilesView for JSTL pages, i.e. |
class |
TilesView
View implementation 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 |
VelocityToolboxView
VelocityView subclass which adds support for Velocity Tools toolboxes and Velocity Tools' ViewTool callbacks. |
class |
VelocityView
View using the Velocity template engine. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |