Class CommonsUtils


  • public class CommonsUtils
    extends Object
    Some utility methods used in different Tapestry subprojects.
    • Method Detail

      • splitAtCommas

        public static String[] splitAtCommas​(String value)
        Splits a value around commas. Whitespace around the commas is removed, as is leading and trailing whitespace.
        Since:
        5.1.0.0
      • isBlank

        public static boolean isBlank​(String input)
        Returns true if the input is null, or is a zero length string (excluding leading/trailing whitespace).