940941942943944945946
} catch (MalformedURLException me) { System.out.println("**" + me); } rctxt = new JspRuntimeContext(context, this); jspConfig = new JspConfig(context); tagPluginManager = new TagPluginManager(context); }
716717718719720721722
// START SJSAS 6384538 jspConfig = new JspConfig(context, this); // END SJSAS 6384538 // Create a Tag plugin instance tagPluginManager = new TagPluginManager(context); }
1439144014411442144314441445
752753754755756757758
// Setup the jsp config info for this web app. jspConfig = new JspConfig(context); // Create a Tag plugin instance tagPluginManager = new TagPluginManager(context); }
1254125512561257125812591260
682683684685686687688
633634635636637638639
1473147414751476147714781479
jspConfig = new JspConfig(context); */ // START SJSAS 6384538 jspConfig = new JspConfig(context, this); // END SJSAS 6384538 tagPluginManager = new TagPluginManager(context); }
694695696697698699700
1085108610871088108910901091