Skip navigation links
A C D E F G H I J K L M N O P R S T W 

A

addPlugin(String, String) - Method in class org.apache.tomcat.util.descriptor.tagplugin.TagPluginParser
 

C

canonicalURI(String) - Static method in class org.apache.jasper.JspCompilationContext
 
checkOutputDir() - Method in class org.apache.jasper.JspCompilationContext
 
clearJspLoader() - Method in class org.apache.jasper.JspCompilationContext
 
compile() - Method in class org.apache.jasper.JspCompilationContext
 
createCompiler() - Method in class org.apache.jasper.JspCompilationContext
Create a "Compiler" object based on some init param data.
createCompiler(String) - Method in class org.apache.jasper.JspCompilationContext
 
createOutputDir() - Method in class org.apache.jasper.JspCompilationContext
 

D

debug(Object) - Method in class org.ops4j.pax.web.jsp.Slf4jLog
 
debug(Object, Throwable) - Method in class org.ops4j.pax.web.jsp.Slf4jLog
 
destroy() - Method in class org.ops4j.pax.web.jsp.JspServletWrapper
Delegates to jasper servlet with a controlled context class loader.
destroyInstance(Object) - Method in class org.ops4j.pax.web.jsp.InstanceManager
 
DigesterFactory - Class in org.ops4j.pax.web.jsp
Wrapper class around the Digester that hide Digester's initialization details.
DigesterFactory() - Constructor for class org.ops4j.pax.web.jsp.DigesterFactory
 

E

equals(Object) - Method in class org.ops4j.pax.web.jsp.JasperClassLoader
 
error(Object) - Method in class org.ops4j.pax.web.jsp.Slf4jLog
 
error(Object, Throwable) - Method in class org.ops4j.pax.web.jsp.Slf4jLog
 

F

fatal(Object) - Method in class org.ops4j.pax.web.jsp.Slf4jLog
 
fatal(Object, Throwable) - Method in class org.ops4j.pax.web.jsp.Slf4jLog
 
findResources(String) - Method in class org.ops4j.pax.web.jsp.JasperClassLoader
 

G

getAnnotationCacheSize() - Method in class org.ops4j.pax.web.jsp.InstanceManager
Makes cache size available to unit tests.
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 make 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
 

H

hashCode() - Method in class org.ops4j.pax.web.jsp.JasperClassLoader
 

I

incrementRemoved() - Method in class org.apache.jasper.JspCompilationContext
 
info(Object) - Method in class org.ops4j.pax.web.jsp.Slf4jLog
 
info(Object, Throwable) - Method in class org.ops4j.pax.web.jsp.Slf4jLog
 
init(ServletConfig) - Method in class org.ops4j.pax.web.jsp.JspServletWrapper
Delegates to jasper servlet with a controlled context class loader.
InstanceManager - Class in org.ops4j.pax.web.jsp
 
InstanceManager() - Constructor for class org.ops4j.pax.web.jsp.InstanceManager
 
isDebugEnabled() - Method in class org.ops4j.pax.web.jsp.Slf4jLog
 
isErrorEnabled() - Method in class org.ops4j.pax.web.jsp.Slf4jLog
 
isFatalEnabled() - Method in class org.ops4j.pax.web.jsp.Slf4jLog
 
isInfoEnabled() - Method in class org.ops4j.pax.web.jsp.Slf4jLog
 
isPathSeparator(char) - Static method in class org.apache.jasper.JspCompilationContext
 
isPrototypeMode() - Method in class org.apache.jasper.JspCompilationContext
 
isRemoved() - Method in class org.apache.jasper.JspCompilationContext
 
isTagFile() - Method in class org.apache.jasper.JspCompilationContext
 
isTraceEnabled() - Method in class org.ops4j.pax.web.jsp.Slf4jLog
 
isWarnEnabled() - Method in class org.ops4j.pax.web.jsp.Slf4jLog
 

J

JasperClassLoader - Class in org.ops4j.pax.web.jsp
Jasper enforces a URLClassLoader so he can lookup the jars in order to get the TLDs.
JasperClassLoader(Bundle, ClassLoader) - Constructor for class org.ops4j.pax.web.jsp.JasperClassLoader
 
