org.apache.cocoon.spring.configurator
Interface ResourceFilter


public interface ResourceFilter

This is an interface for custom implementations of filtering of resources being processed by Spring Configurator.

If you want to make some decisions on which resources you want to include at the runtime then you should implement this interface and configure it following way:

   
     ..
     
   
 

The implementations of this interface should be stateless


Method Summary
 Set filter(Set resources)
           
 

Method Detail

filter

Set filter(Set resources)
Parameters:
resources - The set of Spring resources
Returns:


Copyright © 1999-2009 The Apache Software Foundation. All Rights Reserved.