Gets the tag library corresponding to the given URI. @param uri The URI to look up @return Tag library corresponding to the given URI
(String uri)
| 430 | * @return Tag library corresponding to the given URI |
| 431 | */ |
| 432 | public TagLibraryInfo getTaglib(String uri) { |
| 433 | return taglibsMap.get(uri); |
| 434 | } |
| 435 | |
| 436 | /** |
| 437 | * Gets the collection of tag libraries that are associated with a URI. |
no test coverage detected