Package org.broadleafcommerce.common.extensibility.context.merge.handlers
package org.broadleafcommerce.common.extensibility.context.merge.handlers
-
ClassDescriptionMerge the attributes of a source and patch node, only adding attributes from the patch side.Convenience base class which all handler implementations extend.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.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.This handler is responsible for replacing nodes in the source document with the same nodes from the patch document.All handlers must implement the MergeHandler interface.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.This handler is responsible for replacing nodes in the source document with the same nodes from the patch document.This handler is responsible for replacing nodes in the source document with the same nodes from the patch document.This handler is responsible for replacing nodes in the source document with the same nodes from the patch document.MergeHandler implementation that provides merging for the white space delimited text values of a source and patch node.This handler is responsible for replacing nodes in the source document with the same nodes from the patch document.Designed to specifically handle the merge of schemaLocation references.