Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep
A B C D E F G H I J K L M N O P R S T U V W X

A

ALL_WEBXML - Static variable in class org.apache.jasper.JspC
 
ALT_DD_ATTR - Static variable in class org.apache.jasper.Constants
 
addExtension(String) - Method in class org.apache.jasper.JspC
Adds the given file extension to the list of extensions handled as JSP files.
addWebXmlMappings - Variable in class org.apache.jasper.JspC
 
argPos - Variable in class org.apache.jasper.JspC
 
args - Variable in class org.apache.jasper.JspC
 

B

baseOutputDir - Variable in class org.apache.jasper.JspCompilationContext
 
basePackageName - Variable in class org.apache.jasper.JspCompilationContext
 
baseURI - Variable in class org.apache.jasper.JspCompilationContext
 
baseUrl - Variable in class org.apache.jasper.JspCompilationContext
 

C

CACHED_DTD_PUBLIC_IDS - Static variable in class org.apache.jasper.Constants
List of the Public IDs that we cache, and their associated location.
CACHED_DTD_RESOURCE_PATHS - Static variable in class org.apache.jasper.Constants
 
Constants - class org.apache.jasper.Constants.
Some constants and other global data that are used by the compiler and the runtime.
Constants() - Constructor for class org.apache.jasper.Constants
 
cache - Variable in class org.apache.jasper.JspC
 
caching - Variable in class org.apache.jasper.JspC
 
canonicalURI(String) - Static method in class org.apache.jasper.JspCompilationContext
 
checkInterval - Variable in class org.apache.jasper.EmbeddedServletOptions
Background compile thread check interval in seconds.
classDebugInfo - Variable in class org.apache.jasper.EmbeddedServletOptions
Do we want to include debugging information in the class file?
classDebugInfo - Variable in class org.apache.jasper.JspC
 
classFileName - Variable in class org.apache.jasper.JspCompilationContext
 
className - Variable in class org.apache.jasper.JspCompilationContext
 
classPath - Variable in class org.apache.jasper.JspC
 
classPath - Variable in class org.apache.jasper.JspCompilationContext
 
classpath - Variable in class org.apache.jasper.EmbeddedServletOptions
What classpath should I use while compiling generated servlets?
classpath - Variable in class org.apache.jasper.JspEngineContext
 
compile - Variable in class org.apache.jasper.JspC
 
compile() - Method in class org.apache.jasper.JspCompilationContext
 
compiler - Variable in class org.apache.jasper.EmbeddedServletOptions
Compiler to use.
compiler - Variable in class org.apache.jasper.JspC
 
compilerSourceVM - Variable in class org.apache.jasper.EmbeddedServletOptions
The compiler source VM.
compilerSourceVM - Variable in class org.apache.jasper.JspC
 
compilerTargetVM - Variable in class org.apache.jasper.EmbeddedServletOptions
Compiler target VM.
compilerTargetVM - Variable in class org.apache.jasper.JspC
 
completeWebXml() - Method in class org.apache.jasper.JspC
 
contentType - Variable in class org.apache.jasper.JspCompilationContext
 
contentType - Variable in class org.apache.jasper.JspEngineContext
 
context - Variable in class org.apache.jasper.JspC
The servlet context.
context - Variable in class org.apache.jasper.JspCompilationContext
 
context - Variable in class org.apache.jasper.JspEngineContext
 
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
 
createCompiler() - Method in class org.apache.jasper.JspEngineContext
Create a "Compiler" object based on some init param data.
createOutputDir() - Method in class org.apache.jasper.JspCompilationContext
 

D

DEFAULT_BUFFER_SIZE - Static variable in class org.apache.jasper.Constants
 
DEFAULT_DIE_LEVEL - Static variable in class org.apache.jasper.JspC
 
DEFAULT_IE_CLASS_ID - Static variable in class org.apache.jasper.JspC
 
DEFAULT_TAG_BUFFER_SIZE - Static variable in class org.apache.jasper.Constants
Default size for the tag buffers.
derivedPackageName - Variable in class org.apache.jasper.JspCompilationContext
 
development - Variable in class org.apache.jasper.EmbeddedServletOptions
Is Jasper being used in development mode?
die - Static variable in class org.apache.jasper.JspC
 
dieLevel - Variable in class org.apache.jasper.JspC
 

E

ESC - Static variable in class org.apache.jasper.Constants
A replacement char for "\$".
ESCStr - Static variable in class org.apache.jasper.Constants
 
EmbeddedServletOptions - class org.apache.jasper.EmbeddedServletOptions.
A class to hold all init parameters specific to the JSP engine.
EmbeddedServletOptions(ServletConfig, ServletContext) - Constructor for class org.apache.jasper.EmbeddedServletOptions
Create an EmbeddedServletOptions object using data available from ServletConfig and ServletContext.
errorOnUseBeanInvalidClassAttribute - Variable in class org.apache.jasper.EmbeddedServletOptions
 
