ariba.ui.servletadaptor
Class AWDispatcherServlet

java.lang.Object
  extended by javax.servlet.GenericServlet
      extended by javax.servlet.http.HttpServlet
          extended by ariba.ui.servletadaptor.AWDispatcherServlet
All Implemented Interfaces:
Serializable, javax.servlet.Servlet, javax.servlet.ServletConfig

public class AWDispatcherServlet
extends javax.servlet.http.HttpServlet

See Also:
Serialized Form

Constructor Summary
AWDispatcherServlet()
           
 
Method Summary
 String applicationClassName()
           
 AWServletApplication createApplication()
           
 void init(javax.servlet.ServletConfig servletConfig)
           
static void logServletException(Throwable t)
          Servlet logging method.
static void logServletServiceRequest(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response)
          Servlet logging method.
 void service(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response)
           
 
Methods inherited from class javax.servlet.http.HttpServlet
service
 
Methods inherited from class javax.servlet.GenericServlet
destroy, getInitParameter, getInitParameterNames, getServletConfig, getServletContext, getServletInfo, getServletName, init, log, log
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AWDispatcherServlet

public AWDispatcherServlet()
Method Detail

init

public void init(javax.servlet.ServletConfig servletConfig)
          throws javax.servlet.ServletException
Specified by:
init in interface javax.servlet.Servlet
Overrides:
init in class javax.servlet.GenericServlet
Throws:
javax.servlet.ServletException

applicationClassName

public String applicationClassName()

createApplication

public AWServletApplication createApplication()

service

public void service(javax.servlet.http.HttpServletRequest request,
                    javax.servlet.http.HttpServletResponse response)
             throws javax.servlet.ServletException,
                    IOException
Overrides:
service in class javax.servlet.http.HttpServlet
Throws:
javax.servlet.ServletException
IOException

logServletException

public static void logServletException(Throwable t)
Servlet logging method. This is used internally by LoggingServlet to log messages. Or if your class can not extend LoggingServlet, you can manually call logServletException which is static for your calling convinence.


logServletServiceRequest

public static void logServletServiceRequest(javax.servlet.http.HttpServletRequest request,
                                            javax.servlet.http.HttpServletResponse response)
Servlet logging method. This is used internally by LoggingServlet to log messages. Or if your class can not extend LoggingServlet, you can manually call logServletException which is static for your calling convinence.



AribaWeb User Interface Development Framework
Copyright © 2000-2009 Ariba, Inc. All Rights Reserved.