Uses of Interface
org.apache.sling.scripting.jsp.jasper.IOProvider
Packages that use IOProvider
-
Uses of IOProvider in org.apache.sling.scripting.jsp.jasper.compiler
Methods in org.apache.sling.scripting.jsp.jasper.compiler that return IOProviderModifier and TypeMethodDescriptionJspRuntimeContext.getIOProvider()Returns the currentIOProviderof this context.Constructors in org.apache.sling.scripting.jsp.jasper.compiler with parameters of type IOProviderModifierConstructorDescriptionJspRuntimeContext(javax.servlet.ServletContext context, Options options, IOProvider ioProvider) Create a JspRuntimeContext for a web application context.