org.makumba.controller
Class FilterConditionControllerHandler
java.lang.Object
org.makumba.commons.ControllerHandler
org.makumba.controller.FilterConditionControllerHandler
public class FilterConditionControllerHandler
- extends ControllerHandler
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
FilterConditionControllerHandler
public FilterConditionControllerHandler()
beforeFilter
public boolean beforeFilter(ServletRequest request,
ServletResponse response,
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