Uses of Interface
org.smooks.api.Registry
-
Packages that use Registry Package Description org.smooks.api org.smooks.api.delivery Content Delivery. -
-
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)
-