Class YuiLoader

    • Field Detail

      • DEBUG

        protected static String DEBUG
      • rendered

        protected boolean rendered
    • Constructor Detail

      • YuiLoader

        public YuiLoader()
    • Method Detail

      • getRequireModule

        protected String getRequireModule()
        ['module1', 'module2', 'yahoo']
        Returns:
      • getAddModuleJS

        protected String getAddModuleJS​(String loader)
        get all the modules taking care of duplicates
        Parameters:
        loader -
        Returns:
      • allOnSuccessJS

        protected String allOnSuccessJS()
        go through all modules and then add their initJS scripts
        Returns:
      • getBase

        protected static String getBase()
      • newLoader

        protected abstract YuiLoader newLoader()