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

A

ABS_URI - Static variable in class org.apache.jasper.compiler.TldLocationsCache
The types of URI one may specify for a tag library
add(JspLineMapItem) - Method in class org.apache.jasper.compiler.JspLineMap
Add an item to the line map data structure
addApplicationBean(String, String) - Method in class org.apache.jasper.compiler.BeanRepository
 
addAttribute(String, String) - Method in class org.apache.jasper.parser.TreeNode
Add an attribute to this node, replacing any existing attribute with the same name.
addChild(TreeNode) - Method in class org.apache.jasper.parser.TreeNode
Add a new child node to this node.
addFileName(String) - Method in class org.apache.jasper.compiler.JspLineMap
Add a file to the file map data structure.
addPageBean(String, String) - Method in class org.apache.jasper.compiler.BeanRepository
 
addRequestBean(String, String) - Method in class org.apache.jasper.compiler.BeanRepository
 
addSessionBean(String, String) - Method in class org.apache.jasper.compiler.BeanRepository
 
addTagLibrary(String, TagLibraryInfo) - Method in class org.apache.jasper.compiler.TagLibraries
 
advance(int) - Method in class org.apache.jasper.compiler.JspReader
 
ALL_WEBXML - Static variable in class org.apache.jasper.JspC
 
attributes - Variable in class org.apache.jasper.parser.TreeNode
The attributes of this node, keyed by attribute name, Instantiated only if required.
attributes - Variable in class org.apache.jasper.runtime.PageContextImpl
 
attrsToHashtable(Attributes) - Static method in class org.apache.jasper.compiler.JspUtil
 
autoFlush - Variable in class org.apache.jasper.runtime.PageContextImpl
 

B

BeanEndGenerator - class org.apache.jasper.compiler.BeanEndGenerator.
Deal with .
BeanEndGenerator() - Constructor for class org.apache.jasper.compiler.BeanEndGenerator
 
beanFound(String) - Method in class org.apache.jasper.compiler.BeanRepository
 
BeanGenerator - class org.apache.jasper.compiler.BeanGenerator.
Generate code for useBean.
BeanGenerator(Mark, Attributes, BeanRepository, boolean, boolean) - Constructor for class org.apache.jasper.compiler.BeanGenerator
 
BeanRepository - class org.apache.jasper.compiler.BeanRepository.
Holds instances of {session, application, page}-scoped beans
BeanRepository(ClassLoader) - Constructor for class org.apache.jasper.compiler.BeanRepository
 
beginPageProcessing() - Method in interface org.apache.jasper.compiler.ParseEventListener
 
beginPageProcessing() - Method in class org.apache.jasper.compiler.JspParseEventListener
 
body - Variable in class org.apache.jasper.parser.TreeNode
The body text associated with this node (if any).
BodyContentImpl - class org.apache.jasper.runtime.BodyContentImpl.
Write text to a character-output stream, buffering characters so as to provide for the efficient writing of single characters, arrays, and strings.
BodyContentImpl(JspWriter) - Constructor for class org.apache.jasper.runtime.BodyContentImpl
 
booleanValue(String) - Static method in class org.apache.jasper.compiler.JspUtil
Convert a String value to 'boolean'.
bufferSize - Variable in class org.apache.jasper.runtime.PageContextImpl
 
bufferSize - Variable in class org.apache.jasper.runtime.BodyContentImpl
 

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
 
canIgnore(Throwable) - Static method in class org.apache.jasper.logging.Logger
General purpose nasty hack to determine if an exception can be safely ignored -- specifically, if it's an IOException or SocketException that is thrown in the normal course of a socket closing halfway through a connection, or if it's a weird unknown type of exception.
cb - Variable in class org.apache.jasper.runtime.JspWriterImpl
 
changeEncodingIfNecessary(JspReader) - Method in class org.apache.jasper.compiler.Compiler
Change the encoding for the reader if specified.
CharDataGenerator - class org.apache.jasper.compiler.CharDataGenerator.
CharDataGenerator generates the character data present in the JSP file.
CharDataGenerator(char[]) - Constructor for class org.apache.jasper.compiler.CharDataGenerator
 
checkApplicationBean(String) - Method in class org.apache.jasper.compiler.BeanRepository
 
checkAttributes(String, Attributes, JspUtil.ValidAttribute[], Mark) - Static method in class org.apache.jasper.compiler.JspUtil
 
checkPageBean(String) - Method in class org.apache.jasper.compiler.BeanRepository
 
checkRequestBean(String) - Method in class org.apache.jasper.compiler.BeanRepository
 
checkSessionBean(String) - Method in class org.apache.jasper.compiler.BeanRepository
 
checkSyntax(ServletWriter, Class) - Method in class org.apache.jasper.compiler.BeanGenerator
 
checkVariable(String) - Method in class org.apache.jasper.compiler.BeanRepository
 
children - Variable in class org.apache.jasper.parser.TreeNode
The children of this node, instantiated only if required.
classDebugInfo - Variable in class org.apache.jasper.EmbededServletOptions
Do we want to include debugging information in the class file?
ClassDeclarationPhase - interface org.apache.jasper.compiler.ClassDeclarationPhase.
When a generator implements ClassDeclarationPhase, its generate method will only be invoked while generating the servlet's class body and not during the service method phase.
ClassFound(String) - Method in class org.apache.jasper.compiler.BeanRepository
 
classLoader - Variable in class org.apache.jasper.parser.ParserUtils
The class loader to use for accessing our XML parser.
classpath - Variable in class org.apache.jasper.EmbededServletOptions
What classpath should I use while compiling generated servlets?
clear() - Method in class org.apache.jasper.compiler.JspLineMap
 
clear() - Method in class org.apache.jasper.runtime.JspWriterImpl
Discard the output buffer.
clear() - Method in class org.apache.jasper.runtime.BodyContentImpl
Clear the contents of the buffer.
clearBuffer() - Method in class org.apache.jasper.runtime.JspWriterImpl
 
clearBuffer() - Method in class org.apache.jasper.runtime.BodyContentImpl
Clears the current contents of the buffer.
close() - Method in class org.apache.jasper.compiler.EscapeUnicodeWriter
 
close() - Method in class org.apache.jasper.compiler.ServletWriter
 
close() - Method in class org.apache.jasper.logging.Logger
Close the log.
close() - Method in class org.apache.jasper.runtime.JspWriterImpl
Close the stream.
close() - Method in class org.apache.jasper.runtime.BodyContentImpl
Close the stream, flushing it first.
closed - Variable in class org.apache.jasper.runtime.JspWriterImpl
 
CommandLineCompiler - class org.apache.jasper.compiler.CommandLineCompiler.
Overrides some methods so that we get the desired effects.
CommandLineCompiler(CommandLineContext) - Constructor for class org.apache.jasper.compiler.CommandLineCompiler
 
CommandLineContext - class org.apache.jasper.CommandLineContext.
Holds data used on a per-page compilation context that would otherwise spill over to other pages being compiled.
CommandLineContext(String, String, String, String, boolean, Options) - Constructor for class org.apache.jasper.CommandLineContext
 
CommentGenerator - interface org.apache.jasper.compiler.CommentGenerator.
JSP Comment Generator
compile() - Method in class org.apache.jasper.compiler.Compiler
Compile the jsp file from the current engine context
compile(String) - Method in class org.apache.jasper.compiler.SunJavaCompiler
 
compile(String) - Method in class org.apache.jasper.compiler.JikesJavaCompiler
Execute the compiler
compile(String) - Method in interface org.apache.jasper.compiler.JavaCompiler
Execute the compiler
CompileException - exception org.apache.jasper.compiler.CompileException.
Class for parser exceptions.
CompileException(Mark, String) - Constructor for class org.apache.jasper.compiler.CompileException
 
CompileException(String) - Constructor for class org.apache.jasper.compiler.CompileException
 
Compiler - class org.apache.jasper.compiler.Compiler.
If you want to customize JSP compilation aspects, this class is something you should take a look at.
Compiler(JspCompilationContext) - Constructor for class org.apache.jasper.compiler.Compiler
 
computeJavaFileName() - Method in class org.apache.jasper.compiler.CommandLineCompiler
 
config - Variable in class org.apache.jasper.runtime.PageContextImpl
 
config - Variable in class org.apache.jasper.servlet.JspServlet
 
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
 
context - Variable in class org.apache.jasper.runtime.PageContextImpl
 
context - Variable in class org.apache.jasper.servlet.JspServlet
 
convert(String, String, Class, Class) - Static method in class org.apache.jasper.runtime.JspRuntimeLibrary
 
convert(TreeNode, Node) - Method in class org.apache.jasper.parser.ParserUtils
Create and return a TreeNode that corresponds to the specified Node, including processing all of the attributes and children nodes.
convertString(Class, String, ServletWriter, String, Class) - Method in class org.apache.jasper.compiler.TagBeginGenerator
 
createClassLoader(ClassLoader) - Static method in class org.apache.jasper.parser.ParserUtils
Construct (if necessary) and return a class loader that has been configured with the specified parent class loader, and repositories as needed to access the required XML parser.
createCompiler() - Method in class org.apache.jasper.JspEngineContext
Create a "Compiler" object based on some init param data.
createCompiler() - Method in interface org.apache.jasper.JspCompilationContext
Create a "Compiler" object based on some init param data.
createCompiler() - Method in class org.apache.jasper.CommandLineContext
Create a "Compiler" object based on some init param data.
createParserUtils(ClassLoader) - Static method in class org.apache.jasper.parser.ParserUtils
Create (if necessary) and return an instance of ParserUtils that has been loaded by our subordinate class loader (and therefore should have access to the XML parser that is visible to repositories of that class loader).
createTypedArray(String, Object, Method, String[], Class, Class) - Static method in class org.apache.jasper.runtime.JspRuntimeLibrary
Create a typed array.
ctxt - Variable in class org.apache.jasper.compiler.Compiler
 
current - Variable in class org.apache.jasper.compiler.JspReader
 
custom - Variable in class org.apache.jasper.logging.Logger
 

D

DEBUG - Static variable in class org.apache.jasper.logging.Logger
 
DeclarationGenerator - class org.apache.jasper.compiler.DeclarationGenerator.
Generator to deal with JSP declarations.
DeclarationGenerator(char[]) - Constructor for class org.apache.jasper.compiler.DeclarationGenerator
 
decode(String) - Static method in class org.apache.jasper.runtime.JspRuntimeLibrary
Decode an URL formatted string.
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_SIZE - Static variable in class org.apache.jasper.util.SimplePool
 
defaultCharBufferSize - Static variable in class org.apache.jasper.runtime.JspWriterImpl
 
defaultLogger - Static variable in class org.apache.jasper.logging.Logger
 
DefaultLogger - class org.apache.jasper.logging.DefaultLogger.
Trivial logger that sends all messages to the default sink.
DefaultLogger() - Constructor for class org.apache.jasper.logging.DefaultLogger
Default constructor leaves the debug output going to the default sink.
DefaultLogger(ServletContext) - Constructor for class org.apache.jasper.logging.DefaultLogger
Construct a logger that writes output to the servlet context log for the current web application.
defaultSink - Static variable in class org.apache.jasper.logging.Logger
 
destroy() - Method in class org.apache.jasper.runtime.HttpJspBase
 
destroy() - Method in class org.apache.jasper.servlet.JspServlet
 
DestroyMethodPhase - interface org.apache.jasper.compiler.DestroyMethodPhase.
If a generator needs to output things into the destroy() method of the generated servlet, it should implement DestroyMethodPhase

E

EmbededServletOptions - class org.apache.jasper.EmbededServletOptions.
A class to hold all init parameters specific to the JSP engine.
EmbededServletOptions(ServletConfig, ServletContext) - Constructor for class org.apache.jasper.EmbededServletOptions
Create an EmbededServletOptions object using data available from ServletConfig and ServletContext.
endPageProcessing() - Method in interface org.apache.jasper.compiler.ParseEventListener
 
endPageProcessing() - Method in class org.apache.jasper.compiler.JspParseEventListener
 
engine - Variable in class org.apache.jasper.servlet.JspServlet
 
ensureOpen() - Method in class org.apache.jasper.runtime.JspWriterImpl
check to make sure that the stream has not been closed
entityResolver - Variable in class org.apache.jasper.parser.ParserUtils
An entity resolver for use when parsing XML documents.
equals(Object) - Method in class org.apache.jasper.compiler.Mark
 
ERROR - Static variable in class org.apache.jasper.logging.Logger
 
errorHandler - Variable in class org.apache.jasper.parser.ParserUtils
An error handler for use when parsing XML documents.
errorPageURL - Variable in class org.apache.jasper.runtime.PageContextImpl
 
escapeQueryString(String) - Static method in class org.apache.jasper.compiler.JspUtil
 
escapeQueryString(String) - Static method in class org.apache.jasper.runtime.JspRuntimeLibrary
Escape special shell characters.
escapeQuotes(char[]) - Static method in class org.apache.jasper.compiler.JspUtil
 
EscapeUnicodeWriter - class org.apache.jasper.compiler.EscapeUnicodeWriter.
Used to escape unicode characters with \ u's.
EscapeUnicodeWriter(OutputStream) - Constructor for class org.apache.jasper.compiler.EscapeUnicodeWriter
 
