net.sourceforge.cruisecontrol.interceptor
Class ConfigurationInterceptor
java.lang.Object
com.opensymphony.xwork.interceptor.AroundInterceptor
net.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.
Fields inherited from class com.opensymphony.xwork.interceptor.AroundInterceptor |
log |
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 |
ConfigurationInterceptor
public ConfigurationInterceptor()
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