errorOnUseBeanInvalidClassAttribute - Variable in class org.apache.jasper.JspC
Needs better documentation, this data member does.
execute() - Method in class org.apache.jasper.JspC
Executes the compilation.
extensions - Variable in class org.apache.jasper.JspC
The file extensions to be handled as JSP files.

F

FORWARD_SEEN - Static variable in class org.apache.jasper.Constants
 
failOnError - Variable in class org.apache.jasper.JspC
Throw an exception if there's a compilation error, or swallow it.
fork - Variable in class org.apache.jasper.EmbeddedServletOptions
Should Ant fork its java compiles of JSP pages.
fullstop - Variable in class org.apache.jasper.JspC
 

G

genStringAsCharArray - Variable in class org.apache.jasper.EmbeddedServletOptions
Are Text strings to be generated as char arrays?
genStringAsCharArray() - Method in class org.apache.jasper.EmbeddedServletOptions
Are Text strings to be generated as char arrays?
genStringAsCharArray - Variable in class org.apache.jasper.JspC
 
genStringAsCharArray() - Method in class org.apache.jasper.JspC
Indicates whether text strings are to be generated as char arrays.
genStringAsCharArray() - Method in interface org.apache.jasper.Options
Are Text strings to be generated as char arrays?
generateWebMapping(String, JspCompilationContext) - Method in class org.apache.jasper.JspC
 
getCache() - Method in class org.apache.jasper.EmbeddedServletOptions
 
getCache() - Method in class org.apache.jasper.JspC
 
getCache() - Method in interface org.apache.jasper.Options
The web-application wide cache for the returned TreeNode by parseXMLDocument in TagLibraryInfoImpl.parseTLD, if isCaching returns true.
getCheckInterval() - Method in class org.apache.jasper.EmbeddedServletOptions
Background JSP compile thread check intervall
getCheckInterval() - Method in class org.apache.jasper.JspC
Background compilation check intervals in seconds
getCheckInterval() - Method in interface org.apache.jasper.Options
Background compile thread check interval in seconds
getClassDebugInfo() - Method in class org.apache.jasper.EmbeddedServletOptions
Should class files be compiled with debug information?
getClassDebugInfo() - Method in class org.apache.jasper.JspC
 
getClassDebugInfo() - Method in interface org.apache.jasper.Options
Should we include debug information in compiled class?
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.apache.jasper.JspEngineContext
What class loader to use for loading classes while compiling this JSP? I don't think this is used right now -- akv.
getClassPath() - Method in class org.apache.jasper.EmbeddedServletOptions
What classpath should I use while compiling the servlets generated from JSP files?
getClassPath() - Method in class org.apache.jasper.JspC
 
getClassPath() - Method in class org.apache.jasper.JspCompilationContext
The classpath that is passed off to the Java compiler.
getClassPath() - Method in class org.apache.jasper.JspEngineContext
The classpath that is passed off to the Java compiler.
getClassPath() - Method in interface org.apache.jasper.Options
What classpath should I use while compiling the servlets generated from JSP files?
getCompiler() - Method in class org.apache.jasper.EmbeddedServletOptions
Compiler to use.
getCompiler() - Method in class org.apache.jasper.JspC
Compiler to use.
getCompiler() - Method in class org.apache.jasper.JspCompilationContext
 
getCompiler() - Method in interface org.apache.jasper.Options
Compiler to use.
getCompilerSourceVM() - Method in class org.apache.jasper.EmbeddedServletOptions
 
getCompilerSourceVM() - Method in class org.apache.jasper.JspC
 
getCompilerSourceVM() - Method in interface org.apache.jasper.Options
Compiler source VM, e.g.
getCompilerTargetVM() - Method in class org.apache.jasper.EmbeddedServletOptions
 
getCompilerTargetVM() - Method in class org.apache.jasper.JspC
 
getCompilerTargetVM() - Method in interface org.apache.jasper.Options
The compiler target VM, e.g.
getContentType() - Method in class org.apache.jasper.JspCompilationContext
Get the content type of this JSP.
getContentType() - Method in class org.apache.jasper.JspEngineContext
What's the content type of this JSP? Content type includes content type and encoding.
getDerivedPackageName() - Method in class org.apache.jasper.JspCompilationContext
 
getDevelopment() - Method in class org.apache.jasper.EmbeddedServletOptions
Is Jasper being used in development mode?
getDevelopment() - Method in class org.apache.jasper.JspC
Is Jasper being used in development mode?
getDevelopment() - Method in interface org.apache.jasper.Options
Is Jasper being used in development mode?
getErrorOnUseBeanInvalidClassAttribute() - Method in class org.apache.jasper.EmbeddedServletOptions
 
getErrorOnUseBeanInvalidClassAttribute() - Method in class org.apache.jasper.JspC
 
getErrorOnUseBeanInvalidClassAttribute() - Method in interface org.apache.jasper.Options
Returns true if Jasper issues a compilation error instead of a runtime Instantiation error if the class attribute specified in useBean action is invalid.
getExtensions() - Method in class org.apache.jasper.JspC
Returns the list of file extensions that are treated as JSP files.
getFailOnError() - Method in class org.apache.jasper.JspC
 
getFork() - Method in class org.apache.jasper.EmbeddedServletOptions
 
getFork() - Method in class org.apache.jasper.JspC
 
getFork() - Method in interface org.apache.jasper.Options
boolean flag to tell Ant whether to fork JSP page compilations.
getFullClassName() - Method in class org.apache.jasper.JspEngineContext
Utility method to get the full class name from the package and class name.
getIeClassId() - Method in class org.apache.jasper.EmbeddedServletOptions
Class ID for use in the plugin tag when the browser is IE.
getIeClassId() - Method in class org.apache.jasper.JspC
Gets the class-id value that is sent to Internet Explorer when using tags.
getIeClassId() - Method in interface org.apache.jasper.Options
Class ID for use in the plugin tag when the browser is IE.
getJavaEncoding() - Method in class org.apache.jasper.EmbeddedServletOptions
 
getJavaEncoding() - Method in class org.apache.jasper.JspC
Returns the encoding to use for java files.
getJavaEncoding() - Method in interface org.apache.jasper.Options
Java platform encoding to generate the JSP page servlet.
getJavaPath() - Method in class org.apache.jasper.JspCompilationContext
Path of the Java file relative to the work directory.
getJspCompilerPath() - Method in class org.apache.jasper.JspC
 
getJspCompilerPlugin() - Method in class org.apache.jasper.JspC
 
getJspConfig() - Method in class org.apache.jasper.EmbeddedServletOptions
 
getJspConfig() - Method in class org.apache.jasper.JspC
Obtain JSP configuration informantion specified in web.xml.
getJspConfig() - Method in interface org.apache.jasper.Options
Obtain JSP configuration informantion specified in web.xml.
getJspFile() - Method in class org.apache.jasper.JspCompilationContext
Path of the JSP URI.
getJspFile() - Method in class org.apache.jasper.JspEngineContext
Path of the JSP URI.
getJspLoader() - Method in class org.apache.jasper.JspCompilationContext
 
getKeepGenerated() - Method in class org.apache.jasper.EmbeddedServletOptions
Are we keeping generated code around?
getKeepGenerated() - Method in class org.apache.jasper.JspC
 
getKeepGenerated() - Method in interface org.apache.jasper.Options
Are we keeping generated code around?
getMappedFile() - Method in class org.apache.jasper.EmbeddedServletOptions
Are we supporting HTML mapped servlets?
getMappedFile() - Method in class org.apache.jasper.JspC
Are we supporting HTML mapped servlets?
getMappedFile() - Method in interface org.apache.jasper.Options
Are we supporting HTML mapped servlets?
getModificationTestInterval() - Method in class org.apache.jasper.EmbeddedServletOptions
Modification test interval.
getModificationTestInterval() - Method in class org.apache.jasper.JspC
Modification test interval.
getModificationTestInterval() - Method in interface org.apache.jasper.Options
Modification test interval.
getOptions() - Method in class org.apache.jasper.JspCompilationContext
Get hold of the Options object for this context.
getOptions() - Method in class org.apache.jasper.JspEngineContext
Get hold of the Options object for this context.
getOutputDir() - Method in class org.apache.jasper.JspCompilationContext
The output directory to generate code into.
getOutputDir() - Method in class org.apache.jasper.JspEngineContext
What is the scratch directory we are generating code into? FIXME: In some places this is called scratchDir and in some other places it is called outputDir.
getProject() - Method in class org.apache.jasper.JspC
Returns the project: may be null if not running inside an Ant project.
getProperty(String) - Method in class org.apache.jasper.EmbeddedServletOptions
 
getProtectionDomain() - Method in class org.apache.jasper.JspC
 
getReader() - Method in class org.apache.jasper.JspEngineContext
Get the input reader for the JSP text.
getRealPath(String) - Method in class org.apache.jasper.JspCompilationContext
Gets the actual path of a URI relative to the context of the compilation.
getRequest() - Method in class org.apache.jasper.JspEngineContext
Get the http request we are servicing now...
getResource(String) - Method in class org.apache.jasper.JspCompilationContext
 
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
 
getResponse() - Method in class org.apache.jasper.JspEngineContext
Get the http response we are using now...
getRuntimeContext() - Method in class org.apache.jasper.JspCompilationContext
 
getScratchDir() - Method in class org.apache.jasper.EmbeddedServletOptions
What is my scratch dir?
getScratchDir() - Method in class org.apache.jasper.JspC
 
getScratchDir() - Method in interface org.apache.jasper.Options
What is my scratch dir?
getSendErrorToClient() - Method in class org.apache.jasper.EmbeddedServletOptions
Should errors be sent to client or thrown into stderr?
getSendErrorToClient() - Method in class org.apache.jasper.JspC
 
getSendErrorToClient() - Method in interface org.apache.jasper.Options
Should errors be sent to client or thrown into stderr?
getServletClassName() - Method in class org.apache.jasper.JspCompilationContext
Just the class name (does not include package name) of the generated class.
getServletClassName() - Method in class org.apache.jasper.JspEngineContext
Just the class name (does not include package name) of the generated class.
getServletContext() - Method in class org.apache.jasper.JspCompilationContext
 
