站内搜索: 请输入搜索关键词
当前页面: 在线文档首页 > Spring Framework 2.0.5 API 文档英文版

NamespaceHandlerResolver (Spring Framework API 2.0) - Spring Framework 2.0.5 API 文档英文版

The Spring Framework

org.springframework.beans.factory.xml
Interface NamespaceHandlerResolver

All Known Implementing Classes:
DefaultNamespaceHandlerResolver

public interface NamespaceHandlerResolver

Used by the DefaultBeanDefinitionDocumentReader to locate a NamespaceHandler implementation for a particular namespace URI.

Since:
2.0
Author:
Rob Harrop
See Also:
NamespaceHandler, DefaultBeanDefinitionDocumentReader

Method Summary
 NamespaceHandler resolve(String namespaceUri)
          Resolve the namespace URI and return the located NamespaceHandler implementation.
 

Method Detail

resolve

NamespaceHandler resolve(String namespaceUri)
Resolve the namespace URI and return the located NamespaceHandler implementation.

Parameters:
namespaceUri - the relevant namespace URI
Returns:
the located NamespaceHandler (may be null)

The Spring Framework

Copyright © 2002-2007 The Spring Framework.