Class ActionUtil


  • @Deprecated(since="2022-01-27")
    public class ActionUtil
    extends java.lang.Object
    Deprecated.
    • Constructor Detail

      • ActionUtil

        public ActionUtil()
        Deprecated.
    • Method Detail

      • stringToScope

        public static ActionUtil.Scope stringToScope​(java.lang.String scopeStr)
        Deprecated.
        Convert a string into a scope. Scole.LOCAL is returned by default.
        Parameters:
        scopeStr -
        Returns:
        a scope corresponding to the input string; Scope.LOCAL by default.
      • setProperties

        public static void setProperties​(InterpretationContext ic,
                                         java.util.Properties props,
                                         ActionUtil.Scope scope)
        Deprecated.
        Add all the properties found in the argument named 'props' to an InterpretationContext.