com.opensymphony.webwork.spring.interceptor
Class SessionContextAutowiringInterceptor
java.lang.Object
com.opensymphony.xwork.interceptor.AroundInterceptor
com.opensymphony.webwork.spring.interceptor.SessionContextAutowiringInterceptor
- All Implemented Interfaces:
- Interceptor, Serializable
public class SessionContextAutowiringInterceptor
- extends 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
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SessionContextAutowiringInterceptor
public SessionContextAutowiringInterceptor()
setAutowireStrategy
public void setAutowireStrategy(Integer autowireStrategy)
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
result
- the result value returned by the invocation
- Throws:
Exception
before
protected void before(ActionInvocation invocation)
throws Exception
- Description copied from class:
AroundInterceptor
- Called before the invocation has been executed.
- Specified by:
before
in class AroundInterceptor
- Throws:
Exception
findAutoWiringBeanFactory
protected org.springframework.beans.factory.config.AutowireCapableBeanFactory findAutoWiringBeanFactory(org.springframework.context.ApplicationContext context)