getServletContext() - Method in class org.apache.jasper.JspEngineContext
Get the ServletContext for the JSP we're processing now.
getServletJavaFileName() - Method in class org.apache.jasper.JspCompilationContext
Full path name of the Java file into which the servlet is being generated.
getServletJavaFileName() - Method in class org.apache.jasper.JspEngineContext
Full path name of the Java file into which the servlet is being generated.
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.
getServletPackageName() - Method in class org.apache.jasper.JspEngineContext
The package name into which the servlet class is generated.
getTagFileJarUrl() - 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.
getTagFileJarUrls() - Method in class org.apache.jasper.JspCompilationContext
Returns the tag-file-name-to-JAR-file map of this compilation unit, which maps tag file names to the JAR files in which the tag files are packaged.
getTagInfo() - Method in class org.apache.jasper.JspCompilationContext
 
getTagPluginManager() - Method in class org.apache.jasper.EmbeddedServletOptions
 
getTagPluginManager() - Method in class org.apache.jasper.JspC
 
getTagPluginManager() - Method in interface org.apache.jasper.Options
Obtain a Tag Plugin Manager
getTagPoolSize() - Method in class org.apache.jasper.JspC
 
getTldLocation(String) - Method in class org.apache.jasper.JspCompilationContext
Gets the 'location' of the TLD associated with the given taglib 'uri'.
getTldLocationsCache() - Method in class org.apache.jasper.EmbeddedServletOptions
 
getTldLocationsCache() - Method in class org.apache.jasper.JspC
 
getTldLocationsCache() - Method in interface org.apache.jasper.Options
The cache for the location of the TLD's for the various tag libraries 'exposed' by the web application.
getTrimSpaces() - Method in class org.apache.jasper.EmbeddedServletOptions
Should white spaces between directives or actions be trimmed?
getTrimSpaces() - Method in class org.apache.jasper.JspC
 
getTrimSpaces() - Method in interface org.apache.jasper.Options
Should white spaces between directives or actions be trimmed?
getWriter() - Method in class org.apache.jasper.JspCompilationContext
Where is the servlet being generated?
getWriter() - Method in class org.apache.jasper.JspEngineContext
Where is the servlet being generated?

H

helpNeeded - Variable in class org.apache.jasper.JspC
 

I

IE_PLUGIN_URL - Static variable in class org.apache.jasper.Constants
 
INC_REQUEST_URI - Static variable in class org.apache.jasper.Constants
Servlet context and request attributes that the JSP engine uses.
INC_SERVLET_PATH - Static variable in class org.apache.jasper.Constants
 
INC_WEBXML - Static variable in class org.apache.jasper.JspC
 
ieClassId - Variable in class org.apache.jasper.EmbeddedServletOptions
Need to have this as is for versions 4 and 5 of IE.
ieClassId - Variable in class org.apache.jasper.JspC
 
incrementRemoved() - Method in class org.apache.jasper.JspCompilationContext
 
initClassLoader(JspCompilationContext) - Method in class org.apache.jasper.JspC
Initializes the classloader as/if needed for the given compilation context.
initServletContext() - Method in class org.apache.jasper.JspC
 
initWebXml() - Method in class org.apache.jasper.JspC
 
insertBefore - Static variable in class org.apache.jasper.JspC
 
isCaching() - Method in class org.apache.jasper.EmbeddedServletOptions
 
isCaching() - Method in class org.apache.jasper.JspC
 
isCaching() - Method in interface org.apache.jasper.Options
Is caching enabled (used for precompilation).
isErrPage - Variable in class org.apache.jasper.JspCompilationContext
 
isErrPage - Variable in class org.apache.jasper.JspEngineContext
 
isErrorPage() - Method in class org.apache.jasper.JspCompilationContext
Are we processing something that has been declared as an errorpage?
isErrorPage() - Method in class org.apache.jasper.JspEngineContext
Are we processing something that has been declared as an errorpage?
isPackagedTagFile - Variable in class org.apache.jasper.JspCompilationContext
 
isPathSeparator(char) - Static method in class org.apache.jasper.JspCompilationContext
 
isPoolingEnabled - Variable in class org.apache.jasper.EmbeddedServletOptions
Determines whether tag handler pooling is enabled.
isPoolingEnabled() - Method in class org.apache.jasper.EmbeddedServletOptions
 
isPoolingEnabled() - Method in class org.apache.jasper.JspC
 
isPoolingEnabled() - Method in interface org.apache.jasper.Options
Returns true if tag handler pooling is enabled, false otherwise.
isPrototypeMode() - Method in class org.apache.jasper.JspCompilationContext
True if we are compiling a tag file in prototype mode.
isRemoved() - Method in class org.apache.jasper.JspCompilationContext
 