JasperInitializer - Class in org.ops4j.pax.web.jsp
Initializer for the Jasper JSP Engine.
JasperInitializer() - Constructor for class org.ops4j.pax.web.jsp.JasperInitializer
 
JspCompilationContext - Class in org.apache.jasper
A place holder for various things that are used through out the JSP engine.
JspCompilationContext(String, Options, ServletContext, JspServletWrapper, JspRuntimeContext) - Constructor for class org.apache.jasper.JspCompilationContext
 
JspCompilationContext(String, TagInfo, Options, ServletContext, JspServletWrapper, JspRuntimeContext, Jar) - Constructor for class org.apache.jasper.JspCompilationContext
 
JspServletWrapper - Class in org.ops4j.pax.web.jsp
Wrapper of Jasper JspServlet that knows how to deal with resources loaded from osgi context.
JspServletWrapper(String, URLClassLoader) - Constructor for class org.ops4j.pax.web.jsp.JspServletWrapper
Constructor that provides a custom class loader, in order to be able to customize the behavior of Jasper with full control over the class loading mechanism.
JspServletWrapper(Bundle, String) - Constructor for class org.ops4j.pax.web.jsp.JspServletWrapper
 
JspServletWrapper(Bundle) - Constructor for class org.ops4j.pax.web.jsp.JspServletWrapper
 
JspWebdefaults - Interface in org.ops4j.pax.web.jsp
This Interface only contains the Constants for the JSP web defaults used by the deploying class for JSPs

K

keepGenerated() - Method in class org.apache.jasper.JspCompilationContext
 

L

load() - Method in class org.apache.jasper.JspCompilationContext
 
loadClass(String) - Method in class org.ops4j.pax.web.jsp.JasperClassLoader
Delegate to bundle class loader.
loadClassMaybePrivileged(String, ClassLoader) - Method in class org.ops4j.pax.web.jsp.InstanceManager
 

M

makeOutputDir() - Method in class org.apache.jasper.JspCompilationContext
 

N

newDigester(boolean, boolean, RuleSet, boolean) - Static method in class org.ops4j.pax.web.jsp.DigesterFactory
Create a Digester parser.
newInstance(String) - Method in class org.ops4j.pax.web.jsp.InstanceManager
 
newInstance(String, ClassLoader) - Method in class org.ops4j.pax.web.jsp.InstanceManager
 
newInstance(Object) - Method in class org.ops4j.pax.web.jsp.InstanceManager
 
newInstance(Class<?>) - Method in class org.ops4j.pax.web.jsp.InstanceManager
 
newTldScanner(ServletContext, boolean, boolean, boolean) - Method in class org.ops4j.pax.web.jsp.JasperInitializer
 

O

onStartup(Set<Class<?>>, ServletContext) - Method in class org.ops4j.pax.web.jsp.JasperInitializer
 
org.apache.jasper - package org.apache.jasper
 
org.apache.jasper.compiler - package org.apache.jasper.compiler
 
org.apache.tomcat.util.descriptor.tagplugin - package org.apache.tomcat.util.descriptor.tagplugin
 
org.ops4j.pax.web.jsp - package org.ops4j.pax.web.jsp
 

P

parse(URL) - Method in class org.apache.tomcat.util.descriptor.tagplugin.TagPluginParser
 
parse(TldResourcePath) - Method in class org.ops4j.pax.web.jsp.TldParser
 
parseTld(String) - Method in class org.ops4j.pax.web.jsp.TldScanner
 
parseTld(TldResourcePath) - Method in class org.ops4j.pax.web.jsp.TldScanner
 
PID - Static variable in interface org.ops4j.pax.web.jsp.JspWebdefaults
Service PID used for configuration.
populateAnnotationsCache(Class<?>, Map<String, String>) - Method in class org.ops4j.pax.web.jsp.InstanceManager
Make sure that the annotations cache has been populated for the provided class.
preDestroy(Object, Class<?>) - Method in class org.ops4j.pax.web.jsp.InstanceManager
Call preDestroy method on the specified instance recursively from deepest superclass to actual class.
PROPERTY_JSP_CHECK_INTERVAL - Static variable in interface org.ops4j.pax.web.jsp.JspWebdefaults
 
