Uses of Interface
com.hybris.cockpitng.web.js.ChainedDependencies
-
Packages that use ChainedDependencies Package Description com.hybris.cockpitng.web.js.impl -
-
Uses of ChainedDependencies in com.hybris.cockpitng.web.js.impl
Classes in com.hybris.cockpitng.web.js.impl that implement ChainedDependencies Modifier and Type Class Description classAbstractRegexpChainedDependenciesChained dependencies that are resolved on basis of regular expression.classNameChainedDependenciesChained dependencies that are resolved on basis of regular expression.classPathChainedDependenciesChained dependencies that are resolved on basis of regular expression.Methods in com.hybris.cockpitng.web.js.impl that return types with arguments of type ChainedDependencies Modifier and Type Method Description java.util.List<ChainedDependencies>DefaultDependenciesManager. getChained()Method parameters in com.hybris.cockpitng.web.js.impl with type arguments of type ChainedDependencies Modifier and Type Method Description voidDefaultDependenciesManager. setChained(java.util.List<ChainedDependencies> chained)
-