net.sourceforge.cruisecontrol.interceptor
Class DetailsInterceptor

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

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

Understands how to load plugin details for DetailsAware actions.


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

DetailsInterceptor

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