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 ContentDeliveryRuntimeFactoryApplicationContext. getContentDeliveryRuntimeFactory()Methods in org.smooks.api with parameters of type ContentDeliveryRuntimeFactory Modifier and Type Method Description ApplicationContextBuilderApplicationContextBuilder. 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 ContentDeliveryRuntimeFactoryDefaultApplicationContext. getContentDeliveryRuntimeFactory()Methods in org.smooks.engine with parameters of type ContentDeliveryRuntimeFactory Modifier and Type Method Description voidDefaultApplicationContext. setContentDeliveryRuntimeFactory(ContentDeliveryRuntimeFactory contentDeliveryRuntimeFactory)DefaultApplicationContextBuilderDefaultApplicationContextBuilder. 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 classDefaultContentDeliveryRuntimeFactory
-