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.AbstractInterceptor
Similar toModelDrivenInterceptor
, this allows us to push additional objects onto the stack as configured through action annotations. Useful when we're already usingModelDriven
and we want to additionally modify the stack.- Author:
- bdferris
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interface
StackInterceptor.AddToStack
-
Constructor Summary
Constructors Constructor Description StackInterceptor()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
intercept(com.opensymphony.xwork2.ActionInvocation invocation)
-