// Setup the global Tag Libraries location cache for this
// web-application.
this.tldLocationsCache = tldLocationsCache;
// Setup the jsp config info for this web app.
this.jspConfig = new JspConfig(servletContext);
// Create a Tag plugin instance
this.tagPluginManager = new TagPluginManager(servletContext);
}