Uses of Class
org.springframework.web.servlet.FrameworkServlet

Packages that use FrameworkServlet
org.springframework.web.servlet Provides servlets that integrate with the application context infrastructure, and the core interfaces and classes for the Spring web MVC framework.  
 

Uses of FrameworkServlet in org.springframework.web.servlet
 

Subclasses of FrameworkServlet in org.springframework.web.servlet
 class DispatcherServlet
          Central dispatcher for use within the web MVC framework, e.g. for web UI controllers or HTTP-based remote service exporters.
 



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