Package org.smooks.api.delivery
Interface ResourceConfigExpander
-
- All Superinterfaces:
ContentHandler
public interface ResourceConfigExpander extends ContentHandler
Interface to allow configuration expansion.- Author:
- tom.fennelly@gmail.com
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description List<ResourceConfig>
expandConfigurations()
Get the additional configurations to be added to the delivery config by this ContentHandler.
-
-
-
Method Detail
-
expandConfigurations
List<ResourceConfig> 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.
-
-