Package | Description |
---|---|
example | |
org.milyn.cdr.extension |
Smooks Configuration Extension Classes.
|
org.milyn.cdres.assemble | |
org.milyn.cdres.trans | |
org.milyn.delivery.dom |
DOM based Content Delivery.
|
org.milyn.javabean |
Smooks Javabean Cartridge implementation classes.
|
org.milyn.javabean.context | |
org.milyn.persistence | |
org.milyn.routing.db | |
org.milyn.routing.io | |
org.milyn.routing.jms | |
org.milyn.templating |
Templating for Smooks.
|
org.milyn.templating.freemarker |
FreeMarker templating for Smooks.
|
org.milyn.templating.xslt |
XSLT templating for Smooks.
|
Modifier and Type | Class and Description |
---|---|
class |
BasicJavaTransformer
Basic transformer that simply renames an element.
|
Modifier and Type | Class and Description |
---|---|
class |
CloneResourceConfig
Create a new
SmooksResourceConfiguration by cloning the current resource. |
class |
NewResourceConfig
Create a new
SmooksResourceConfiguration . |
Modifier and Type | Class and Description |
---|---|
class |
RemoveElementAU
Removes a DOM element during the assembly phase.
|
Modifier and Type | Class and Description |
---|---|
class |
RemoveAttributeTU
Removes a DOM element attribute during the processing phase.
|
class |
RemoveElementTU
Removes a DOM element during the processing phase.
|
class |
RenameAttributeTU
Renames an attribute from a DOM element during the processing phase.
|
class |
RenameElementTU
Renames/replaces an element in the document during the processing phase.
|
class |
SetAttributeTU
Set a DOM element attribute during the processing phase.
|
Modifier and Type | Method and Description |
---|---|
void |
ProcessingSet.addProcessingUnit(DOMElementVisitor processingUnit,
SmooksResourceConfiguration resourceConfig)
Add to the ProcessingSet.
|
Modifier and Type | Class and Description |
---|---|
class |
BeanInstanceCreator
Bean instance creator visitor class.
|
class |
BeanInstancePopulator
Bean instance populator visitor class.
|
class |
ValueBinder
Value Binder.
|
Modifier and Type | Class and Description |
---|---|
class |
StaticVariableBinder
Static variable binding visitor.
|
Modifier and Type | Class and Description |
---|---|
class |
DaoFlusher
DAO Flusher
This DAO flusher calls the flush method of a DAO.
|
class |
EntityDeleter
DAO Deleter
This DAO deleter calls the delete method of a DAO, using a entity bean from
the bean context as parameter.
|
class |
EntityInserter
DAO Inserter
This DAO inserter calls the insert method of a DAO, using a entity bean from
the bean context as parameter.
|
class |
EntityLocator
DAO Locator
This DAO locator uses lookup methods or methods that accept a query to
lookup entities from a data source.
|
class |
EntityLocatorParameterVisitor |
class |
EntityUpdater
DAO Updater
This DAO updater calls the update method of a DAO, using a entity bean from
the bean context as parameter.
|
Modifier and Type | Class and Description |
---|---|
class |
ResultsetRowSelector |
class |
SQLExecutor
SQLExecutor Visitor.
|
Modifier and Type | Class and Description |
---|---|
class |
OutputStreamRouter
OutputStreamRouter is a fragment Visitor (DOM/SAX) that can be used to route
context beans (
BeanContext beans) an OutputStream. |
Modifier and Type | Class and Description |
---|---|
class |
JMSRouter
Router is a Visitor for DOM or SAX elements.
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractTemplateProcessor
Abstract template processing unit.
|
Modifier and Type | Class and Description |
---|---|
class |
FreeMarkerTemplateProcessor
FreeMarker template application ProcessingUnit.
|
Modifier and Type | Class and Description |
---|---|
class |
XslTemplateProcessor
XSLT template application ProcessingUnit.
|
Copyright © 2020. All rights reserved.