1239124012411242124312441245
} catch (MalformedURLException me) { System.out.println("**" + me); } rctxt = new JspRuntimeContext(context, this); jspConfig = new JspConfig(context); tagPluginManager = new TagPluginManager(context); }
682683684685686687688
// Setup the jsp config info for this web app. jspConfig = new JspConfig(context); // Create a Tag plugin instance tagPluginManager = new TagPluginManager(context); }
1404140514061407140814091410
694695696697698699700
721722723724725726727
615616617618619620621
531532533534535536537
// Setup the jsp config info for this web app. this.jspConfig = new JspConfig(servletContext); // Create a Tag plugin instance this.tagPluginManager = new TagPluginManager(servletContext); }
437438439440441442443
getLog().error("Cannot setup ServletContext", me); } rctxt = new JspRuntimeContext(context, this); jspConfig = new JspConfig(context); tagPluginManager = new TagPluginManager(context); }
431432433434435436437
658659660661662663664