Package org.onebusaway.presentation.impl
Class StackInterceptor
- java.lang.Object
-
- com.opensymphony.xwork2.interceptor.AbstractInterceptor
-
- org.onebusaway.presentation.impl.StackInterceptor
-
- All Implemented Interfaces:
com.opensymphony.xwork2.interceptor.Interceptor,Serializable
public class StackInterceptor extends com.opensymphony.xwork2.interceptor.AbstractInterceptorSimilar toModelDrivenInterceptor, this allows us to push additional objects onto the stack as configured through action annotations. Useful when we're already usingModelDrivenand we want to additionally modify the stack.- Author:
- bdferris
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceStackInterceptor.AddToStack
-
Constructor Summary
Constructors Constructor Description StackInterceptor()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Stringintercept(com.opensymphony.xwork2.ActionInvocation invocation)
-