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 instance. |
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 |
ExpressionEvaluator.setExpression(String expression)
Set the condition expression for the evaluator implementation.
|
ExpressionEvaluator |
MVELExpressionEvaluator.setExpression(String expression) |
Modifier and Type | Method and Description |
---|---|
void |
BeanInstanceCreator.handle(ContentDeliveryConfigBuilderLifecycleEvent event) |
void |
BeanInstanceCreator.initialize()
Set the resource configuration on the bean populator.
|
void |
BeanInstancePopulator.initialize()
Set the resource configuration on the bean populator.
|
void |
ValueBinder.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 |
CustomDecoder.setConfiguration(Properties config) |
void |
NumberDecoder.setConfiguration(Properties config) |
void |
LocaleAwareDateDecoder.setConfiguration(Properties resourceConfig) |
void |
EnumDecoder.setConfiguration(Properties resourceConfig) |
void |
LocaleAwareDecoder.setConfiguration(Properties resourceConfig) |
Constructor and Description |
---|
BeanMapExpressionEvaluator(String expression) |
Modifier and Type | Method and Description |
---|---|
void |
EntityLocatorParameterVisitor.initialize()
Set the resource configuration on the bean populator.
|
void |
EntityUpdater.initialize() |
void |
EntityDeleter.initialize() |
void |
EntityInserter.initialize() |
void |
EntityLocator.initialize() |
Modifier and Type | Method and Description |
---|---|
void |
ResultsetRowSelector.intitialize() |
void |
SQLExecutor.intitialize() |
Constructor and Description |
---|
StatementExec(String statementString) |
Modifier and Type | Method and Description |
---|---|
void |
FileOutputStreamResource.initialize() |
Modifier and Type | Method and Description |
---|---|
void |
OutputStreamRouter.initialize() |
Modifier and Type | Method and Description |
---|---|
void |
JMSRouter.initialize() |
protected void |
JMSRouter.setMessageProducerProperties()
Sets the following MessageProducer properties:
|
Properties |
JNDIProperties.toProperties() |
Modifier and Type | Method and Description |
---|---|
void |
RulesProviderFactory.installRuleProvider()
Creates and installs the configured rule provider.
|
Modifier and Type | Method and Description |
---|---|
ContentHandler |
GroovyContentHandlerFactory.create(SmooksResourceConfiguration configuration) |
Modifier and Type | Method and Description |
---|---|
ContentHandler |
FreeMarkerContentHandlerFactory.create(SmooksResourceConfiguration resourceConfig)
Create a FreeMarker based ContentHandler.
|
Modifier and Type | Method and Description |
---|---|
ContentHandler |
StringTemplateContentHandlerFactory.create(SmooksResourceConfiguration resourceConfig)
Create a StringTemplate based ContentHandler.
|
Modifier and Type | Method and Description |
---|---|
ContentHandler |
StringTemplateContentHandlerFactory.create(SmooksResourceConfiguration resourceConfig)
Create a StringTemplate based ContentHandler.
|
Modifier and Type | Method and Description |
---|---|
ContentHandler |
XslContentHandlerFactory.create(SmooksResourceConfiguration resourceConfig)
Create an XSL based ContentHandler instance ie from an XSL byte streamResult.
|
Copyright © 2020. All rights reserved.