org.parancoe.web.util
Class FlashHelper

java.lang.Object
  extended by org.parancoe.web.util.FlashHelper

public class FlashHelper
extends java.lang.Object

Author:
Jacopo Murador

Constructor Summary
FlashHelper()
           
 
Method Summary
static void setError(javax.servlet.http.HttpServletRequest req, java.lang.String code)
           
static void setNotice(javax.servlet.http.HttpServletRequest req, java.lang.String code)
           
static void setRedirectError(javax.servlet.http.HttpServletRequest req, java.lang.String code)
           
static void setRedirectNotice(javax.servlet.http.HttpServletRequest req, java.lang.String code)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FlashHelper

public FlashHelper()
Method Detail

setError

public static void setError(javax.servlet.http.HttpServletRequest req,
                            java.lang.String code)

setNotice

public static void setNotice(javax.servlet.http.HttpServletRequest req,
                             java.lang.String code)

setRedirectError

public static void setRedirectError(javax.servlet.http.HttpServletRequest req,
                                    java.lang.String code)

setRedirectNotice

public static void setRedirectNotice(javax.servlet.http.HttpServletRequest req,
                                     java.lang.String code)


Copyright © 2008 JUG Padova Parancoe Team. All Rights Reserved.