Uses of Interface
org.smooks.api.Registry
-
Packages that use Registry Package Description org.smooks.api org.smooks.api.delivery Content Delivery.org.smooks.engine org.smooks.engine.delivery org.smooks.engine.delivery.dom DOM based Content Delivery.org.smooks.engine.delivery.sax.ng org.smooks.engine.injector org.smooks.engine.lookup -
-
Uses of Registry in org.smooks.api
Methods in org.smooks.api that return Registry Modifier and Type Method Description RegistryApplicationContext. getRegistry()Get the registry for from the container application context.Methods in org.smooks.api with parameters of type Registry Modifier and Type Method Description ApplicationContextBuilderApplicationContextBuilder. withRegistry(Registry registry)Sets the registry for the application context. -
Uses of Registry in org.smooks.api.delivery
Methods in org.smooks.api.delivery with parameters of type Registry Modifier and Type Method Description ContentDeliveryConfigFilterProvider. createContentDeliveryConfig(List<ContentHandlerBinding<Visitor>> visitorBindings, Registry registry, Map<String,List<ResourceConfig>> resourceConfigTable, List<ContentDeliveryConfigExecutionEvent> contentDeliveryConfigExecutionEvents) -
Uses of Registry in org.smooks.engine
Classes in org.smooks.engine that implement Registry Modifier and Type Class Description classDefaultRegistryMethods in org.smooks.engine that return Registry Modifier and Type Method Description RegistryDefaultApplicationContext. getRegistry()Methods in org.smooks.engine with parameters of type Registry Modifier and Type Method Description protected voidDefaultApplicationContextBuilder. initRegistry(ApplicationContext applicationContext, Registry registry)protected voidDefaultApplicationContextBuilder. registerSystemContentHandlerFactories(Registry registry)protected voidDefaultApplicationContextBuilder. registerSystemResources(Registry registry, ApplicationContext applicationContext)DefaultApplicationContextBuilderDefaultApplicationContextBuilder. withRegistry(Registry registry)Constructors in org.smooks.engine with parameters of type Registry Constructor Description DefaultApplicationContextBuilder(boolean systemResources, ClassLoader classLoader, Registry registry, ContentDeliveryRuntimeFactory contentDeliveryRuntimeFactory, ContainerResourceLocator resourceLocator, ResourceConfigLoader resourceConfigLoader, ReaderPoolFactory readerPoolFactory) -
Uses of Registry in org.smooks.engine.delivery
Methods in org.smooks.engine.delivery with parameters of type Registry Modifier and Type Method Description voidAbstractContentDeliveryConfig. setRegistry(Registry registry)Constructors in org.smooks.engine.delivery with parameters of type Registry Constructor Description DefaultContentDeliveryConfigBuilder(ProfileSet profileSet, Registry registry, List<FilterProvider> filterProviders)Private (hidden) constructor.DefaultContentDeliveryRuntimeFactory(Registry registry, ReaderPoolFactory readerPoolFactory)DefaultContentHandlerBinding(T contentHandler, String targetSelector, Registry registry) -
Uses of Registry in org.smooks.engine.delivery.dom
Methods in org.smooks.engine.delivery.dom with parameters of type Registry Modifier and Type Method Description DOMContentDeliveryConfigDOMFilterProvider. createContentDeliveryConfig(List<ContentHandlerBinding<Visitor>> visitorBindings, Registry registry, Map<String,List<ResourceConfig>> resourceConfigTable, List<ContentDeliveryConfigExecutionEvent> contentDeliveryConfigExecutionEvents) -
Uses of Registry in org.smooks.engine.delivery.sax.ng
Methods in org.smooks.engine.delivery.sax.ng with parameters of type Registry Modifier and Type Method Description SaxNgContentDeliveryConfigSaxNgFilterProvider. createContentDeliveryConfig(List<ContentHandlerBinding<Visitor>> visitorBindings, Registry registry, Map<String,List<ResourceConfig>> resourceConfigTable, List<ContentDeliveryConfigExecutionEvent> contentDeliveryConfigExecutionEvents) -
Uses of Registry in org.smooks.engine.injector
Methods in org.smooks.engine.injector that return Registry Modifier and Type Method Description RegistryScope. getRegistry()Methods in org.smooks.engine.injector with parameters of type Registry Modifier and Type Method Description protected TypeConverter<?,?>AbstractInjector. createTypeConverter(Class<?> sourceType, M member, Registry registry)Constructors in org.smooks.engine.injector with parameters of type Registry Constructor Description Scope(Registry registry)Scope(Registry registry, ResourceConfig resourceConfig, Object instance) -
Uses of Registry in org.smooks.engine.lookup
Constructors in org.smooks.engine.lookup with parameters of type Registry Constructor Description CustomResourceConfigSeqLookup(Registry registry)GlobalParamsLookup(Registry registry)ResourceConfigsLookup(Registry registry, ConfigSearch configSearch)ResourceConfigsProfileSetLookup(Registry registry, ProfileSet profileSet)
-