com.opensymphony.xwork.interceptor.component
Class ComponentInterceptor

java.lang.Object
  extended bycom.opensymphony.xwork.interceptor.AroundInterceptor
      extended bycom.opensymphony.xwork.interceptor.component.ComponentInterceptor
All Implemented Interfaces:
Interceptor

public class ComponentInterceptor
extends AroundInterceptor

Version:
$Revision: 1.2 $
Author:
joew@thoughtworks.com, $Author: jcarreira $

Field Summary
static String COMPONENT_MANAGER
           
 
Fields inherited from class com.opensymphony.xwork.interceptor.AroundInterceptor
log
 
Constructor Summary
ComponentInterceptor()
           
 
Method Summary
protected  void after(ActionInvocation dispatcher, String result)
          Called after the invocation has been executed.
protected  void before(ActionInvocation dispatcher)
          Called before the invocation has been executed.
 
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
 

Field Detail

COMPONENT_MANAGER

public static final String COMPONENT_MANAGER
See Also:
Constant Field Values
Constructor Detail

ComponentInterceptor

public ComponentInterceptor()
Method Detail

after

protected void after(ActionInvocation dispatcher,
                     String result)
              throws Exception
Description copied from class: AroundInterceptor
Called after the invocation has been executed.

Specified by:
after in class AroundInterceptor
Parameters:
result - the result value returned by the invocation
Throws:
Exception

before

protected void before(ActionInvocation dispatcher)
               throws Exception
Description copied from class: AroundInterceptor
Called before the invocation has been executed.

Specified by:
before in class AroundInterceptor
Throws:
Exception

XWork Project Page