org.makumba.forms.responder
Class ResponseControllerHandler

java.lang.Object
  extended by org.makumba.commons.ControllerHandler
      extended by org.makumba.forms.responder.ResponseControllerHandler

public class ResponseControllerHandler
extends ControllerHandler

Version:
$Id: ResponseControllerHandler.java,v 1.1 Nov 30, 2009 3:02:45 AM rudi Exp $

Field Summary
(package private)  Logger logger
           
static String MAKUMBA_FORM_ID
           
static String MAKUMBA_FORM_PARTIAL_POSTBACK_EVENT
           
static String MAKUMBA_FORM_RELOAD
           
static String MAKUMBA_FORM_RELOAD_PARAMS
           
static String MAKUMBA_FORM_VALIDATION_ERRORS
           
 
Constructor Summary
ResponseControllerHandler()
           
 
Method Summary
 boolean beforeFilter(ServletRequest req, ServletResponse resp, FilterConfig conf, ServletObjects httpServletObjects)
          Performs an operation before the doFilterChain() method is called
static void main(String[] args)
           
static boolean shallReload(boolean reloadFormOnError, String action, String absoluteAction, String originatingPageName, String triggerEvent)
           
 
Methods inherited from class org.makumba.commons.ControllerHandler
afterBeforeFilter, afterFilter, finalize, onError
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

MAKUMBA_FORM_VALIDATION_ERRORS

public static final String MAKUMBA_FORM_VALIDATION_ERRORS
See Also:
Constant Field Values

MAKUMBA_FORM_RELOAD

public static final String MAKUMBA_FORM_RELOAD
See Also:
Constant Field Values

MAKUMBA_FORM_ID

public static final String MAKUMBA_FORM_ID
See Also:
Constant Field Values

MAKUMBA_FORM_PARTIAL_POSTBACK_EVENT

public static final String MAKUMBA_FORM_PARTIAL_POSTBACK_EVENT
See Also:
Constant Field Values

MAKUMBA_FORM_RELOAD_PARAMS

public static final String MAKUMBA_FORM_RELOAD_PARAMS
See Also:
Constant Field Values

logger

final Logger logger
Constructor Detail

ResponseControllerHandler

public ResponseControllerHandler()
Method Detail

beforeFilter

public boolean beforeFilter(ServletRequest req,
                            ServletResponse resp,
                            FilterConfig conf,
                            ServletObjects httpServletObjects)
                     throws Exception
Description copied from class: ControllerHandler
Performs an operation before the doFilterChain() method is called

Overrides:
beforeFilter in class ControllerHandler
Returns:
true if the operation worked out successfully, false otherwise
Throws:
Exception

shallReload

public static boolean shallReload(boolean reloadFormOnError,
                                  String action,
                                  String absoluteAction,
                                  String originatingPageName,
                                  String triggerEvent)

main

public static void main(String[] args)
                 throws IOException
Throws:
IOException