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