729730731732733734735
// START SJSAS 6384538 jspConfig = new JspConfig(context, this); // END SJSAS 6384538 // Create a Tag plugin instance tagPluginManager = new TagPluginManager(context); }
642643644645646647648
// Setup the jsp config info for this web app. jspConfig = new JspConfig(context); // Create a Tag plugin instance tagPluginManager = new TagPluginManager(context); }
1192119311941195119611971198
} catch (MalformedURLException me) { System.out.println("**" + me); } rctxt = new JspRuntimeContext(context, this); jspConfig = new JspConfig(context); tagPluginManager = new TagPluginManager(context); }
975976977978979980981
1419142014211422142314241425
context = new JspCServletContext(log, resourceBase); tldLocationsCache = TldLocationsCache.getInstance(context); rctxt = new JspRuntimeContext(context, this); jspConfig = new JspConfig(context); tagPluginManager = new TagPluginManager(context); }
752753754755756757758
861862863864865866867
1426142714281429143014311432
1254125512561257125812591260
984985986987988989990