Uses of Interface
io.vertigo.core.resource.ResourceManager
Packages that use ResourceManager
Package
Description
-
Uses of ResourceManager in io.vertigo.core.impl.resource
Classes in io.vertigo.core.impl.resource that implement ResourceManagerModifier and TypeClassDescriptionfinal classStandard implementation for the resourceManager. -
Uses of ResourceManager in io.vertigo.core.plugins.param.manifest
Constructors in io.vertigo.core.plugins.param.manifest with parameters of type ResourceManagerModifierConstructorDescriptionManifestParamPlugin(ResourceManager resourceManager, Optional<String> manifestLocationOpt) Constructor. -
Uses of ResourceManager in io.vertigo.core.plugins.param.properties
Constructors in io.vertigo.core.plugins.param.properties with parameters of type ResourceManagerModifierConstructorDescriptionPropertiesParamPlugin(ResourceManager resourceManager, String url) Constructor. -
Uses of ResourceManager in io.vertigo.core.plugins.param.xml
Constructors in io.vertigo.core.plugins.param.xml with parameters of type ResourceManagerModifierConstructorDescriptionXmlParamPlugin(ResourceManager resourceManager, String url) Constructor.