org.openmobileis.services.common
Class ServletTools
java.lang.Object
org.openmobileis.services.common.ServletTools
- public class ServletTools
- extends java.lang.Object
Title: OpenMobileIS project source
Description: Helper class to facilitate confimration or error message return.
- Since:
- JDK 1.1
- Version:
- 1.0.
- Author:
- Philippe Delrieu
- See Also:
DefaultLogRenderer, JournalService
Method Summary |
static void |
sendConfirmationPage(java.lang.String serviceName,
java.lang.String message,
java.lang.String url,
HttpServletResponse res)
|
static void |
sendErrorPage(java.lang.String serviceName,
java.lang.String message,
java.lang.String url,
HttpServletResponse res)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ServletTools
public ServletTools()
sendErrorPage
public static void sendErrorPage(java.lang.String serviceName,
java.lang.String message,
java.lang.String url,
HttpServletResponse res)
sendConfirmationPage
public static void sendConfirmationPage(java.lang.String serviceName,
java.lang.String message,
java.lang.String url,
HttpServletResponse res)
Copyright 2006 OpenMobileIS. All Rights Reserved.