| Package | Description |
|---|---|
| org.broadleafcommerce.common.extensibility.context.merge | |
| org.broadleafcommerce.common.extensibility.context.merge.handlers |
| Constructor and Description |
|---|
MergePoint(MergeHandler handler,
Document doc1,
Document doc2) |
| Modifier and Type | Class and Description |
|---|---|
class |
AttributePreserveInsert
Merge the attributes of a source and patch node, only adding attributes from
the patch side.
|
class |
BaseHandler
Convenience base class which all handler implementations extend.
|
class |
CommaDelimitedNodeValueMerge |
class |
InsertChildrenOf
This handler implementation provides behavior where the child nodes from an
element in the patch document are added to the same node in the source
document.
|
class |
InsertItems
This handler implementation provides behavior where a list of elements from the
patch document are appended to the same parent element in the source document.
|
class |
LiberalNodeReplaceInsert
This handler is responsible for replacing nodes in the source document
with the same nodes from the patch document.
|
class |
MergeHandlerAdapter
This adapter class allows the developer to create a merge handler
instance and only override a subset of the functionality, instead of
having to provide an independent, full implementation of the MergeHandler
interface.
|
class |
MetadataOverrideNodeReplaceInsert
This handler is responsible for replacing nodes in the source document
with the same nodes from the patch document.
|
class |
NodeReplace
This handler is responsible for replacing nodes in the source document
with the same nodes from the patch document.
|
class |
NodeReplaceInsert
This handler is responsible for replacing nodes in the source document
with the same nodes from the patch document.
|
class |
NodeValueMerge
MergeHandler implementation that provides merging for the white space
delimited text values of a source and patch node.
|
class |
NonEmptyNodeReplaceInsert
This handler is responsible for replacing nodes in the source document
with the same nodes from the patch document.
|
class |
SpaceDelimitedNodeValueMerge |
| Modifier and Type | Field and Description |
|---|---|
protected MergeHandler[] |
BaseHandler.children |
| Modifier and Type | Method and Description |
|---|---|
MergeHandler[] |
MergeHandlerAdapter.getChildren() |
MergeHandler[] |
MergeHandler.getChildren()
Retrieve any child merge handlers associated with this handler.
|
MergeHandler[] |
BaseHandler.getChildren() |
| Modifier and Type | Method and Description |
|---|---|
void |
MergeHandlerAdapter.setChildren(MergeHandler[] children) |
void |
MergeHandler.setChildren(MergeHandler[] children)
Set the child merge handlers
|
void |
BaseHandler.setChildren(MergeHandler[] children) |
Copyright © 2015. All Rights Reserved.