jodd.madvoc.interceptor
Interface ActionInterceptor

All Known Implementing Classes:
ActionInterceptorStack, DefaultWebAppInterceptors, EchoInterceptor, ServletConfigInterceptor

public interface ActionInterceptor

Action interceptor interface.


Method Summary
 java.lang.String intercept(ActionRequest actionRequest)
          Intercepts action requests.
 

Method Detail

intercept

java.lang.String intercept(ActionRequest actionRequest)
                           throws java.lang.Exception
Intercepts action requests.

Throws:
java.lang.Exception


Copyright ©2008 Jodd Team