egovframework.rfc3.common.util
Class AlertMessage

java.lang.Object
  extended by egovframework.rfc3.common.util.AlertMessage

public class AlertMessage
extends java.lang.Object


Constructor Summary
AlertMessage()
           
 
Method Summary
static void htmlForm(javax.servlet.http.HttpServletResponse res, java.lang.String actionUrl, java.lang.String message, java.util.Map paramMap)
           
static java.lang.String str2alert(java.lang.String s)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AlertMessage

public AlertMessage()
Method Detail

htmlForm

public static void htmlForm(javax.servlet.http.HttpServletResponse res,
                            java.lang.String actionUrl,
                            java.lang.String message,
                            java.util.Map paramMap)
                     throws java.io.IOException
Throws:
java.io.IOException

str2alert

public static java.lang.String str2alert(java.lang.String s)