Package | Description |
---|---|
net.sf.mmm.util.resource.base |
Contains the base implementation of the
resource-API . |
net.sf.mmm.util.resource.base.spi |
Contains the base-implementation of the SPI (service-provider-interface) for
data-resources . |
net.sf.mmm.util.resource.impl |
Contains the implementation of the
resource-API . |
net.sf.mmm.util.resource.impl.spi |
Contains the implementations of the SPI (service-provider-interface) for
data-resources . |
net.sf.mmm.util.resource.impl.spring |
Modifier and Type | Field and Description |
---|---|
private Map<String,DataResourceProvider<? extends DataResource>> |
AbstractBrowsableResourceFactory.schema2providerMap |
Modifier and Type | Method and Description |
---|---|
protected DataResourceProvider<? extends DataResource> |
AbstractBrowsableResourceFactory.getProvider(ResourceUri resourceUri)
This method gets the
provider for the given resourceUri . |
Modifier and Type | Method and Description |
---|---|
void |
AbstractBrowsableResourceFactory.registerProvider(DataResourceProvider<? extends DataResource> provider)
This method registers the given
provider . |
void |
AbstractBrowsableResourceFactory.registerProvider(DataResourceProvider<? extends DataResource> provider,
String schemaPrefix)
This method registers the given
provider for the given schemaPrefix . |
Modifier and Type | Class and Description |
---|---|
class |
AbstractDataResourceProvider<R extends DataResource>
This is the abstract base-implementation of the
DataResourceProvider interface. |
Modifier and Type | Field and Description |
---|---|
private List<DataResourceProvider<? extends DataResource>> |
BrowsableResourceFactoryImpl.providers |
Modifier and Type | Method and Description |
---|---|
protected List<DataResourceProvider<? extends DataResource>> |
BrowsableResourceFactoryImpl.getProviders() |
Modifier and Type | Method and Description |
---|---|
void |
BrowsableResourceFactoryImpl.setProviders(List<DataResourceProvider<? extends DataResource>> providers)
|
Modifier and Type | Class and Description |
---|---|
class |
ClasspathResourceProvider
This is the implementation of
DataResourceProvider for
ClasspathResource . |
class |
FileResourceProvider
This is the implementation of
DataResourceProvider for
FileResource . |
class |
UrlResourceProvider
This is the implementation of
DataResourceProvider for
UrlResource . |
Modifier and Type | Method and Description |
---|---|
DataResourceProvider<ClasspathResource> |
UtilResourceSpringConfig.classpathResourceProvider() |
DataResourceProvider<FileResource> |
UtilResourceSpringConfig.fileResourceProvider() |
DataResourceProvider<UrlResource> |
UtilResourceSpringConfig.urlResourceProvider() |
Copyright © 2001–2016 mmm-Team. All rights reserved.