|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface NamespaceHandlerResolver
Used by the DefaultBeanDefinitionDocumentReader
to
locate a NamespaceHandler
implementation for a particular namespace URI.
NamespaceHandler
,
DefaultBeanDefinitionDocumentReader
Method Summary | |
---|---|
NamespaceHandler |
resolve(String namespaceUri)
Resolve the namespace URI and return the located NamespaceHandler
implementation. |
Method Detail |
---|
NamespaceHandler resolve(String namespaceUri)
NamespaceHandler
implementation.
namespaceUri
- the relevant namespace URI
NamespaceHandler
(may be null
)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |