Class OgnlStackWrapper


  • public class OgnlStackWrapper
    extends Object
    • Constructor Detail

      • OgnlStackWrapper

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

      • 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()