Uses of Class
com.hybris.cockpitng.web.js.impl.DependencyDefinition
-
Packages that use DependencyDefinition Package Description com.hybris.cockpitng.web.js com.hybris.cockpitng.web.js.impl -
-
Uses of DependencyDefinition in com.hybris.cockpitng.web.js
Methods in com.hybris.cockpitng.web.js that return types with arguments of type DependencyDefinition Modifier and Type Method Description java.util.Map<DependencyDefinition,ResolvedDependency>DependenciesManager. getScriptDependencies()Looks for all needed dependenciesjava.util.Map<DependencyDefinition,ResolvedDependency>DependenciesManager. getScriptDependencies(WidgetJarLibInfo widget)Looks for all needed dependencies for a single widgetMethod parameters in com.hybris.cockpitng.web.js with type arguments of type DependencyDefinition Modifier and Type Method Description voidDependenciesManager. manageScriptDependencies(java.util.Map<DependencyDefinition,ResolvedDependency> dependencies, org.zkoss.zk.ui.Component comp)Injects dependencies into page defined by provided component -
Uses of DependencyDefinition in com.hybris.cockpitng.web.js.impl
Methods in com.hybris.cockpitng.web.js.impl that return DependencyDefinition Modifier and Type Method Description DependencyDefinitionResolvedDependency. getDefinition()Methods in com.hybris.cockpitng.web.js.impl that return types with arguments of type DependencyDefinition Modifier and Type Method Description java.util.Map<DependencyDefinition,ResolvedDependency>DefaultDependenciesManager. getScriptDependencies()java.util.Map<DependencyDefinition,ResolvedDependency>DefaultDependenciesManager. getScriptDependencies(WidgetJarLibInfo widget)Method parameters in com.hybris.cockpitng.web.js.impl with type arguments of type DependencyDefinition Modifier and Type Method Description voidDefaultDependenciesManager. manageScriptDependencies(java.util.Map<DependencyDefinition,ResolvedDependency> dependencies, org.zkoss.zk.ui.Component comp)Constructors in com.hybris.cockpitng.web.js.impl with parameters of type DependencyDefinition Constructor Description ResolvedDependency(java.lang.String type, DependencyDefinition definition, ResourcePath path)
-