PROPERTY_JSP_DEBUG_INFO - Static variable in interface org.ops4j.pax.web.jsp.JspWebdefaults
 
PROPERTY_JSP_DEVELOPMENT - Static variable in interface org.ops4j.pax.web.jsp.JspWebdefaults
 
PROPERTY_JSP_ENABLE_POOLING - Static variable in interface org.ops4j.pax.web.jsp.JspWebdefaults
 
PROPERTY_JSP_IE_CLASS_ID - Static variable in interface org.ops4j.pax.web.jsp.JspWebdefaults
 
PROPERTY_JSP_JAVA_ENCODING - Static variable in interface org.ops4j.pax.web.jsp.JspWebdefaults
 
PROPERTY_JSP_KEEP_GENERATED - Static variable in interface org.ops4j.pax.web.jsp.JspWebdefaults
 
PROPERTY_JSP_LOG_VERBOSITY_LEVEL - Static variable in interface org.ops4j.pax.web.jsp.JspWebdefaults
 
PROPERTY_JSP_MAPPED_FILE - Static variable in interface org.ops4j.pax.web.jsp.JspWebdefaults
 
PROPERTY_JSP_PRECOMPILATION - Static variable in interface org.ops4j.pax.web.jsp.JspWebdefaults
 
PROPERTY_JSP_SCRATCH_DIR - Static variable in interface org.ops4j.pax.web.jsp.JspWebdefaults
Scratch directory for JSPs
PROPERTY_JSP_TAGPOOL_MAX_SIZE - Static variable in interface org.ops4j.pax.web.jsp.JspWebdefaults
 

R

resolveRelativeUri(String) - Method in class org.apache.jasper.JspCompilationContext
Get the full value of a URI relative to this compilations context uses current file as the base.

S

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
 
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
 
setServletPackageName(String) - Method in class org.apache.jasper.JspCompilationContext
The package name into which the servlet class is generated.
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
 

T

TagPluginParser - Class in org.apache.tomcat.util.descriptor.tagplugin
Parser for Tag Plugin descriptors.
TagPluginParser(ServletContext, boolean) - Constructor for class org.apache.tomcat.util.descriptor.tagplugin.TagPluginParser
 
TldCache - Class in org.apache.jasper.compiler
This class caches parsed instances of TLD files to remove the need for the same TLD to be parsed for each JSP that references it.
TldCache(ServletContext, Map<String, TldResourcePath>, Map<TldResourcePath, TaglibXml>) - Constructor for class org.apache.jasper.compiler.TldCache
 
TldParser - Class in org.ops4j.pax.web.jsp
Parses a Tag Library Descriptor.
TldParser(boolean, boolean, boolean) - Constructor for class org.ops4j.pax.web.jsp.TldParser
 
TldParser(boolean, boolean, RuleSet, boolean) - Constructor for class org.ops4j.pax.web.jsp.TldParser
 
TldScanner - Class in org.ops4j.pax.web.jsp
Scans for and loads Tag Library Descriptors contained in a web application.
TldScanner(ServletContext, boolean, boolean, boolean) - Constructor for class org.ops4j.pax.web.jsp.TldScanner
Initialize with the application's ServletContext.
toString() - Method in class org.ops4j.pax.web.jsp.JasperClassLoader
 
trace(Object) - Method in class org.ops4j.pax.web.jsp.Slf4jLog
 
trace(Object, Throwable) - Method in class org.ops4j.pax.web.jsp.Slf4jLog
 

W

warn(Object) - Method in class org.ops4j.pax.web.jsp.Slf4jLog
 
warn(Object, Throwable) - Method in class org.ops4j.pax.web.jsp.Slf4jLog
 
A C D E F G H I J K L M N O P R S T W 
Skip navigation links

Copyright © 2006–2019 OPS4J - Open Participation Software for Java. All rights reserved.