public interface TagLibraryResolver
TagLibraryResolver
represents an object capable of
resolving a URI to a TagLibrary instance.
Modifier and Type | Method and Description |
---|---|
TagLibrary |
resolveTagLibrary(String uri)
Attempts to resolve the given URI to be associated with a TagLibrary
otherwise null is returned to indicate no tag library could be found
so that the namespace URI should be treated as just vanilla XML.
|
TagLibrary resolveTagLibrary(String uri)
Copyright © 2014 Apache Software Foundation. All rights reserved.