Uses of Class
de.codecentric.reedelk.platform.services.resource.ResourceLoader
-
Packages that use ResourceLoader Package Description de.codecentric.reedelk.platform.flow.deserializer.converter de.codecentric.reedelk.platform.module -
-
Uses of ResourceLoader in de.codecentric.reedelk.platform.flow.deserializer.converter
Constructor parameters in de.codecentric.reedelk.platform.flow.deserializer.converter with type arguments of type ResourceLoader Constructor Description ProxyDynamicResource(de.codecentric.reedelk.runtime.api.resource.DynamicResource original, Collection<ResourceLoader> resourceLoader, Module module) -
Uses of ResourceLoader in de.codecentric.reedelk.platform.module
Methods in de.codecentric.reedelk.platform.module that return types with arguments of type ResourceLoader Modifier and Type Method Description Collection<ResourceLoader>DeSerializedModule. getResources()Collection<ResourceLoader>DeSerializedModule. getScripts()
-