net.sourceforge.cruisecontrol.interceptor
Class ConfigurationInterceptor

java.lang.Object
  extended bycom.opensymphony.xwork.interceptor.AroundInterceptor
      extended bynet.sourceforge.cruisecontrol.interceptor.ConfigurationInterceptor
All Implemented Interfaces:
com.opensymphony.xwork.interceptor.Interceptor

public class ConfigurationInterceptor
extends com.opensymphony.xwork.interceptor.AroundInterceptor

Understands how to load the configuration for ConfigurationAware actions.


Field Summary
 
Fields inherited from class com.opensymphony.xwork.interceptor.AroundInterceptor
log
 
Constructor Summary
ConfigurationInterceptor()
           
 
Method Summary
protected  void after(com.opensymphony.xwork.ActionInvocation dispatcher, java.lang.String result)
           
protected  void before(com.opensymphony.xwork.ActionInvocation invocation)
           
 
Methods inherited from class com.opensymphony.xwork.interceptor.AroundInterceptor
destroy, init, intercept
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ConfigurationInterceptor

public ConfigurationInterceptor()
Method Detail

before

protected void before(com.opensymphony.xwork.ActionInvocation invocation)
               throws java.lang.Exception
Throws:
java.lang.Exception

after

protected void after(com.opensymphony.xwork.ActionInvocation dispatcher,
                     java.lang.String result)
              throws java.lang.Exception
Throws:
java.lang.Exception