jodd.madvoc.interceptor
Class ServletConfigInterceptor

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

public class ServletConfigInterceptor
extends java.lang.Object
implements ActionInterceptor

Configures actions and applies some servlet configuration prior action execution. This interceptor does the following:


Field Summary
protected  ActionInjector injector
           
 
Constructor Summary
ServletConfigInterceptor()
           
 
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
 

Field Detail

injector

protected final ActionInjector injector
Constructor Detail

ServletConfigInterceptor

public ServletConfigInterceptor()
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