Uses of Class
org.broadleafcommerce.common.extensibility.context.merge.handlers.BaseHandler

Packages that use BaseHandler
org.broadleafcommerce.common.extensibility.context.merge.handlers   
 

Uses of BaseHandler in org.broadleafcommerce.common.extensibility.context.merge.handlers
 

Subclasses of BaseHandler in org.broadleafcommerce.common.extensibility.context.merge.handlers
 class AttributePreserveInsert
          Merge the attributes of a source and patch node, only adding attributes from the patch side.
 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 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
           
 



Copyright © 2013. All Rights Reserved.