Class HelperUtils


  • public class HelperUtils
    extends Object
    This class contains utility methods, mainly to enable quick access to the Publish API.
    • Method Detail

      • getSectionAPI

        public static ISectionAPI getSectionAPI()
      • getContentAPI

        public static IContentAPI getContentAPI()
      • getElementAPI

        public static IElementAPI getElementAPI()
      • getFileAPI

        public static IFileAPI getFileAPI()
      • getPageAPI

        public static IPageAPI getPageAPI()
      • getJsonAPI

        public static IJsonAPI getJsonAPI()
      • parseInt

        public static int parseInt​(Object in,
                                   int def)
      • parseBoolean

        public static boolean parseBoolean​(Object in,
                                           boolean def)
      • isDebugEnabled

        public static boolean isDebugEnabled​(com.github.jknack.handlebars.Options options)