Interface SitemapExtensionProvider

    • Field Detail

      • PROPERTY_PREFIX

        static final String PROPERTY_PREFIX
        The xml namespace prefix to use for the extension.
        See Also:
        Constant Field Values
      • PROPERTY_NAMESPACE

        static final String PROPERTY_NAMESPACE
        The xml namespace to use for the extension.
        See Also:
        Constant Field Values
      • PROPERTY_LOCAL_NAME

        static final String PROPERTY_LOCAL_NAME
        The local tag name to use when adding the extension to the sitemap xml.
        See Also:
        Constant Field Values
      • PROPERTY_EMPTY_TAG

        static final String PROPERTY_EMPTY_TAG
        An optional property to be set for extensions that only write attributes to the added xml tag and want to make use of an empty-tag. If not set an open and close tag will be written.
        See Also:
        Constant Field Values