org.makumba.commons
Class MakumbaToolsControllerHandler
java.lang.Object
   org.makumba.commons.ControllerHandler
org.makumba.commons.ControllerHandler
       org.makumba.commons.MakumbaToolsControllerHandler
org.makumba.commons.MakumbaToolsControllerHandler
- public class MakumbaToolsControllerHandler 
- extends ControllerHandler
Handle access to makumba tools, like the UniquenessServlet.
- Version:
- $Id: MakumbaToolsControllerHandler.java 5149 2010-05-18 19:00:47Z rosso_nero $
- Author:
- Rudolf Mayer
 
 
 
| Methods inherited from class java.lang.Object | 
| clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
 
MakumbaToolsControllerHandler
public MakumbaToolsControllerHandler()
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:
- beforeFilterin class- ControllerHandler
 
- 
- Returns:
- trueif the operation worked out successfully,- falseotherwise
- Throws:
- Exception