Uses of Interface
org.milyn.delivery.ContentDeliveryConfig

Packages that use ContentDeliveryConfig
org.milyn.cdr Smooks Configurations (Content Delivery Resources - CDR) Object Model. 
org.milyn.container Request Container Abstraction. 
org.milyn.container.standalone Standalone Container Implementation. 
org.milyn.delivery Content Delivery. 
org.milyn.delivery.dom DOM based Content Delivery. 
org.milyn.delivery.sax SAX based Content Delivery. 
 

Uses of ContentDeliveryConfig in org.milyn.cdr
 

Methods in org.milyn.cdr with parameters of type ContentDeliveryConfig
static boolean ParameterAccessor.getBoolParameter(String name, boolean defaultVal, ContentDeliveryConfig config)
          Get the named SmooksResourceConfiguration parameter as a boolean.
static Object ParameterAccessor.getParameterObject(String name, ContentDeliveryConfig config)
          Get the named parameter instance (decode).
static Parameter ParameterAccessor.getParamter(String name, ContentDeliveryConfig config)
          Get the named parameter.
static String ParameterAccessor.getStringParameter(String name, ContentDeliveryConfig config)
          Get the named parameter String value.
static String ParameterAccessor.getStringParameter(String name, String defaultVal, ContentDeliveryConfig config)
          Get the named parameter String value.
 Object Parameter.getValue(ContentDeliveryConfig deliveryConfig)
          Get the parameter value "decoded" into an Object.
 

Uses of ContentDeliveryConfig in org.milyn.container
 

Fields in org.milyn.container declared as ContentDeliveryConfig
 ContentDeliveryConfig MockExecutionContext.deliveryConfig
           
 

Methods in org.milyn.container that return ContentDeliveryConfig
 ContentDeliveryConfig MockExecutionContext.getDeliveryConfig()
           
 ContentDeliveryConfig ExecutionContext.getDeliveryConfig()
          Get the content delivery configuration for the profile set at which this context is targeted.
 

Uses of ContentDeliveryConfig in org.milyn.container.standalone
 

Methods in org.milyn.container.standalone that return ContentDeliveryConfig
 ContentDeliveryConfig StandaloneExecutionContext.getDeliveryConfig()
           
 

Uses of ContentDeliveryConfig in org.milyn.delivery
 

Classes in org.milyn.delivery that implement ContentDeliveryConfig
 class AbstractContentDeliveryConfig
          Abstract ContentDeliveryConfig.
 

Methods in org.milyn.delivery that return ContentDeliveryConfig
static ContentDeliveryConfig ContentDeliveryConfigBuilder.getConfig(ProfileSet profileSet, ApplicationContext applicationContext)
          Get the ContentDeliveryConfig instance for the specified profile set.
 

Methods in org.milyn.delivery with parameters of type ContentDeliveryConfig
static SmooksResourceConfiguration AbstractParser.getSAXParserConfiguration(ContentDeliveryConfig deliveryConfig)
          Get the SAX Parser configuration for the profile associated with the supplied delivery configuration.
 

Uses of ContentDeliveryConfig in org.milyn.delivery.dom
 

Classes in org.milyn.delivery.dom that implement ContentDeliveryConfig
 class DOMContentDeliveryConfig
          DOM specific ContentDeliveryConfig implementation.
 class MockContentDeliveryConfig
          Mock ContentDeliveryConfig for DOM.
 

Uses of ContentDeliveryConfig in org.milyn.delivery.sax
 

Classes in org.milyn.delivery.sax that implement ContentDeliveryConfig
 class SAXContentDeliveryConfig
          SAX specific ContentDeliveryConfig implementation.
 



Copyright © 2008. All Rights Reserved.