Class ConfigurationEntityResolver

  • All Implemented Interfaces:
    EntityResolver

    public class ConfigurationEntityResolver
    extends Object
    implements EntityResolver
    Entity resolver for Jackrabbit configuration files. This simple resolver contains mappings for the following public identifiers used for the Jackrabbit configuration files:
    • -//The Apache Software Foundation//DTD Jackrabbit 2.6//EN
    • -//The Apache Software Foundation//DTD Jackrabbit 2.4//EN
    • -//The Apache Software Foundation//DTD Jackrabbit 2.0//EN
    • -//The Apache Software Foundation//DTD Jackrabbit 1.6//EN
    • -//The Apache Software Foundation//DTD Jackrabbit 1.5//EN
    • -//The Apache Software Foundation//DTD Jackrabbit 1.4//EN
    • -//The Apache Software Foundation//DTD Jackrabbit 1.2//EN
    • -//The Apache Software Foundation//DTD Jackrabbit 1.0//EN

    Also the following system identifiers are mapped to local resources:

    • http://jackrabbit.apache.org/dtd/repository-2.6.dtd
    • http://jackrabbit.apache.org/dtd/repository-2.4.dtd
    • http://jackrabbit.apache.org/dtd/repository-2.0.dtd
    • http://jackrabbit.apache.org/dtd/repository-1.6.dtd
    • http://jackrabbit.apache.org/dtd/repository-1.5.dtd
    • http://jackrabbit.apache.org/dtd/repository-1.4.dtd
    • http://jackrabbit.apache.org/dtd/repository-1.2.dtd
    • http://jackrabbit.apache.org/dtd/repository-1.0.dtd

    The public identifiers are mapped to document type definition files included in the Jackrabbit jar archive.