Uses of Class
org.springframework.web.servlet.view.AbstractUrlBasedView

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.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 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 internal or external 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.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 VelocityView
          View using the Velocity template engine.
 



Copyright (C) 2003-2004 The Spring Framework Project.