|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnet.sf.mmm.util.component.base.AbstractComponent
net.sf.mmm.util.component.base.AbstractLoggableComponent
net.sf.mmm.util.resource.base.spi.AbstractDataResourceProvider<UrlResource>
net.sf.mmm.util.resource.impl.spi.UrlResourceProvider
@Singleton @Named public class UrlResourceProvider
This is the implementation of
DataResourceProvider for
UrlResource.
| Constructor Summary | |
|---|---|
UrlResourceProvider()
The constructor. |
|
| Method Summary | |
|---|---|
UrlResource |
createResource(ResourceUri resourceUri)
This method creates a new resource for the given
resourceUri. |
Class<UrlResource> |
getResourceType()
This method gets the type of the resource managed by this provider. |
String[] |
getSchemePrefixes()
This method gets the scheme-prefix of the resources
managed by this provider. |
| Methods inherited from class net.sf.mmm.util.component.base.AbstractLoggableComponent |
|---|
doInitialize, getLogger, setLogger |
| Methods inherited from class net.sf.mmm.util.component.base.AbstractComponent |
|---|
doInitialized, getInitializationState, initialize |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public UrlResourceProvider()
| Method Detail |
|---|
public String[] getSchemePrefixes()
resources
managed by this provider.
ResourceUri.getSchemePrefix()public Class<UrlResource> getResourceType()
BrowsableResource.
public UrlResource createResource(ResourceUri resourceUri)
resource for the given
resourceUri.
resourceUri - is the ResourceUri.
resource for the given
resourceUri.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||