public class ActionUtil
extends java.lang.Object
Modifier and Type | Class and Description |
---|---|
static class |
ActionUtil.Scope |
Constructor and Description |
---|
ActionUtil() |
Modifier and Type | Method and Description |
---|---|
static void |
setProperties(InterpretationContext ic,
java.util.Properties props,
ActionUtil.Scope scope)
Add all the properties found in the argument named 'props' to an
InterpretationContext.
|
static void |
setProperty(InterpretationContext ic,
java.lang.String key,
java.lang.String value,
ActionUtil.Scope scope) |
static ActionUtil.Scope |
stringToScope(java.lang.String scopeStr)
Convert a string into a scope.
|
public static ActionUtil.Scope stringToScope(java.lang.String scopeStr)
scopeStr
- public static void setProperty(InterpretationContext ic, java.lang.String key, java.lang.String value, ActionUtil.Scope scope)
public static void setProperties(InterpretationContext ic, java.util.Properties props, ActionUtil.Scope scope)
Copyright © 2010 - 2023 Adobe. All Rights Reserved