Package com.atlassian.bamboo.struts
Class OgnlStackUtils
java.lang.Object
com.atlassian.bamboo.struts.OgnlStackUtils
A helper class that encapsulates handling of OGNL stack and context.
-
Method Summary
Modifier and TypeMethodDescriptionReturns the OGNL context for the current action.static @Nullable com.opensymphony.xwork2.util.ValueStack
static void
static void
putAllIfAbsent
(Map<String, Object> map) static void
putAllIfPresent
(Map<String, Object> map)
-
Method Details
-
getOgnlStack
@Nullable public static @Nullable com.opensymphony.xwork2.util.ValueStack getOgnlStack() -
getOgnlContext
Returns the OGNL context for the current action. The context is unmodifiable. -
putAll
-
putAllIfAbsent
-
putAllIfPresent
-