Uses of Interface
org.apache.sling.scripting.jsp.jasper.IOProvider

Packages that use IOProvider
org.apache.sling.scripting.jsp   
org.apache.sling.scripting.jsp.jasper   
org.apache.sling.scripting.jsp.jasper.compiler   
 

Uses of IOProvider in org.apache.sling.scripting.jsp
 

Constructors in org.apache.sling.scripting.jsp with parameters of type IOProvider
JspServletOptions(javax.servlet.ServletContext servletContext, IOProvider ioProvider, org.osgi.service.component.ComponentContext componentContext, TldLocationsCache tldLocationsCache)
          Create an JspServletOptions object using data available from ServletConfig and ServletContext.
 

Uses of IOProvider in org.apache.sling.scripting.jsp.jasper
 

Constructors in org.apache.sling.scripting.jsp.jasper with parameters of type IOProvider
IsolatedClassLoader(IOProvider ioProvider)
           
 

Uses of IOProvider in org.apache.sling.scripting.jsp.jasper.compiler
 

Methods in org.apache.sling.scripting.jsp.jasper.compiler that return IOProvider
 IOProvider JspRuntimeContext.getIOProvider()
          Returns the current IOProvider of this context.
 

Constructors in org.apache.sling.scripting.jsp.jasper.compiler with parameters of type IOProvider
JspRuntimeContext(javax.servlet.ServletContext context, Options options, IOProvider ioProvider)
          Create a JspRuntimeContext for a web application context.
 



Copyright © 2007-2012 The Apache Software Foundation. All Rights Reserved.