Uses of Package
org.springframework.web.servlet.support

Packages that use org.springframework.web.servlet.support
org.springframework.web.servlet.mvc Standard controller implementations for the MVC framework that comes with Spring.  
org.springframework.web.servlet.mvc.multiaction Package allowing MVC Controller implementations to handle requests at method rather than class level.  
org.springframework.web.servlet.tags Spring's standard custom tag library.  
 

Classes in org.springframework.web.servlet.support used by org.springframework.web.servlet.mvc
WebContentGenerator
          Convenient superclass for any kind of web content generator, like AbstractController and WebContentInterceptor.
 

Classes in org.springframework.web.servlet.support used by org.springframework.web.servlet.mvc.multiaction
WebContentGenerator
          Convenient superclass for any kind of web content generator, like AbstractController and WebContentInterceptor.
 

Classes in org.springframework.web.servlet.support used by org.springframework.web.servlet.tags
RequestContext
          Context holder for request-specific state, like current web application context, current locale, current theme, and potential binding errors.
 



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