org.apache.jetspeed.om.registry
Interface MediaTypeRegistry

All Superinterfaces:
Registry
All Known Implementing Classes:
BaseMediaTypeRegistry

public interface MediaTypeRegistry
extends Registry

Represents a media-type registry.

Version:
$Id: MediaTypeRegistry.java,v 1.8 2005/03/21 18:21:37 sgala Exp $
Author:
Raphaël Luta

Method Summary
 java.util.Iterator findForCapability(CapabilityMap cm)
           
 
Methods inherited from interface org.apache.jetspeed.om.registry.Registry
addEntry, createEntry, getEntries, getEntry, getEntryCount, hasEntry, listEntryNames, removeEntry, removeEntry, setEntry, toArray
 

Method Detail

findForCapability

public java.util.Iterator findForCapability(CapabilityMap cm)


Copyright © 2000-2005 Apache Software Foundation. All Rights Reserved.