当前页面:
在线文档首页 >
Spring Framework 2.0.5 API 文档英文版
NamespaceHandlerResolver (Spring Framework API 2.0) - Spring Framework 2.0.5 API 文档英文版
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
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
)
Copyright © 2002-2007 The Spring Framework.