Package | Description |
---|---|
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.
|
org.milyn.javabean |
Smooks Javabean Cartridge implementation classes.
|
org.milyn.persistence.util |
Modifier and Type | Method and Description |
---|---|
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.
|
Modifier and Type | Field and Description |
---|---|
ContentDeliveryConfig |
MockExecutionContext.deliveryConfig |
Modifier and Type | Method and Description |
---|---|
ContentDeliveryConfig |
ExecutionContext.getDeliveryConfig()
Get the content delivery configuration for the profile set at which this
context is targeted.
|
ContentDeliveryConfig |
MockExecutionContext.getDeliveryConfig() |
Modifier and Type | Method and Description |
---|---|
ContentDeliveryConfig |
StandaloneExecutionContext.getDeliveryConfig() |
Modifier and Type | Class and Description |
---|---|
class |
AbstractContentDeliveryConfig
Abstract
ContentDeliveryConfig . |
Modifier and Type | Method and Description |
---|---|
static ContentDeliveryConfig |
ContentDeliveryConfigBuilder.getConfig(ProfileSet profileSet,
ApplicationContext applicationContext,
VisitorConfigMap extendedVisitorConfigMap)
Get the ContentDeliveryConfig instance for the specified profile set.
|
Modifier and Type | Method and Description |
---|---|
static SmooksResourceConfiguration |
AbstractParser.getSAXParserConfiguration(ContentDeliveryConfig deliveryConfig)
Get the SAX Parser configuration for the profile associated with the supplied delivery configuration.
|
Modifier and Type | Class and Description |
---|---|
class |
DOMContentDeliveryConfig
DOM specific
ContentDeliveryConfig implementation. |
class |
MockContentDeliveryConfig
Mock ContentDeliveryConfig for DOM.
|
Modifier and Type | Class and Description |
---|---|
class |
SAXContentDeliveryConfig
SAX specific
ContentDeliveryConfig implementation. |
Modifier and Type | Method and Description |
---|---|
DataDecoder |
BeanInstancePopulator.getDecoder(ContentDeliveryConfig deliveryConfig) |
Modifier and Type | Method and Description |
---|---|
static String |
PersistenceUtil.getDAORegisterAttributeName(ContentDeliveryConfig config) |
Copyright © 2020. All rights reserved.