Decision Center API

ilog.webui.dhtml
Class IlxWDefaultController

java.lang.Object
  extended by javax.servlet.GenericServlet
      extended by javax.servlet.http.HttpServlet
          extended by ilog.webui.dhtml.IlxWController
              extended by ilog.webui.dhtml.IlxWDefaultController
All Implemented Interfaces:
ilog.webui.dhtml.IlxWConstants, Serializable, javax.servlet.Servlet, javax.servlet.ServletConfig

public class IlxWDefaultController
extends IlxWController

Default controller servlet.

See Also:
Serialized Form

Constructor Summary
IlxWDefaultController()
           
 
Method Summary
protected  void handleError(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response, IlxWControllerError error, String requestPath)
          Prints a page displaying information on the handled error.
 
Methods inherited from class ilog.webui.dhtml.IlxWController
service
 
Methods inherited from class javax.servlet.http.HttpServlet
doDelete, doGet, doHead, doOptions, doPost, doPut, doTrace, getLastModified, service
 
Methods inherited from class javax.servlet.GenericServlet
destroy, getInitParameter, getInitParameterNames, getServletConfig, getServletContext, getServletInfo, getServletName, init, init, log, log
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

IlxWDefaultController

public IlxWDefaultController()
Method Detail

handleError

protected void handleError(javax.servlet.http.HttpServletRequest request,
                           javax.servlet.http.HttpServletResponse response,
                           IlxWControllerError error,
                           String requestPath)
                    throws IOException,
                           javax.servlet.ServletException
Prints a page displaying information on the handled error.

Specified by:
handleError in class IlxWController
Throws:
IOException
javax.servlet.ServletException
Parameters:
request - The current request.
response - The current response.
error - The controller error object.
requestPath - The path of the request that has been called just before the servlet controller.

Decision Center API

© Copyright IBM Corp. 1987, 2013