org.makumba.forms.responder
Class ResponseControllerHandler
java.lang.Object
org.makumba.commons.ControllerHandler
org.makumba.forms.responder.ResponseControllerHandler
public class ResponseControllerHandler
- extends ControllerHandler
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
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
logger
final Logger logger
ResponseControllerHandler
public ResponseControllerHandler()
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)
main
public static void main(String[] args)
throws IOException
- Throws:
IOException