Class BackofficeWidgetLibUtils

  • All Implemented Interfaces:
    com.hybris.cockpitng.core.persistence.packaging.WidgetLibUtils, org.springframework.beans.factory.Aware, org.springframework.context.ApplicationContextAware

    public class BackofficeWidgetLibUtils
    extends com.hybris.cockpitng.core.persistence.packaging.impl.DefaultWidgetLibUtils
    • Nested Class Summary

      • Nested classes/interfaces inherited from class com.hybris.cockpitng.core.persistence.packaging.impl.DefaultWidgetLibUtils

        com.hybris.cockpitng.core.persistence.packaging.impl.DefaultWidgetLibUtils.DefaultModuleContentProvider
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static java.lang.String CONFIG_KEY_BACKOFFICE_LIBRARY_HOME  
      static java.lang.String CONSTANT_DATA_HOME  
      • Fields inherited from class com.hybris.cockpitng.core.persistence.packaging.impl.DefaultWidgetLibUtils

        COCKPITNG_WIDGETCLASSLOADER_RESOURCECACHE_ENABLED, LIB_ALREADY_EXISTS_MSG
    • Method Summary

      All Methods Static Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      static java.util.function.Function<java.lang.String,​java.lang.String>[] getBackofficeDirProcessors()  
      java.util.function.Function<java.lang.String,​java.lang.String>[] getDirProcessors()  
      java.lang.String getRootDirectory()  
      • Methods inherited from class com.hybris.cockpitng.core.persistence.packaging.impl.DefaultWidgetLibUtils

        createComposedWidgetJarArchive, fillPropertiesFromXml, getAllJarLibInfos, getApplicationContext, getRootDir, getRootDirKey, getWidgetJarLibDir, getWidgetJarLibInfo, isResourceCacheEnabled, loadAllWidgetJarLibInfos, loadAllWidgetJarLibInfos, loadLibProps, processDir, setApplicationContext, setCockpitProperties, setJaxbContextFactory, setRootDirectory, setRootDirKey, storeLibProps, uploadJarFromStream
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
      • Methods inherited from interface com.hybris.cockpitng.core.persistence.packaging.WidgetLibUtils

        getModuleJarLibInfos, libDirAbsolutePath, loadLibProps
    • Field Detail

      • CONSTANT_DATA_HOME

        public static final java.lang.String CONSTANT_DATA_HOME
        See Also:
        Constant Field Values
      • CONFIG_KEY_BACKOFFICE_LIBRARY_HOME

        public static final java.lang.String CONFIG_KEY_BACKOFFICE_LIBRARY_HOME
        See Also:
        Constant Field Values
    • Constructor Detail

      • BackofficeWidgetLibUtils

        public BackofficeWidgetLibUtils()
    • Method Detail

      • getRootDirectory

        public java.lang.String getRootDirectory()
        Overrides:
        getRootDirectory in class com.hybris.cockpitng.core.persistence.packaging.impl.DefaultWidgetLibUtils
      • getDirProcessors

        public java.util.function.Function<java.lang.String,​java.lang.String>[] getDirProcessors()
      • getBackofficeDirProcessors

        public static java.util.function.Function<java.lang.String,​java.lang.String>[] getBackofficeDirProcessors()