Uses of Interface
io.vertigo.core.resource.ResourceManager
-
Packages that use ResourceManager Package Description io.vertigo.core.impl.resource io.vertigo.core.plugins.param.properties io.vertigo.core.plugins.param.xml -
-
Uses of ResourceManager in io.vertigo.core.impl.resource
Classes in io.vertigo.core.impl.resource that implement ResourceManager Modifier and Type Class Description class
ResourceManagerImpl
Standard implementation for the resourceManager. -
Uses of ResourceManager in io.vertigo.core.plugins.param.properties
Constructors in io.vertigo.core.plugins.param.properties with parameters of type ResourceManager Constructor Description PropertiesParamPlugin(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 ResourceManager Constructor Description XmlParamPlugin(ResourceManager resourceManager, String url)
Constructor.
-