org.apache.struts2.impl
Class InterceptorAdapter

java.lang.Object
  extended by org.apache.struts2.impl.InterceptorAdapter
All Implemented Interfaces:
com.opensymphony.xwork2.interceptor.Interceptor, java.io.Serializable

public class InterceptorAdapter
extends java.lang.Object
implements com.opensymphony.xwork2.interceptor.Interceptor

See Also:
Serialized Form

Constructor Summary
InterceptorAdapter(org.apache.struts2.spi.Interceptor delegate)
           
 
Method Summary
 void destroy()
           
 void init()
           
 java.lang.String intercept(com.opensymphony.xwork2.ActionInvocation invocation)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

InterceptorAdapter

public InterceptorAdapter(org.apache.struts2.spi.Interceptor delegate)
Method Detail

intercept

public java.lang.String intercept(com.opensymphony.xwork2.ActionInvocation invocation)
                           throws java.lang.Exception
Specified by:
intercept in interface com.opensymphony.xwork2.interceptor.Interceptor
Throws:
java.lang.Exception

destroy

public void destroy()
Specified by:
destroy in interface com.opensymphony.xwork2.interceptor.Interceptor

init

public void init()
Specified by:
init in interface com.opensymphony.xwork2.interceptor.Interceptor


Copyright © 2000-2006 Apache Software Foundation. All Rights Reserved.