Uses of Interface
org.broadleafcommerce.common.extensibility.context.merge.handlers.MergeHandler
Packages that use MergeHandler
Package
Description
-
Uses of MergeHandler in org.broadleafcommerce.common.extensibility.context.merge
Constructors in org.broadleafcommerce.common.extensibility.context.merge with parameters of type MergeHandler -
Uses of MergeHandler in org.broadleafcommerce.common.extensibility.context.merge.handlers
Classes in org.broadleafcommerce.common.extensibility.context.merge.handlers that implement MergeHandlerModifier and TypeClassDescriptionclassMerge the attributes of a source and patch node, only adding attributes from the patch side.classConvenience base class which all handler implementations extend.classclassThis 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.classThis handler implementation provides behavior where a list of elements from the patch document are appended to the same parent element in the source document.classThis handler is responsible for replacing nodes in the source document with the same nodes from the patch document.classThis 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.classThis handler is responsible for replacing nodes in the source document with the same nodes from the patch document.classThis handler is responsible for replacing nodes in the source document with the same nodes from the patch document.classThis handler is responsible for replacing nodes in the source document with the same nodes from the patch document.classMergeHandler implementation that provides merging for the white space delimited text values of a source and patch node.classThis handler is responsible for replacing nodes in the source document with the same nodes from the patch document.classDesigned to specifically handle the merge of schemaLocation references.classFields in org.broadleafcommerce.common.extensibility.context.merge.handlers declared as MergeHandlerMethods in org.broadleafcommerce.common.extensibility.context.merge.handlers that return MergeHandlerModifier and TypeMethodDescriptionBaseHandler.getChildren()MergeHandler.getChildren()Retrieve any child merge handlers associated with this handler.MergeHandlerAdapter.getChildren()Methods in org.broadleafcommerce.common.extensibility.context.merge.handlers with parameters of type MergeHandlerModifier and TypeMethodDescriptionvoidBaseHandler.setChildren(MergeHandler[] children) voidMergeHandler.setChildren(MergeHandler[] children) Set the child merge handlersvoidMergeHandlerAdapter.setChildren(MergeHandler[] children)