net.sourceforge.cruisecontrol.interceptor
Class DetailsInterceptor
java.lang.Object
com.opensymphony.xwork.interceptor.AroundInterceptor
net.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.
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 |
DetailsInterceptor
public DetailsInterceptor()
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