ariba.ui.servletadaptor
Class AWDispatcherServlet
java.lang.Object
javax.servlet.GenericServlet
javax.servlet.http.HttpServlet
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
| 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 |
AWDispatcherServlet
public AWDispatcherServlet()
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.