org.milyn.delivery
Interface ConfigurationExpander

All Superinterfaces:
ContentHandler

public interface ConfigurationExpander
extends ContentHandler

Interface to allow configuration expansion.

Author:
tom.fennelly@gmail.com

Method Summary
 List<SmooksResourceConfiguration> expandConfigurations()
          Get the additional configurations to be added to the delivery config by this ContentHandler.
 

Method Detail

expandConfigurations

List<SmooksResourceConfiguration> expandConfigurations()
Get the additional configurations to be added to the delivery config by this ContentHandler.

Returns:
A list of expansion configurations, or an empty list if no configutations are to be added for this instance.


Copyright © 2008. All Rights Reserved.