Class ControllerUtils


  • public class ControllerUtils
    extends Object
    Created by tesarst on 09/03/17. Utility class containing code that would otherwise have to be duplicate in multiple Controllers.
    • Field Detail

      • log

        protected static org.apache.commons.logging.Log log
    • Constructor Detail

      • ControllerUtils

        public ControllerUtils()
    • Method Detail

      • extractIds

        public static Collection<Long> extractIds​(String idString)
        Returns a collection of Long ids from strings.