- getAnnotationCacheSize() - Method in class org.ops4j.pax.web.jsp.InstanceManager
-
Makes cache size available to unit tests.
- getBasePackageName() - Method in class org.apache.jasper.JspCompilationContext
-
- getClassFileName() - Method in class org.apache.jasper.JspCompilationContext
-
- getClassLoader() - Method in class org.apache.jasper.JspCompilationContext
-
What class loader to use for loading classes while compiling
this JSP?
- getClassLoader() - Method in class org.ops4j.pax.web.jsp.JspServletWrapper
-
Provides access to the embedded class loader, mostly useful for
performing validation checks on the class loader in integration tests.
- getClassPath() - Method in class org.apache.jasper.JspCompilationContext
-
- getCompiler() - Method in class org.apache.jasper.JspCompilationContext
-
- getDerivedPackageName() - Method in class org.apache.jasper.JspCompilationContext
-
- getFQCN() - Method in class org.apache.jasper.JspCompilationContext
-
- getInstance(ServletContext) - Static method in class org.apache.jasper.compiler.TldCache
-
- getJavaPath() - Method in class org.apache.jasper.JspCompilationContext
-
- getJspFile() - Method in class org.apache.jasper.JspCompilationContext
-
Path of the JSP URI.
- getJspLoader() - Method in class org.apache.jasper.JspCompilationContext
-
- getLastModified(String) - Method in class org.apache.jasper.JspCompilationContext
-
- getLastModified(String, Jar) - Method in class org.apache.jasper.JspCompilationContext
-
- getListeners() - Method in class org.ops4j.pax.web.jsp.TldScanner
-
Returns a list of all listeners declared by scanned TLDs.
- getName(Method) - Static method in class org.ops4j.pax.web.jsp.InstanceManager
-
- getOptions() - Method in class org.apache.jasper.JspCompilationContext
-
- getOutputDir() - Method in class org.apache.jasper.JspCompilationContext
-
The output directory to generate code into.
- getPlugins() - Method in class org.apache.tomcat.util.descriptor.tagplugin.TagPluginParser
-
- getRealPath(String) - Method in class org.apache.jasper.JspCompilationContext
-
Gets the actual path of a URI relative to the context of
the compilation.
- getResource(String) - Method in class org.apache.jasper.JspCompilationContext
-
- getResource(String) - Method in class org.ops4j.pax.web.jsp.JasperClassLoader
-
Delegate to bundle class loader.
- getResourceAsStream(String) - Method in class org.apache.jasper.JspCompilationContext
-
Gets a resource as a stream, relative to the meanings of this
context's implementation.
- getResourcePaths(String) - Method in class org.apache.jasper.JspCompilationContext
-
- getResources(String) - Method in class org.ops4j.pax.web.jsp.JasperClassLoader
-
Delegate to bundle class loader.
- getRuntimeContext() - Method in class org.apache.jasper.JspCompilationContext
-
- getServletClassName() - Method in class org.apache.jasper.JspCompilationContext
-
Just the class name (does not include package name) of the
generated class.
- getServletConfig() - Method in class org.ops4j.pax.web.jsp.JspServletWrapper
-
Delegates to jasper servlet.
- getServletContext() - Method in class org.apache.jasper.JspCompilationContext
-
- getServletInfo() - Method in class org.ops4j.pax.web.jsp.JspServletWrapper
-
Delegates to jasper servlet.
- getServletJavaFileName() - Method in class org.apache.jasper.JspCompilationContext
-
- getServletPackageName() - Method in class org.apache.jasper.JspCompilationContext
-
Package name for the generated class is made up of the base package
name, which is user settable, and the derived package name.
- getTagFileJar() - Method in class org.apache.jasper.JspCompilationContext
-
Returns the JAR file in which the tag file for which this
JspCompilationContext was created is packaged, or null if this
JspCompilationContext does not correspond to a tag file, or if the
corresponding tag file is not packaged in a JAR.
- getTagInfo() - Method in class org.apache.jasper.JspCompilationContext
-
- getTaglibXml(TldResourcePath) - Method in class org.apache.jasper.compiler.TldCache
-
- getTldResourcePath(String) - Method in class org.apache.jasper.compiler.TldCache
-
- getTldResourcePath(String) - Method in class org.apache.jasper.JspCompilationContext
-
Gets the 'location' of the TLD associated with the given taglib 'uri'.
- getTldResourcePathTaglibXmlMap() - Method in class org.ops4j.pax.web.jsp.TldScanner
-
Returns the map of TldResourcePath to parsed XML files built by this
scanner.
- getUriTldResourcePathMap() - Method in class org.ops4j.pax.web.jsp.TldScanner
-
Returns the map of URI to TldResourcePath built by this scanner.
- getURLs() - Method in class org.ops4j.pax.web.jsp.JasperClassLoader
-
- getWriter() - Method in class org.apache.jasper.JspCompilationContext
-
- scan() - Method in class org.ops4j.pax.web.jsp.TldScanner
-
Scan for TLDs in all places defined by the specification:
Tag libraries defined by the platform
Entries from <jsp-config> in web.xml
A resources under /WEB-INF
In jar files from /WEB-INF/lib
Additional entries from the container
- scanBundlesInClassSpace(String, String, boolean) - Method in class org.ops4j.pax.web.jsp.JasperClassLoader
-
Scans the imported and required bundles for matching resources.
- scanJars() - Method in class org.ops4j.pax.web.jsp.TldScanner
-
Scan for TLDs in JARs in /WEB-INF/lib.
- scanJspConfig() - Method in class org.ops4j.pax.web.jsp.TldScanner
-
Scan for TLDs defined in <jsp-config>.
- scanPlatform() - Method in class org.ops4j.pax.web.jsp.TldScanner
-
Scan for TLDs required by the platform specification.
- scanResourcePaths(String) - Method in class org.ops4j.pax.web.jsp.TldScanner
-
Scan web application resources for TLDs, recursively.
- service(ServletRequest, ServletResponse) - Method in class org.ops4j.pax.web.jsp.JspServletWrapper
-
Delegates to jasper servlet with a controlled context class loader.
- SERVLET_API_PUBLIC_IDS - Static variable in class org.ops4j.pax.web.jsp.DigesterFactory
-
Mapping of well-known public IDs used by the Servlet API to the matching
local resource.
- SERVLET_API_SYSTEM_IDS - Static variable in class org.ops4j.pax.web.jsp.DigesterFactory
-
Mapping of well-known system IDs used by the Servlet API to the matching
local resource.
- SERVLET_CONTEXT_ATTRIBUTE_NAME - Static variable in class org.apache.jasper.compiler.TldCache
-
- setBasePackageName(String) - Method in class org.apache.jasper.JspCompilationContext
-
The package name into which the servlet class is generated.
- setClassLoader(ClassLoader) - Method in class org.apache.jasper.JspCompilationContext
-
- setClassLoader(ClassLoader) - Method in class org.ops4j.pax.web.jsp.TldParser
-
- setClassLoader(ClassLoader) - Method in class org.ops4j.pax.web.jsp.TldScanner
-
Set the class loader used by the digester to create objects as a result
of this scan.
- setClassPath(String) - Method in class org.apache.jasper.JspCompilationContext
-
The classpath that is passed off to the Java compiler.
- setPrototypeMode(boolean) - Method in class org.apache.jasper.JspCompilationContext
-
- setServletClassName(String) - Method in class org.apache.jasper.JspCompilationContext
-
- setTagFileJar(Jar) - Method in class org.apache.jasper.JspCompilationContext
-
- setTagInfo(TagInfo) - Method in class org.apache.jasper.JspCompilationContext
-
- setWriter(ServletWriter) - Method in class org.apache.jasper.JspCompilationContext
-
- Slf4jLog - Class in org.ops4j.pax.web.jsp
-
Wraps SLF4J logger for JULI.
- Slf4jLog() - Constructor for class org.ops4j.pax.web.jsp.Slf4jLog
-
- Slf4jLog(String) - Constructor for class org.ops4j.pax.web.jsp.Slf4jLog
-