Class DefaultElementHandlerBundle

    • Field Detail

      • EXCEPTION_MESSAGE_KEY_HANDLERS_NOT_FOUND_FOR_TYPE

        public static final String EXCEPTION_MESSAGE_KEY_HANDLERS_NOT_FOUND_FOR_TYPE
        See Also:
        Constant Field Values
    • Constructor Detail

      • DefaultElementHandlerBundle

        public DefaultElementHandlerBundle()
    • Method Detail

      • setNamespace

        public void setNamespace​(String namespace)
        Sets the namespace of this bundle.
        Parameters:
        namespace - the namespace
        See Also:
        getNamespace()
      • setElementHandlers

        public void setElementHandlers​(Map<String,​Map<String,​GenericElementHandler>> elementHandlers)
        Sets the map of element handlers.

        The map needs to be a two level map, the first one indexed by element names and the second level indexed by exporter keys.

        Parameters:
        elementHandlers - the map of element handlers