| Package | Description |
|---|---|
| org.milyn.cdr |
Smooks Configurations (Content Delivery Resources - CDR) Object Model.
|
| org.milyn.cdr.extension |
Smooks Configuration Extension Classes.
|
| org.milyn.cdr.xpath.evaluators.equality | |
| org.milyn.db | |
| org.milyn.delivery |
Content Delivery.
|
| org.milyn.delivery.dom |
DOM based Content Delivery.
|
| org.milyn.delivery.dom.serialize |
Serialisation Unit Definitions.
|
| org.milyn.delivery.java |
Java Content Delivery.
|
| org.milyn.delivery.nested | |
| org.milyn.delivery.ordering |
Visitor execution ordering.
|
| org.milyn.delivery.sax |
SAX based Content Delivery.
|
| org.milyn.delivery.sax.terminate | |
| org.milyn.io | |
| org.milyn.javabean.lifecycle | |
| org.milyn.payload |
Smooks filtering "payload" specializations.
|
| org.milyn.visitors.ctrl | |
| org.milyn.visitors.remove | |
| org.milyn.visitors.set | |
| org.milyn.xml |
XML helper classes.
|
| Modifier and Type | Class and Description |
|---|---|
class |
ParameterDecoder<T>
Abstract Parameter Decoder.
|
class |
PropertyListParameterDecoder
ParameterDecoder used to convert a parameter String value to a
list of Properties. |
class |
TokenizedStringParameterDecoder
|
| Modifier and Type | Class and Description |
|---|---|
class |
CloneResourceConfig
Create a new
SmooksResourceConfiguration by cloning the current resource. |
class |
MapToResourceConfigFromAttribute
Map a property value onto the current
SmooksResourceConfiguration based on an
element attribute value. |
class |
MapToResourceConfigFromParentConfig
Map a property value from a parent
SmooksResourceConfiguration and onto
the current SmooksResourceConfiguration. |
class |
MapToResourceConfigFromText
Map a property value onto the current
SmooksResourceConfiguration based on an
elements text content. |
class |
NewResourceConfig
Create a new
SmooksResourceConfiguration. |
class |
SetOnResourceConfig
Set a static value on the current
SmooksResourceConfiguration. |
| Modifier and Type | Class and Description |
|---|---|
class |
ElementIndexCounter
Element index counter.
|
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractDataSource
DataSource management resource.
|
class |
DirectDataSource
Direct DataSource.
|
class |
JndiDataSource
Jndi based DataSource.
|
| Modifier and Type | Class and Description |
|---|---|
class |
ContentHandlerConfigMap<T extends ContentHandler>
Mapping between a resource configuration and its corresponding resource
configuration.
|
class |
ContentHandlerConfigMapTable<T extends ContentHandler>
Simple table for storing
ContentHandlerConfigMap lists against a selector string. |
| Modifier and Type | Interface and Description |
|---|---|
interface |
ConfigurationExpander
Interface to allow configuration expansion.
|
interface |
ContentHandlerFactory
ContentHandler factory interface.
|
interface |
ExecutionLifecycleCleanable
Execution Lifecycle Cleanable resource.
|
interface |
ExecutionLifecycleInitializable
Execution Lifecycle Initializable resource.
|
interface |
VisitLifecycleCleanable
Visit Lifecycle Cleanable resource.
|
interface |
Visitor
Abstract Visitor interface.
|
| Modifier and Type | Class and Description |
|---|---|
class |
DomModelCreator
DOM Node Model creator.
|
class |
JavaContentHandlerFactory
Java ContentHandler instance creator.
|
| Modifier and Type | Method and Description |
|---|---|
protected static boolean |
VisitorConfigMap.isDOMVisitor(ContentHandler contentHandler) |
protected static boolean |
VisitorConfigMap.isSAXVisitor(ContentHandler contentHandler) |
protected static boolean |
VisitorConfigMap.visitAfterAnnotationsOK(SmooksResourceConfiguration resourceConfig,
ContentHandler contentHandler) |
protected static boolean |
VisitorConfigMap.visitBeforeAnnotationsOK(SmooksResourceConfiguration resourceConfig,
ContentHandler contentHandler) |
| Modifier and Type | Interface and Description |
|---|---|
interface |
DOMElementVisitor
Element Visitor (GoF) interface for DOM.
|
interface |
DOMVisitAfter
DOM Visit after events.
|
interface |
DOMVisitBefore
DOM Visit before events.
|
interface |
DOMVisitor
DOM Visitor.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
SerializationUnit
W3C Node Serailization interface definition.
|
| Modifier and Type | Class and Description |
|---|---|
class |
ContextObjectSerializationUnit
ExecutionContext object serializer. |
class |
DefaultSerializationUnit
Default SerializationUnit implementation.
|
class |
GhostElementSerializationUnit
Ghost element serialization unit.
|
class |
TextSerializationUnit
Write a <text> element.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
JavaXMLReader
Java
XMLReader for Smooks. |
| Modifier and Type | Class and Description |
|---|---|
class |
XStreamXMLReader
XStream based
JavaXMLReader. |
| Modifier and Type | Class and Description |
|---|---|
class |
NestedExecutionVisitor
Nested Smooks execution visitor.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
Consumer
Object Consumer interface.
|
interface |
Producer
Object Producer interface.
|
| Modifier and Type | Method and Description |
|---|---|
protected static <T extends ContentHandler> |
Sorter.buildDependencyMap(List<ContentHandlerConfigMap<T>> visitors) |
static <T extends ContentHandler> |
Sorter.sort(List<ContentHandlerConfigMap<T>> visitors,
Sorter.SortOrder sortOrder) |
| Modifier and Type | Interface and Description |
|---|---|
interface |
SAXElementVisitor
SAX Element Visitor.
|
interface |
SAXVisitAfter
SAX Visit after events.
|
interface |
SAXVisitBefore
SAX Visit before events.
|
interface |
SAXVisitChildren
SAX Visit children events.
|
interface |
SAXVisitor
SAX Visitor.
|
| Modifier and Type | Class and Description |
|---|---|
class |
DefaultSAXElementSerializer
Default Serializer for SAX Filtering.
|
| Modifier and Type | Class and Description |
|---|---|
class |
TerminateVisitor
Terminate Visitor.
|
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractOutputStreamResource
AbstractOuputStreamResource is the base class for handling output stream
resources in Smooks.
|
| Modifier and Type | Class and Description |
|---|---|
class |
BeanResultCleanup
Bean Result Cleanup resource.
|
| Modifier and Type | Class and Description |
|---|---|
class |
Export |
class |
Exports |
| Modifier and Type | Class and Description |
|---|---|
class |
Pause
Pause Smooks processing for a period.
|
| Modifier and Type | Class and Description |
|---|---|
class |
RemoveAttribute
Remove attribute.
|
class |
RemoveElement
Remove Element.
|
| Modifier and Type | Class and Description |
|---|---|
class |
SetElementData
Set Element Data visitor.
|
class |
SetElementDataConfigDigester
Digester for the
SetElementData. |
| Modifier and Type | Interface and Description |
|---|---|
interface |
SmooksXMLReader
Smooks
XMLReader. |
| Modifier and Type | Class and Description |
|---|---|
class |
NullSourceXMLReader
Null Source reader.
|
Copyright © 2015. All rights reserved.