- All Implemented Interfaces:
- Serializable, javax.servlet.Servlet, javax.servlet.ServletConfig
public class DispatcherServlet
extends javax.servlet.http.HttpServlet
A servlet that dispatch to managed sevlets from the context Spring container.
It dispatch to servlets that has the property mountPath, and dispatches to the
servlet with the longest prefix of the request pathInfo.
This servlet will also initialize and destroy all the servlets that it finds
from the context container. This means that there must only be one dispatcher
servlet, otherwise the managed servlets will be initialized several times.
- Since:
- 1.0.0
- Version:
- $Id: DispatcherServlet.java 615890 2008-01-28 14:26:03Z gkossakowski $
- See Also:
- Serialized Form