|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectorg.apache.jetspeed.om.registry.base.BaseOrderedRegistry
org.apache.jetspeed.om.registry.base.BaseMediaTypeRegistry
Extends BaseRegistry implementation to override object creation method
| Field Summary |
| Fields inherited from class org.apache.jetspeed.om.registry.base.BaseOrderedRegistry |
entries, idx |
| Constructor Summary | |
BaseMediaTypeRegistry()
|
|
| Method Summary | |
void |
addEntry(RegistryEntry entry)
Add the given entry to the registry with the given name. |
RegistryEntry |
createEntry()
Creates a new RegistryEntry instance compatible with the current Registry instance implementation |
java.util.Iterator |
findForCapability(CapabilityMap cm)
|
void |
removeEntry(RegistryEntry entry)
Removes the given entry from the Registry |
void |
removeEntry(java.lang.String name)
Removes the given entry from the Registry |
void |
setEntry(RegistryEntry entry)
Set the entry in the registry with the specified name and Entry |
| Methods inherited from class org.apache.jetspeed.om.registry.base.BaseOrderedRegistry |
addLocalEntry, getEntries, getEntry, getEntryCount, hasEntry, listEntryNames, removeLocalEntry, removeLocalEntry, setLocalEntry, toArray |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface org.apache.jetspeed.om.registry.Registry |
getEntries, getEntry, getEntryCount, hasEntry, listEntryNames, toArray |
| Constructor Detail |
public BaseMediaTypeRegistry()
| Method Detail |
public java.util.Iterator findForCapability(CapabilityMap cm)
findForCapability in interface MediaTypeRegistry
public void setEntry(RegistryEntry entry)
throws InvalidEntryException
Registry
setEntry in interface RegistrysetEntry in class BaseOrderedRegistryInvalidEntryExceptionRegistry#setEntry
public void addEntry(RegistryEntry entry)
throws InvalidEntryException
Registry
addEntry in interface RegistryaddEntry in class BaseOrderedRegistryInvalidEntryExceptionRegistry.addEntry(java.lang.String, org.apache.jetspeed.om.registry.RegistryEntry)public void removeEntry(java.lang.String name)
Registry
removeEntry in interface RegistryremoveEntry in class BaseOrderedRegistryRegistry.removeEntry(java.lang.String, java.lang.String)public void removeEntry(RegistryEntry entry)
Registry
removeEntry in interface RegistryremoveEntry in class BaseOrderedRegistryRegistry.removeEntry(java.lang.String, java.lang.String)public RegistryEntry createEntry()
createEntry in interface RegistrycreateEntry in class BaseOrderedRegistry
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||