// return options which use the jspClassLoader
options = new JspServletOptions(slingServletContext, ioProvider,
componentContext, jspClassLoader, tldLocationsCache);
// Initialize the JSP Runtime Context
jspRuntimeContext = new JspRuntimeContext(slingServletContext,
options);
// by default access the repository
jspRuntimeContext.setIOProvider(ioProvider);