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 Registry
ApplicationContext. 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 ApplicationContextBuilder
ApplicationContextBuilder. 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 ContentDeliveryConfig
FilterProvider. 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 class
DefaultRegistry
Methods in org.smooks.engine that return Registry Modifier and Type Method Description Registry
DefaultApplicationContext. getRegistry()
Methods in org.smooks.engine with parameters of type Registry Modifier and Type Method Description protected void
DefaultApplicationContextBuilder. initRegistry(ApplicationContext applicationContext, Registry registry)
protected void
DefaultApplicationContextBuilder. registerSystemContentHandlerFactories(Registry registry)
protected void
DefaultApplicationContextBuilder. registerSystemResources(Registry registry, ApplicationContext applicationContext)
DefaultApplicationContextBuilder
DefaultApplicationContextBuilder. 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 void
AbstractContentDeliveryConfig. 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 DOMContentDeliveryConfig
DOMFilterProvider. 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 SaxNgContentDeliveryConfig
SaxNgFilterProvider. 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 Registry
Scope. 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)
-