org.mmbase.applications.media.filters
Class ClientFormatFilter
java.lang.Object
org.mmbase.applications.media.filters.ClientFormatFilter
- All Implemented Interfaces:
- Filter
public class ClientFormatFilter
- extends Object
- implements Filter
filters the media sources with the format specified by the client.
e.g. urls(mp3), will result in only media sources with format = mp3.
- Author:
- Rob Vermeulen (VPRO)
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ClientFormatFilter
public ClientFormatFilter()
configure
public void configure(DocumentReader reader,
Element e)
- Specified by:
configure in interface Filter
filter
public final List<URLComposer> filter(List<URLComposer> urlcomposers)
- Specified by:
filter in interface Filter
MMBase 2.0-SNAPSHOT - null