Package com.atlassian.bamboo.struts
Class OgnlStackWrapper
- java.lang.Object
-
- com.atlassian.bamboo.struts.OgnlStackWrapper
-
public class OgnlStackWrapper extends Object
-
-
Constructor Summary
Constructors Constructor Description OgnlStackWrapper(com.opensymphony.xwork2.ActionInvocation invocation)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Map<String,Object>
getContext()
Returns the OGNL context for the supplied action invocation.com.opensymphony.xwork2.util.ValueStack
getStack()
void
putAll(Map<String,?> map)
-