Package | Description |
---|---|
org.milyn.cdr |
Smooks Configurations (Content Delivery Resources - CDR) Object Model.
|
org.milyn.cdr.annotation | |
org.milyn.cdr.extension |
Smooks Configuration Extension Classes.
|
org.milyn.config | |
org.milyn.delivery |
Content Delivery.
|
org.milyn.delivery.dom |
DOM based Content Delivery.
|
org.milyn.delivery.java |
Java Content Delivery.
|
org.milyn.delivery.ordering |
Visitor execution ordering.
|
org.milyn.delivery.sax |
SAX based Content Delivery.
|
org.milyn.expression |
Conditional Content Delivery.
|
org.milyn.javabean |
Smooks Javabean Cartridge implementation classes.
|
org.milyn.javabean.context | |
org.milyn.javabean.decoders |
Pre-installed data type decoders.
|
org.milyn.javabean.expression | |
org.milyn.rules |
Modifier and Type | Method and Description |
---|---|
ExpressionEvaluator |
XMLConfigDigester.digestCondition(Element conditionElement) |
static SmooksResourceConfigurationList |
XMLConfigDigester.digestConfig(InputStream stream,
String baseURI)
Digest the XML Smooks configuration stream.
|
static SmooksResourceConfigurationList |
XMLConfigDigester.digestConfig(InputStream stream,
String baseURI,
ClassLoader classLoader)
Digest the XML Smooks configuration stream.
|
static SmooksResourceConfigurationList |
XMLConfigDigester.digestConfig(InputStream stream,
String baseURI,
Map<String,Smooks> extendedConfigDigesters)
Digest the XML Smooks configuration stream.
|
static SmooksResourceConfigurationList |
XMLConfigDigester.digestConfig(InputStream stream,
String baseURI,
Map<String,Smooks> extendedConfigDigesters,
ClassLoader classLoader)
Digest the XML Smooks configuration stream.
|
Modifier and Type | Method and Description |
---|---|
static <U> U |
Configurator.configure(U instance,
SmooksResourceConfiguration config)
Configure the supplied
ContentHandler instance using the supplied
SmooksResourceConfiguration isntance. |
static <U> U |
Configurator.configure(U instance,
SmooksResourceConfiguration config,
ApplicationContext appContext)
Configure the supplied
ContentHandler instance using the supplied
SmooksResourceConfiguration and ApplicationContext instances. |
Modifier and Type | Method and Description |
---|---|
void |
MapToResourceConfigFromParentConfig.initialize() |
Modifier and Type | Method and Description |
---|---|
void |
Configurable.setConfiguration(Properties config)
Set the component configuration.
|
Modifier and Type | Method and Description |
---|---|
void |
ContentDeliveryConfig.addToExecutionLifecycleSets()
Add the execution lifecycle sets for the configuration.
|
Object |
ContentHandlerFactory.create(SmooksResourceConfiguration resourceConfig)
Create the content handler instance.
|
Object |
JavaContentHandlerFactory.create(SmooksResourceConfiguration resourceConfig)
Create a Java based ContentHandler instance.
|
void |
ContentDeliveryConfigBuilderLifecycleListener.handle(ContentDeliveryConfigBuilderLifecycleEvent event)
Event handler.
|
void |
ContentDeliveryConfig.sort()
|
Modifier and Type | Method and Description |
---|---|
void |
DOMContentDeliveryConfig.addToExecutionLifecycleSets() |
void |
DOMContentDeliveryConfig.sort() |
Modifier and Type | Method and Description |
---|---|
void |
XStreamXMLReader.setSourceObjects(List<Object> sourceObjects) |
void |
JavaXMLReader.setSourceObjects(List<Object> sourceObjects)
Set the list of Source Java objects to be used to generate events on the
ContentHandler set on this XMLReader . |
Modifier and Type | Method and Description |
---|---|
static <T extends ContentHandler> |
Sorter.sort(List<ContentHandlerConfigMap<T>> visitors,
Sorter.SortOrder sortOrder) |
Modifier and Type | Method and Description |
---|---|
void |
SAXContentDeliveryConfig.addToExecutionLifecycleSets() |
void |
SAXContentDeliveryConfig.sort() |
Modifier and Type | Method and Description |
---|---|
ExpressionEvaluator |
MVELExpressionEvaluator.setExpression(String expression) |
ExpressionEvaluator |
ExpressionEvaluator.setExpression(String expression)
Set the condition expression for the evaluator implementation.
|
Modifier and Type | Method and Description |
---|---|
List<SmooksResourceConfiguration> |
BeanPopulator.expandConfigurations()
Deprecated.
|
void |
BeanInstanceCreator.handle(ContentDeliveryConfigBuilderLifecycleEvent event) |
void |
ValueBinder.initialize()
Set the resource configuration on the bean populator.
|
void |
BeanInstanceCreator.initialize()
Set the resource configuration on the bean populator.
|
void |
BeanPopulator.initialize()
Deprecated.
Set the resource configuration on the bean populator.
|
void |
BeanInstancePopulator.initialize()
Set the resource configuration on the bean populator.
|
Modifier and Type | Method and Description |
---|---|
void |
StaticVariableBinder.initialize() |
Modifier and Type | Method and Description |
---|---|
void |
LocaleAwareDecoder.setConfiguration(Properties resourceConfig) |
void |
CustomDecoder.setConfiguration(Properties config) |
void |
EnumDecoder.setConfiguration(Properties resourceConfig) |
void |
LocaleAwareDateDecoder.setConfiguration(Properties resourceConfig) |
void |
NumberDecoder.setConfiguration(Properties config) |
Constructor and Description |
---|
BeanMapExpressionEvaluator(String expression) |
Modifier and Type | Method and Description |
---|---|
void |
RulesProviderFactory.installRuleProvider()
Creates and installs the configured rule provider.
|
Copyright © 2014. All rights reserved.