Class ExternalResourceLoaderProcessor
- java.lang.Object
-
- com.netgrif.application.engine.resource.service.ExternalResourceLoaderProcessor
-
- All Implemented Interfaces:
org.springframework.beans.factory.Aware
,org.springframework.context.ResourceLoaderAware
,org.springframework.core.io.ProtocolResolver
@Component public class ExternalResourceLoaderProcessor extends java.lang.Object implements org.springframework.context.ResourceLoaderAware, org.springframework.core.io.ProtocolResolver
-
-
Constructor Summary
Constructors Constructor Description ExternalResourceLoaderProcessor()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.springframework.core.io.Resource
resolve(java.lang.String location, org.springframework.core.io.ResourceLoader resourceLoader)
void
setResourceLoader(org.springframework.core.io.ResourceLoader resourceLoader)
-
-
-
Method Detail
-
setResourceLoader
public void setResourceLoader(org.springframework.core.io.ResourceLoader resourceLoader)
- Specified by:
setResourceLoader
in interfaceorg.springframework.context.ResourceLoaderAware
-
resolve
public org.springframework.core.io.Resource resolve(java.lang.String location, org.springframework.core.io.ResourceLoader resourceLoader)
- Specified by:
resolve
in interfaceorg.springframework.core.io.ProtocolResolver
-
-