Uses of Class
org.springframework.web.context.support.WebApplicationObjectSupport

Packages that use WebApplicationObjectSupport
org.springframework.web.multipart.commons 
org.springframework.web.multipart.cos 
org.springframework.web.servlet.handler 
org.springframework.web.servlet.support 
org.springframework.web.servlet.view 
org.springframework.web.servlet.view.tiles 

Uses of WebApplicationObjectSupport in org.springframework.web.multipart.commons
 

Subclasses of WebApplicationObjectSupport in org.springframework.web.multipart.commons
class CommonsMultipartResolver
          MultipartResolver implementation for Jakarta Commons FileUpload.
 

Uses of WebApplicationObjectSupport in org.springframework.web.multipart.cos
 

Subclasses of WebApplicationObjectSupport in org.springframework.web.multipart.cos
class CosMultipartResolver
          MultipartResolver implementation for Jason Hunter's COS (com.oreilly.servlet).
 

Uses of WebApplicationObjectSupport in org.springframework.web.servlet.handler
 

Subclasses of WebApplicationObjectSupport in org.springframework.web.servlet.handler
class AbstractHandlerMapping
          Abstract base class for HandlerMapping implementations.
 

Uses of WebApplicationObjectSupport in org.springframework.web.servlet.support
 

Subclasses of WebApplicationObjectSupport in org.springframework.web.servlet.support
class WebContentGenerator
          Convenient superclass for any kind of web content generator, like AbstractController and WebContentInterceptor.
 

Uses of WebApplicationObjectSupport in org.springframework.web.servlet.view
 

Subclasses of WebApplicationObjectSupport in org.springframework.web.servlet.view
class AbstractCachingViewResolver
          Convenient superclass for view resolvers.
class AbstractView
          Abstract view superclass.
class BeanNameViewResolver
          Simple implementation of ViewResolver that interprets a view name as bean name in the current application context, i.e.
 

Uses of WebApplicationObjectSupport in org.springframework.web.servlet.view.tiles
 

Subclasses of WebApplicationObjectSupport in org.springframework.web.servlet.view.tiles
class ComponentControllerSupport
          Convenience class for Spring-aware Tiles component controllers.
class TilesConfigurer
          Helper class to configure Tiles for the Spring Framework (see http://jakarta.apache.org/struts for more information about Tiles, which basically is a templating mechanism for JSP-based web applications).