net.sourceforge.cruisecontrol.interceptor
Class PluginsInterceptor

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

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

Understands how to load available plugins for PluginAware actions.


Field Summary
 
Fields inherited from class com.opensymphony.xwork.interceptor.AroundInterceptor
log
 
Constructor Summary
PluginsInterceptor()
           
 
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

PluginsInterceptor

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