isSmapDumped - Variable in class org.apache.jasper.EmbeddedServletOptions
Should SMAP info for JSR45 debugging be dumped to a file?
isSmapDumped() - Method in class org.apache.jasper.EmbeddedServletOptions
Should SMAP info for JSR45 debugging be dumped to a file?
isSmapDumped() - Method in class org.apache.jasper.JspC
Should SMAP info for JSR45 debugging be dumped to a file?
isSmapDumped() - Method in interface org.apache.jasper.Options
Indicates whether SMAP info for JSR45 debugging should be dumped to a file.
isSmapSuppressed - Variable in class org.apache.jasper.EmbeddedServletOptions
Is the generation of SMAP info for JSR45 debuggin suppressed?
isSmapSuppressed() - Method in class org.apache.jasper.EmbeddedServletOptions
Is the generation of SMAP info for JSR45 debuggin suppressed?
isSmapSuppressed() - Method in class org.apache.jasper.JspC
Is the generation of SMAP info for JSR45 debuggin suppressed?
isSmapSuppressed() - Method in interface org.apache.jasper.Options
Is the generation of SMAP info for JSR45 debugging suppressed?
isTagFile - Variable in class org.apache.jasper.JspCompilationContext
 
isTagFile() - Method in class org.apache.jasper.JspCompilationContext
 
isXpoweredBy() - Method in class org.apache.jasper.EmbeddedServletOptions
Is generation of X-Powered-By response header enabled/disabled?
isXpoweredBy() - Method in class org.apache.jasper.JspC
 
isXpoweredBy() - Method in interface org.apache.jasper.Options
Is generation of X-Powered-By response header enabled/disabled?

J

JSP_FILE - Static variable in class org.apache.jasper.Constants
FIXME Request attribute for <jsp-file> element of a servlet definition.
JSP_PACKAGE_NAME - Static variable in class org.apache.jasper.Constants
The default package name for compiled jsp pages.
JSP_SERVLET_BASE - Static variable in class org.apache.jasper.Constants
The base class of the generated servlets.
JasperException - exception org.apache.jasper.JasperException.
Base class for all exceptions generated by the JSP engine.
JasperException(String) - Constructor for class org.apache.jasper.JasperException
 
JasperException(String, Throwable) - Constructor for class org.apache.jasper.JasperException
Creates a JasperException with the embedded exception and the reason for throwing a JasperException
JasperException(Throwable) - Constructor for class org.apache.jasper.JasperException
Creates a JasperException with the embedded exception
JspC - class org.apache.jasper.JspC.
Shell for the jspc compiler.
JspC() - Constructor for class org.apache.jasper.JspC
 
JspCompilationContext - class org.apache.jasper.JspCompilationContext.
A place holder for various things that are used through out the JSP engine.
JspCompilationContext(String, boolean, Options, ServletContext, JspServletWrapper, JspRuntimeContext) - Constructor for class org.apache.jasper.JspCompilationContext
 
JspCompilationContext(String, TagInfo, Options, ServletContext, JspServletWrapper, JspRuntimeContext, URL) - Constructor for class org.apache.jasper.JspCompilationContext
 
JspEngineContext - class org.apache.jasper.JspEngineContext.
A place holder for various things that are used through out the JSP engine.
JspEngineContext(JspLoader, String, ServletContext, String, boolean, Options, HttpServletRequest, HttpServletResponse) - Constructor for class org.apache.jasper.JspEngineContext
 
javaEncoding - Variable in class org.apache.jasper.EmbeddedServletOptions
Java platform encoding to generate the JSP page servlet.
javaEncoding - Variable in class org.apache.jasper.JspC
The java file encoding.
javaPath - Variable in class org.apache.jasper.JspCompilationContext
 
jspCompiler - Variable in class org.apache.jasper.JspCompilationContext
 
jspConfig - Variable in class org.apache.jasper.EmbeddedServletOptions
Jsp config information
jspConfig - Variable in class org.apache.jasper.JspC
 
jspFile - Variable in class org.apache.jasper.JspEngineContext
 
jspLoader - Variable in class org.apache.jasper.JspCompilationContext
 
jspUri - Variable in class org.apache.jasper.JspCompilationContext
 
jsw - Variable in class org.apache.jasper.JspCompilationContext
 

K

K - Static variable in class org.apache.jasper.Constants
Default size of the JSP buffer.
keepGenerated - Variable in class org.apache.jasper.EmbeddedServletOptions
Do you want to keep the generated Java files around?
keepGenerated() - Method in class org.apache.jasper.JspCompilationContext
Are we keeping generated code around?
keepGenerated() - Method in class org.apache.jasper.JspEngineContext
Are we keeping generated code around?

L

LIST_ERRORS - Static variable in class org.apache.jasper.JspC
 
listErrors - Variable in class org.apache.jasper.JspC
 
load() - Method in class org.apache.jasper.JspCompilationContext
 
loader - Variable in class org.apache.jasper.JspC
 
loader - Variable in class org.apache.jasper.JspCompilationContext
 
loader - Variable in class org.apache.jasper.JspEngineContext
 
locateUriRoot(File) - Method in class org.apache.jasper.JspC
Find the WEB-INF dir by looking up in the directory tree.
log - Variable in class org.apache.jasper.EmbeddedServletOptions
 
