Class DefaultServlet

All Implemented Interfaces:
Servlet, ServletConfig, Serializable

public class DefaultServlet extends HttpServlet
This servlet will be invoked when no other servlet matches the request URI. TODO: This needs more work. Review the DefaultServlet implementations included with popular servlet containers to get an understanding of what may be added
Since:
2.2
See Also: