* second element denotes the name of the TLD entry in the jar file.
* Returns null if the given uri is not associated with any tag library
* 'exposed' in the web application.
*/
public TldLocation getTldLocation(String uri) throws JasperException {
TldLocation location =
getOptions().getTldLocationsCache().getLocation(uri);
return location;
}