com.opensymphony.webwork.spring.interceptor
Class SessionContextAutowiringInterceptor

java.lang.Object
  extended by com.opensymphony.xwork.interceptor.AroundInterceptor
      extended by com.opensymphony.webwork.spring.interceptor.SessionContextAutowiringInterceptor
All Implemented Interfaces:
com.opensymphony.xwork.interceptor.Interceptor, Serializable

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

TODO: Give a description of the Interceptor. TODO: Describe the paramters for this Interceptor. TODO: Discuss some possible extension of the Interceptor.

 
 <!-- TODO: Describe how the Interceptor reference will effect execution -->
 <action name="someAction" class="com.examples.SomeAction">
      TODO: fill in the interceptor reference.
     <interceptor-ref name=""/>
     <result name="success">good_result.ftl</result>
 </action>
 
 
SessionContextAutowiringInterceptor Created : Aug 21, 2005 12:34:20 AM

Author:
Jason Carreira
See Also:
Serialized Form

Field Summary
 
Fields inherited from class com.opensymphony.xwork.interceptor.AroundInterceptor
log
 
Constructor Summary
SessionContextAutowiringInterceptor()
           
 
Method Summary
protected  void after(com.opensymphony.xwork.ActionInvocation dispatcher, String result)
           
protected  void before(com.opensymphony.xwork.ActionInvocation invocation)
           
protected  AutowireCapableBeanFactory findAutoWiringBeanFactory(ApplicationContext context)
           
 void setAutowireStrategy(Integer autowireStrategy)
           
 
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

SessionContextAutowiringInterceptor

public SessionContextAutowiringInterceptor()
Method Detail

setAutowireStrategy

public void setAutowireStrategy(Integer autowireStrategy)

after

protected void after(com.opensymphony.xwork.ActionInvocation dispatcher,
                     String result)
              throws Exception
Specified by:
after in class com.opensymphony.xwork.interceptor.AroundInterceptor
Throws:
Exception

before

protected void before(com.opensymphony.xwork.ActionInvocation invocation)
               throws Exception
Specified by:
before in class com.opensymphony.xwork.interceptor.AroundInterceptor
Throws:
Exception

findAutoWiringBeanFactory

protected AutowireCapableBeanFactory findAutoWiringBeanFactory(ApplicationContext context)


Copyright © 2013 OpenSymphony. All Rights Reserved.