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, ClassLoader jspClassLoader, TldLocationsCache tldLocationsCache)
          Create an JspServletOptions object using data available from ServletConfig and ServletContext.
 

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

Fields in org.apache.sling.scripting.jsp.jasper declared as IOProvider
static IOProvider IOProvider.DEFAULT
          The default output provider, which is based on the OS filesystem
 

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.
 

Methods in org.apache.sling.scripting.jsp.jasper.compiler with parameters of type IOProvider
 void JspRuntimeContext.setIOProvider(IOProvider ioProvider)
          Sets the IOProvider to use in this context.
 



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