jodd.madvoc.interceptor
Class DefaultWebAppInterceptors

java.lang.Object
  extended by jodd.madvoc.interceptor.DefaultWebAppInterceptors
All Implemented Interfaces:
ActionInterceptor

public final class DefaultWebAppInterceptors
extends java.lang.Object
implements ActionInterceptor

Marker for default interceptors for easy configuration purposes. It will be replaced with the result of WebApplication.getDefaultInterceptors() during action registration.


Constructor Summary
DefaultWebAppInterceptors()
           
 
Method Summary
 java.lang.String intercept(ActionRequest actionRequest)
          Intercepts action requests.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DefaultWebAppInterceptors

public DefaultWebAppInterceptors()
Method Detail

intercept

public java.lang.String intercept(ActionRequest actionRequest)
                           throws java.lang.Exception
Description copied from interface: ActionInterceptor
Intercepts action requests.

Specified by:
intercept in interface ActionInterceptor
Throws:
java.lang.Exception


Copyright ©2008 Jodd Team