log - Static variable in class org.apache.jasper.JspC
 
log - Variable in class org.apache.jasper.JspCompilationContext
 

M

MAX_POOL_SIZE - Static variable in class org.apache.jasper.Constants
Default tag handler pool size.
main(String[]) - Static method in class org.apache.jasper.JspC
 
makeOutputDir() - Method in class org.apache.jasper.JspCompilationContext
 
mapout - Variable in class org.apache.jasper.JspC
 
mappedFile - Variable in class org.apache.jasper.EmbeddedServletOptions
Do you want support for "mapped" files? This will generate servlet that has a print statement per line of the JSP file.
mappedFile - Variable in class org.apache.jasper.JspC
 
mappingout - Variable in class org.apache.jasper.JspC
 
mergeIntoWebXml() - Method in class org.apache.jasper.JspC
Include the generated web.xml inside the webapp's web.xml.
modificationTestInterval - Variable in class org.apache.jasper.EmbeddedServletOptions
Modification test interval.

N

NO_DIE_LEVEL - Static variable in class org.apache.jasper.JspC
 
NO_WEBXML - Static variable in class org.apache.jasper.JspC
 
NS_PLUGIN_URL - Static variable in class org.apache.jasper.Constants
Default URLs to download the pluging for Netscape and IE.
nextArg() - Method in class org.apache.jasper.JspC
 
nextFile() - Method in class org.apache.jasper.JspC
 

O

Options - interface org.apache.jasper.Options.
A class to hold all init parameters specific to the JSP engine.
options - Variable in class org.apache.jasper.JspCompilationContext
 
options - Variable in class org.apache.jasper.JspEngineContext
 
org.apache.jasper - package org.apache.jasper
 
outputDir - Variable in class org.apache.jasper.JspCompilationContext
 
outputDirLock - Static variable in class org.apache.jasper.JspCompilationContext
 

P

PRECOMPILE - Static variable in class org.apache.jasper.Constants
The query parameter that causes the JSP engine to just pregenerated the servlet but not invoke it.
pages - Variable in class org.apache.jasper.JspC
The pages.
poolingEnabled - Variable in class org.apache.jasper.JspC
 
processFile(String) - Method in class org.apache.jasper.JspC
 
project - Variable in class org.apache.jasper.JspC
 
protoTypeMode - Variable in class org.apache.jasper.JspCompilationContext
 

R

rctxt - Variable in class org.apache.jasper.JspC
The runtime context.
rctxt - Variable in class org.apache.jasper.JspCompilationContext
 
reader - Variable in class org.apache.jasper.JspEngineContext
 
removed - Variable in class org.apache.jasper.JspCompilationContext
 
req - Variable in class org.apache.jasper.JspEngineContext
 
res - Variable in class org.apache.jasper.JspEngineContext
 
resolveFile(String) - Method in class org.apache.jasper.JspC
Resolves the relative or absolute pathname correctly in both Ant and command-line situations.
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

SERVICE_METHOD_NAME - Static variable in class org.apache.jasper.Constants
_jspService is the name of the method that is called by HttpJspBase.service().
SERVLET_CLASSPATH - Static variable in class org.apache.jasper.Constants
FIXME ServletContext attribute for classpath.
SERVLET_CLASS_LOADER - Static variable in class org.apache.jasper.Constants
FIXME ServletContext attribute for class loader.
SERVLET_CONTENT_TYPE - Static variable in class org.apache.jasper.Constants
Default servlet content type.
SHOW_SUCCESS - Static variable in class org.apache.jasper.JspC
 
STANDARD_IMPORTS - Static variable in class org.apache.jasper.Constants
These classes/packages are automatically imported by the generated code.
SWITCH_CACHE - Static variable in class org.apache.jasper.JspC
 
SWITCH_CLASSPATH - Static variable in class org.apache.jasper.JspC
 
SWITCH_CLASS_NAME - Static variable in class org.apache.jasper.JspC
 
SWITCH_COMPILE - Static variable in class org.apache.jasper.JspC
 
SWITCH_DIE - Static variable in class org.apache.jasper.JspC
 
SWITCH_DUMP_SMAP - Static variable in class org.apache.jasper.JspC
 
SWITCH_ENCODING - Static variable in class org.apache.jasper.JspC
 
SWITCH_FILE_WEBAPP - Static variable in class org.apache.jasper.JspC
 
SWITCH_FULL_STOP - Static variable in class org.apache.jasper.JspC
 
SWITCH_HELP - Static variable in class org.apache.jasper.JspC
 
SWITCH_IE_CLASS_ID - Static variable in class org.apache.jasper.JspC
 
SWITCH_MAPPED - Static variable in class org.apache.jasper.JspC
 
SWITCH_OUTPUT_DIR - Static variable in class org.apache.jasper.JspC
 
SWITCH_PACKAGE_NAME - Static variable in class org.apache.jasper.JspC
 
SWITCH_POOLING - Static variable in class org.apache.jasper.JspC
 
