jodd.madvoc.interceptor
Class DefaultWebAppInterceptors

java.lang.Object
  extended by jodd.madvoc.interceptor.ActionInterceptor
      extended by jodd.madvoc.interceptor.DefaultWebAppInterceptors

public final class DefaultWebAppInterceptors
extends ActionInterceptor

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


Field Summary
 
Fields inherited from class jodd.madvoc.interceptor.ActionInterceptor
initialized
 
Constructor Summary
DefaultWebAppInterceptors()
           
 
Method Summary
 java.lang.String intercept(ActionRequest actionRequest)
          Intercepts action requests.
 
Methods inherited from class jodd.madvoc.interceptor.ActionInterceptor
init, initialized, isInitialized, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, 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 class: ActionInterceptor
Intercepts action requests.

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


Copyright © 2003-2010 Jodd Team