Example usage for org.springframework.beans.factory.xml PluggableSchemaResolver PluggableSchemaResolver

List of usage examples for org.springframework.beans.factory.xml PluggableSchemaResolver PluggableSchemaResolver

Introduction

In this page you can find the example usage for org.springframework.beans.factory.xml PluggableSchemaResolver PluggableSchemaResolver.

Prototype

public PluggableSchemaResolver(@Nullable ClassLoader classLoader, String schemaMappingsLocation) 

Source Link

Document

Loads the schema URL -> schema file location mappings using the given mapping file pattern.

Usage