SWITCH_QUIET - Static variable in class org.apache.jasper.JspC
 
SWITCH_SMAP - Static variable in class org.apache.jasper.JspC
 
SWITCH_SOURCE - Static variable in class org.apache.jasper.JspC
 
SWITCH_TARGET - Static variable in class org.apache.jasper.JspC
 
SWITCH_TRIM_SPACES - Static variable in class org.apache.jasper.JspC
 
SWITCH_URI_BASE - Static variable in class org.apache.jasper.JspC
 
SWITCH_URI_ROOT - Static variable in class org.apache.jasper.JspC
 
SWITCH_VERBOSE - Static variable in class org.apache.jasper.JspC
 
SWITCH_WEBAPP_INC - Static variable in class org.apache.jasper.JspC
 
SWITCH_WEBAPP_XML - Static variable in class org.apache.jasper.JspC
 
SWITCH_XPOWERED_BY - Static variable in class org.apache.jasper.JspC
 
scanFiles(File) - Method in class org.apache.jasper.JspC
Locate all jsp files in the webapp.
scratchDir - Variable in class org.apache.jasper.EmbeddedServletOptions
I want to see my generated servlets.
scratchDir - Variable in class org.apache.jasper.JspC
 
sendErrorToClient - Variable in class org.apache.jasper.EmbeddedServletOptions
Do you want stack traces and such displayed in the client's browser? If this is false, such messages go to the standard error or a log file if the standard error is redirected.
servletClass - Variable in class org.apache.jasper.JspCompilationContext
 
servletClassName - Variable in class org.apache.jasper.JspEngineContext
 
servletJavaFileName - Variable in class org.apache.jasper.JspCompilationContext
 
servletJavaFileName - Variable in class org.apache.jasper.JspEngineContext
 
servletPackageName - Variable in class org.apache.jasper.JspEngineContext
 
servletout - Variable in class org.apache.jasper.JspC
 
setAddWebXmlMappings(boolean) - Method in class org.apache.jasper.JspC
 
setArgs(String[]) - Method in class org.apache.jasper.JspC
 
setCaching(boolean) - Method in class org.apache.jasper.JspC
 
setClassDebugInfo(boolean) - Method in class org.apache.jasper.JspC
 
setClassLoader(URLClassLoader) - Method in class org.apache.jasper.JspCompilationContext
 
setClassName(String) - Method in class org.apache.jasper.JspC
Class name of the generated file ( without package ).
setClassPath(String) - Method in class org.apache.jasper.JspC
 
setClassPath(String) - Method in class org.apache.jasper.JspCompilationContext
The classpath that is passed off to the Java compiler.
setCompile(boolean) - Method in class org.apache.jasper.JspC
Sets the compile flag.
setCompiler(String) - Method in class org.apache.jasper.JspC
 
setCompilerSourceVM(String) - Method in class org.apache.jasper.JspC
 
setCompilerTargetVM(String) - Method in class org.apache.jasper.JspC
 
setContentType(String) - Method in class org.apache.jasper.JspCompilationContext
 
setContentType(String) - Method in class org.apache.jasper.JspEngineContext
 
setErrorOnUseBeanInvalidClassAttribute(boolean) - Method in class org.apache.jasper.EmbeddedServletOptions
 
setErrorOnUseBeanInvalidClassAttribute(boolean) - Method in class org.apache.jasper.JspC
 
setErrorPage(boolean) - Method in class org.apache.jasper.JspCompilationContext
 
setErrorPage(boolean) - Method in class org.apache.jasper.JspEngineContext
 
setFailOnError(boolean) - Method in class org.apache.jasper.JspC
Set the option that throws an exception in case of a compilation error.
setGenStringAsCharArray(boolean) - Method in class org.apache.jasper.JspC
Determines whether text strings are to be generated as char arrays, which improves performance in some cases.
setIeClassId(String) - Method in class org.apache.jasper.JspC
Sets the class-id value to be sent to Internet Explorer when using tags.
setJavaEncoding(String) - Method in class org.apache.jasper.JspC
Sets the encoding to use for java files.
setJspFiles(String) - Method in class org.apache.jasper.JspC
Parses comma-separated list of JSP files to be processed.
setListErrors(boolean) - Method in class org.apache.jasper.JspC
 
setOutputDir(String) - Method in class org.apache.jasper.JspC
 
setPackage(String) - Method in class org.apache.jasper.JspC
 
setPoolingEnabled(boolean) - Method in class org.apache.jasper.JspC
 
setProject(Project) - Method in class org.apache.jasper.JspC
Sets the project.
setProperty(String, String) - Method in class org.apache.jasper.EmbeddedServletOptions
 
setPrototypeMode(boolean) - Method in class org.apache.jasper.JspCompilationContext
 
setReader(JspReader) - Method in class org.apache.jasper.JspEngineContext
 
setServletClassName(String) - Method in class org.apache.jasper.JspCompilationContext
 
setServletClassName(String) - Method in class org.apache.jasper.JspEngineContext
 
setServletJavaFileName(String) - Method in class org.apache.jasper.JspCompilationContext
 
