public DefaultNamespaceHandlerResolver(ClassLoader classLoader)(Code)
Create a new DefaultNamespaceHandlerResolver using the
default mapping file location.
Parameters: classLoader - the ClassLoader instance used to load mapping resources (may be null, inwhich case the thread context ClassLoader will be used) See Also:DefaultNamespaceHandlerResolver.SPRING_HANDLER_MAPPINGS_LOCATION
DefaultNamespaceHandlerResolver
public DefaultNamespaceHandlerResolver(ClassLoader classLoader, String handlerMappingsLocation)(Code)
Create a new DefaultNamespaceHandlerResolver using the
supplied mapping file location.
Parameters: classLoader - the ClassLoader instance used to load mapping resources (may be null, inwhich case the thread context ClassLoader will be used) Parameters: handlerMappingsLocation - the mapping file location See Also:DefaultNamespaceHandlerResolver.SPRING_HANDLER_MAPPINGS_LOCATION
Locate the
NamespaceHandler for the supplied namespace URI
from the configured mappings.
Parameters: namespaceUri - the relevant namespace URI the located NamespaceHandler, or null if none found