org.makumba.devel
Class DataToolsControllerHandler

java.lang.Object
  extended by org.makumba.commons.ControllerHandler
      extended by org.makumba.devel.DataToolsControllerHandler

public class DataToolsControllerHandler
extends ControllerHandler

Handle access to the data tools.

Version:
$Id: DataToolsControllerHandler.java,v 1.1 Sep 3, 2008 9:13:16 PM rudi Exp $
Author:
Rudolf Mayer

Constructor Summary
DataToolsControllerHandler()
           
 
Method Summary
 boolean beforeFilter(ServletRequest req, ServletResponse res, FilterConfig conf, ServletObjects httpServletObjects)
          Performs an operation before the doFilterChain() method is called
 
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
 

Constructor Detail

DataToolsControllerHandler

public DataToolsControllerHandler()
Method Detail

beforeFilter

public boolean beforeFilter(ServletRequest req,
                            ServletResponse res,
                            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