org.mmbase.applications.media.filters
Class AvailableFilter

java.lang.Object
  extended by org.mmbase.applications.media.filters.AvailableFilter
All Implemented Interfaces:
Filter

public class AvailableFilter
extends Object
implements Filter

This removes all URLComposers which are not available.

Version:
$Id: AvailableFilter.java 38571 2009-09-12 22:52:52Z andre $
Author:
Michiel Meeuwissen

Constructor Summary
AvailableFilter()
           
 
Method Summary
 void configure(DocumentReader reader, Element e)
           
 List<URLComposer> filter(List<URLComposer> urlcomposers)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AvailableFilter

public AvailableFilter()
Method Detail

filter

public List<URLComposer> filter(List<URLComposer> urlcomposers)
Specified by:
filter in interface Filter

configure

public void configure(DocumentReader reader,
                      Element e)
Specified by:
configure in interface Filter


MMBase 2.0-SNAPSHOT - null