Class ActionUtil

    • Constructor Detail

      • ActionUtil

        public ActionUtil()
        Deprecated.
    • Method Detail

      • stringToScope

        public static ActionUtil.Scope stringToScope​(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.