Uses of Interface
org.smooks.api.resource.config.ResourceConfig
-
Packages that use ResourceConfig Package Description org.smooks.api org.smooks.api.bean.repository org.smooks.api.delivery Content Delivery.org.smooks.api.delivery.event org.smooks.api.resource.config -
-
Uses of ResourceConfig in org.smooks.api
Methods in org.smooks.api with parameters of type ResourceConfig Modifier and Type Method Description voidRegistry. registerResourceConfig(ResourceConfig resourceConfig)Registers and initialises aResourceConfig. -
Uses of ResourceConfig in org.smooks.api.bean.repository
Methods in org.smooks.api.bean.repository that return ResourceConfig Modifier and Type Method Description ResourceConfigBeanId. getCreateResourceConfiguration()Methods in org.smooks.api.bean.repository with parameters of type ResourceConfig Modifier and Type Method Description BeanIdBeanId. setCreateResourceConfiguration(ResourceConfig createResourceConfig) -
Uses of ResourceConfig in org.smooks.api.delivery
Methods in org.smooks.api.delivery that return ResourceConfig Modifier and Type Method Description ResourceConfigContentHandlerBinding. getResourceConfig()Methods in org.smooks.api.delivery that return types with arguments of type ResourceConfig Modifier and Type Method Description List<ResourceConfig>ResourceConfigExpander. expandConfigurations()Get the additional configurations to be added to the delivery config by this ContentHandler.Map<String,List<ResourceConfig>>ContentDeliveryConfig. getResourceConfigs()Get theResourceConfigmap for the target execution context.List<ResourceConfig>ContentDeliveryConfig. getResourceConfigs(String selector)Get the list ofResourceConfigs for the specified selector definition.Methods in org.smooks.api.delivery with parameters of type ResourceConfig Modifier and Type Method Description TContentHandlerFactory. create(ResourceConfig resourceConfig)Create the content handler instance.Method parameters in org.smooks.api.delivery with type arguments of type ResourceConfig Modifier and Type Method Description ContentDeliveryConfigFilterProvider. createContentDeliveryConfig(List<ContentHandlerBinding<Visitor>> visitorBindings, Registry registry, Map<String,List<ResourceConfig>> resourceConfigTable, List<ContentDeliveryConfigExecutionEvent> contentDeliveryConfigExecutionEvents) -
Uses of ResourceConfig in org.smooks.api.delivery.event
Methods in org.smooks.api.delivery.event that return ResourceConfig Modifier and Type Method Description ResourceConfigContentDeliveryConfigExecutionEvent. getResourceConfig()ResourceConfigResourceAwareEvent. getResourceConfig() -
Uses of ResourceConfig in org.smooks.api.resource.config
Methods in org.smooks.api.resource.config that return ResourceConfig Modifier and Type Method Description ResourceConfigResourceConfig. copy()Performs a shallow clone of thisResourceConfig.ResourceConfigResourceConfigFactory. create(String defaultProfile, Element element)ResourceConfigResourceConfigSeq. get(int index)Methods in org.smooks.api.resource.config that return types with arguments of type ResourceConfig Modifier and Type Method Description List<ResourceConfig>ResourceConfigSeq. getAll()List<ResourceConfig>ResourceConfigSeq. getAll(ProfileSet profileSet)List<ResourceConfig>ResourceConfigSeq. lookupResource(ConfigSearch searchCriteria)List<ResourceConfig>ReaderConfigurator. toConfig()Create theResourceConfiglist for the Reader to be used by the Smooks instance.Methods in org.smooks.api.resource.config with parameters of type ResourceConfig Modifier and Type Method Description voidResourceConfigSeq. add(ResourceConfig resourceConfig)voidResourceConfig. addParameters(ResourceConfig resourceConfig)Shallow copies parameters from anotherResourceConfigand adds them to thisResourceConfig.voidResourceConfigChangeListener. changed(ResourceConfig resourceConfig)The supplied configuration has changed.booleanConfigSearch. matches(ResourceConfig resourceConfig)
-