Class CmsMappingResolutionContext


  • public class CmsMappingResolutionContext
    extends java.lang.Object
    A class which represents the context for resolving all content value mappings of an XML content.

    Since the content handler instance is shared between all contents of the same XML content type, we can't use it to store data which is only relevant for resolving the mappings of a single XML content, so this class was created.