FileDocCategorySizeDatePackage
LegacyServlet.javaAPI DocExample724Sun Aug 15 14:17:06 BST 2004com.oreilly.strutsckbk.ch09

LegacyServlet

public class LegacyServlet extends HttpServlet

Fields Summary
Constructors Summary
Methods Summary
protected voiddoGet(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response)

		doPost(request, response);
	
protected voiddoPost(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response)

        throw new ServletException("This is a test exception", new Exception("Unable to establish connection with legacy system."));