Package | Description |
---|---|
org.milyn.cdr |
Smooks Configurations (Content Delivery Resources - CDR) Object Model.
|
Modifier and Type | Method and Description |
---|---|
Parameter |
SmooksResourceConfiguration.getParameter(String name)
Get the named SmooksResourceConfiguration
parameter . |
static Parameter |
ParameterAccessor.getParameter(String name,
Map<String,List<SmooksResourceConfiguration>> resourceConfigurations)
Get the named parameter from the supplied resource config map.
|
static Parameter |
ParameterAccessor.getParamter(String name,
ContentDeliveryConfig config)
Get the named parameter.
|
Parameter |
SmooksResourceConfiguration.setParameter(String name,
String value)
Set the named SmooksResourceConfiguration parameter value (default type - String).
|
Parameter |
SmooksResourceConfiguration.setParameter(String name,
String type,
String value)
Set the named SmooksResourceConfiguration parameter value (with type).
|
Parameter |
Parameter.setXML(Element xml)
Set the DOM element node associated with the parameter definition.
|
Modifier and Type | Method and Description |
---|---|
List<Parameter> |
SmooksResourceConfiguration.getParameters(String name)
Get the named SmooksResourceConfiguration
parameter List. |
Modifier and Type | Method and Description |
---|---|
void |
SmooksResourceConfiguration.setParameter(Parameter parameter) |
Copyright © 2020. All rights reserved.