Uses of Interface
org.smooks.api.resource.config.ResourceConfig
-
Packages that use ResourceConfig Package Description org.smooks Smooks Content Transformation/Analysis - *** STARTING POINT ***.org.smooks.api org.smooks.api.bean.repository org.smooks.api.delivery Content Delivery.org.smooks.api.delivery.event org.smooks.api.resource.config org.smooks.engine org.smooks.engine.bean.repository org.smooks.engine.delivery org.smooks.engine.delivery.dom DOM based Content Delivery.org.smooks.engine.delivery.event org.smooks.engine.delivery.interceptor org.smooks.engine.delivery.sax.ng org.smooks.engine.injector org.smooks.engine.lookup org.smooks.engine.resource.config org.smooks.engine.resource.config.loader.xml org.smooks.engine.resource.config.loader.xml.extension Smooks Configuration Extension Classes.org.smooks.engine.resource.visitor.smooks org.smooks.management.mbean -
-
Uses of ResourceConfig in org.smooks
Methods in org.smooks that return ResourceConfig Modifier and Type Method Description ResourceConfigSmooks. addVisitor(Visitor visitor)Add a visitor instance tothisSmooks instance.ResourceConfigSmooks. addVisitor(Visitor visitor, String targetSelector)Add a visitor instance tothisSmooks instance.Methods in org.smooks with parameters of type ResourceConfig Modifier and Type Method Description voidSmooks. addResourceConfig(ResourceConfig resourceConfig)Add a resource configuration to this Smooks instance. -
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) -
Uses of ResourceConfig in org.smooks.engine
Methods in org.smooks.engine with parameters of type ResourceConfig Modifier and Type Method Description voidDefaultRegistry. registerResourceConfig(ResourceConfig resourceConfig)Register aResourceConfigon this context store. -
Uses of ResourceConfig in org.smooks.engine.bean.repository
Methods in org.smooks.engine.bean.repository that return ResourceConfig Modifier and Type Method Description ResourceConfigDefaultBeanId. getCreateResourceConfiguration()Get theResourceConfigassociated with theBeanInstanceCreatorthat is creating the bean with which thisBeanIdinstance is associated.Methods in org.smooks.engine.bean.repository with parameters of type ResourceConfig Modifier and Type Method Description BeanIdDefaultBeanId. setCreateResourceConfiguration(ResourceConfig createResourceConfig)Set theResourceConfigassociated with theBeanInstanceCreatorthat is creating the bean with which thisBeanIdinstance is associated. -
Uses of ResourceConfig in org.smooks.engine.delivery
Methods in org.smooks.engine.delivery that return ResourceConfig Modifier and Type Method Description ResourceConfigDefaultContentHandlerBinding. getResourceConfig()Get the resource configuration.protected ResourceConfigAbstractParser. getSaxDriverConfig()static ResourceConfigAbstractParser. getSAXParserConfiguration(ContentDeliveryConfig deliveryConfig)Get the SAX Parser configuration for the profile associated with the supplied delivery configuration.Methods in org.smooks.engine.delivery that return types with arguments of type ResourceConfig Modifier and Type Method Description Map<String,List<ResourceConfig>>AbstractContentDeliveryConfig. getResourceConfigs()Get theResourceConfigmap for the target execution context.List<ResourceConfig>AbstractContentDeliveryConfig. getResourceConfigs(String selector)Get the list ofResourceConfigs for the specified selector definition.Methods in org.smooks.engine.delivery with parameters of type ResourceConfig Modifier and Type Method Description protected voidDefaultContentDeliveryConfigBuilder. addResourceConfig(String element, ResourceConfig resourceConfig)Add the config for the specified element.protected voidDefaultContentDeliveryConfigBuilder. addResourceConfig(ResourceConfig config)Add the supplied resource configuration to this configuration's main resource configuration list.ObjectJavaContentHandlerFactory. create(ResourceConfig resourceConfig)Create a Java based ContentHandler instance.static booleanAbstractParser. isFeatureOff(String name, ResourceConfig saxDriverConfig)static booleanAbstractParser. isFeatureOn(String name, ResourceConfig saxDriverConfig)protected voidDefaultContentDeliveryConfigBuilder. logExecutionEvent(ResourceConfig resourceConfig, String message)voidContentHandlerBindingIndex. put(String selector, ResourceConfig resourceConfig, T contentHandler)Add a delivery unit mapping for the specified selector.Method parameters in org.smooks.engine.delivery with type arguments of type ResourceConfig Modifier and Type Method Description protected voidDefaultContentDeliveryConfigBuilder. buildResourceConfigTable(List<ResourceConfig> resourceConfigs)Build the basic ResourceConfig table from the list.voidAbstractContentDeliveryConfig. setResourceConfigs(Map<String,List<ResourceConfig>> resourceConfigTable)protected voidDefaultContentDeliveryConfigBuilder. sortResourceConfigs(Map<String,List<ResourceConfig>> table, ProfileSet profileSet)Iterate over the table smooks-resource instances and sort the ResourceConfigs on each element.Constructors in org.smooks.engine.delivery with parameters of type ResourceConfig Constructor Description AbstractParser(ExecutionContext executionContext, ResourceConfig saxDriverConfig)Public constructor.DefaultContentHandlerBinding(T contentHandler, ResourceConfig resourceConfig)Public constructor. -
Uses of ResourceConfig in org.smooks.engine.delivery.dom
Methods in org.smooks.engine.delivery.dom with parameters of type ResourceConfig Modifier and Type Method Description voidProcessingSet. addProcessingUnit(DOMElementVisitor domElementVisitor, ResourceConfig resourceConfig)Add to the ProcessingSet.Method parameters in org.smooks.engine.delivery.dom with type arguments of type ResourceConfig Modifier and Type Method Description DOMContentDeliveryConfigDOMFilterProvider. createContentDeliveryConfig(List<ContentHandlerBinding<Visitor>> visitorBindings, Registry registry, Map<String,List<ResourceConfig>> resourceConfigTable, List<ContentDeliveryConfigExecutionEvent> contentDeliveryConfigExecutionEvents)Constructors in org.smooks.engine.delivery.dom with parameters of type ResourceConfig Constructor Description DOMParser(ExecutionContext executionContext, ResourceConfig saxDriverConfig)Public constructor. -
Uses of ResourceConfig in org.smooks.engine.delivery.event
Methods in org.smooks.engine.delivery.event that return ResourceConfig Modifier and Type Method Description ResourceConfigDefaultContentDeliveryConfigExecutionEvent. getResourceConfig()ResourceConfigResourceTargetingExecutionEvent. getResourceConfig()Get the tagreted resource configuration.ResourceConfigVisitExecutionEvent. getResourceConfig()Constructors in org.smooks.engine.delivery.event with parameters of type ResourceConfig Constructor Description DefaultContentDeliveryConfigExecutionEvent(ResourceConfig resourceConfig, String message)DefaultContentDeliveryConfigExecutionEvent(ResourceConfig resourceConfig, String message, Throwable thrown)ResourceTargetingExecutionEvent(Fragment<T> fragment, ResourceConfig resourceConfig, Object... metadata)Event constructor.ResourceTargetingExecutionEvent(Fragment<T> fragment, ResourceConfig resourceConfig, VisitSequence sequence, Object... metadata)Event constructor. -
Uses of ResourceConfig in org.smooks.engine.delivery.interceptor
Methods in org.smooks.engine.delivery.interceptor that return ResourceConfig Modifier and Type Method Description ResourceConfigInterceptorVisitorDefinition. getResourceConfig()Methods in org.smooks.engine.delivery.interceptor with parameters of type ResourceConfig Modifier and Type Method Description voidInterceptorVisitorDefinition. setResourceConfig(ResourceConfig resourceConfig) -
Uses of ResourceConfig in org.smooks.engine.delivery.sax.ng
Methods in org.smooks.engine.delivery.sax.ng with parameters of type ResourceConfig Modifier and Type Method Description protected voidSaxNgFilterProvider. assertSelectorsNotAccessingText(ResourceConfig resourceConfig)Method parameters in org.smooks.engine.delivery.sax.ng with type arguments of type ResourceConfig Modifier and Type Method Description SaxNgContentDeliveryConfigSaxNgFilterProvider. createContentDeliveryConfig(List<ContentHandlerBinding<Visitor>> visitorBindings, Registry registry, Map<String,List<ResourceConfig>> resourceConfigTable, List<ContentDeliveryConfigExecutionEvent> contentDeliveryConfigExecutionEvents) -
Uses of ResourceConfig in org.smooks.engine.injector
Constructors in org.smooks.engine.injector with parameters of type ResourceConfig Constructor Description Scope(Registry registry, ResourceConfig resourceConfig, Object instance) -
Uses of ResourceConfig in org.smooks.engine.lookup
Methods in org.smooks.engine.lookup that return ResourceConfig Modifier and Type Method Description ResourceConfigGlobalParamsLookup. apply(Map<Object,Object> registryEntries)ResourceConfig[]ResourceConfigsProfileSetLookup. apply(Map<Object,Object> registryEntries)Methods in org.smooks.engine.lookup that return types with arguments of type ResourceConfig Modifier and Type Method Description List<ResourceConfig>ResourceConfigsLookup. apply(Map<Object,Object> registryEntries) -
Uses of ResourceConfig in org.smooks.engine.resource.config
Classes in org.smooks.engine.resource.config that implement ResourceConfig Modifier and Type Class Description classDefaultResourceConfigMethods in org.smooks.engine.resource.config that return ResourceConfig Modifier and Type Method Description ResourceConfigDefaultResourceConfig. copy()ResourceConfigDefaultResourceConfigFactory. create(String defaultProfile, Element element)ResourceConfigDefaultResourceConfigSeq. get(int index)Get theResourceConfiginstance at the specified index.Methods in org.smooks.engine.resource.config that return types with arguments of type ResourceConfig Modifier and Type Method Description List<ResourceConfig>DefaultResourceConfigSeq. getAll()List<ResourceConfig>DefaultResourceConfigSeq. getAll(ProfileSet profileSet)Get all ResourceConfig entries targeted at the specified profile set.Iterator<ResourceConfig>DefaultResourceConfigSeq. iterator()List<ResourceConfig>DefaultResourceConfigSeq. lookupResource(ConfigSearch searchCriteria)Lookup a resource configuration from this config list.List<ResourceConfig>GenericReaderConfigurator. toConfig()Methods in org.smooks.engine.resource.config with parameters of type ResourceConfig Modifier and Type Method Description voidDefaultResourceConfigSeq. add(ResourceConfig resourceConfig)Add aResourceConfiginstance to this list.voidDefaultResourceConfig. addParameters(ResourceConfig resourceConfig)intDefaultResourceConfigSortComparator. compare(ResourceConfig configObj1, ResourceConfig configObj2)protected doubleDefaultResourceConfigSortComparator. getSpecificity(ResourceConfig resourceConfig)Get the specificity of the ResourceConfig.booleanDefaultConfigSearch. matches(ResourceConfig resourceConfig)voidTokenizedStringParameterDecoder. setConfiguration(ResourceConfig resourceConfig)Public constructor.Method parameters in org.smooks.engine.resource.config with type arguments of type ResourceConfig Modifier and Type Method Description static <T> Parameter<T>ParameterAccessor. getParameter(String name, Class<T> valueType, Map<String,List<ResourceConfig>> resourceConfigsBySelector)Get the named parameter from the supplied resource config map.static <T> TParameterAccessor. getParameterValue(String name, Class<T> valueType, Map<String,List<ResourceConfig>> resourceConfigsBySelector)Get the named parameter from the supplied resource config map.static <T> TParameterAccessor. getParameterValue(String name, Class<T> valueType, T defaultVal, Map<String,List<ResourceConfig>> config)Constructors in org.smooks.engine.resource.config with parameters of type ResourceConfig Constructor Description DefaultResourceConfig(ResourceConfig resourceConfig) -
Uses of ResourceConfig in org.smooks.engine.resource.config.loader.xml
Methods in org.smooks.engine.resource.config.loader.xml with parameters of type ResourceConfig Modifier and Type Method Description protected voidXmlResourceConfigLoader. configureFeatures(Element configElement, ResourceConfig resourceConfig)protected voidXmlResourceConfigLoader. configureHandlers(Element configElement, ResourceConfig resourceConfig)protected voidXmlResourceConfigLoader. configureParams(Element configElement, ResourceConfig resourceConfig)protected voidXmlResourceConfigLoader. digestParameters(Element resourceConfigElement, ResourceConfig resourceConfig) -
Uses of ResourceConfig in org.smooks.engine.resource.config.loader.xml.extension
Methods in org.smooks.engine.resource.config.loader.xml.extension that return ResourceConfig Modifier and Type Method Description ResourceConfigExtensionContext. getResourceConfigsByName(String name)Methods in org.smooks.engine.resource.config.loader.xml.extension that return types with arguments of type ResourceConfig Modifier and Type Method Description List<ResourceConfig>ExtensionContext. getResources()Get the resource list.Stack<ResourceConfig>ExtensionContext. getResourceStack()Get the resource stack.List<ResourceConfig>ExtensionContext. lookupResourceConfigs(ConfigSearch searchCriteria)Lookup an existing resource configuration from the global config list.Methods in org.smooks.engine.resource.config.loader.xml.extension with parameters of type ResourceConfig Modifier and Type Method Description voidExtensionContext. addResourceConfig(ResourceConfig resourceConfig)Add a resource configuration to the list of resources for this Extension Context.voidExtensionContext. addResourceTemplate(ResourceConfig resourceConfig)Add a resource configuration template to the resources stack for this Extension Context.static voidResourceConfigUtils. mapProperty(ResourceConfig fromResourceConfig, String fromProperty, ResourceConfig toResourceConfig, String toProperty, String defaultValue, ExecutionContext executionContext)static voidResourceConfigUtils. setProperty(ResourceConfig resourceConfig, String setOn, Object value, ExecutionContext executionContext)static voidResourceConfigUtils. setProperty(ResourceConfig resourceConfig, String setOn, Object value, Element xml, ExecutionContext executionContext)static voidResourceConfigUtils. unsetProperty(ResourceConfig resourceConfig, String property) -
Uses of ResourceConfig in org.smooks.engine.resource.visitor.smooks
Fields in org.smooks.engine.resource.visitor.smooks declared as ResourceConfig Modifier and Type Field Description protected ResourceConfigNestedSmooksVisitor. resourceConfigMethods in org.smooks.engine.resource.visitor.smooks with parameters of type ResourceConfig Modifier and Type Method Description voidNestedSmooksVisitor. setResourceConfig(ResourceConfig resourceConfig) -
Uses of ResourceConfig in org.smooks.management.mbean
Constructors in org.smooks.management.mbean with parameters of type ResourceConfig Constructor Description ManagedResourceConfig(ResourceConfigSeq resourceConfigSeq, ResourceConfig resourceConfig, InstrumentationResource instrumentationResource)ManagedVisitor(InstrumentationResource instrumentationResource, ResourceConfig visitorResourceConfig, Visitor visitor)
-