setServletJavaFileName(String) - Method in class org.apache.jasper.JspEngineContext
 
setServletPackageName(String) - Method in class org.apache.jasper.JspCompilationContext
The package name into which the servlet class is generated.
setServletPackageName(String) - Method in class org.apache.jasper.JspEngineContext
 
setSmapDumped(boolean) - Method in class org.apache.jasper.JspC
Set smapSuppressed flag.
setSmapSuppressed(boolean) - Method in class org.apache.jasper.JspC
Set smapSuppressed flag.
setTagInfo(TagInfo) - Method in class org.apache.jasper.JspCompilationContext
 
setTldLocationsCache(TldLocationsCache) - Method in class org.apache.jasper.EmbeddedServletOptions
 
setTrimSpaces(boolean) - Method in class org.apache.jasper.JspC
 
setUriroot(String) - Method in class org.apache.jasper.JspC
Base dir for the webapp.
setValidateXml(boolean) - Method in class org.apache.jasper.JspC
 
setVerbose(int) - Method in class org.apache.jasper.JspC
Sets the verbosity level.
setWebXml(String) - Method in class org.apache.jasper.JspC
File where we generate a complete web.xml with the class definitions.
setWebXmlFragment(String) - Method in class org.apache.jasper.JspC
File where we generate a web.xml fragment with the class definitions.
setWriter(ServletWriter) - Method in class org.apache.jasper.JspCompilationContext
 
setWriter(ServletWriter) - Method in class org.apache.jasper.JspEngineContext
 
setXpoweredBy(boolean) - Method in class org.apache.jasper.JspC
 
settings - Variable in class org.apache.jasper.EmbeddedServletOptions
 
showSuccess - Variable in class org.apache.jasper.JspC
 
smapDumped - Variable in class org.apache.jasper.JspC
 
smapSuppressed - Variable in class org.apache.jasper.JspC
 

T

TAGLIB_DTD_PUBLIC_ID_11 - Static variable in class org.apache.jasper.Constants
Public Id and the Resource path (of the cached copy) of the DTDs for tag library descriptors.
TAGLIB_DTD_PUBLIC_ID_12 - Static variable in class org.apache.jasper.Constants
 
TAGLIB_DTD_RESOURCE_PATH_11 - Static variable in class org.apache.jasper.Constants
 
TAGLIB_DTD_RESOURCE_PATH_12 - Static variable in class org.apache.jasper.Constants
 
TAG_FILE_PACKAGE_NAME - Static variable in class org.apache.jasper.Constants
The default package name for tag handlers generated from tag files
TEMP_VARIABLE_NAME_PREFIX - Static variable in class org.apache.jasper.Constants
Prefix to use for generated temporary variable names
TMP_DIR - Static variable in class org.apache.jasper.Constants
 
tagFileJarUrl - Variable in class org.apache.jasper.JspCompilationContext
 
tagFileJarUrls - Variable in class org.apache.jasper.JspCompilationContext
 
tagInfo - Variable in class org.apache.jasper.JspCompilationContext
 
tagPluginManager - Variable in class org.apache.jasper.EmbeddedServletOptions
TagPluginManager
tagPluginManager - Variable in class org.apache.jasper.JspC
 
targetClassName - Variable in class org.apache.jasper.JspC
 
targetPackage - Variable in class org.apache.jasper.JspC
 
tldLocationsCache - Variable in class org.apache.jasper.EmbeddedServletOptions
Cache for the TLD locations
tldLocationsCache - Variable in class org.apache.jasper.JspC
Cache for the TLD locations
trimSpaces - Variable in class org.apache.jasper.EmbeddedServletOptions
Should white spaces between directives or actions be trimmed?
trimSpaces - Variable in class org.apache.jasper.JspC
 

U

uriBase - Variable in class org.apache.jasper.JspC
 
uriRoot - Variable in class org.apache.jasper.JspC
 

V

verbose - Variable in class org.apache.jasper.JspC
 

W

WEBAPP_DTD_PUBLIC_ID_22 - Static variable in class org.apache.jasper.Constants
Public Id and the Resource path (of the cached copy) of the DTDs for web application deployment descriptors
WEBAPP_DTD_PUBLIC_ID_23 - Static variable in class org.apache.jasper.Constants
 
WEBAPP_DTD_RESOURCE_PATH_22 - Static variable in class org.apache.jasper.Constants
 
WEBAPP_DTD_RESOURCE_PATH_23 - Static variable in class org.apache.jasper.Constants
 
webxmlFile - Variable in class org.apache.jasper.JspC
 
webxmlLevel - Variable in class org.apache.jasper.JspC
 
writer - Variable in class org.apache.jasper.JspCompilationContext
 
writer - Variable in class org.apache.jasper.JspEngineContext
 

X

xpoweredBy - Variable in class org.apache.jasper.EmbeddedServletOptions
Is generation of X-Powered-By response header enabled/disabled?
xpoweredBy - Variable in class org.apache.jasper.JspC
 

A B C D E F G H I J K L M N O P R S T U V W X