Uses of Interface
org.smooks.api.delivery.ReaderPoolFactory
-
Packages that use ReaderPoolFactory Package Description org.smooks.api org.smooks.engine org.smooks.engine.delivery -
-
Uses of ReaderPoolFactory in org.smooks.api
Methods in org.smooks.api that return ReaderPoolFactory Modifier and Type Method Description ReaderPoolFactory
ApplicationContext. getReaderPoolFactory()
Methods in org.smooks.api with parameters of type ReaderPoolFactory Modifier and Type Method Description ApplicationContextBuilder
ApplicationContextBuilder. withReaderPoolFactory(ReaderPoolFactory readerPoolFactory)
Sets reader pool factory for the application context. -
Uses of ReaderPoolFactory in org.smooks.engine
Methods in org.smooks.engine that return ReaderPoolFactory Modifier and Type Method Description ReaderPoolFactory
DefaultApplicationContext. getReaderPoolFactory()
Methods in org.smooks.engine with parameters of type ReaderPoolFactory Modifier and Type Method Description void
DefaultApplicationContext. setReaderPoolFactory(ReaderPoolFactory readerPoolFactory)
DefaultApplicationContextBuilder
DefaultApplicationContextBuilder. withReaderPoolFactory(ReaderPoolFactory readerPoolFactory)
Constructors in org.smooks.engine with parameters of type ReaderPoolFactory Constructor Description DefaultApplicationContextBuilder(boolean systemResources, ClassLoader classLoader, Registry registry, ContentDeliveryRuntimeFactory contentDeliveryRuntimeFactory, ContainerResourceLocator resourceLocator, ResourceConfigLoader resourceConfigLoader, ReaderPoolFactory readerPoolFactory)
-
Uses of ReaderPoolFactory in org.smooks.engine.delivery
Classes in org.smooks.engine.delivery that implement ReaderPoolFactory Modifier and Type Class Description class
DefaultReaderPoolFactory
Constructors in org.smooks.engine.delivery with parameters of type ReaderPoolFactory Constructor Description DefaultContentDeliveryRuntimeFactory(Registry registry, ReaderPoolFactory readerPoolFactory)
-