escapeXml(String) - Static method in class org.apache.jasper.compiler.JspUtil
Escape the 5 entities defined by XML.
execute(Mark, Mark) - Method in interface org.apache.jasper.compiler.Parser.Action
 
ExpressionGenerator - class org.apache.jasper.compiler.ExpressionGenerator.
Generator to deal with JSP expressions: <%= ...
ExpressionGenerator(char[]) - Constructor for class org.apache.jasper.compiler.ExpressionGenerator
 

F

factory - Variable in class org.apache.jasper.runtime.PageContextImpl
 
FastDateFormat - class org.apache.jasper.util.FastDateFormat.
Fast date formatter that caches recently formatted date information and uses it to avoid too-frequent calls to the underlying formatter.
FastDateFormat(DateFormat) - Constructor for class org.apache.jasper.util.FastDateFormat
 
FATAL - Static variable in class org.apache.jasper.logging.Logger
Verbosity level codes.
FileDeclarationPhase - interface org.apache.jasper.compiler.FileDeclarationPhase.
If a generator wants to output stuff at "file scope" in the generated servlet class, it should implement this interface.
findAttribute(String) - Method in class org.apache.jasper.parser.TreeNode
Return the value of the specified node attribute if it exists, or null otherwise.
findAttribute(String) - Method in class org.apache.jasper.runtime.PageContextImpl
 
findAttributes() - Method in class org.apache.jasper.parser.TreeNode
Return an Iterator of the attribute names of this node.
findChild(String) - Method in class org.apache.jasper.parser.TreeNode
Return the first child node of this node with the specified name, if there is one; otherwise, return null.
findChildren() - Method in class org.apache.jasper.parser.TreeNode
Return an Iterator of all children of this node.
findChildren(String) - Method in class org.apache.jasper.parser.TreeNode
Return an Iterator over all children of this node that have the specified name.
flush() - Method in class org.apache.jasper.compiler.EscapeUnicodeWriter
 
flush() - Method in class org.apache.jasper.logging.JasperLogger
Flush the log.
flush() - Method in class org.apache.jasper.logging.DefaultLogger
Flush the log.
flush() - Method in class org.apache.jasper.logging.Logger
Flush the log.
flush() - Method in class org.apache.jasper.runtime.JspWriterImpl
Flush the stream.
flushBuffer() - Method in class org.apache.jasper.runtime.JspWriterImpl
Flush the output buffer to the underlying character stream, without flushing the stream itself.
flushed - Variable in class org.apache.jasper.runtime.JspWriterImpl
 
format(Date, StringBuffer, FieldPosition) - Method in class org.apache.jasper.util.FastDateFormat
Note: breaks functionality of fieldPosition param.
formatTimestamp(long) - Method in class org.apache.jasper.logging.Logger
 
formatTimestamp(long, StringBuffer) - Method in class org.apache.jasper.logging.Logger
 
FORWARD_SEEN - Static variable in class org.apache.jasper.Constants
 
forward(String) - Method in class org.apache.jasper.runtime.PageContextImpl
 
ForwardGenerator - class org.apache.jasper.compiler.ForwardGenerator.
Generator for
ForwardGenerator(Mark, Attributes, Hashtable, boolean) - Constructor for class org.apache.jasper.compiler.ForwardGenerator
 

G

generate(ServletWriter, Class) - Method in class org.apache.jasper.compiler.UninterpretedTagEndGenerator
 
generate(ServletWriter, Class) - Method in class org.apache.jasper.compiler.UninterpretedTagBeginGenerator
 
generate(ServletWriter, Class) - Method in class org.apache.jasper.compiler.TagEndGenerator
 
generate(ServletWriter, Class) - Method in class org.apache.jasper.compiler.TagBeginGenerator
 
generate(ServletWriter, Class) - Method in class org.apache.jasper.compiler.StoredCharDataGenerator
 
generate(ServletWriter, Class) - Method in class org.apache.jasper.compiler.SetPropertyGenerator
 
generate(ServletWriter, Class) - Method in class org.apache.jasper.compiler.ScriptletGenerator
 
generate(ServletWriter, Class) - Method in class org.apache.jasper.compiler.PluginGenerator
 
generate(ServletWriter, Class) - Method in class org.apache.jasper.compiler.IncludeGenerator
 
generate(ServletWriter, Class) - Method in class org.apache.jasper.compiler.GetPropertyGenerator
 
generate(ServletWriter, Class) - Method in class org.apache.jasper.compiler.ForwardGenerator
 
generate(ServletWriter, Class) - Method in class org.apache.jasper.compiler.ExpressionGenerator
 
generate(ServletWriter, Class) - Method in class org.apache.jasper.compiler.MappedCharDataGenerator
 
generate(ServletWriter, Class) - Method in class org.apache.jasper.compiler.DeclarationGenerator
 
generate(ServletWriter, Class) - Method in class org.apache.jasper.compiler.CharDataGenerator
 
generate(ServletWriter, Class) - Method in class org.apache.jasper.compiler.BeanGenerator
 
generate(ServletWriter, Class) - Method in interface org.apache.jasper.compiler.Generator
 
generate(ServletWriter, Class) - Method in class org.apache.jasper.compiler.BeanEndGenerator
 
generateBeanCreate(ServletWriter, String, String, String, String) - Method in class org.apache.jasper.compiler.BeanGenerator
 
generateCommon(ServletWriter) - Method in class org.apache.jasper.compiler.PluginGenerator
 
generateCoordinates(Class) - Method in class org.apache.jasper.compiler.StoredCharDataGenerator
 
generateCoordinates(Class) - Method in interface org.apache.jasper.compiler.Generator
 
generateEndComment(Generator, ServletWriter, Mark, Mark) - Method in class org.apache.jasper.compiler.JakartaCommentGenerator
Generates "end-of the JSP-embedded code block" comment
generateEndComment(Generator, ServletWriter, Mark, Mark) - Method in interface org.apache.jasper.compiler.CommentGenerator
Generates "end-of the JSP-embedded code block" comment
generateMethod(ServletWriter, Class) - Method in class org.apache.jasper.compiler.BeanGenerator
 
generateServiceMethodStatements(ServletWriter) - Method in class org.apache.jasper.compiler.TagBeginGenerator
 
generateStartComment(Generator, ServletWriter, Mark, Mark) - Method in class org.apache.jasper.compiler.JakartaCommentGenerator
Generates "start-of the JSP-embedded code block" comment
generateStartComment(Generator, ServletWriter, Mark, Mark) - Method in interface org.apache.jasper.compiler.CommentGenerator
Generates "start-of the JSP-embedded code block" comment
Generator - interface org.apache.jasper.compiler.Generator.
Interface that all generators implement.
get() - Method in class org.apache.jasper.util.SimplePool
Get an object from the pool, null if the pool is empty.
get() - Method in class org.apache.jasper.util.Queue
Get the first object out of the queue.
get(int) - Method in class org.apache.jasper.compiler.JspLineMap
Get an item to the line map data structure
getApplicationBeans() - Method in class org.apache.jasper.compiler.BeanRepository
 
getAttribute(String) - Method in class org.apache.jasper.compiler.SetPropertyGenerator
 
getAttribute(String) - Method in class org.apache.jasper.compiler.PluginGenerator
 
getAttribute(String) - Method in class org.apache.jasper.compiler.GetPropertyGenerator
 
getAttribute(String) - Method in class org.apache.jasper.compiler.BeanGenerator
 
getAttribute(String) - Method in class org.apache.jasper.runtime.PageContextImpl
 
getAttribute(String) - Method in class org.apache.jasper.servlet.JspCServletContext
Return the specified context attribute, if any.
getAttribute(String, int) - Method in class org.apache.jasper.runtime.PageContextImpl
 
getAttributeNames() - Method in class org.apache.jasper.servlet.JspCServletContext
Return an enumeration of context attribute names.
getAttributeNamesInScope(int) - Method in class org.apache.jasper.runtime.PageContextImpl
 
getAttributesScope(String) - Method in class org.apache.jasper.runtime.PageContextImpl
 
getBeanType(String) - Method in class org.apache.jasper.compiler.BeanRepository
 
getBeginJspColNr() - Method in class org.apache.jasper.compiler.JspLineMapItem
Get the beginning jsp column number
getBeginJspLnr() - Method in class org.apache.jasper.compiler.JspLineMapItem
Get the beginning jsp line number
getBeginServletLnr() - Method in class org.apache.jasper.compiler.JspLineMapItem
Get the beginning servlet line number
getBody() - Method in class org.apache.jasper.parser.TreeNode
Return the body text associated with this node (if any).
getClass(String) - Method in class org.apache.jasper.compiler.BeanRepository
 
getClassDebugInfo() - Method in class org.apache.jasper.JspC
 
getClassDebugInfo() - Method in class org.apache.jasper.EmbededServletOptions
Should class files be compiled with debug information?
getClassDebugInfo() - Method in interface org.apache.jasper.Options
Should we include debug information in compiled class?
getClassFileName() - Method in class org.apache.jasper.compiler.CommandLineCompiler
 
getClassFileName() - Method in class org.apache.jasper.compiler.JspCompiler
 
getClassFileName() - Method in interface org.apache.jasper.compiler.Mangler
The full name of the .class file ( without version number)
getClassLoader() - Method in class org.apache.jasper.JspEngineContext
What class loader to use for loading classes while compiling this JSP.
getClassLoader() - Method in interface org.apache.jasper.JspCompilationContext
What class loader to use for loading classes while compiling this JSP?
getClassLoader() - Method in class org.apache.jasper.CommandLineContext
What class loader to use for loading classes while compiling this JSP?
getClassLoader() - Method in class org.apache.jasper.parser.ParserUtils
Return the class loader used to access our XML parser.
getClassLoader(ServletContext) - Method in class org.apache.jasper.servlet.TomcatServletEngine
 
getClassLoader(ServletContext) - Method in class org.apache.jasper.servlet.ServletEngine
Get the class loader for this ServletContext object.
getClassName() - Method in class org.apache.jasper.compiler.CommandLineCompiler
 
getClassName() - Method in class org.apache.jasper.compiler.JspCompiler
 
getClassName() - Method in interface org.apache.jasper.compiler.Mangler
The class name ( without package ) of the generated servlet, including the version number
getClassPath() - Method in class org.apache.jasper.JspEngineContext
The classpath that is passed off to the Java compiler.
getClassPath() - Method in class org.apache.jasper.JspC
 
getClassPath() - Method in class org.apache.jasper.EmbededServletOptions
What classpath should I use while compiling the servlets generated from JSP files?
getClassPath() - Method in interface org.apache.jasper.Options
What classpath should I use while compiling the servlets generated from JSP files?
getClassPath() - Method in interface org.apache.jasper.JspCompilationContext
The classpath that is passed off to the Java compiler.
getClassPath() - Method in class org.apache.jasper.CommandLineContext
The classpath that is passed off to the Java compiler.
getColumnNumber() - Method in class org.apache.jasper.compiler.Mark
 
