Class OgnlStackWrapper

java.lang.Object
com.atlassian.bamboo.struts.OgnlStackWrapper

public class OgnlStackWrapper extends Object
  • Constructor Details

    • OgnlStackWrapper

      public OgnlStackWrapper(com.opensymphony.xwork2.ActionInvocation invocation)
  • Method Details

    • getContext

      public Map<String,Object> getContext()
      Returns the OGNL context for the supplied action invocation. The context is unmodifiable.
    • putAll

      public void putAll(Map<String,?> map)
    • getStack

      public com.opensymphony.xwork2.util.ValueStack getStack()