Package | Description |
---|---|
net.sf.mmm.util.contenttype.base |
Provides the base implementation of the content-type API.
|
net.sf.mmm.util.exception.api |
Provides the API for utilities that help to deal with exceptions.
|
net.sf.mmm.util.path.base | |
net.sf.mmm.util.resource.base |
Contains the base implementation of the
resource-API . |
Modifier and Type | Method and Description |
---|---|
protected void |
AbstractContentTypeManager.addContentType(ContentType contentType)
This method registers the given
contentType in this ContentTypeManager . |
Modifier and Type | Class and Description |
---|---|
class |
DuplicateObjectUserException
This is a
DuplicateObjectException that represents a user failure (is NOT technical ). |
Modifier and Type | Method and Description |
---|---|
static <KEY,VALUE> |
DuplicateObjectException.put(Map<KEY,VALUE> map,
KEY key,
VALUE value)
|
Modifier and Type | Method and Description |
---|---|
void |
AbstractPathFactory.registerProvider(PathProvider provider)
This method registers the given
PathProvider . |
void |
AbstractPathFactory.registerProvider(PathProvider provider,
String schemePrefix)
This method registers the given
PathProvider . |
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 . |
Copyright © 2001–2016 mmm-Team. All rights reserved.