getContentType() - Method in class org.apache.jasper.JspEngineContext
Get the content type of this JSP.
getContentType() - Method in interface org.apache.jasper.JspCompilationContext
The content type of this JSP.
getContentType() - Method in class org.apache.jasper.CommandLineContext
The content type of this JSP.
getContext(String) - Method in class org.apache.jasper.servlet.JspCServletContext
Return the servlet context for the specified path.
getContextRelativePath(ServletRequest, String) - Static method in class org.apache.jasper.runtime.JspRuntimeLibrary
Convert a possibly relative resource path into a context-relative resource path that starts with a '/'.
getDefaultLogger() - Static method in class org.apache.jasper.logging.Logger
Get the logger that prints to the default sink (usu.
getElementChildTextData(Element) - Static method in class org.apache.jasper.compiler.JspUtil
Get the data for the first child associated with the Element provided as argument.
getEndJspColNr() - Method in class org.apache.jasper.compiler.JspLineMapItem
Get the ending jsp column number
getEndJspLnr() - Method in class org.apache.jasper.compiler.JspLineMapItem
Get the ending jsp line number
getEndServletLnr() - Method in class org.apache.jasper.compiler.JspLineMapItem
Get the ending servlet line number
getEngineInfo() - Method in class org.apache.jasper.runtime.JspFactoryImpl
 
getException() - Method in class org.apache.jasper.runtime.PageContextImpl
 
getExpr(String, boolean) - Static method in class org.apache.jasper.compiler.JspUtil
 
getExprInXml(String) - Static method in class org.apache.jasper.compiler.JspUtil
Takes a potential expression and converts it into XML form
getFile() - Method in class org.apache.jasper.compiler.Mark
 
getFile(int) - Method in class org.apache.jasper.compiler.JspReader
 
getFileName(int) - Method in class org.apache.jasper.compiler.JspLineMap
Get a file from the file map data structure.
getIeClassId() - Method in class org.apache.jasper.JspC
 
getIeClassId() - Method in class org.apache.jasper.EmbededServletOptions
Class ID for use in the plugin tag when the browser is IE.
getIeClassId() - Method in interface org.apache.jasper.Options
Class ID for use in the plugin tag when the browser is IE.
getInitParameter(String) - Method in class org.apache.jasper.servlet.JspCServletContext
Return the specified context initialization parameter.
getInitParameterNames() - Method in class org.apache.jasper.servlet.JspCServletContext
Return an enumeration of the names of context initialization parameters.
getInputStream() - Method in class org.apache.jasper.compiler.PageDataImpl
 
getJavacOutputDir() - Method in class org.apache.jasper.JspEngineContext
Get the scratch directory to place generated code for javac.
getJavacOutputDir() - Method in interface org.apache.jasper.JspCompilationContext
The scratch directory to generate code into for javac.
getJavacOutputDir() - Method in class org.apache.jasper.CommandLineContext
The scratch directory to generate code into for javac.
getJavaEncoding() - Method in class org.apache.jasper.JspC
 
getJavaEncoding() - Method in class org.apache.jasper.EmbededServletOptions
 
getJavaEncoding() - Method in interface org.apache.jasper.Options
Java platform encoding to generate the JSP page servlet.
getJavaFileName() - Method in class org.apache.jasper.compiler.CommandLineCompiler
 
getJavaFileName() - Method in class org.apache.jasper.compiler.JspCompiler
 
getJavaFileName() - Method in interface org.apache.jasper.compiler.Mangler
The full name of the .java file, including version number ( based on className and outputDir )
getJavaLine() - Method in class org.apache.jasper.compiler.ServletWriter
 
getJspCompilerPath() - Method in class org.apache.jasper.JspC
 
getJspCompilerPath() - Method in class org.apache.jasper.EmbededServletOptions
Path of the compiler to use for compiling JSP pages.
getJspCompilerPath() - Method in interface org.apache.jasper.Options
Path of the compiler to use for compiling JSP pages.
getJspCompilerPlugin() - Method in class org.apache.jasper.JspC
 
getJspCompilerPlugin() - Method in class org.apache.jasper.EmbededServletOptions
What compiler plugin should I use to compile the servlets generated from JSP files?
getJspCompilerPlugin() - Method in interface org.apache.jasper.Options
What compiler plugin should I use to compile the servlets generated from JSP files?
getJspFile() - Method in class org.apache.jasper.JspEngineContext
Path of the JSP URI.
getJspFile() - Method in interface org.apache.jasper.JspCompilationContext
Path of the JSP URI.
getJspFile() - Method in class org.apache.jasper.CommandLineContext
Path of the JSP URI.
getJspVerbosityLevel() - Method in class org.apache.jasper.JspC
 
getKeepGenerated() - Method in class org.apache.jasper.JspC
 
getKeepGenerated() - Method in class org.apache.jasper.EmbededServletOptions
Are we keeping generated code around?
getKeepGenerated() - Method in interface org.apache.jasper.Options
Are we keeping generated code around?
getLargeFile() - Method in class org.apache.jasper.JspC
 
getLargeFile() - Method in class org.apache.jasper.EmbededServletOptions
Are we supporting large files?
getLargeFile() - Method in interface org.apache.jasper.Options
Are we supporting large files?
getLineMap() - Method in class org.apache.jasper.compiler.ServletWriter
 
getLineNumber() - Method in class org.apache.jasper.compiler.Mark
 
getLocation(String) - Method in class org.apache.jasper.compiler.TldLocationsCache
Get the 'location' of the TLD associated with a given taglib 'uri'.
getLogger() - Method in class org.apache.jasper.logging.Logger.Helper
 
getLogger(String) - Static method in class org.apache.jasper.logging.Logger
 
getLoggerHelper() - Method in interface org.apache.jasper.logging.LogAware
 
getLoggerHelper() - Method in class org.apache.jasper.logging.Logger.Helper
 
getLoggerNames() - Static method in class org.apache.jasper.logging.Logger
 
getMajorVersion() - Method in class org.apache.jasper.servlet.JspCServletContext
Return the Servlet API major version number.
getManager(String) - Static method in class org.apache.jasper.util.StringManager
Get the StringManager for a particular package.
getManager(String, Locale) - Static method in class org.apache.jasper.util.StringManager
Get the StringManager for a particular package and Locale.
getMappedFile() - Method in class org.apache.jasper.JspC
Are we supporting HTML mapped servlets?
getMappedFile() - Method in class org.apache.jasper.EmbededServletOptions
Are we supporting HTML mapped servlets?
getMappedFile() - Method in interface org.apache.jasper.Options
Are we supporting HTML mapped servlets?
getMax() - Method in class org.apache.jasper.util.SimplePool
Return the size of the pool
getMimeType(String) - Method in class org.apache.jasper.servlet.JspCServletContext
Return the MIME type for the specified filename.
getMinorVersion() - Method in class org.apache.jasper.servlet.JspCServletContext
Return the Servlet API minor version number.
getName() - Method in class org.apache.jasper.logging.Logger
Get name of this log channel.
getName() - Method in class org.apache.jasper.parser.TreeNode
Return the name of this node.
getNamedDispatcher(String) - Method in class org.apache.jasper.servlet.JspCServletContext
Return a request dispatcher for the specified servlet name.
getOptions() - Method in class org.apache.jasper.JspEngineContext
Get hold of the Options object for this context.
getOptions() - Method in interface org.apache.jasper.JspCompilationContext
Get hold of the Options object for this context.
getOptions() - Method in class org.apache.jasper.CommandLineContext
Get hold of the Options object for this context.
getOut() - Method in class org.apache.jasper.runtime.PageContextImpl
 
getOutputDir() - Method in class org.apache.jasper.JspEngineContext
Get the scratch directory to place generated code.
getOutputDir() - Method in interface org.apache.jasper.JspCompilationContext
The scratch directory to generate code into.
getOutputDir() - Method in class org.apache.jasper.CommandLineContext
The scratch directory to generate code into.
getOutputStream() - Method in class org.apache.jasper.runtime.ServletResponseWrapperInclude
 
getPackageName() - Method in class org.apache.jasper.compiler.CommandLineCompiler
 
getPage() - Method in class org.apache.jasper.runtime.PageContextImpl
 
getPageBeans() - Method in class org.apache.jasper.compiler.BeanRepository
 
getPageContext(Servlet, ServletRequest, ServletResponse, String, boolean, int, boolean) - Method in class org.apache.jasper.runtime.JspFactoryImpl
 
getParseEventListener() - Method in class org.apache.jasper.compiler.ParserController
 
getPath() - Method in class org.apache.jasper.logging.Logger
 
getPermissions(CodeSource) - Method in class org.apache.jasper.servlet.JasperLoader
Get the Permissions for a CodeSource.
GetPropertyGenerator - class org.apache.jasper.compiler.GetPropertyGenerator.
Generator for jsp:getProperty.
GetPropertyGenerator(Mark, Mark, Attributes, BeanRepository) - Constructor for class org.apache.jasper.compiler.GetPropertyGenerator
 
getProtectionDomain() - Method in class org.apache.jasper.JspC
 
getPublicId() - Method in class org.apache.jasper.compiler.Mark
 
getReader() - Method in class org.apache.jasper.JspEngineContext
Get the input reader for the JSP text.
getReader() - Method in interface org.apache.jasper.JspCompilationContext
Get the input reader for the JSP text.
getReader() - Method in class org.apache.jasper.CommandLineContext
Get the input reader for the JSP text.
getReader() - Method in class org.apache.jasper.runtime.BodyContentImpl
Return the value of this BodyJspWriter as a Reader.
getReadMethod(Class, String) - Static method in class org.apache.jasper.runtime.JspRuntimeLibrary
 
getRealPath(String) - Method in class org.apache.jasper.JspEngineContext
Gets the actual path of a URI relative to the context of the compilation.
getRealPath(String) - Method in interface org.apache.jasper.JspCompilationContext
Gets the actual path of a URI relative to the context of the compilation.
getRealPath(String) - Method in class org.apache.jasper.CommandLineContext
Gets the actual path of a URI relative to the context of the compilation.
getRealPath(String) - Method in class org.apache.jasper.servlet.JspCServletContext
Return the real path for the specified context-relative virtual path.
getRemaining() - Method in class org.apache.jasper.runtime.JspWriterImpl
 
getRemaining() - Method in class org.apache.jasper.runtime.BodyContentImpl
 
getRequest() - Method in class org.apache.jasper.JspEngineContext
Get the http request we are servicing now...
getRequest() - Method in class org.apache.jasper.runtime.PageContextImpl
 
getRequestBeans() - Method in class org.apache.jasper.compiler.BeanRepository
 
getRequestDispatcher(String) - Method in class org.apache.jasper.servlet.JspCServletContext
Return a request dispatcher for the specified context-relative path.
getResource(String) - Method in class org.apache.jasper.JspEngineContext
 
getResource(String) - Method in interface org.apache.jasper.JspCompilationContext
 
getResource(String) - Method in class org.apache.jasper.CommandLineContext
 
getResource(String) - Method in class org.apache.jasper.servlet.JspCServletContext
Return a URL object of a resource that is mapped to the specified context-relative path.
getResourceAsStream(String) - Method in class org.apache.jasper.JspEngineContext
Gets a resource as a stream, relative to the meanings of this context's implementation.
getResourceAsStream(String) - Method in interface org.apache.jasper.JspCompilationContext
Gets a resource as a stream, relative to the meanings of this context's implementation.
getResourceAsStream(String) - Method in class org.apache.jasper.CommandLineContext
Gets a resource as a stream, relative to the meanings of this context's implementation.
getResourceAsStream(String) - Method in class org.apache.jasper.servlet.JspCServletContext
Return an InputStream allowing access to the resource at the specified context-relative path.
getResourcePaths(String) - Method in class org.apache.jasper.servlet.JspCServletContext
Return the set of resource paths for the "directory" at the specified context path.
getResponse() - Method in class org.apache.jasper.JspEngineContext
Get the http response we are using now...
getResponse() - Method in class org.apache.jasper.runtime.PageContextImpl
 
getRootCause() - Method in class org.apache.jasper.core.JasperException
Get the underlying exception that caused this ConnectorException.
getScratchDir() - Method in class org.apache.jasper.JspC
 
getScratchDir() - Method in class org.apache.jasper.EmbededServletOptions
What is my scratch dir?
getScratchDir() - Method in interface org.apache.jasper.Options
What is my scratch dir?
getSendErrorToClient() - Method in class org.apache.jasper.JspC
 
getSendErrorToClient() - Method in class org.apache.jasper.EmbededServletOptions
Should errors be sent to client or thrown into stderr?
getSendErrorToClient() - Method in interface org.apache.jasper.Options
Should errors be sent to client or thrown into stderr?
getServerInfo() - Method in class org.apache.jasper.servlet.JspCServletContext
Return descriptive information about this server.
getServlet() - Method in class org.apache.jasper.runtime.PageContextImpl
 
getServlet(String) - Method in class org.apache.jasper.servlet.JspCServletContext
Deprecated. This method has been deprecated with no replacement
getServletClassName() - Method in class org.apache.jasper.JspEngineContext
Just the class name (does not include package name) of the generated class.
getServletClassName() - Method in interface org.apache.jasper.JspCompilationContext
Just the class name (does not include package name) of the generated class.
getServletClassName() - Method in class org.apache.jasper.CommandLineContext
Just the class name (does not include package name) of the generated class.
getServletConfig() - Method in class org.apache.jasper.runtime.PageContextImpl
 
getServletContext() - Method in class org.apache.jasper.JspEngineContext
Get the ServletContext for the JSP we're processing now.
getServletContext() - Method in class org.apache.jasper.runtime.PageContextImpl
 
getServletContextName() - Method in class org.apache.jasper.servlet.JspCServletContext
Return the name of this servlet context.
getServletInfo() - Method in class org.apache.jasper.runtime.HttpJspBase
 
getServletJavaFileName() - Method in class org.apache.jasper.JspEngineContext
Full path name of the Java file into which the servlet is being generated.
getServletJavaFileName() - Method in interface 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.CommandLineContext
Full path name of the Java file into which the servlet is being generated.
getServletNames() - Method in class org.apache.jasper.servlet.JspCServletContext
Deprecated. This method has been deprecated with no replacement
getServletPackageName() - Method in class org.apache.jasper.JspEngineContext
Package name for the generated class.
getServletPackageName() - Method in interface org.apache.jasper.JspCompilationContext
The package name into which the servlet class is generated.
getServletPackageName() - Method in class org.apache.jasper.CommandLineContext
The package name for the generated class.
getServlets() - Method in class org.apache.jasper.servlet.JspCServletContext
Deprecated. This method has been deprecated with no replacement
getSession() - Method in class org.apache.jasper.runtime.PageContextImpl
 
getSessionBeans() - Method in class org.apache.jasper.compiler.BeanRepository
 
getStartJspFileNr() - Method in class org.apache.jasper.compiler.JspLineMapItem
Get the index of the starting jsp file
getStopJspFileNr() - Method in class org.apache.jasper.compiler.JspLineMapItem
Get the index of the stopping jsp file
getString() - Method in class org.apache.jasper.runtime.BodyContentImpl
Return the value of the BodyJspWriter as a String.
getString(String) - Static method in class org.apache.jasper.Constants
Get hold of a "message" or any string from our resources database.
getString(String) - Method in class org.apache.jasper.util.StringManager
Get a string from the underlying resource bundle.
getString(String, Object) - Method in class org.apache.jasper.util.StringManager
Get a string from the underlying resource bundle and format it with the given object argument.
getString(String, Object[]) - Static method in class org.apache.jasper.Constants
Format the string that is looked up using "key" using "args".
getString(String, Object[]) - Method in class org.apache.jasper.util.StringManager
Get a string from the underlying resource bundle and format it with the given set of arguments.
getString(String, Object, Object) - Method in class org.apache.jasper.util.StringManager
Get a string from the underlying resource bundle and format it with the given object arguments.
getString(String, Object, Object, Object) - Method in class org.apache.jasper.util.StringManager
Get a string from the underlying resource bundle and format it with the given object arguments.
getString(String, Object, Object, Object, Object) - Method in class org.apache.jasper.util.StringManager
Get a string from the underlying resource bundle and format it with the given object arguments.
getSystemId() - Method in class org.apache.jasper.compiler.Mark
 
getTagCache(String, String) - Method in class org.apache.jasper.compiler.TagLibraries
 
getTagLibInfo(String) - Method in class org.apache.jasper.compiler.TagLibraries
 
getTagLibInfos() - Method in class org.apache.jasper.compiler.TagLibraries
 
getTagLibraries() - Method in interface org.apache.jasper.compiler.ParseEventListener
 
getTagLibraries() - Method in class org.apache.jasper.compiler.JspParseEventListener
 
getTagLibraryValidator() - Method in class org.apache.jasper.compiler.TagLibraryInfoImpl
The instance (if any) for the TagLibraryValidator class.
getTimestampFormat() - Method in class org.apache.jasper.logging.Logger
 
getTldLocation(String) - Method in class org.apache.jasper.JspEngineContext
 
getTldLocation(String) - Method in interface org.apache.jasper.JspCompilationContext
Get the 'location' of the TLD associated with a given taglib 'uri'.
getTldLocation(String) - Method in class org.apache.jasper.CommandLineContext
 
getTldLocationsCache() - Method in class org.apache.jasper.JspC
 
getTldLocationsCache() - Method in class org.apache.jasper.EmbededServletOptions
 
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.
getValueFromBeanInfoPropertyEditor(Class, String, String, Class) - Static method in class org.apache.jasper.runtime.JspRuntimeLibrary
 
getValueFromPropertyEditorManager(Class, String, String) - Static method in class org.apache.jasper.runtime.JspRuntimeLibrary
 
getVerbosityLevel() - Method in class org.apache.jasper.logging.Logger
Get the current verbosity level.
getWriteMethod(Class, String) - Static method in class org.apache.jasper.runtime.JspRuntimeLibrary
 
getWriter() - Method in class org.apache.jasper.JspEngineContext
Where is the servlet being generated?
getWriter() - Method in interface org.apache.jasper.JspCompilationContext
Where is the servlet being generated?
getWriter() - Method in class org.apache.jasper.CommandLineContext
Where is the servlet being generated?
getWriter() - Method in class org.apache.jasper.runtime.ServletResponseWrapperInclude
Returns a wrapper around the JspWriter of the including page.

H

handleBean(Mark, Mark, Attributes) - Method in interface org.apache.jasper.compiler.ParseEventListener
 
handleBean(Mark, Mark, Attributes) - Method in class org.apache.jasper.compiler.JspParseEventListener
 
handleBean(Mark, Mark, Attributes, boolean) - Method in interface org.apache.jasper.compiler.ParseEventListener
 
handleBean(Mark, Mark, Attributes, boolean) - Method in class org.apache.jasper.compiler.JspParseEventListener
 
handleBeanEnd(Mark, Mark, Attributes) - Method in interface org.apache.jasper.compiler.ParseEventListener
 
handleBeanEnd(Mark, Mark, Attributes) - Method in class org.apache.jasper.compiler.JspParseEventListener
 
handleCharData(Mark, Mark, char[]) - Method in interface org.apache.jasper.compiler.ParseEventListener
 
handleCharData(Mark, Mark, char[]) - Method in class org.apache.jasper.compiler.JspParseEventListener
 
handleComment(Mark, Mark, char[]) - Method in interface org.apache.jasper.compiler.ParseEventListener
 
handleComment(Mark, Mark, char[]) - Method in class org.apache.jasper.compiler.JspParseEventListener
 
handleDeclaration(Mark, Mark, Attributes, char[]) - Method in interface org.apache.jasper.compiler.ParseEventListener
 
handleDeclaration(Mark, Mark, Attributes, char[]) - Method in class org.apache.jasper.compiler.JspParseEventListener
 
handleDirective(String, Mark, Mark, Attributes) - Method in interface org.apache.jasper.compiler.ParseEventListener
 
handleDirective(String, Mark, Mark, Attributes) - Method in class org.apache.jasper.compiler.JspParseEventListener
 
handleExpression(Mark, Mark, Attributes, char[]) - Method in interface org.apache.jasper.compiler.ParseEventListener
 
handleExpression(Mark, Mark, Attributes, char[]) - Method in class org.apache.jasper.compiler.JspParseEventListener
 
handleForward(Mark, Mark, Attributes, Hashtable) - Method in interface org.apache.jasper.compiler.ParseEventListener
 
handleForward(Mark, Mark, Attributes, Hashtable) - Method in class org.apache.jasper.compiler.JspParseEventListener
 
handleForward(Mark, Mark, Attributes, Hashtable, boolean) - Method in interface org.apache.jasper.compiler.ParseEventListener
 
handleForward(Mark, Mark, Attributes, Hashtable, boolean) - Method in class org.apache.jasper.compiler.JspParseEventListener
 
handleGetProperty(Mark, Mark, Attributes) - Method in interface org.apache.jasper.compiler.ParseEventListener
 
handleGetProperty(Mark, Mark, Attributes) - Method in class org.apache.jasper.compiler.JspParseEventListener
 
handleGetProperty(Object, String) - Static method in class org.apache.jasper.runtime.JspRuntimeLibrary
 
handleInclude(Mark, Mark, Attributes, Hashtable) - Method in interface org.apache.jasper.compiler.ParseEventListener
 
handleInclude(Mark, Mark, Attributes, Hashtable) - Method in class org.apache.jasper.compiler.JspParseEventListener
 
handleInclude(Mark, Mark, Attributes, Hashtable, boolean) - Method in interface org.apache.jasper.compiler.ParseEventListener
 
handleInclude(Mark, Mark, Attributes, Hashtable, boolean) - Method in class org.apache.jasper.compiler.JspParseEventListener
 
handleJspCdata(Mark, Mark, char[]) - Method in interface org.apache.jasper.compiler.ParseEventListener
 
handleJspCdata(Mark, Mark, char[]) - Method in class org.apache.jasper.compiler.JspParseEventListener
 
handlePageException(Exception) - Method in class org.apache.jasper.runtime.PageContextImpl
 
handlePageException(Throwable) - Method in class org.apache.jasper.runtime.PageContextImpl
 
handlePlugin(Mark, Mark, Attributes, Hashtable, String) - Method in interface org.apache.jasper.compiler.ParseEventListener
 
handlePlugin(Mark, Mark, Attributes, Hashtable, String) - Method in class org.apache.jasper.compiler.JspParseEventListener
 
handlePlugin(Mark, Mark, Attributes, Hashtable, String, boolean) - Method in interface org.apache.jasper.compiler.ParseEventListener
 
handlePlugin(Mark, Mark, Attributes, Hashtable, String, boolean) - Method in class org.apache.jasper.compiler.JspParseEventListener
 
handleRootBegin(Attributes) - Method in interface org.apache.jasper.compiler.ParseEventListener
 
handleRootBegin(Attributes) - Method in class org.apache.jasper.compiler.JspParseEventListener
 
handleRootEnd() - Method in interface org.apache.jasper.compiler.ParseEventListener
 
handleRootEnd() - Method in class org.apache.jasper.compiler.JspParseEventListener
 
handleScriptlet(Mark, Mark, Attributes, char[]) - Method in interface org.apache.jasper.compiler.ParseEventListener
 
handleScriptlet(Mark, Mark, Attributes, char[]) - Method in class org.apache.jasper.compiler.JspParseEventListener
 
handleSetProperty(Mark, Mark, Attributes) - Method in interface org.apache.jasper.compiler.ParseEventListener
 
handleSetProperty(Mark, Mark, Attributes) - Method in class org.apache.jasper.compiler.JspParseEventListener
 
handleSetProperty(Mark, Mark, Attributes, boolean) - Method in interface org.apache.jasper.compiler.ParseEventListener
 
handleSetProperty(Mark, Mark, Attributes, boolean) - Method in class org.apache.jasper.compiler.JspParseEventListener
 
handleSetProperty(Object, String, boolean) - Static method in class org.apache.jasper.runtime.JspRuntimeLibrary
 
handleSetProperty(Object, String, byte) - Static method in class org.apache.jasper.runtime.JspRuntimeLibrary
 
handleSetProperty(Object, String, char) - Static method in class org.apache.jasper.runtime.JspRuntimeLibrary
 
handleSetProperty(Object, String, double) - Static method in class org.apache.jasper.runtime.JspRuntimeLibrary
 
handleSetProperty(Object, String, float) - Static method in class org.apache.jasper.runtime.JspRuntimeLibrary
 
handleSetProperty(Object, String, int) - Static method in class org.apache.jasper.runtime.JspRuntimeLibrary
 
handleSetProperty(Object, String, long) - Static method in class org.apache.jasper.runtime.JspRuntimeLibrary
 
handleSetProperty(Object, String, Object) - Static method in class org.apache.jasper.runtime.JspRuntimeLibrary
 
handleSetProperty(Object, String, short) - Static method in class org.apache.jasper.runtime.JspRuntimeLibrary
 
handleTagBegin(Mark, Mark, Attributes, String, String, TagLibraryInfo, TagInfo, boolean) - Method in interface org.apache.jasper.compiler.ParseEventListener
 
handleTagBegin(Mark, Mark, Attributes, String, String, TagLibraryInfo, TagInfo, boolean) - Method in class org.apache.jasper.compiler.JspParseEventListener
 
handleTagBegin(Mark, Mark, Attributes, String, String, TagLibraryInfo, TagInfo, boolean, boolean) - Method in interface org.apache.jasper.compiler.ParseEventListener
 
handleTagBegin(Mark, Mark, Attributes, String, String, TagLibraryInfo, TagInfo, boolean, boolean) - Method in class org.apache.jasper.compiler.JspParseEventListener
 
handleTagEnd(Mark, Mark, String, String, Attributes, TagLibraryInfo, TagInfo, boolean) - Method in interface org.apache.jasper.compiler.ParseEventListener
 
handleTagEnd(Mark, Mark, String, String, Attributes, TagLibraryInfo, TagInfo, boolean) - Method in class org.apache.jasper.compiler.JspParseEventListener
 
handleUninterpretedTagBegin(Mark, Mark, String, Attributes) - Method in interface org.apache.jasper.compiler.ParseEventListener
 
handleUninterpretedTagBegin(Mark, Mark, String, Attributes) - Method in class org.apache.jasper.compiler.JspParseEventListener
 
handleUninterpretedTagEnd(Mark, Mark, String, char[]) - Method in interface org.apache.jasper.compiler.ParseEventListener
 
handleUninterpretedTagEnd(Mark, Mark, String, char[]) - Method in class org.apache.jasper.compiler.JspParseEventListener
 
hasApplicationBeans() - Method in class org.apache.jasper.compiler.BeanRepository
 
hasMoreInput() - Method in class org.apache.jasper.compiler.JspReader
 
hasPageBeans() - Method in class org.apache.jasper.compiler.BeanRepository
 
hasRequestBeans() - Method in class org.apache.jasper.compiler.BeanRepository
 
hasSessionBeans() - Method in class org.apache.jasper.compiler.BeanRepository
 
HttpJspBase - class org.apache.jasper.runtime.HttpJspBase.
This is the subclass of all JSP-generated servlets.
HttpJspBase() - Constructor for class org.apache.jasper.runtime.HttpJspBase
 

I

IE_PLUGIN_URL - Static variable in class org.apache.jasper.Constants
 
ieClassId - Variable in class org.apache.jasper.EmbededServletOptions
Need to have this as is for versions 4 and 5 of IE.
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
 
include(HttpServletRequest, HttpServletResponse, String, JspWriter, boolean) - Static method in class org.apache.jasper.runtime.JspRuntimeLibrary
Perform a RequestDispatcher.include() operation, with optional flushing of the response beforehand.
include(String) - Method in class org.apache.jasper.runtime.PageContextImpl
 
IncludeGenerator - class org.apache.jasper.compiler.IncludeGenerator.
Generator for jsp:include.
IncludeGenerator(Mark, Attributes, Hashtable, boolean) - Constructor for class org.apache.jasper.compiler.IncludeGenerator
 
indent() - Method in class org.apache.jasper.compiler.ServletWriter
 
INFORMATION - Static variable in class org.apache.jasper.logging.Logger
 
init(JspCompilationContext) - Method in class org.apache.jasper.compiler.TagBeginGenerator
 
init(JspCompilationContext) - Method in class org.apache.jasper.compiler.PluginGenerator
 
init(JspCompilationContext) - Method in interface org.apache.jasper.compiler.Generator
 
init(ServletConfig) - Method in class org.apache.jasper.runtime.HttpJspBase
 
init(ServletConfig) - Method in class org.apache.jasper.servlet.JspServlet
 
initialize(Servlet, ServletRequest, ServletResponse, String, boolean, int, boolean) - Method in class org.apache.jasper.runtime.PageContextImpl
 
InitMethodPhase - interface org.apache.jasper.compiler.InitMethodPhase.
If you want code generated into init() method, then implement this interface.
initOut() - Method in class org.apache.jasper.runtime.JspWriterImpl
 
internalGetPageContext(Servlet, ServletRequest, ServletResponse, String, boolean, int, boolean) - Method in class org.apache.jasper.runtime.JspFactoryImpl
 
introspect(Object, ServletRequest) - Static method in class org.apache.jasper.runtime.JspRuntimeLibrary
 
introspecthelper(Object, String, String, ServletRequest, String, boolean) - Static method in class org.apache.jasper.runtime.JspRuntimeLibrary
 
isEmpty() - Method in class org.apache.jasper.util.Queue
Is the queue empty?
isErrorPage() - Method in class org.apache.jasper.JspEngineContext
Are we processing something that has been declared as an errorpage?
isErrorPage() - Method in interface org.apache.jasper.JspCompilationContext
Are we processing something that has been declared as an errorpage?
isErrorPage() - Method in class org.apache.jasper.CommandLineContext
Are we processing something that has been declared as an errorpage?
isExpression(String, boolean) - Static method in class org.apache.jasper.compiler.JspUtil
Checks if the token is a runtime expression.
isIncluded - Variable in class org.apache.jasper.runtime.PageContextImpl
 
isOpen() - Method in class org.apache.jasper.logging.Logger
Is this Log usable?
isOutDated() - Method in class org.apache.jasper.compiler.CommandLineCompiler
Always outDated.
isOutDated() - Method in class org.apache.jasper.compiler.JspCompiler
Determines whether the current JSP class is older than the JSP file from whence it came
isOutDated() - Method in class org.apache.jasper.compiler.Compiler
This is a protected method intended to be overridden by subclasses of Compiler.
isOutDated(File, JspCompilationContext, Mangler) - Method in class org.apache.jasper.servlet.JspServlet
Determines whether the current JSP class is older than the JSP file from whence it came
isOutputInDirs() - Method in class org.apache.jasper.CommandLineContext
 
isTimestamp() - Method in class org.apache.jasper.logging.Logger
 
isUserDefinedTag(String, String) - Method in class org.apache.jasper.compiler.TagLibraries
 

J

JakartaCommentGenerator - class org.apache.jasper.compiler.JakartaCommentGenerator.
Generates original "Jakarta"-style comments
JakartaCommentGenerator() - Constructor for class org.apache.jasper.compiler.JakartaCommentGenerator
 
JasperException - exception org.apache.jasper.JasperException.
Base class for all exceptions generated by the JSP engine.
JasperException - exception org.apache.jasper.core.JasperException.
General Tomcat exception
JasperException() - Constructor for class org.apache.jasper.core.JasperException
 
JasperException(String) - Constructor for class org.apache.jasper.JasperException
 
JasperException(String) - Constructor for class org.apache.jasper.core.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(String, Throwable) - Constructor for class org.apache.jasper.core.JasperException
Create a connector exception to encapsulate some underlying eception.
JasperException(Throwable) - Constructor for class org.apache.jasper.JasperException
Creates a JasperException with the embedded exception
JasperException(Throwable) - Constructor for class org.apache.jasper.core.JasperException
Create a connector exception to encapsulate some underlying eception.
JasperLoader - class org.apache.jasper.servlet.JasperLoader.
This is a class loader that loads JSP files as though they were Java classes.
JasperLoader.PrivilegedLoadClass - class org.apache.jasper.servlet.JasperLoader.PrivilegedLoadClass.
 
jasperLog - Static variable in class org.apache.jasper.Constants
 
JasperLogger - class org.apache.jasper.logging.JasperLogger.
A real implementation of the Logger abstraction.
JasperLogger() - Constructor for class org.apache.jasper.logging.JasperLogger
 
JasperLogger(ServletContext) - Constructor for class org.apache.jasper.logging.JasperLogger
 
javac - Variable in class org.apache.jasper.compiler.Compiler
 
JavaCompiler - interface org.apache.jasper.compiler.JavaCompiler.
If you want to plugin your own Java compiler, you probably want to write a class that implements this interface.
JikesJavaCompiler - class org.apache.jasper.compiler.JikesJavaCompiler.
A Plug-in class for specifying a 'jikes' compile.
JikesJavaCompiler() - Constructor for class org.apache.jasper.compiler.JikesJavaCompiler
 
JSP_FILE - Static variable in class org.apache.jasper.Constants
FIXME Request attribute for <jsp-file> element of a servlet definition.
JSP_NAMESPACE - Static variable in class org.apache.jasper.compiler.XmlOutputter
 
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.
JSP_VERSION - Static variable in class org.apache.jasper.compiler.XmlOutputter
 
JspC - class org.apache.jasper.JspC.
Shell for the jspc compiler.
JspC(String[], PrintStream) - Constructor for class org.apache.jasper.JspC
 
JspCompilationContext - interface org.apache.jasper.JspCompilationContext.
A place holder for various things that are used through out the JSP engine.
JspCompilationContext.Interface1 - interface org.apache.jasper.JspCompilationContext.Interface1.
 
JspCompiler - class org.apache.jasper.compiler.JspCompiler.
JspCompiler is an implementation of Compiler with a funky code mangling and code generation scheme.
JspCompiler(JspCompilationContext) - Constructor for class org.apache.jasper.compiler.JspCompiler
 
jspCompilerPath - Variable in class org.apache.jasper.EmbededServletOptions
Path of the compiler to use for compiling JSP pages.
jspCompilerPlugin - Variable in class org.apache.jasper.EmbededServletOptions
Plugin class to use to compile JSP pages.
JspCServletContext - class org.apache.jasper.servlet.JspCServletContext.
Simple ServletContext implementation without HTTP-specific methods.
JspCServletContext(PrintWriter, URL) - Constructor for class org.apache.jasper.servlet.JspCServletContext
Create a new instance of this ServletContext implementation.
jspDestroy() - Method in class org.apache.jasper.runtime.HttpJspBase
 
JspEngineContext - class org.apache.jasper.JspEngineContext.
A place holder for various things that are used through out the JSP engine.
JspEngineContext(URLClassLoader, String, ServletContext, String, String, boolean, Options, HttpServletRequest, HttpServletResponse) - Constructor for class org.apache.jasper.JspEngineContext
 
JspException - exception org.apache.jasper.runtime.JspException.
Base class for all exceptions generated by the JSP engine.
JspException(String) - Constructor for class org.apache.jasper.runtime.JspException
 
JspException(String, Throwable) - Constructor for class org.apache.jasper.runtime.JspException
Creates a JasperException with the embedded exception and the reason for throwing a JasperException
JspException(Throwable) - Constructor for class org.apache.jasper.runtime.JspException
Creates a JasperException with the embedded exception
JspFactoryImpl - class org.apache.jasper.runtime.JspFactoryImpl.
Implementation of JspFactory from the spec.
JspFactoryImpl.PrivilegedGetPageContext - class org.apache.jasper.runtime.JspFactoryImpl.PrivilegedGetPageContext.
 
JspFactoryImpl.PrivilegedReleasePageContext - class org.apache.jasper.runtime.JspFactoryImpl.PrivilegedReleasePageContext.
 
JspFactoryImpl() - Constructor for class org.apache.jasper.runtime.JspFactoryImpl
 
jspInit() - Method in class org.apache.jasper.runtime.HttpJspBase
 
JspLineMap - class org.apache.jasper.compiler.JspLineMap.
Data structure to store the line and file map information.
JspLineMap() - Constructor for class org.apache.jasper.compiler.JspLineMap
 
JspLineMapItem - class org.apache.jasper.compiler.JspLineMapItem.
Data structure used for each individual line map item.
JspLineMapItem() - Constructor for class org.apache.jasper.compiler.JspLineMapItem
 
JspParseEventListener - class org.apache.jasper.compiler.JspParseEventListener.
JSP code generator "backend".
JspReader - class org.apache.jasper.compiler.JspReader.
JspReader is an input buffer for the JSP parser.
JspReader(JspCompilationContext, String, String, InputStreamReader) - Constructor for class org.apache.jasper.compiler.JspReader
 
JspRuntimeLibrary - class org.apache.jasper.runtime.JspRuntimeLibrary.
Bunch of util methods that are used by code generated for useBean, getProperty and setProperty.
JspRuntimeLibrary.PrivilegedIntrospectHelper - class org.apache.jasper.runtime.JspRuntimeLibrary.PrivilegedIntrospectHelper.
 
JspRuntimeLibrary() - Constructor for class org.apache.jasper.runtime.JspRuntimeLibrary
 
jsps - Variable in class org.apache.jasper.servlet.JspServlet
 
JspServlet - class org.apache.jasper.servlet.JspServlet.
The JSP engine (a.k.a Jasper).
JspServlet() - Constructor for class org.apache.jasper.servlet.JspServlet
 
JspUtil - class org.apache.jasper.compiler.JspUtil.
This class has all the utility method(s).
JspUtil.ValidAttribute - class org.apache.jasper.compiler.JspUtil.ValidAttribute.
 
JspUtil.ValidAttribute(String) - Constructor for class org.apache.jasper.compiler.JspUtil.ValidAttribute
 
JspUtil.ValidAttribute(String, boolean) - Constructor for class org.apache.jasper.compiler.JspUtil.ValidAttribute
 
JspUtil() - Constructor for class org.apache.jasper.compiler.JspUtil
 
JspWriterImpl - class org.apache.jasper.runtime.JspWriterImpl.
Write text to a character-output stream, buffering characters so as to provide for the efficient writing of single characters, arrays, and strings.
JspWriterImpl() - Constructor for class org.apache.jasper.runtime.JspWriterImpl
 
JspWriterImpl(ServletResponse) - Constructor for class org.apache.jasper.runtime.JspWriterImpl
Create a buffered character-output stream that uses a default-sized output buffer.
JspWriterImpl(ServletResponse, int, boolean) - Constructor for class org.apache.jasper.runtime.JspWriterImpl
Create a new buffered character-output stream that uses an output buffer of the given size.

K

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

L

largeFile - Variable in class org.apache.jasper.EmbededServletOptions
Flag support for "large" files.
loadClass(String) - Method in class org.apache.jasper.servlet.JasperLoader
Load the class with the specified name.
loadClass(String, boolean) - Method in class org.apache.jasper.servlet.JasperLoader
Load the class with the specified name, searching using the following algorithm until it finds and returns the class.
loadClassDataFromFile(String) - Method in class org.apache.jasper.servlet.JasperLoader
Load JSP class data from file.
log(Exception, String) - Method in class org.apache.jasper.servlet.JspCServletContext
Deprecated. Use log(String,Throwable) instead
log(String) - Method in class org.apache.jasper.logging.Logger
Prints the log message at the "default" log level: INFORMATION
log(String) - Method in class org.apache.jasper.logging.Logger.Helper
Logs the message with level INFORMATION
log(String) - Method in class org.apache.jasper.servlet.JspCServletContext
Log the specified message.
log(String, int) - Method in class org.apache.jasper.logging.Logger
Prints the log message.
log(String, int) - Method in class org.apache.jasper.logging.Logger.Helper
Logs the message with given level
log(String, Throwable) - Method in class org.apache.jasper.logging.Logger
Prints log message and stack trace, with verbosityLevel ERROR.
log(String, Throwable) - Method in class org.apache.jasper.logging.Logger.Helper
Logs the Throwable with level ERROR (assumes an exception is trouble; if it's not, use log(msg, t, level))
log(String, Throwable) - Method in class org.apache.jasper.servlet.JspCServletContext
Log the specified message and exception.
log(String, Throwable, int) - Method in class org.apache.jasper.logging.Logger
Prints log message and stack trace.
log(String, Throwable, int) - Method in class org.apache.jasper.logging.Logger.Helper
Logs the message and Throwable to its logger or, if logger not found, to the default logger, which writes to the default sink, which is usually System.err
LogAware - interface org.apache.jasper.logging.LogAware.
 
Logger - class org.apache.jasper.logging.Logger.
Interface for a logging object.
Logger.Helper - class org.apache.jasper.logging.Logger.Helper.
Wrapper for Logger.
Logger.Helper(String) - Constructor for class org.apache.jasper.logging.Logger.Helper
Subclass constructor, for classes that want to *be* a LogHelper, and get the log methods for free (like a mixin)
Logger.Helper(String, Object) - Constructor for class org.apache.jasper.logging.Logger.Helper
 
Logger.Helper(String, String) - Constructor for class org.apache.jasper.logging.Logger.Helper
 
Logger() - Constructor for class org.apache.jasper.logging.Logger
 
loggers - Static variable in class org.apache.jasper.logging.Logger
 

M

main(String[]) - Static method in class org.apache.jasper.JspC
 
main(String[]) - Static method in class org.apache.jasper.parser.ParserUtils
Usage: java org.apache.jasper.parser.ParserUtils {pathname}
main(String[]) - Static method in class org.apache.jasper.runtime.BodyContentImpl
 
main(String[]) - Static method in class org.apache.jasper.util.FastDateFormat
 
manglePackage(String) - Static method in class org.apache.jasper.compiler.CommandLineCompiler
Make sure that the package name is a legal Java name
mangler - Variable in class org.apache.jasper.compiler.Compiler
 
Mangler - interface org.apache.jasper.compiler.Mangler.
You can control attributes like classname, packagename etc by plugging in your own mangler.
MappedCharDataGenerator - class org.apache.jasper.compiler.MappedCharDataGenerator.
CharDataGenerator generates the character data present in the JSP file.
MappedCharDataGenerator(char[]) - Constructor for class org.apache.jasper.compiler.MappedCharDataGenerator
 
mappedFile - Variable in class org.apache.jasper.EmbededServletOptions
Flag support for "mapped" files.
Mark - class org.apache.jasper.compiler.Mark.
Mark represents a point in the JSP input.
mark() - Method in class org.apache.jasper.compiler.JspReader
 
matches(String) - Method in class org.apache.jasper.compiler.JspReader
 
matchesIgnoreCase(String) - Method in class org.apache.jasper.compiler.JspReader
 
matchVerbosityLevel(int) - Method in class org.apache.jasper.logging.Logger
 
message(String, int) - Static method in class org.apache.jasper.Constants
Print a message into standard error with a certain verbosity level.
message(String, Object[], int) - Static method in class org.apache.jasper.Constants
Print a message into standard error with a certain verbosity level after formatting it using "args".
myAttributes - Variable in class org.apache.jasper.servlet.JspCServletContext
Servlet context attributes.
myLogWriter - Variable in class org.apache.jasper.servlet.JspCServletContext
The log writer we will write log messages to.
myResourceBaseURL - Variable in class org.apache.jasper.servlet.JspCServletContext
The base URL (document root) for this context.

N

name - Variable in class org.apache.jasper.logging.Logger
 
name - Variable in class org.apache.jasper.parser.TreeNode
The name of this node.
needsSession - Variable in class org.apache.jasper.runtime.PageContextImpl
 
newLine() - Method in class org.apache.jasper.runtime.JspWriterImpl
Write a line separator.
newLine() - Method in class org.apache.jasper.runtime.BodyContentImpl
Write a line separator.
nextChar - Variable in class org.apache.jasper.runtime.JspWriterImpl
 
nextChar() - Method in class org.apache.jasper.compiler.JspReader
 
NO_DIE_LEVEL - Static variable in class org.apache.jasper.JspC
 
NO_WEBXML - Static variable in class org.apache.jasper.JspC
 
normalize(String) - Method in class org.apache.jasper.servlet.JspServlet
Return a context-relative path, beginning with a "/", that represents the canonical version of the specified path after ".." and "." elements are resolved out.
NOROOT_REL_URI - Static variable in class org.apache.jasper.compiler.TldLocationsCache
 
NS_PLUGIN_URL - Static variable in class org.apache.jasper.Constants
Default URLs to download the pluging for Netscape and IE.

O

open() - Method in class org.apache.jasper.logging.Logger
Open the log - will create the log file and all the parent directories.
options - Variable in class org.apache.jasper.servlet.JspServlet
 
Options - interface org.apache.jasper.Options.
A class to hold all init parameters specific to the JSP engine.
org.apache.jasper - package org.apache.jasper
 
org.apache.jasper.compiler - package org.apache.jasper.compiler
 
org.apache.jasper.core - package org.apache.jasper.core
 
org.apache.jasper.logging - package org.apache.jasper.logging
 
org.apache.jasper.parser - package org.apache.jasper.parser
 
org.apache.jasper.runtime - package org.apache.jasper.runtime
 
org.apache.jasper.servlet - package org.apache.jasper.servlet
 
org.apache.jasper.util - package org.apache.jasper.util
 
out - Variable in class org.apache.jasper.runtime.PageContextImpl
 
out - Variable in class org.apache.jasper.runtime.JspWriterImpl
 

P

page - Variable in class org.apache.jasper.runtime.PageContextImpl
 
pageContext - Variable in class org.apache.jasper.runtime.HttpJspBase
 
PageContextImpl - class org.apache.jasper.runtime.PageContextImpl.
Implementation of the PageContext class from the JSP spec.
PageDataImpl - class org.apache.jasper.compiler.PageDataImpl.
Implementation of abstract class javax.servlet.jsp.tagext.PageData.
PageDataImpl(InputStream) - Constructor for class org.apache.jasper.compiler.PageDataImpl
 
parent - Variable in class org.apache.jasper.parser.TreeNode
The parent node of this node.
parentClassLoader - Variable in class org.apache.jasper.servlet.JspServlet
 
parse() - Method in class org.apache.jasper.compiler.ParserXJspSax
 
parse() - Method in class org.apache.jasper.compiler.Parser
 
parse(String) - Method in class org.apache.jasper.compiler.Parser
 
parse(String) - Method in class org.apache.jasper.compiler.ParserController
Parse the jsp page provided as an argument.
parse(String, Class[]) - Method in class org.apache.jasper.compiler.Parser
 
parse(String, ParsePosition) - Method in class org.apache.jasper.util.FastDateFormat
 
ParseEventListener - interface org.apache.jasper.compiler.ParseEventListener.
Interface for the JSP code generation backend.
ParseException - exception org.apache.jasper.compiler.ParseException.
Class for parser exceptions.
ParseException(Mark, String) - Constructor for class org.apache.jasper.compiler.ParseException
 
ParseException(String) - Constructor for class org.apache.jasper.compiler.ParseException
 
parseFile(PrintStream, String, Writer, Writer) - Method in class org.apache.jasper.JspC
 
parseFiles(PrintStream) - Method in class org.apache.jasper.JspC
 
parseParamTag(Hashtable) - Method in class org.apache.jasper.compiler.JspReader
Parse PARAM tag attributes into the given hashtable.
parsePluginParamTag(Hashtable) - Method in class org.apache.jasper.compiler.JspReader
Parse jsp:param tag attributes into the given hashtable.
Parser - class org.apache.jasper.compiler.Parser.
The class that parses the JSP input and calls the right methods on the code generator backend.
Parser.Action - interface org.apache.jasper.compiler.Parser.Action.
 
Parser(JspCompilationContext, String, String, InputStreamReader, ParseEventListener) - Constructor for class org.apache.jasper.compiler.Parser
 
Parser(JspReader, ParseEventListener) - Constructor for class org.apache.jasper.compiler.Parser
 
ParserController - class org.apache.jasper.compiler.ParserController.
Controller for the parsing of a JSP page.
ParserController(JspCompilationContext) - Constructor for class org.apache.jasper.compiler.ParserController
 
ParserUtils - class org.apache.jasper.parser.ParserUtils.
XML parsing utilities for processing web application deployment descriptor and tag library descriptor files.
ParserUtils() - Constructor for class org.apache.jasper.parser.ParserUtils
 
ParserXJspSax - class org.apache.jasper.compiler.ParserXJspSax.
SAX Parser to handle XJsp syntax.
ParserXJspSax(String, InputStreamReader, ParseEventListener) - Constructor for class org.apache.jasper.compiler.ParserXJspSax
 
parseTagAttributes() - Method in class org.apache.jasper.compiler.JspReader
Parse some tag attributes.
parseTagAttributesBean() - Method in class org.apache.jasper.compiler.JspReader
Parse some tag attributes for Beans.
parseToken(boolean) - Method in class org.apache.jasper.compiler.JspReader
Parse a space delimited token.
parseXMLDoc(String, InputStream) - Static method in class org.apache.jasper.compiler.JspUtil
Deprecated. Use ParserUtils.parseXMLDocument() instead
parseXMLDocJaxp(String, InputStream) - Static method in class org.apache.jasper.compiler.JspUtil
Deprecated. Use ParserUtils.parseXMLDocument() instead
parseXMLDocument(String, InputStream) - Method in class org.apache.jasper.parser.ParserUtils
Parse the specified XML document, and return a TreeNode that corresponds to the root node of the document tree.
peek() - Method in class org.apache.jasper.util.Queue
Peek to see if something is available.
peekChar() - Method in class org.apache.jasper.compiler.JspReader
 
PluginGenerator - class org.apache.jasper.compiler.PluginGenerator.
Generator for
PluginGenerator(Mark, Attributes, Hashtable, String, boolean) - Constructor for class org.apache.jasper.compiler.PluginGenerator
 
popBody() - Method in class org.apache.jasper.runtime.PageContextImpl
 
popFile() - Method in class org.apache.jasper.compiler.JspReader
 
popIndent() - Method in class org.apache.jasper.compiler.ServletWriter
 
popStream() - Method in class org.apache.jasper.compiler.Mark
Restores this mark's state to a previously stored stream.
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.
print(boolean) - Method in class org.apache.jasper.runtime.JspWriterImpl
Print a boolean value.
print(boolean) - Method in class org.apache.jasper.runtime.BodyContentImpl
Print a boolean value.
print(char) - Method in class org.apache.jasper.runtime.JspWriterImpl
Print a character.
print(char) - Method in class org.apache.jasper.runtime.BodyContentImpl
Print a character.
print(char[]) - Method in class org.apache.jasper.runtime.JspWriterImpl
Print an array of characters.
print(char[]) - Method in class org.apache.jasper.runtime.BodyContentImpl
Print an array of characters.
print(double) - Method in class org.apache.jasper.runtime.JspWriterImpl
Print a double-precision floating-point number.
print(double) - Method in class org.apache.jasper.runtime.BodyContentImpl
Print a double-precision floating-point number.
print(float) - Method in class org.apache.jasper.runtime.JspWriterImpl
Print a floating-point number.
print(float) - Method in class org.apache.jasper.runtime.BodyContentImpl
Print a floating-point number.
print(int) - Method in class org.apache.jasper.runtime.JspWriterImpl
Print an integer.
print(int) - Method in class org.apache.jasper.runtime.BodyContentImpl
Print an integer.
print(long) - Method in class org.apache.jasper.runtime.JspWriterImpl
Print a long integer.
print(long) - Method in class org.apache.jasper.runtime.BodyContentImpl
Print a long integer.
print(Object) - Method in class org.apache.jasper.runtime.JspWriterImpl
Print an object.
print(Object) - Method in class org.apache.jasper.runtime.BodyContentImpl
Print an object.
print(String) - Method in class org.apache.jasper.compiler.ServletWriter
 
print(String) - Method in class org.apache.jasper.runtime.JspWriterImpl
Print a string.
print(String) - Method in class org.apache.jasper.runtime.BodyContentImpl
Print a string.
printComment(Mark, Mark, char[]) - Method in class org.apache.jasper.compiler.ServletWriter
Print a standard comment for echo outputed chunk.
println() - Method in class org.apache.jasper.compiler.ServletWriter
 
println() - Method in class org.apache.jasper.runtime.JspWriterImpl
Terminate the current line by writing the line separator string.
println() - Method in class org.apache.jasper.runtime.BodyContentImpl
Terminate the current line by writing the line separator string.
println(boolean) - Method in class org.apache.jasper.runtime.JspWriterImpl
Print a boolean value and then terminate the line.
println(boolean) - Method in class org.apache.jasper.runtime.BodyContentImpl
Print a boolean value and then terminate the line.
println(char) - Method in class org.apache.jasper.runtime.JspWriterImpl
Print a character and then terminate the line.
println(char) - Method in class org.apache.jasper.runtime.BodyContentImpl
Print a character and then terminate the line.
println(char[]) - Method in class org.apache.jasper.runtime.JspWriterImpl
Print an array of characters and then terminate the line.
println(char[]) - Method in class org.apache.jasper.runtime.BodyContentImpl
Print an array of characters and then terminate the line.
println(double) - Method in class org.apache.jasper.runtime.JspWriterImpl
Print a double-precision floating-point number and then terminate the line.
println(double) - Method in class org.apache.jasper.runtime.BodyContentImpl
Print a double-precision floating-point number and then terminate the line.
println(float) - Method in class org.apache.jasper.runtime.JspWriterImpl
Print a floating-point number and then terminate the line.
println(float) - Method in class org.apache.jasper.runtime.BodyContentImpl
Print a floating-point number and then terminate the line.
println(int) - Method in class org.apache.jasper.runtime.JspWriterImpl
Print an integer and then terminate the line.
println(int) - Method in class org.apache.jasper.runtime.BodyContentImpl
Print an integer and then terminate the line.
println(long) - Method in class org.apache.jasper.runtime.JspWriterImpl
Print a long integer and then terminate the line.
println(long) - Method in class org.apache.jasper.runtime.BodyContentImpl
Print a long integer and then terminate the line.
println(Object) - Method in class org.apache.jasper.runtime.JspWriterImpl
Print an Object and then terminate the line.
println(Object) - Method in class org.apache.jasper.runtime.BodyContentImpl
Print an Object and then terminate the line.
println(String) - Method in class org.apache.jasper.compiler.ServletWriter
 
println(String) - Method in class org.apache.jasper.runtime.JspWriterImpl
Print a String and then terminate the line.
println(String) - Method in class org.apache.jasper.runtime.BodyContentImpl
Print a String and then terminate the line.
printMultiLn(String) - Method in class org.apache.jasper.compiler.ServletWriter
 
pull() - Method in class org.apache.jasper.util.Queue
Pull the first object out of the queue.
pushBody() - Method in class org.apache.jasper.runtime.PageContextImpl
 
pushIndent() - Method in class org.apache.jasper.compiler.ServletWriter
 
pushStream(char[], int, String, String, String) - Method in class org.apache.jasper.compiler.Mark
Sets this mark's state to a new stream.
put(Object) - Method in class org.apache.jasper.util.SimplePool
Add the object to the pool, silent nothing if the pool is full
put(Object) - Method in class org.apache.jasper.util.Queue
Put the object into the queue.
putBeanType(String, String) - Method in class org.apache.jasper.compiler.BeanRepository
 
putLogger(Logger) - Static method in class org.apache.jasper.logging.Logger
 
putTagCache(String, String, TagCache) - Method in class org.apache.jasper.compiler.TagLibraries
 

Q

Queue - class org.apache.jasper.util.Queue.
A simple FIFO queue class which causes the calling thread to wait if the queue is empty and notifies threads that are waiting when it is not empty.
Queue() - Constructor for class org.apache.jasper.util.Queue
 
quoteString(String) - Method in class org.apache.jasper.compiler.ServletWriter
Quote the given string to make it appear in a chunk of java code.

R

reader - Variable in class org.apache.jasper.compiler.JspParseEventListener
 
realLog(String) - Method in class org.apache.jasper.logging.JasperLogger
Adds a log message to the queue and returns immediately.
realLog(String) - Method in class org.apache.jasper.logging.DefaultLogger
Prints log message to default sink
realLog(String) - Method in class org.apache.jasper.logging.Logger
Subclasses implement these methods which are called by the log(..) methods internally.
realLog(String, Throwable) - Method in class org.apache.jasper.logging.JasperLogger
Adds a log message and stack trace to the queue and returns immediately.
realLog(String, Throwable) - Method in class org.apache.jasper.logging.DefaultLogger
Prints log message to default sink
realLog(String, Throwable) - Method in class org.apache.jasper.logging.Logger
Subclasses implement these methods which are called by the log(..) methods internally.
registerSourceFile(String) - Method in class org.apache.jasper.compiler.JspReader
Register a new source file.
release() - Method in class org.apache.jasper.runtime.PageContextImpl
 
releasePageContext(PageContext) - Method in class org.apache.jasper.runtime.JspFactoryImpl
 
removeAttribute(String) - Method in class org.apache.jasper.parser.TreeNode
Remove any existing value for the specified attribute name.
removeAttribute(String) - Method in class org.apache.jasper.runtime.PageContextImpl
 
removeAttribute(String) - Method in class org.apache.jasper.servlet.JspCServletContext
Remove the specified context attribute.
removeAttribute(String, int) - Method in class org.apache.jasper.runtime.PageContextImpl
 
removeBeanType(String) - Method in class org.apache.jasper.compiler.BeanRepository
 
removeGeneratedFiles() - Method in class org.apache.jasper.compiler.Compiler
Remove generated files
removeLogger(Logger) - Static method in class org.apache.jasper.logging.Logger
 
removeNode(TreeNode) - Method in class org.apache.jasper.parser.TreeNode
Remove a child node from this node, if it is one.
removeQuotes(char[]) - Static method in class org.apache.jasper.compiler.JspUtil
 
request - Variable in class org.apache.jasper.runtime.PageContextImpl
 
reset(Mark) - Method in class org.apache.jasper.compiler.JspReader
 
resolveRelativeUri(String) - Method in class org.apache.jasper.JspEngineContext
Get the full value of a URI relative to this compilations context
resolveRelativeUri(String) - Method in interface org.apache.jasper.JspCompilationContext
Get the full value of a URI relative to this compilations context
resolveRelativeUri(String) - Method in class org.apache.jasper.CommandLineContext
Get the full value of a URI relative to this compilations context uses current file as the base.
response - Variable in class org.apache.jasper.runtime.PageContextImpl
 
response - Variable in class org.apache.jasper.runtime.JspWriterImpl
 
ROOT_REL_URI - Static variable in class org.apache.jasper.compiler.TldLocationsCache
 
run() - Method in class org.apache.jasper.runtime.JspRuntimeLibrary.PrivilegedIntrospectHelper
 
run() - Method in class org.apache.jasper.runtime.JspFactoryImpl.PrivilegedGetPageContext
 
run() - Method in class org.apache.jasper.runtime.JspFactoryImpl.PrivilegedReleasePageContext
 
run() - Method in class org.apache.jasper.servlet.JasperLoader.PrivilegedLoadClass
 

S

scratchDir - Variable in class org.apache.jasper.EmbededServletOptions
I want to see my generated servlets.
ScriptletGenerator - class org.apache.jasper.compiler.ScriptletGenerator.
Generator for <% ....
ScriptletGenerator(char[]) - Constructor for class org.apache.jasper.compiler.ScriptletGenerator
 
sendErrorToClient - Variable in class org.apache.jasper.EmbededServletOptions
Flag to display stack traces in the client's browser.
serverInfo - Variable in class org.apache.jasper.servlet.JspServlet
 
SERVICE_METHOD_NAME - Static variable in class org.apache.jasper.Constants
_jspService is the name of the method that is called by HttpJspBase.service().
service(HttpServletRequest, HttpServletResponse) - Method in class org.apache.jasper.runtime.HttpJspBase
Entry point into service.
service(HttpServletRequest, HttpServletResponse) - Method in class org.apache.jasper.servlet.JspServlet
 
ServiceMethodPhase - interface org.apache.jasper.compiler.ServiceMethodPhase.
If your generator needs to generate code into the jspService() method (which is very likely), it should implement this class.
servlet - Variable in class org.apache.jasper.runtime.PageContextImpl
 
SERVLET_CLASS_LOADER - Static variable in class org.apache.jasper.Constants
FIXME ServletContext attribute for classpath.
SERVLET_CLASSPATH - Static variable in class org.apache.jasper.Constants
FIXME ServletContext attribute for classpath.
SERVLET_CONTENT_TYPE - Static variable in class org.apache.jasper.Constants
Default servlet content type.
servletContext - Variable in class org.apache.jasper.logging.DefaultLogger
The servlet context we are associated with.
ServletEngine - class org.apache.jasper.servlet.ServletEngine.
Simple class to factor out servlet runner dependencies from the JSP engine.
ServletEngine() - Constructor for class org.apache.jasper.servlet.ServletEngine
 
ServletResponseWrapperInclude - class org.apache.jasper.runtime.ServletResponseWrapperInclude.
ServletResponseWrapper used for the JSP 'include' action.
ServletResponseWrapperInclude(ServletResponse, JspWriter) - Constructor for class org.apache.jasper.runtime.ServletResponseWrapperInclude
 
ServletWriter - class org.apache.jasper.compiler.ServletWriter.
This is what is used to generate servlets.
ServletWriter(PrintWriter) - Constructor for class org.apache.jasper.compiler.ServletWriter
 
session - Variable in class org.apache.jasper.runtime.PageContextImpl
 
set(Object) - Method in class org.apache.jasper.util.SimplePool
 
setAttribute(String, Object) - Method in class org.apache.jasper.runtime.PageContextImpl
 
setAttribute(String, Object) - Method in class org.apache.jasper.servlet.JspCServletContext
Set or replace the specified context attribute.
setAttribute(String, Object, int) - Method in class org.apache.jasper.runtime.PageContextImpl
 
setBeginJspColNr(int) - Method in class org.apache.jasper.compiler.JspLineMapItem
Set the beginning jsp column number
setBeginJspLnr(int) - Method in class org.apache.jasper.compiler.JspLineMapItem
Set the beginning jsp line number
setBeginServletLnr(int) - Method in class org.apache.jasper.compiler.JspLineMapItem
Set the beginning servlet line number
setBody(String) - Method in class org.apache.jasper.parser.TreeNode
Set the body text associated with this node (if any).
setClassDebugInfo(boolean) - Method in class org.apache.jasper.compiler.SunJavaCompiler
Set if you want debugging information in the class file
setClassDebugInfo(boolean) - Method in class org.apache.jasper.compiler.JikesJavaCompiler
Set if you want debugging information in the class file
setClassDebugInfo(boolean) - Method in interface org.apache.jasper.compiler.JavaCompiler
Set if you want debugging information in the class file
setClassLoader(ClassLoader) - Method in class org.apache.jasper.parser.ParserUtils
Set the class loader used to access our XML parser.
setClassLoader(URLClassLoader) - Method in class org.apache.jasper.CommandLineContext
 
setClasspath(String) - Method in class org.apache.jasper.compiler.SunJavaCompiler
Set the class path for the compiler
setClasspath(String) - Method in class org.apache.jasper.compiler.JikesJavaCompiler
Set the class path for the compiler
setClasspath(String) - Method in interface org.apache.jasper.compiler.JavaCompiler
Set the class path for the compiler
setCommentGenerator(CommentGenerator) - Static method in class org.apache.jasper.compiler.JspParseEventListener
 
setCompilerPath(String) - Method in class org.apache.jasper.compiler.SunJavaCompiler
Specify where the compiler can be found
setCompilerPath(String) - Method in class org.apache.jasper.compiler.JikesJavaCompiler
Specify where the compiler can be found
setCompilerPath(String) - Method in interface org.apache.jasper.compiler.JavaCompiler
Specify where the compiler can be found
setContentType(String) - Method in class org.apache.jasper.JspEngineContext
 
setContentType(String) - Method in interface org.apache.jasper.JspCompilationContext
 
setContentType(String) - Method in class org.apache.jasper.CommandLineContext
 
setCustomOutput(String) - Method in class org.apache.jasper.logging.Logger
 
setDefault(boolean) - Method in interface org.apache.jasper.compiler.ParseEventListener
 
setDefault(boolean) - Method in class org.apache.jasper.compiler.JspParseEventListener
 
setDefaultSink(Writer) - Static method in class org.apache.jasper.logging.Logger
Set the default output stream that is used by all logging channels.
setEncoding(String) - Method in class org.apache.jasper.compiler.SunJavaCompiler
Set the encoding (character set) of the source
setEncoding(String) - Method in class org.apache.jasper.compiler.JikesJavaCompiler
Set the encoding (character set) of the source
setEncoding(String) - Method in interface org.apache.jasper.compiler.JavaCompiler
Set the encoding (character set) of the source
setEndJspColNr(int) - Method in class org.apache.jasper.compiler.JspLineMapItem
Set the ending jsp column number
setEndJspLnr(int) - Method in class org.apache.jasper.compiler.JspLineMapItem
Set the ending jsp line number
setEndServletLnr(int) - Method in class org.apache.jasper.compiler.JspLineMapItem
Set the ending servlet line number
setErrorPage(boolean) - Method in class org.apache.jasper.JspEngineContext
 
setErrorPage(boolean) - Method in interface org.apache.jasper.JspCompilationContext
 
setErrorPage(boolean) - Method in class org.apache.jasper.CommandLineContext
 
setJavaCompiler(JavaCompiler) - Method in class org.apache.jasper.compiler.Compiler
Set java compiler info
setLineMap(JspLineMap) - Method in class org.apache.jasper.compiler.ServletWriter
 
setLogger(Logger) - Method in interface org.apache.jasper.logging.LogAware
 
setLogger(Logger) - Method in class org.apache.jasper.logging.Logger.Helper
Set a logger explicitly.
setLogname(String) - Method in class org.apache.jasper.logging.Logger.Helper
Set the logger by name.
setLogPrefix(String) - Method in class org.apache.jasper.logging.Logger.Helper
Set the prefix string to be prepended to each message
setMangler(Mangler) - Method in class org.apache.jasper.compiler.Compiler
Set Mangler which will be used as part of compile().
setMsgOutput(OutputStream) - Method in class org.apache.jasper.compiler.SunJavaCompiler
Set where you want the compiler output (messages) to go
setMsgOutput(OutputStream) - Method in class org.apache.jasper.compiler.JikesJavaCompiler
Set where you want the compiler output (messages) to go
setMsgOutput(OutputStream) - Method in interface org.apache.jasper.compiler.JavaCompiler
Set where you want the compiler output (messages) to go
setName(String) - Method in class org.apache.jasper.logging.Logger
Set name of this log channel.
setOut(OutputStream) - Method in class org.apache.jasper.compiler.SunJavaCompiler
Set where you want the compiler output (messages) to go
setOutputDir(String) - Method in class org.apache.jasper.compiler.SunJavaCompiler
Set the output directory
setOutputDir(String) - Method in class org.apache.jasper.compiler.JikesJavaCompiler
Set the output directory
setOutputDir(String) - Method in interface org.apache.jasper.compiler.JavaCompiler
Set the output directory
setOutputInDirs(boolean) - Method in class org.apache.jasper.CommandLineContext
 
setPath(String) - Method in class org.apache.jasper.logging.Logger
Set the path name for the log output file.
SetPropertyGenerator - class org.apache.jasper.compiler.SetPropertyGenerator.
Generator for jsp:setProperty.
SetPropertyGenerator(Mark, Mark, Attributes, BeanRepository, boolean) - Constructor for class org.apache.jasper.compiler.SetPropertyGenerator
 
setProxy(Logger.Helper) - Method in class org.apache.jasper.logging.Logger.Helper
Set a "proxy" Logger.Helper -- whatever that one says its Logger is, use it
setReader(JspReader) - Method in class org.apache.jasper.JspEngineContext
 
setReader(JspReader) - Method in interface org.apache.jasper.JspCompilationContext
 
setReader(JspReader) - Method in class org.apache.jasper.CommandLineContext
 
setReader(JspReader) - Method in interface org.apache.jasper.compiler.ParseEventListener
The reader associated with the listener.
setReader(JspReader) - Method in class org.apache.jasper.compiler.JspParseEventListener
 
setServletClassName(String) - Method in class org.apache.jasper.JspEngineContext
 
setServletClassName(String) - Method in interface org.apache.jasper.JspCompilationContext
 
setServletClassName(String) - Method in class org.apache.jasper.CommandLineContext
 
setServletJavaFileName(String) - Method in class org.apache.jasper.JspEngineContext
 
setServletJavaFileName(String) - Method in interface org.apache.jasper.JspCompilationContext
 
setServletJavaFileName(String) - Method in class org.apache.jasper.CommandLineContext
 
setServletPackageName(String) - Method in class org.apache.jasper.JspEngineContext
 
setServletPackageName(String) - Method in interface org.apache.jasper.JspCompilationContext
 
setServletPackageName(String) - Method in class org.apache.jasper.CommandLineContext
 
setSingleFile(boolean) - Method in class org.apache.jasper.compiler.JspReader
 
setStartJspFileNr(int) - Method in class org.apache.jasper.compiler.JspLineMapItem
Set the index of the starting jsp file
setStopJspFileNr(int) - Method in class org.apache.jasper.compiler.JspLineMapItem
Set the index of the stopping jsp file
setTemplateInfo(Mark, Mark) - Method in interface org.apache.jasper.compiler.ParseEventListener
 
setTemplateInfo(Mark, Mark) - Method in class org.apache.jasper.compiler.JspParseEventListener
 
setTimestamp(String) - Method in class org.apache.jasper.logging.Logger
Do we need to time stamp this or not?
setTimestampFormat(String) - Method in class org.apache.jasper.logging.Logger
If we are timestamping at all, what format to use when printing the timestamp.
setVerbosityLevel(int) - Method in class org.apache.jasper.logging.Logger
Set the verbosity level for this logger.
setVerbosityLevel(String) - Method in class org.apache.jasper.logging.Logger
Set the verbosity level for this logger.
setWriter(ServletWriter) - Method in class org.apache.jasper.JspEngineContext
 
setWriter(ServletWriter) - Method in interface org.apache.jasper.JspCompilationContext
 
setWriter(ServletWriter) - Method in class org.apache.jasper.CommandLineContext
 
SimplePool - class org.apache.jasper.util.SimplePool.
Simple object pool.
SimplePool() - Constructor for class org.apache.jasper.util.SimplePool
 
SimplePool(int) - Constructor for class org.apache.jasper.util.SimplePool
 
sink - Variable in class org.apache.jasper.logging.Logger
 
size() - Method in class org.apache.jasper.compiler.JspLineMap
Get line map data structure size
size() - Method in class org.apache.jasper.util.Queue
How many elements are there in this queue?
skipSpaces() - Method in class org.apache.jasper.compiler.JspReader
 
skipUntil(String) - Method in class org.apache.jasper.compiler.JspReader
Skip until the given string is matched in the stream.
SPACES - Static variable in class org.apache.jasper.compiler.ServletWriter
 
STANDARD_IMPORTS - Static variable in class org.apache.jasper.Constants
These classes/packages are automatically imported by the generated code.
StaticInitializerPhase - interface org.apache.jasper.compiler.StaticInitializerPhase.
Generators the need to generate code that end up being statically initialized need to implement this class.
StoredCharDataGenerator - class org.apache.jasper.compiler.StoredCharDataGenerator.
StoredCharDataGenerator generates HTML and other data present in JSP files to be stored/serialized into a .dat file.
StoredCharDataGenerator(Vector, String, int, char[]) - Constructor for class org.apache.jasper.compiler.StoredCharDataGenerator
 
StringManager - class org.apache.jasper.util.StringManager.
An internationalization / localization helper class which reduces the bother of handling ResourceBundles and takes care of the common cases of message formating which otherwise require the creation of Object arrays and such.
SunJavaCompiler - class org.apache.jasper.compiler.SunJavaCompiler.
The default compiler.
SunJavaCompiler() - Constructor for class org.apache.jasper.compiler.SunJavaCompiler
 
SWITCH_CLASS_NAME - Static variable in class org.apache.jasper.JspC
 
SWITCH_DIE - 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_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_OUTPUT_SIMPLE_DIR - Static variable in class org.apache.jasper.JspC
 
SWITCH_PACKAGE_NAME - Static variable in class org.apache.jasper.JspC
 
SWITCH_QUIET - 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
 

T

TAB_WIDTH - Static variable in class org.apache.jasper.compiler.ServletWriter
 
TagBeginGenerator - class org.apache.jasper.compiler.TagBeginGenerator.
Custom tag support.
TagBeginGenerator(Mark, String, String, Attributes, TagLibraryInfo, TagInfo, TagLibraries, Stack, Hashtable, boolean, boolean) - Constructor for class org.apache.jasper.compiler.TagBeginGenerator
 
TagCache - class org.apache.jasper.compiler.TagCache.
A simple cache to hold results of one-time evaluation for a custom tag.
TagEndGenerator - class org.apache.jasper.compiler.TagEndGenerator.
Custom tag support.
TagEndGenerator(String, String, Attributes, TagLibraryInfo, TagInfo, TagLibraries, Stack, Hashtable, boolean) - Constructor for class org.apache.jasper.compiler.TagEndGenerator
 
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
 
TagLibraries - class org.apache.jasper.compiler.TagLibraries.
A container for all tag libraries that have been imported using the taglib directive.
TagLibraries(ClassLoader) - Constructor for class org.apache.jasper.compiler.TagLibraries
 
TagLibraryInfoImpl - class org.apache.jasper.compiler.TagLibraryInfoImpl.
Implementation of the TagLibraryInfo class from the JSP spec.
TagLibraryInfoImpl(JspCompilationContext, String, String) - Constructor for class org.apache.jasper.compiler.TagLibraryInfoImpl
 
TagLibraryInfoImpl(JspCompilationContext, String, String, String[]) - Constructor for class org.apache.jasper.compiler.TagLibraryInfoImpl
 
tagLibraryValidator - Variable in class org.apache.jasper.compiler.TagLibraryInfoImpl
 
throwableToString(Throwable) - Static method in class org.apache.jasper.logging.Logger
Converts a Throwable to a printable stack trace, including the nested root cause for a ServletException or JasperException if applicable TODO: JDBCException too
throwableToString(Throwable, String) - Static method in class org.apache.jasper.logging.Logger
Converts a Throwable to a printable stack trace, including the nested root cause for a ServletException or JasperException or SQLException if applicable
timestamp - Variable in class org.apache.jasper.logging.Logger
Should we timestamp this log at all?
timestampFormat - Variable in class org.apache.jasper.logging.Logger
The timestamp format string, default is "yyyy-MM-dd hh:mm:ss"
timestampFormatter - Variable in class org.apache.jasper.logging.Logger
 
timestampRaw - Variable in class org.apache.jasper.logging.Logger
true = The timestamp format is raw msec-since-epoch
false = The timestamp format is a custom string to pass to SimpleDateFormat
TldLocationsCache - class org.apache.jasper.compiler.TldLocationsCache.
A container for all tag libraries that are defined "globally" for the web application.
TldLocationsCache(ServletContext) - Constructor for class org.apache.jasper.compiler.TldLocationsCache
 
TMP_DIR - Static variable in class org.apache.jasper.Constants
 
TomcatServletEngine - class org.apache.jasper.servlet.TomcatServletEngine.
Implementation of Servlet Engine that is used when the JSP engine is running with Tomcat.
TomcatServletEngine() - Constructor for class org.apache.jasper.servlet.TomcatServletEngine
 
toShortString() - Method in class org.apache.jasper.compiler.Mark
 
toString() - Method in class org.apache.jasper.compiler.TagLibraryInfoImpl
 
toString() - Method in class org.apache.jasper.compiler.JspLineMapItem
Convert data structure to a string
toString() - Method in class org.apache.jasper.compiler.JspLineMap
Convert data structures to a string
toString() - Method in class org.apache.jasper.compiler.Mark
 
toString() - Method in class org.apache.jasper.logging.JasperLogger
 
toString() - Method in class org.apache.jasper.logging.Logger
 
toString() - Method in class org.apache.jasper.parser.TreeNode
Return a String representation of this TreeNode.
toString(boolean) - Static method in class org.apache.jasper.runtime.JspRuntimeLibrary
 
toString(byte) - Static method in class org.apache.jasper.runtime.JspRuntimeLibrary
 
toString(char) - Static method in class org.apache.jasper.runtime.JspRuntimeLibrary
 
toString(double) - Static method in class org.apache.jasper.runtime.JspRuntimeLibrary
 
toString(float) - Static method in class org.apache.jasper.runtime.JspRuntimeLibrary
 
toString(int) - Static method in class org.apache.jasper.runtime.JspRuntimeLibrary
 
toString(long) - Static method in class org.apache.jasper.runtime.JspRuntimeLibrary
 
toString(Object) - Static method in class org.apache.jasper.runtime.JspRuntimeLibrary
 
toString(short) - Static method in class org.apache.jasper.runtime.JspRuntimeLibrary
 
toString(StringBuffer, int, TreeNode) - Method in class org.apache.jasper.parser.TreeNode
Append to the specified StringBuffer a character representation of this node, with the specified amount of indentation.
TreeNode - class org.apache.jasper.parser.TreeNode.
Simplified implementation of a Node from a Document Object Model (DOM) parse of an XML document.
TreeNode(String) - Constructor for class org.apache.jasper.parser.TreeNode
Construct a new node with no parent.
TreeNode(String, TreeNode) - Constructor for class org.apache.jasper.parser.TreeNode
Construct a new node with the specified parent.

U

UninterpretedTagBeginGenerator - class org.apache.jasper.compiler.UninterpretedTagBeginGenerator.
Generates the start element of an uninterpreted tag.
UninterpretedTagBeginGenerator(String, Attributes) - Constructor for class org.apache.jasper.compiler.UninterpretedTagBeginGenerator
 
UninterpretedTagEndGenerator - class org.apache.jasper.compiler.UninterpretedTagEndGenerator.
Generates the start element of an uninterpreted tag.
UninterpretedTagEndGenerator(String) - Constructor for class org.apache.jasper.compiler.UninterpretedTagEndGenerator
 
unregisterSourceFile(String) - Method in class org.apache.jasper.compiler.JspReader
Unregister the source file.
uriType(String) - Static method in class org.apache.jasper.compiler.TldLocationsCache
Returns the type of a URI: ABS_URI ROOT_REL_URI NOROOT_REL_URI

V

validate() - Method in class org.apache.jasper.compiler.JspParseEventListener
validate the XML stream of the JSP document against the libraries used by the document.
validate(PageData) - Method in class org.apache.jasper.compiler.TagLibraryInfoImpl
Translation-time validation of the XML docu-ment associated with the JSP page.

W

WARNING - Static variable in class org.apache.jasper.logging.Logger
 
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
 
write(char[]) - Method in class org.apache.jasper.runtime.JspWriterImpl
Write an array of characters.
write(char[]) - Method in class org.apache.jasper.runtime.BodyContentImpl
Write an array of characters.
write(char[], int, int) - Method in class org.apache.jasper.compiler.EscapeUnicodeWriter
 
write(char[], int, int) - Method in class org.apache.jasper.runtime.JspWriterImpl
Write a portion of an array of characters.
write(char[], int, int) - Method in class org.apache.jasper.runtime.BodyContentImpl
Write a portion of an array of characters.
write(int) - Method in class org.apache.jasper.runtime.JspWriterImpl
Write a single character.
write(int) - Method in class org.apache.jasper.runtime.BodyContentImpl
Write a single character.
write(String) - Method in class org.apache.jasper.runtime.JspWriterImpl
Write a string.
write(String) - Method in class org.apache.jasper.runtime.BodyContentImpl
Write a string.
write(String, int, int) - Method in class org.apache.jasper.runtime.JspWriterImpl
Write a portion of a String.
write(String, int, int) - Method in class org.apache.jasper.runtime.BodyContentImpl
Write a portion of a String.
writeOut(Writer) - Method in class org.apache.jasper.runtime.BodyContentImpl
Write the contents of this BodyJspWriter into a Writer.
writer - Variable in class org.apache.jasper.compiler.JspParseEventListener
 

X

XmlOutputter - class org.apache.jasper.compiler.XmlOutputter.
Class responsible for generating the XML stream representing the JSP translation unit being compiled.

_

_createOut(int, boolean) - Method in class org.apache.jasper.runtime.PageContextImpl
 
_jspService(HttpServletRequest, HttpServletResponse) - Method in class org.apache.jasper.runtime.HttpJspBase
 

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

Copyright © 2000 Apache Software Foundation. All Rights Reserved.