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

A

ABS_URI - Static variable in class org.apache.jasper.compiler.TldLocationsCache
The types of URI one may specify for a tag library
ALL_WEBXML - Static variable in class org.apache.jasper.JspC
 
accept(Node.Visitor) - Method in class org.apache.jasper.compiler.Node.Comment
 
accept(Node.Visitor) - Method in class org.apache.jasper.compiler.Node.CustomTag
 
accept(Node.Visitor) - Method in class org.apache.jasper.compiler.Node.Declaration
 
accept(Node.Visitor) - Method in class org.apache.jasper.compiler.Node.Expression
 
accept(Node.Visitor) - Method in class org.apache.jasper.compiler.Node.FallBackAction
 
accept(Node.Visitor) - Method in class org.apache.jasper.compiler.Node.ForwardAction
 
accept(Node.Visitor) - Method in class org.apache.jasper.compiler.Node.GetProperty
 
accept(Node.Visitor) - Method in class org.apache.jasper.compiler.Node.IncludeAction
 
accept(Node.Visitor) - Method in class org.apache.jasper.compiler.Node.IncludeDirective
 
accept(Node.Visitor) - Method in class org.apache.jasper.compiler.Node.JspRoot
 
accept(Node.Visitor) - Method in class org.apache.jasper.compiler.Node.JspText
 
accept(Node.Visitor) - Method in class org.apache.jasper.compiler.Node.PageDirective
 
accept(Node.Visitor) - Method in class org.apache.jasper.compiler.Node.ParamAction
 
accept(Node.Visitor) - Method in class org.apache.jasper.compiler.Node.ParamsAction
 
accept(Node.Visitor) - Method in class org.apache.jasper.compiler.Node.PlugIn
 
accept(Node.Visitor) - Method in class org.apache.jasper.compiler.Node.Root
 
accept(Node.Visitor) - Method in class org.apache.jasper.compiler.Node.Scriptlet
 
accept(Node.Visitor) - Method in class org.apache.jasper.compiler.Node.SetProperty
 
accept(Node.Visitor) - Method in class org.apache.jasper.compiler.Node.TaglibDirective
 
accept(Node.Visitor) - Method in class org.apache.jasper.compiler.Node.TemplateText
 
accept(Node.Visitor) - Method in class org.apache.jasper.compiler.Node.UninterpretedTag
 
accept(Node.Visitor) - Method in class org.apache.jasper.compiler.Node.UseBean
 
add(Node) - Method in class org.apache.jasper.compiler.Node.Nodes
Appends a node to the list
addApplicationBean(String, String) - Method in class org.apache.jasper.compiler.BeanRepository
 
addAttribute(String, String) - Method in class org.apache.jasper.xmlparser.TreeNode
Add an attribute to this node, replacing any existing attribute with the same name.
addChild(TreeNode) - Method in class org.apache.jasper.xmlparser.TreeNode
Add a new child node to this node.
addImport(String) - Method in class org.apache.jasper.compiler.Node.PageDirective
Parses the comma-separated list of class or package names in the given attribute value and adds each component to this PageDirective's vector of imported classes and packages.
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
 
addTagLibraryInfo(String, TagLibraryInfo) - Method in class org.apache.jasper.compiler.TldLocationsCache
 
addWrapper(String, JspServletWrapper) - Method in class org.apache.jasper.compiler.JspRuntimeContext
Add a new JspServletWrapper.
advance(int) - Method in class org.apache.jasper.compiler.JspReader
 
attributes - Variable in class org.apache.jasper.runtime.PageContextImpl
 
attributes - Variable in class org.apache.jasper.xmlparser.TreeNode
The attributes of this node, keyed by attribute name, Instantiated only if required.
attrs - Variable in class org.apache.jasper.compiler.Node
 
attrsToHashtable(Attributes) - Static method in class org.apache.jasper.compiler.JspUtil
 
autoFlush - Variable in class org.apache.jasper.runtime.PageContextImpl
 

B

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
 
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
 
baseOut - Variable in class org.apache.jasper.runtime.PageContextImpl
 
baseURI - Variable in class org.apache.jasper.JspCompilationContext
 
beanFound(String) - Method in class org.apache.jasper.compiler.BeanRepository
 
beginJavaLine - Variable in class org.apache.jasper.compiler.Node
 
body - Variable in class org.apache.jasper.compiler.Node
 
body - Variable in class org.apache.jasper.xmlparser.TreeNode
The body text associated with this node (if any).
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.BodyContentImpl
 
bufferSize - Variable in class org.apache.jasper.runtime.PageContextImpl
 

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
 
ClassFound(String) - Method in class org.apache.jasper.compiler.BeanRepository
 
Collector - class org.apache.jasper.compiler.Collector.
Collect info about the page and nodes, and make them availabe through the PageInfo object.
Collector() - Constructor for class org.apache.jasper.compiler.Collector
 
Compiler - class org.apache.jasper.compiler.Compiler.
Main JSP compiler class.
Compiler(JspCompilationContext) - Constructor for class org.apache.jasper.compiler.Compiler
 
Compiler(JspCompilationContext, JspServletWrapper) - Constructor for class org.apache.jasper.compiler.Compiler
 
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
 
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
 
characters(char[], int, int) - Method in class org.apache.jasper.compiler.JspDocumentParser
 
checkApplicationBean(String) - Method in class org.apache.jasper.compiler.BeanRepository
 
checkAttributes(String, Attributes, JspUtil.ValidAttribute[], Mark, ErrorDispatcher) - Static method in class org.apache.jasper.compiler.JspUtil
 
checkError() - Method in class org.apache.jasper.util.SystemLogHandler
 
checkInterval - Variable in class org.apache.jasper.EmbededServletOptions
Background compile thread check interval in seconds.
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
 
checkVariable(String) - Method in class org.apache.jasper.compiler.BeanRepository
 
children - Variable in class org.apache.jasper.xmlparser.TreeNode
The children of this node, instantiated only if required.
classDebugInfo - Variable in class org.apache.jasper.EmbededServletOptions
Indicates if debugging information should be included in the class file.
classFileName - Variable in class org.apache.jasper.JspCompilationContext
 
classLoader - Variable in class org.apache.jasper.xmlparser.ParserUtils
The class loader to use for accessing our XML parser.
classPath - Variable in class org.apache.jasper.JspCompilationContext
 
classpath - Variable in class org.apache.jasper.EmbededServletOptions
Classpath to use while compiling generated servlets.
clear() - Method in class org.apache.jasper.runtime.BodyContentImpl
Clear the contents of the buffer.
clear() - Method in class org.apache.jasper.runtime.JspWriterImpl
Discard the output buffer.
clearBuffer() - Method in class org.apache.jasper.runtime.BodyContentImpl
Clears the current contents of the buffer.
clearBuffer() - Method in class org.apache.jasper.runtime.JspWriterImpl
 
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.BodyContentImpl
Close the stream, flushing it first.
close() - Method in class org.apache.jasper.runtime.JspWriterImpl
Close the stream.
close() - Method in class org.apache.jasper.util.SystemLogHandler
 
closed - Variable in class org.apache.jasper.runtime.JspWriterImpl
 
collect(Compiler, Node.Nodes) - Static method in class org.apache.jasper.compiler.Collector
 
comment(char[], int, int) - Method in class org.apache.jasper.compiler.JspDocumentParser
 
compile() - Method in class org.apache.jasper.JspCompilationContext
 
compile() - Method in class org.apache.jasper.compiler.Compiler
Compile the jsp file from the current engine context
compiler - Variable in class org.apache.jasper.EmbededServletOptions
Compiler to use.
concatenate(Compiler, Node.Nodes) - Static method in class org.apache.jasper.compiler.TextOptimizer
 
config - Variable in class org.apache.jasper.runtime.PageContextImpl
 
contentType - Variable in class org.apache.jasper.JspCompilationContext
 
context - Variable in class org.apache.jasper.JspCompilationContext
 
context - Variable in class org.apache.jasper.runtime.PageContextImpl
 
convert(String, String, Class, Class) - Static method in class org.apache.jasper.runtime.JspRuntimeLibrary
 
convert(TreeNode, Node) - Method in class org.apache.jasper.xmlparser.ParserUtils
Create and return a TreeNode that corresponds to the specified Node, including processing all of the attributes and children nodes.
createCompiler() - Method in class org.apache.jasper.JspCompilationContext
Create a "Compiler" object based on some init param data.
createOutdir() - Method in class org.apache.jasper.JspCompilationContext
 
createParserUtils(ClassLoader) - Static method in class org.apache.jasper.xmlparser.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
 
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
 
DEFAULT_TAG_BUFFER_SIZE - Static variable in class org.apache.jasper.Constants
Default size for the tag buffers.
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.
Dumper - class org.apache.jasper.compiler.Dumper.
 
Dumper() - Constructor for class org.apache.jasper.compiler.Dumper
 
data - Static variable in class org.apache.jasper.util.SystemLogHandler
Thread <-> ByteArrayOutputStream associations.
decode(String) - Static method in class org.apache.jasper.runtime.JspRuntimeLibrary
Decode an URL formatted string.
defaultCharBufferSize - Static variable in class org.apache.jasper.runtime.JspWriterImpl
 
defaultLogger - Static variable in class org.apache.jasper.logging.Logger
 
defaultSink - Static variable in class org.apache.jasper.logging.Logger
 
depth - Variable in class org.apache.jasper.runtime.PageContextImpl
 
destroy() - Method in class org.apache.jasper.compiler.JspRuntimeContext
Process a "destory" event for this web application context.
destroy() - Method in class org.apache.jasper.runtime.HttpJspBase
 
destroy() - Method in class org.apache.jasper.servlet.JspServlet
 
destroy() - Method in class org.apache.jasper.servlet.JspServletWrapper
 
development - Variable in class org.apache.jasper.EmbededServletOptions
Is Jasper being used in development mode?
doVisit(Node) - Method in class org.apache.jasper.compiler.Node.Visitor
The method provides a place to put actions that are common to all nodes.
dump(Node) - Static method in class org.apache.jasper.compiler.Dumper
 
dump(Node.Nodes) - Static method in class org.apache.jasper.compiler.Dumper
 

E

ERROR - Static variable in class org.apache.jasper.logging.Logger
 
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.
ErrorDispatcher - class org.apache.jasper.compiler.ErrorDispatcher.
Class responsible for dispatching JSP parse and javac compilation errors to the configured error handler.
ErrorHandler - interface org.apache.jasper.compiler.ErrorHandler.
Interface for handling JSP parse and javac compilation errors.
endCDATA() - Method in class org.apache.jasper.compiler.JspDocumentParser
 
endDTD() - Method in class org.apache.jasper.compiler.JspDocumentParser
 
endElement(String, String, String) - Method in class org.apache.jasper.compiler.JspDocumentParser
 
endEntity(String) - Method in class org.apache.jasper.compiler.JspDocumentParser
 
endJavaLine - Variable in class org.apache.jasper.compiler.Node
 
ensureOpen() - Method in class org.apache.jasper.runtime.JspWriterImpl
check to make sure that the stream has not been closed
equals(Object) - Method in class org.apache.jasper.compiler.Mark
 
error(SAXParseException) - Method in class org.apache.jasper.compiler.JspDocumentParser
 
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
 
escapeXml(String) - Static method in class org.apache.jasper.compiler.JspUtil
Escape the 5 entities defined by XML.
execute() - Method in class org.apache.jasper.JspC
 

F

FATAL - Static variable in class org.apache.jasper.logging.Logger
Verbosity level codes.
FORWARD_SEEN - Static variable in class org.apache.jasper.Constants
 
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
 
factory - Variable in class org.apache.jasper.runtime.PageContextImpl
 
fatalError(SAXParseException) - Method in class org.apache.jasper.compiler.JspDocumentParser
 
findAttribute(String) - Method in class org.apache.jasper.runtime.PageContextImpl
 
findAttribute(String) - Method in class org.apache.jasper.xmlparser.TreeNode
Return the value of the specified node attribute if it exists, or null otherwise.
findAttributes() - Method in class org.apache.jasper.xmlparser.TreeNode
Return an Iterator of the attribute names of this node.
findChild(String) - Method in class org.apache.jasper.xmlparser.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.xmlparser.TreeNode
Return an Iterator of all children of this node.
findChildren(String) - Method in class org.apache.jasper.xmlparser.TreeNode
Return an Iterator over all children of this node that have the specified name.
findStream() - Method in class org.apache.jasper.util.SystemLogHandler
Find PrintStream to which the output must be written to.
flush() - Method in class org.apache.jasper.logging.DefaultLogger
Flush the log.
flush() - Method in class org.apache.jasper.logging.JasperLogger
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.
flush() - Method in class org.apache.jasper.util.SystemLogHandler
 
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
 
fork - Variable in class org.apache.jasper.EmbededServletOptions
Should Ant fork its java compiles of JSP pages.
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(String) - Method in class org.apache.jasper.runtime.PageContextImpl
 

G

Generator - class org.apache.jasper.compiler.Generator.
Generate Java source from Nodes
generate(ServletWriter, Compiler, Node.Nodes) - Static method in class org.apache.jasper.compiler.Generator
The main entry for Generator.
generateClass() - Method in class org.apache.jasper.compiler.Compiler
Compile the jsp file from the current engine context
generateJava() - Method in class org.apache.jasper.compiler.Compiler
Compile the jsp file from the current engine context
generateWebMapping(String, JspCompilationContext) - Method in class org.apache.jasper.JspC
 
get(Class) - Method in class org.apache.jasper.runtime.TagHandlerPool
Gets the next available tag handler from this tag handler pool, instantiating one if this tag handler pool is empty.
get() - Method in class org.apache.jasper.util.Queue
Get the first object out of the queue.
get() - Method in class org.apache.jasper.util.SimplePool
Get an object from the pool, null if the pool is empty.
getApplicationBeans() - Method in class org.apache.jasper.compiler.BeanRepository
 
getAttribute(String) - Method in class org.apache.jasper.runtime.PageContextImpl
 
getAttribute(String, int) - 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.
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
 
getAttributeValue(String) - Method in class org.apache.jasper.compiler.Node
 
getAttributes() - Method in class org.apache.jasper.compiler.Node
 
getAttributesScope(String) - Method in class org.apache.jasper.runtime.PageContextImpl
 
getBeanName() - Method in class org.apache.jasper.compiler.Node.UseBean
 
getBeanType(String) - Method in class org.apache.jasper.compiler.BeanRepository
 
getBeginJavaLine() - Method in class org.apache.jasper.compiler.Node
 
getBody() - Method in class org.apache.jasper.compiler.Node
 
getBody() - Method in class org.apache.jasper.xmlparser.TreeNode
Return the body text associated with this node (if any).
getCanonicalName(Class) - Static method in class org.apache.jasper.compiler.JspUtil
Compute the canonical name from a Class instance.
getCheckInterval() - Method in class org.apache.jasper.EmbededServletOptions
Background JSP compile thread check interval.
getCheckInterval() - Method in class org.apache.jasper.JspC
Background compilation check intervals in seconds
getCheckInterval() - Method in interface org.apache.jasper.Options
Background compile thread check interval in seconds
getClass(String) - Method in class org.apache.jasper.compiler.BeanRepository
 
getClassDebugInfo() - Method in class org.apache.jasper.EmbededServletOptions
Getter method to determine if class files should be compiled with debug information.
getClassDebugInfo() - Method in class org.apache.jasper.JspC
 
getClassDebugInfo() - Method in interface org.apache.jasper.Options
Should we include debug information in compiled class?
getClassFileName() - Method in class org.apache.jasper.JspCompilationContext
 
getClassLoader() - Method in class org.apache.jasper.JspCompilationContext
What class loader to use for loading classes while compiling this JSP?
getClassLoader(ServletContext) - Method in class org.apache.jasper.servlet.ServletEngine
Get the class loader for this ServletContext object.
getClassLoader(ServletContext) - Method in class org.apache.jasper.servlet.TomcatServletEngine
 
getClassPath() - Method in class org.apache.jasper.EmbededServletOptions
Getter method for classpath used when compiling the servlets generated from JSP files.
getClassPath() - Method in class org.apache.jasper.JspC
 
getClassPath() - Method in class org.apache.jasper.JspCompilationContext
The classpath that is passed off to the Java compiler.
getClassPath() - Method in interface org.apache.jasper.Options
What classpath should I use while compiling the servlets generated from JSP files?
getClassPath() - Method in class org.apache.jasper.compiler.JspRuntimeContext
The classpath that is passed off to the Java compiler.
getCodeSource() - Method in class org.apache.jasper.compiler.JspRuntimeContext
Get the SecurityManager Policy CodeSource for this web applicaiton context.
getColumnNumber() - Method in class org.apache.jasper.compiler.Mark
 
getCompilationContext() - Method in class org.apache.jasper.compiler.Compiler
 
getCompiler() - Method in class org.apache.jasper.EmbededServletOptions
Compiler to use.
getCompiler() - Method in class org.apache.jasper.JspC
Compiler to use.
getCompiler() - Method in interface org.apache.jasper.Options
Compiler to use.
getCompiler() - Method in class org.apache.jasper.compiler.ParserController
 
getContentType() - Method in class org.apache.jasper.JspCompilationContext
Get 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 '/'.
getCustomNestingLevel() - Method in class org.apache.jasper.compiler.Node.CustomTag
 
getCustomTagParent() - Method in class org.apache.jasper.compiler.Node.CustomTag
 
getDefaultLogger() - Static method in class org.apache.jasper.logging.Logger
Get the logger that prints to the default sink (usu.
getDevelopment() - Method in class org.apache.jasper.EmbededServletOptions
Getter method to determine if Jasper being used in development mode.
getDevelopment() - Method in class org.apache.jasper.JspC
Is Jasper being used in development mode?
getDevelopment() - Method in interface org.apache.jasper.Options
Is Jasper being used in development mode?
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.
getEndJavaLine() - Method in class org.apache.jasper.compiler.Node
 
getEngineInfo() - Method in class org.apache.jasper.runtime.JspFactoryImpl
 
getErrorDispatcher() - Method in class org.apache.jasper.compiler.Compiler
Gets the error dispatcher.
getErrorMessage() - Method in class org.apache.jasper.compiler.JavacErrorDetail
Gets the compilation error message.
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(int) - Method in class org.apache.jasper.compiler.JspReader
 
getFile() - Method in class org.apache.jasper.compiler.Mark
 
getFork() - Method in class org.apache.jasper.EmbededServletOptions
 
getFork() - Method in class org.apache.jasper.JspC
 
getFork() - Method in interface org.apache.jasper.Options
boolean flag to tell Ant whether to fork JSP page compilations.
getHeight() - Method in class org.apache.jasper.compiler.Node.PlugIn
 
getIeClassId() - Method in class org.apache.jasper.EmbededServletOptions
Class ID for use in the plugin tag when the browser is IE.
getIeClassId() - Method in class org.apache.jasper.JspC
 
getIeClassId() - Method in interface org.apache.jasper.Options
Class ID for use in the plugin tag when the browser is IE.
getImports() - Method in class org.apache.jasper.compiler.Node.PageDirective
 
getIncludes() - Method in class org.apache.jasper.runtime.HttpJspBase
Get the list of compile time included files used by the JSP file.
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
Returns the input stream of the XML view.
getJavaEncoding() - Method in class org.apache.jasper.EmbededServletOptions
 
getJavaEncoding() - Method in class org.apache.jasper.JspC
 
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.JavacErrorDetail
Gets the name of the Java source file in which the compilation error occurred.
getJavaLine() - Method in class org.apache.jasper.compiler.ServletWriter
 
getJavaLineNumber() - Method in class org.apache.jasper.compiler.JavacErrorDetail
Gets the compilation error line number.
getJspAttributes() - Method in class org.apache.jasper.compiler.Node.CustomTag
 
getJspBeginLineNumber() - Method in class org.apache.jasper.compiler.JavacErrorDetail
Gets the start line number (in the JSP file) of the JSP element responsible for the compilation error.
getJspCompilationContext() - Method in class org.apache.jasper.compiler.ParserController
 
getJspCompilerPath() - Method in class org.apache.jasper.JspC
 
getJspCompilerPlugin() - Method in class org.apache.jasper.JspC
 
getJspEngineContext() - Method in class org.apache.jasper.servlet.JspServletWrapper
 
getJspFile() - Method in class org.apache.jasper.JspCompilationContext
Path of the JSP URI.
getJspFileName() - Method in class org.apache.jasper.compiler.JavacErrorDetail
Gets the name of the JSP file from which the Java source file was generated.
getJspPath() - Method in class org.apache.jasper.JspCompilationContext
Path of the JSP relative to the work directory.
getJspVerbosityLevel() - Method in class org.apache.jasper.JspC
 
getKeepGenerated() - Method in class org.apache.jasper.EmbededServletOptions
Getter method to see if generated code is kept.
getKeepGenerated() - Method in class org.apache.jasper.JspC
 
getKeepGenerated() - Method in interface org.apache.jasper.Options
Are we keeping generated code around?
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.EmbededServletOptions
Getter method to determine HTML mapped servlets support.
getMappedFile() - Method in class org.apache.jasper.JspC
Are we supporting HTML mapped servlets?
getMappedFile() - Method in interface org.apache.jasper.Options
Are we supporting HTML mapped servlets?
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.compiler.Node.CustomTag
 
getName() - Method in class org.apache.jasper.compiler.Node.JspAttribute
 
getName() - Method in class org.apache.jasper.compiler.Node.UninterpretedTag
 
getName() - Method in class org.apache.jasper.logging.Logger
Get name of this log channel.
getName() - Method in class org.apache.jasper.xmlparser.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.
getNode(int) - Method in class org.apache.jasper.compiler.Node.Nodes
 
getNumCount() - Method in class org.apache.jasper.compiler.Node.CustomTag
 
getOptions() - Method in class org.apache.jasper.JspCompilationContext
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.JspCompilationContext
The scratch directory to generate code into.
getOutputStream() - Method in class org.apache.jasper.runtime.ServletResponseWrapperInclude
 
getPage() - Method in class org.apache.jasper.compiler.Node.ForwardAction
 
getPage() - Method in class org.apache.jasper.compiler.Node.IncludeAction
 
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
 
getPageInfo() - Method in class org.apache.jasper.compiler.Compiler
Gets the info about the page under compilation
getParent() - Method in class org.apache.jasper.compiler.Node
 
getParentClassLoader() - Method in class org.apache.jasper.compiler.JspRuntimeContext
Get the parent URLClassLoader.
getParentRoot() - Method in class org.apache.jasper.compiler.Node.Root
 
getPath() - Method in class org.apache.jasper.logging.Logger
 
getPermissionCollection() - Method in class org.apache.jasper.compiler.JspRuntimeContext
Get the SecurityManager PermissionCollection for this web application context.
getPermissions(CodeSource) - Method in class org.apache.jasper.servlet.JasperLoader
Get the Permissions for a CodeSource.
getPrefix() - Method in class org.apache.jasper.compiler.Node.CustomTag
 
getProperty(String) - Method in class org.apache.jasper.EmbededServletOptions
 
getProtectionDomain() - Method in class org.apache.jasper.JspC
 
getPublicId() - Method in class org.apache.jasper.compiler.Mark
 
getReadMethod(Class, String) - Static method in class org.apache.jasper.runtime.JspRuntimeLibrary
 
getReader() - Method in class org.apache.jasper.JspCompilationContext
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.
getRealPath(String) - Method in class 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.servlet.JspCServletContext
Return the real path for the specified context-relative virtual path.
getReloading() - Method in class org.apache.jasper.EmbededServletOptions
Getter method for JSP reloading check.
getReloading() - Method in class org.apache.jasper.JspC
JSP reloading check ?
getReloading() - Method in interface org.apache.jasper.Options
JSP reloading check ?
getRemaining() - Method in class org.apache.jasper.runtime.BodyContentImpl
 
getRemaining() - Method in class org.apache.jasper.runtime.JspWriterImpl
 
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.JspCompilationContext
 
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.JspCompilationContext
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.runtime.PageContextImpl
 
getRoot() - Method in class org.apache.jasper.compiler.Node.Nodes
 
getScratchDir() - Method in class org.apache.jasper.EmbededServletOptions
Getter method for scratch dir.
getScratchDir() - Method in class org.apache.jasper.JspC
 
getScratchDir() - Method in interface org.apache.jasper.Options
What is my scratch dir?
getScriptingVars(int) - Method in class org.apache.jasper.compiler.Node.CustomTag
 
getSendErrorToClient() - Method in class org.apache.jasper.EmbededServletOptions
Getter method to determine if errors should be sent to client or thrown into stderr.
getSendErrorToClient() - Method in class org.apache.jasper.JspC
 
getSendErrorToClient() - Method in interface org.apache.jasper.Options
Should errors be sent to client or thrown into stderr?
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
getServlet() - Method in class org.apache.jasper.servlet.JspServletWrapper
 
getServletClassName() - Method in class org.apache.jasper.JspCompilationContext
Just the class name (does not include package name) of the generated class.
getServletConfig() - Method in class org.apache.jasper.runtime.PageContextImpl
 
getServletContext() - Method in class org.apache.jasper.runtime.PageContextImpl
 
getServletContext() - Method in class org.apache.jasper.servlet.JspServletWrapper
 
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.JspCompilationContext
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.JspCompilationContext
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
 
getShortName() - Method in class org.apache.jasper.compiler.Node.CustomTag
 
getStart() - Method in class org.apache.jasper.compiler.Node
 
getString(String) - Static method in class org.apache.jasper.Constants
Get hold of a "message" or any string from our resources database.
getString(String, Object[]) - Static method in class org.apache.jasper.Constants
Format the string that is looked up using "key" using "args".
getString() - Method in class org.apache.jasper.runtime.BodyContentImpl
Return the value of the BodyJspWriter as a String.
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 set of arguments.
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, 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
 
getTagData() - Method in class org.apache.jasper.compiler.Node.CustomTag
 
getTagHandlerClass() - Method in class org.apache.jasper.compiler.Node.CustomTag
 
getTagHandlerPoolName() - Method in class org.apache.jasper.compiler.Node.CustomTag
 
getTagInfo() - Method in class org.apache.jasper.compiler.Node.CustomTag
 
getTagLibraryInfo(String) - Method in class org.apache.jasper.compiler.TldLocationsCache
 
getTagLibraryValidator() - Method in class org.apache.jasper.compiler.TagLibraryInfoImpl
The instance (if any) for the TagLibraryValidator class.
getTagVariableInfos() - Method in class org.apache.jasper.compiler.Node.CustomTag
 
getText() - Method in class org.apache.jasper.compiler.Node.ScriptingElement
When this node was created from a JSP page in JSP syntax, its text was stored as a String in the "text" field, whereas when this node was created from a JSP document, its text was stored as one or more TemplateText nodes in its body.
getText() - Method in class org.apache.jasper.compiler.Node
 
getTimestampFormat() - Method in class org.apache.jasper.logging.Logger
 
getTldLocation(String) - Method in class org.apache.jasper.JspCompilationContext
Get the 'location' of the TLD associated with a given taglib 'uri'.
getTldLocationsCache() - Method in class org.apache.jasper.EmbededServletOptions
 
getTldLocationsCache() - Method in class org.apache.jasper.JspC
 
getTldLocationsCache() - Method in interface org.apache.jasper.Options
The cache for the location of the TLD's for the various tag libraries 'exposed' by the web application.
getValue() - Method in class org.apache.jasper.compiler.Node.JspAttribute
 
getValue() - Method in class org.apache.jasper.compiler.Node.ParamAction
 
getValue() - Method in class org.apache.jasper.compiler.Node.SetProperty
 
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
 
getVariableInfos() - Method in class org.apache.jasper.compiler.Node.CustomTag
 
getVerbosityLevel() - Method in class org.apache.jasper.logging.Logger
Get the current verbosity level.
getWidth() - Method in class org.apache.jasper.compiler.Node.PlugIn
 
getWrapper(String) - Method in class org.apache.jasper.compiler.JspRuntimeContext
Get an already existing JspServletWrapper.
getWriteMethod(Class, String) - Static method in class org.apache.jasper.runtime.JspRuntimeLibrary
 
getWriter() - Method in class org.apache.jasper.JspCompilationContext
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

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
 
handleGetProperty(Object, String) - Static method in class org.apache.jasper.runtime.JspRuntimeLibrary
 
handlePageException(Exception) - Method in class org.apache.jasper.runtime.PageContextImpl
 
handlePageException(Throwable) - Method in class org.apache.jasper.runtime.PageContextImpl
 
handleSetProperty(Object, String, Object) - 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, short) - 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, 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, char) - 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, boolean) - Static method in class org.apache.jasper.runtime.JspRuntimeLibrary
 
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
 
hasScriptingVars() - Method in class org.apache.jasper.compiler.Node.CustomTag
 
hasSessionBeans() - Method in class org.apache.jasper.compiler.BeanRepository
 

I

IE_PLUGIN_URL - Static variable in class org.apache.jasper.Constants
 
INC_REQUEST_URI - Static variable in class org.apache.jasper.Constants
Servlet context and request attributes that the JSP engine uses.
INC_SERVLET_PATH - Static variable in class org.apache.jasper.Constants
 
INC_WEBXML - Static variable in class org.apache.jasper.JspC
 
INFORMATION - Static variable in class org.apache.jasper.logging.Logger
 
ieClassId - Variable in class org.apache.jasper.EmbededServletOptions
Need to have this as is for versions 4 and 5 of IE.
implementsBodyTag() - Method in class org.apache.jasper.compiler.Node.CustomTag
 
implementsIterationTag() - Method in class org.apache.jasper.compiler.Node.CustomTag
 
implementsTryCatchFinally() - Method in class org.apache.jasper.compiler.Node.CustomTag
 
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
 
incrementRemoved() - Method in class org.apache.jasper.JspCompilationContext
 
init(ServletConfig) - Method in class org.apache.jasper.runtime.HttpJspBase
 
init(ServletConfig) - Method in class org.apache.jasper.servlet.JspServlet
 
initOut() - Method in class org.apache.jasper.runtime.JspWriterImpl
 
initialize(Servlet, ServletRequest, ServletResponse, String, boolean, int, boolean) - Method in class org.apache.jasper.runtime.PageContextImpl
 
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
 
isAllSpace() - Method in class org.apache.jasper.compiler.Node.TemplateText
Returns true if this template text contains whitespace only.
isEmpty() - Method in class org.apache.jasper.util.Queue
Is the queue empty?
isErrorPage() - Method in class org.apache.jasper.JspCompilationContext
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.
isExpression() - Method in class org.apache.jasper.compiler.Node.JspAttribute
 
isHasIncludeAction() - Method in class org.apache.jasper.compiler.Node.CustomTag
 
isHasSetProperty() - Method in class org.apache.jasper.compiler.Node.CustomTag
 
isHasUsebean() - Method in class org.apache.jasper.compiler.Node.CustomTag
 
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.Compiler
This is a protected method intended to be overridden by subclasses of Compiler.
isOutDated(boolean) - Method in class org.apache.jasper.compiler.Compiler
This is a protected method intended to be overridden by subclasses of Compiler.
isPoolingEnabled() - Method in class org.apache.jasper.EmbededServletOptions
 
isPoolingEnabled() - Method in class org.apache.jasper.JspC
 
isPoolingEnabled() - Method in interface org.apache.jasper.Options
Returns true if tag handler pooling is enabled, false otherwise.
isRemoved() - Method in class org.apache.jasper.JspCompilationContext
 
isScriptless() - Method in class org.apache.jasper.compiler.Node.CustomTag
 
isTimestamp() - Method in class org.apache.jasper.logging.Logger
 
isXmlSyntax() - Method in class org.apache.jasper.compiler.Node.JspRoot
 
isXmlSyntax() - Method in class org.apache.jasper.compiler.Node.Root
 
isXmlSyntax() - Method in class org.apache.jasper.compiler.Node
 

J

JSP_DECLARATION_TAG - Static variable in interface org.apache.jasper.compiler.TagConstants
 
JSP_DECLARATION_TAG_END - Static variable in interface org.apache.jasper.compiler.TagConstants
 
JSP_DECLARATION_TAG_START - Static variable in interface org.apache.jasper.compiler.TagConstants
 
JSP_EXPRESSION_TAG - Static variable in interface org.apache.jasper.compiler.TagConstants
 
JSP_EXPRESSION_TAG_END - Static variable in interface org.apache.jasper.compiler.TagConstants
 
JSP_EXPRESSION_TAG_START - Static variable in interface org.apache.jasper.compiler.TagConstants
 
JSP_FALLBACK_TAG - Static variable in interface org.apache.jasper.compiler.TagConstants
 
JSP_FILE - Static variable in class org.apache.jasper.Constants
FIXME Request attribute for <jsp-file> element of a servlet definition.
JSP_FORWARD_TAG - Static variable in interface org.apache.jasper.compiler.TagConstants
 
JSP_GET_PROPERTY_TAG - Static variable in interface org.apache.jasper.compiler.TagConstants
 
JSP_INCLUDE_DIRECTIVE_TAG - Static variable in interface org.apache.jasper.compiler.TagConstants
 
JSP_INCLUDE_TAG - Static variable in interface org.apache.jasper.compiler.TagConstants
 
JSP_PACKAGE_NAME - Static variable in class org.apache.jasper.Constants
The default package name for compiled jsp pages.
JSP_PAGE_DIRECTIVE_TAG - Static variable in interface org.apache.jasper.compiler.TagConstants
 
JSP_PARAMS_TAG - Static variable in interface org.apache.jasper.compiler.TagConstants
 
JSP_PARAM_TAG - Static variable in interface org.apache.jasper.compiler.TagConstants
 
JSP_PLUGIN_TAG - Static variable in interface org.apache.jasper.compiler.TagConstants
 
JSP_ROOT_TAG - Static variable in interface org.apache.jasper.compiler.TagConstants
 
JSP_ROOT_TAG_END - Static variable in interface org.apache.jasper.compiler.TagConstants
 
JSP_SCRIPTLET_TAG - Static variable in interface org.apache.jasper.compiler.TagConstants
 
JSP_SCRIPTLET_TAG_END - Static variable in interface org.apache.jasper.compiler.TagConstants
 
JSP_SCRIPTLET_TAG_START - Static variable in interface org.apache.jasper.compiler.TagConstants
 
JSP_SERVLET_BASE - Static variable in class org.apache.jasper.Constants
The base class of the generated servlets.
JSP_SET_PROPERTY_TAG - Static variable in interface org.apache.jasper.compiler.TagConstants
 
JSP_TEXT_TAG - Static variable in interface org.apache.jasper.compiler.TagConstants
 
JSP_TEXT_TAG_END - Static variable in interface org.apache.jasper.compiler.TagConstants
 
JSP_TEXT_TAG_START - Static variable in interface org.apache.jasper.compiler.TagConstants
 
JSP_USE_BEAN_TAG - Static variable in interface org.apache.jasper.compiler.TagConstants
 
JasperException - exception org.apache.jasper.JasperException.
Base class for all exceptions generated by the JSP engine.
JasperException(String) - Constructor for class org.apache.jasper.JasperException
 
JasperException(String, Throwable) - Constructor for class org.apache.jasper.JasperException
Creates a JasperException with the embedded exception and the reason for throwing a JasperException
JasperException(Throwable) - Constructor for class org.apache.jasper.JasperException
Creates a JasperException with the embedded exception
JasperLoader - class org.apache.jasper.servlet.JasperLoader.
This is a class loader that loads JSP files as though they were Java classes.
JasperLoader(URL[], String, ClassLoader, PermissionCollection, CodeSource) - Constructor for class org.apache.jasper.servlet.JasperLoader
 
JasperLoader.PrivilegedLoadClass - class org.apache.jasper.servlet.JasperLoader.PrivilegedLoadClass.
 
JasperLogger - class org.apache.jasper.logging.JasperLogger.
A real implementation of the Logger abstraction.
JasperLogger(ServletContext) - Constructor for class org.apache.jasper.logging.JasperLogger
 
JasperLogger() - Constructor for class org.apache.jasper.logging.JasperLogger
 
JavacErrorDetail - class org.apache.jasper.compiler.JavacErrorDetail.
Class providing details about a javac compilation error.
JavacErrorDetail(String, int, String, int, String) - Constructor for class org.apache.jasper.compiler.JavacErrorDetail
Constructor.
JspC - class org.apache.jasper.JspC.
Shell for the jspc compiler.
JspC() - Constructor for class org.apache.jasper.JspC
 
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.
JspCompilationContext - class org.apache.jasper.JspCompilationContext.
A place holder for various things that are used through out the JSP engine.
JspCompilationContext(String, boolean, Options, ServletContext, JspServletWrapper, JspRuntimeContext) - Constructor for class org.apache.jasper.JspCompilationContext
 
JspDocumentParser - class org.apache.jasper.compiler.JspDocumentParser.
Class implementing a parser for a JSP document, that is, a JSP page in XML syntax.
JspDocumentParser(ParserController, String, InputStream) - Constructor for class org.apache.jasper.compiler.JspDocumentParser
 
JspFactoryImpl - class org.apache.jasper.runtime.JspFactoryImpl.
Implementation of JspFactory from the spec.
JspFactoryImpl() - Constructor for class org.apache.jasper.runtime.JspFactoryImpl
 
JspFactoryImpl.PrivilegedGetPageContext - class org.apache.jasper.runtime.JspFactoryImpl.PrivilegedGetPageContext.
 
JspFactoryImpl.PrivilegedReleasePageContext - class org.apache.jasper.runtime.JspFactoryImpl.PrivilegedReleasePageContext.
 
JspReader - class org.apache.jasper.compiler.JspReader.
JspReader is an input buffer for the JSP parser.
JspReader(JspCompilationContext, String, String, InputStreamReader, ErrorDispatcher) - Constructor for class org.apache.jasper.compiler.JspReader
 
JspRuntimeContext - class org.apache.jasper.compiler.JspRuntimeContext.
Class for tracking JSP compile time file dependencies when the &060;%@include file="..."&062; directive is used.
JspRuntimeContext(ServletContext, Options) - Constructor for class org.apache.jasper.compiler.JspRuntimeContext
Create a JspRuntimeContext for a web application context.
JspRuntimeLibrary - class org.apache.jasper.runtime.JspRuntimeLibrary.
Bunch of util methods that are used by code generated for useBean, getProperty and setProperty.
JspRuntimeLibrary() - Constructor for class org.apache.jasper.runtime.JspRuntimeLibrary
 
JspRuntimeLibrary.PrivilegedIntrospectHelper - class org.apache.jasper.runtime.JspRuntimeLibrary.PrivilegedIntrospectHelper.
 
JspServlet - class org.apache.jasper.servlet.JspServlet.
The JSP engine (a.k.a Jasper).
JspServlet() - Constructor for class org.apache.jasper.servlet.JspServlet
 
JspServletWrapper - class org.apache.jasper.servlet.JspServletWrapper.
The JSP engine (a.k.a Jasper).
JspUtil - class org.apache.jasper.compiler.JspUtil.
This class has all the utility method(s).
JspUtil() - Constructor for class org.apache.jasper.compiler.JspUtil
 
JspUtil.ValidAttribute - class org.apache.jasper.compiler.JspUtil.ValidAttribute.
 
JspUtil.ValidAttribute(String, boolean) - Constructor for class org.apache.jasper.compiler.JspUtil.ValidAttribute
 
JspUtil.ValidAttribute(String) - Constructor for class org.apache.jasper.compiler.JspUtil.ValidAttribute
 
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.
jasperLog - Static variable in class org.apache.jasper.Constants
 
javacError(JavacErrorDetail[]) - Method in interface org.apache.jasper.compiler.ErrorHandler
Processes the given javac compilation errors.
jspCompiler - Variable in class org.apache.jasper.JspCompilationContext
 
jspDestroy() - Method in class org.apache.jasper.runtime.HttpJspBase
 
jspError(String, int, int, String, Exception) - Method in interface org.apache.jasper.compiler.ErrorHandler
Processes the given JSP parse error.
jspError(String, Exception) - Method in interface org.apache.jasper.compiler.ErrorHandler
Processes the given JSP parse error.
jspInit() - Method in class org.apache.jasper.runtime.HttpJspBase
 
jspLoader - Variable in class org.apache.jasper.JspCompilationContext
 
jspPath - Variable in class org.apache.jasper.JspCompilationContext
 
jspUri - Variable in class org.apache.jasper.JspCompilationContext
 
jsw - Variable in class org.apache.jasper.JspCompilationContext
 

K

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

L

LIST_ERRORS - Static variable in class org.apache.jasper.JspC
 
LogAware - interface org.apache.jasper.logging.LogAware.
 
Logger - class org.apache.jasper.logging.Logger.
Interface for a logging object.
Logger() - Constructor for class org.apache.jasper.logging.Logger
 
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
 
load() - Method in class org.apache.jasper.JspCompilationContext
 
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.
loader - Variable in class org.apache.jasper.JspCompilationContext
 
log(String) - Method in class org.apache.jasper.logging.Logger.Helper
Logs the message with level INFORMATION
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, int) - Method in class org.apache.jasper.logging.Logger.Helper
Logs the message with given level
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
log(String) - Method in class org.apache.jasper.logging.Logger
Prints the log message at the "default" log level: INFORMATION
log(String, int) - Method in class org.apache.jasper.logging.Logger
Prints the log message.
log(String, Throwable) - Method in class org.apache.jasper.logging.Logger
Prints log message and stack trace, with verbosityLevel ERROR.
log(String, Throwable, int) - Method in class org.apache.jasper.logging.Logger
Prints log message and stack trace.
log(String) - Method in class org.apache.jasper.servlet.JspCServletContext
Log the specified message.
log(Exception, String) - Method in class org.apache.jasper.servlet.JspCServletContext
Deprecated. Use log(String,Throwable) instead
log(String, Throwable) - Method in class org.apache.jasper.servlet.JspCServletContext
Log the specified message and exception.
loggers - Static variable in class org.apache.jasper.logging.Logger
 

M

Mark - class org.apache.jasper.compiler.Mark.
Mark represents a point in the JSP input.
main(String[]) - Static method in class org.apache.jasper.JspC
 
main(String[]) - Static method in class org.apache.jasper.runtime.BodyContentImpl
 
main(String[]) - Static method in class org.apache.jasper.util.FastDateFormat
 
mappedFile - Variable in class org.apache.jasper.EmbededServletOptions
Indicates if "mapped" files should be supported.
mark() - Method in class org.apache.jasper.compiler.JspReader
 
matchVerbosityLevel(int) - Method in class org.apache.jasper.logging.Logger
 
matches(String) - Method in class org.apache.jasper.compiler.JspReader
search the stream for a match to a string
matchesETag(String) - Method in class org.apache.jasper.compiler.JspReader
 
matchesIgnoreCase(String) - Method in class org.apache.jasper.compiler.JspReader
 
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

NOROOT_REL_URI - Static variable in class org.apache.jasper.compiler.TldLocationsCache
 
NO_DIE_LEVEL - Static variable in class org.apache.jasper.JspC
 
NO_WEBXML - Static variable in class org.apache.jasper.JspC
 
NS_PLUGIN_URL - Static variable in class org.apache.jasper.Constants
Default URLs to download the pluging for Netscape and IE.
Node - class org.apache.jasper.compiler.Node.
An internal data representation of a JSP page or a JSP docuement (XML).
Node(Mark, Node) - Constructor for class org.apache.jasper.compiler.Node
Constructor.
Node(Attributes, Mark, Node) - Constructor for class org.apache.jasper.compiler.Node
Constructor.
Node(String, Mark, Node) - Constructor for class org.apache.jasper.compiler.Node
 
Node.Comment - class org.apache.jasper.compiler.Node.Comment.
Represents a Jsp comment Comments are kept for completeness.
Node.Comment(String, Mark, Node) - Constructor for class org.apache.jasper.compiler.Node.Comment
 
Node.CustomTag - class org.apache.jasper.compiler.Node.CustomTag.
Represents a custom tag
Node.CustomTag(Attributes, Mark, String, String, String, TagInfo, Class, Node) - Constructor for class org.apache.jasper.compiler.Node.CustomTag
 
Node.Declaration - class org.apache.jasper.compiler.Node.Declaration.
Represents a declaration
Node.Declaration(String, Mark, Node) - Constructor for class org.apache.jasper.compiler.Node.Declaration
 
Node.Declaration(Mark, Node) - Constructor for class org.apache.jasper.compiler.Node.Declaration
 
Node.Expression - class org.apache.jasper.compiler.Node.Expression.
Represents an expression.
Node.Expression(String, Mark, Node) - Constructor for class org.apache.jasper.compiler.Node.Expression
 
Node.Expression(Mark, Node) - Constructor for class org.apache.jasper.compiler.Node.Expression
 
Node.FallBackAction - class org.apache.jasper.compiler.Node.FallBackAction.
Represents a fallback action
Node.FallBackAction(Mark, Node) - Constructor for class org.apache.jasper.compiler.Node.FallBackAction
 
Node.ForwardAction - class org.apache.jasper.compiler.Node.ForwardAction.
Represents a forward action
Node.ForwardAction(Attributes, Mark, Node) - Constructor for class org.apache.jasper.compiler.Node.ForwardAction
 
Node.GetProperty - class org.apache.jasper.compiler.Node.GetProperty.
Represents a getProperty action
Node.GetProperty(Attributes, Mark, Node) - Constructor for class org.apache.jasper.compiler.Node.GetProperty
 
Node.IncludeAction - class org.apache.jasper.compiler.Node.IncludeAction.
Represents an include action
Node.IncludeAction(Attributes, Mark, Node) - Constructor for class org.apache.jasper.compiler.Node.IncludeAction
 
Node.IncludeDirective - class org.apache.jasper.compiler.Node.IncludeDirective.
Represents an include directive
Node.IncludeDirective(Attributes, Mark, Node) - Constructor for class org.apache.jasper.compiler.Node.IncludeDirective
 
Node.JspAttribute - class org.apache.jasper.compiler.Node.JspAttribute.
Represents attributes that can be request time expressions.
Node.JspRoot - class org.apache.jasper.compiler.Node.JspRoot.
Represents the root of a Jsp document (XML syntax)
Node.JspRoot(Attributes, Mark, Node) - Constructor for class org.apache.jasper.compiler.Node.JspRoot
 
Node.JspText - class org.apache.jasper.compiler.Node.JspText.
Represents the body of a element
Node.JspText(Mark, Node) - Constructor for class org.apache.jasper.compiler.Node.JspText
 
Node.Nodes - class org.apache.jasper.compiler.Node.Nodes.
An ordered list of Node, used to represent the body of an element, or a jsp page of jsp document.
Node.Nodes() - Constructor for class org.apache.jasper.compiler.Node.Nodes
 
Node.Nodes(Node.Root) - Constructor for class org.apache.jasper.compiler.Node.Nodes
 
Node.PageDirective - class org.apache.jasper.compiler.Node.PageDirective.
Represents a page directive
Node.PageDirective(Attributes, Mark, Node) - Constructor for class org.apache.jasper.compiler.Node.PageDirective
 
Node.ParamAction - class org.apache.jasper.compiler.Node.ParamAction.
Represents a param action
Node.ParamAction(Attributes, Mark, Node) - Constructor for class org.apache.jasper.compiler.Node.ParamAction
 
Node.ParamsAction - class org.apache.jasper.compiler.Node.ParamsAction.
Represents a params action
Node.ParamsAction(Mark, Node) - Constructor for class org.apache.jasper.compiler.Node.ParamsAction
 
Node.PlugIn - class org.apache.jasper.compiler.Node.PlugIn.
Represents a plugin action
Node.PlugIn(Attributes, Mark, Node) - Constructor for class org.apache.jasper.compiler.Node.PlugIn
 
Node.Root - class org.apache.jasper.compiler.Node.Root.
Represents the root of a Jsp page or Jsp document
Node.ScriptingElement - class org.apache.jasper.compiler.Node.ScriptingElement.
Represents an expression, declaration, or scriptlet
Node.ScriptingElement(String, Mark, Node) - Constructor for class org.apache.jasper.compiler.Node.ScriptingElement
 
Node.ScriptingElement(Mark, Node) - Constructor for class org.apache.jasper.compiler.Node.ScriptingElement
 
Node.Scriptlet - class org.apache.jasper.compiler.Node.Scriptlet.
Represents a scriptlet
Node.Scriptlet(String, Mark, Node) - Constructor for class org.apache.jasper.compiler.Node.Scriptlet
 
Node.Scriptlet(Mark, Node) - Constructor for class org.apache.jasper.compiler.Node.Scriptlet
 
Node.SetProperty - class org.apache.jasper.compiler.Node.SetProperty.
Represents a setProperty action
Node.SetProperty(Attributes, Mark, Node) - Constructor for class org.apache.jasper.compiler.Node.SetProperty
 
Node.TaglibDirective - class org.apache.jasper.compiler.Node.TaglibDirective.
Represents a custom taglib directive
Node.TaglibDirective(Attributes, Mark, Node) - Constructor for class org.apache.jasper.compiler.Node.TaglibDirective
 
Node.TemplateText - class org.apache.jasper.compiler.Node.TemplateText.
Represents a template text string
Node.TemplateText(String, Mark, Node) - Constructor for class org.apache.jasper.compiler.Node.TemplateText
 
Node.UninterpretedTag - class org.apache.jasper.compiler.Node.UninterpretedTag.
Represents an uninterpreted tag, from a Jsp document
Node.UninterpretedTag(Attributes, Mark, String, Node) - Constructor for class org.apache.jasper.compiler.Node.UninterpretedTag
 
Node.UseBean - class org.apache.jasper.compiler.Node.UseBean.
Represents a useBean action
Node.UseBean(Attributes, Mark, Node) - Constructor for class org.apache.jasper.compiler.Node.UseBean
 
Node.Visitor - class org.apache.jasper.compiler.Node.Visitor.
A visitor class for visiting the node.
Node.Visitor() - Constructor for class org.apache.jasper.compiler.Node.Visitor
 
name - Variable in class org.apache.jasper.logging.Logger
 
name - Variable in class org.apache.jasper.xmlparser.TreeNode
The name of this node.
needsSession - Variable in class org.apache.jasper.runtime.PageContextImpl
 
newLine() - Method in class org.apache.jasper.runtime.BodyContentImpl
Write a line separator.
newLine() - Method in class org.apache.jasper.runtime.JspWriterImpl
Write a line separator.
nextChar() - Method in class org.apache.jasper.compiler.JspReader
 
nextChar - Variable in class org.apache.jasper.runtime.JspWriterImpl
 

O

Options - interface org.apache.jasper.Options.
A class to hold all init parameters specific to the JSP engine.
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.JspCompilationContext
 
options - Variable in class org.apache.jasper.compiler.Compiler
 
org.apache.jasper - package org.apache.jasper
 
org.apache.jasper.compiler - package org.apache.jasper.compiler
 
org.apache.jasper.logging - package org.apache.jasper.logging
 
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
 
org.apache.jasper.xmlparser - package org.apache.jasper.xmlparser
 
out - Variable in class org.apache.jasper.runtime.JspWriterImpl
 
out - Variable in class org.apache.jasper.runtime.PageContextImpl
 
out - Variable in class org.apache.jasper.util.SystemLogHandler
Wrapped PrintStream.
outUrls - Variable in class org.apache.jasper.JspCompilationContext
 
outputDir - Variable in class org.apache.jasper.JspCompilationContext
 
outs - Variable in class org.apache.jasper.runtime.PageContextImpl
 

P

PRECOMPILE - Static variable in class org.apache.jasper.Constants
The query parameter that causes the JSP engine to just pregenerated the servlet but not invoke it.
PageContextImpl - class org.apache.jasper.runtime.PageContextImpl.
Implementation of the PageContext class from the JSP spec.
PageDataImpl - class org.apache.jasper.compiler.PageDataImpl.
An implementation of javax.servlet.jsp.tagext.PageData which builds the XML view of a given page.
PageDataImpl(Node.Nodes) - Constructor for class org.apache.jasper.compiler.PageDataImpl
Constructor.
Parser - class org.apache.jasper.compiler.Parser.
This class implements a parser for a JSP page (non-xml view).
ParserController - class org.apache.jasper.compiler.ParserController.
Controller for the parsing of a JSP page.
ParserController(JspCompilationContext, Compiler) - Constructor for class org.apache.jasper.compiler.ParserController
 
ParserUtils - class org.apache.jasper.xmlparser.ParserUtils.
XML parsing utilities for processing web application deployment descriptor and tag library descriptor files.
ParserUtils() - Constructor for class org.apache.jasper.xmlparser.ParserUtils
 
page - Variable in class org.apache.jasper.runtime.PageContextImpl
 
pageContext - Variable in class org.apache.jasper.runtime.HttpJspBase
 
pageNodes - Variable in class org.apache.jasper.compiler.Compiler
 
parent - Variable in class org.apache.jasper.compiler.Node
 
parent - Variable in class org.apache.jasper.xmlparser.TreeNode
The parent node of this node.
parse(ParserController, String, InputStream, Node) - Static method in class org.apache.jasper.compiler.JspDocumentParser
 
parse(ParserController, JspReader, Node) - Static method in class org.apache.jasper.compiler.Parser
The main entry for Parser
parse(String) - Method in class org.apache.jasper.compiler.ParserController
Parse the jsp page provided as an argument.
parse(String, Node) - Method in class org.apache.jasper.compiler.ParserController
Parse the JSP page provided as an argument.
parse(String, ParsePosition) - Method in class org.apache.jasper.util.FastDateFormat
 
parseAttributes(ParserController, JspReader) - Static method in class org.apache.jasper.compiler.Parser
Parse Attributes for a reader, provided for external use
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.xmlparser.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
 
poolingEnabled - Variable in class org.apache.jasper.EmbededServletOptions
Determines whether tag handler pooling is enabled.
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.
print(char) - Method in class org.apache.jasper.compiler.ServletWriter
Prints the given char.
print(String) - Method in class org.apache.jasper.compiler.ServletWriter
Prints the given string.
print(boolean) - Method in class org.apache.jasper.runtime.BodyContentImpl
Print a boolean value.
print(char) - Method in class org.apache.jasper.runtime.BodyContentImpl
Print a character.
print(int) - Method in class org.apache.jasper.runtime.BodyContentImpl
Print an integer.
print(long) - Method in class org.apache.jasper.runtime.BodyContentImpl
Print a long integer.
print(float) - Method in class org.apache.jasper.runtime.BodyContentImpl
Print a floating-point number.
print(double) - Method in class org.apache.jasper.runtime.BodyContentImpl
Print a double-precision floating-point number.
print(char[]) - Method in class org.apache.jasper.runtime.BodyContentImpl
Print an array of characters.
print(String) - Method in class org.apache.jasper.runtime.BodyContentImpl
Print a string.
print(Object) - Method in class org.apache.jasper.runtime.BodyContentImpl
Print an object.
print(boolean) - Method in class org.apache.jasper.runtime.JspWriterImpl
Print a boolean value.
print(char) - Method in class org.apache.jasper.runtime.JspWriterImpl
Print a character.
print(int) - Method in class org.apache.jasper.runtime.JspWriterImpl
Print an integer.
print(long) - Method in class org.apache.jasper.runtime.JspWriterImpl
Print a long integer.
print(float) - Method in class org.apache.jasper.runtime.JspWriterImpl
Print a floating-point number.
print(double) - Method in class org.apache.jasper.runtime.JspWriterImpl
Print a double-precision floating-point number.
print(char[]) - Method in class org.apache.jasper.runtime.JspWriterImpl
Print an array of characters.
print(String) - Method in class org.apache.jasper.runtime.JspWriterImpl
Print a string.
print(Object) - Method in class org.apache.jasper.runtime.JspWriterImpl
Print an object.
print(boolean) - Method in class org.apache.jasper.util.SystemLogHandler
 
print(char) - Method in class org.apache.jasper.util.SystemLogHandler
 
print(int) - Method in class org.apache.jasper.util.SystemLogHandler
 
print(long) - Method in class org.apache.jasper.util.SystemLogHandler
 
print(float) - Method in class org.apache.jasper.util.SystemLogHandler
 
print(double) - Method in class org.apache.jasper.util.SystemLogHandler
 
print(char[]) - Method in class org.apache.jasper.util.SystemLogHandler
 
print(String) - Method in class org.apache.jasper.util.SystemLogHandler
 
print(Object) - Method in class org.apache.jasper.util.SystemLogHandler
 
printComment(Mark, Mark, char[]) - Method in class org.apache.jasper.compiler.ServletWriter
Print a standard comment for echo outputed chunk.
printMultiLn(String) - Method in class org.apache.jasper.compiler.ServletWriter
Prints the given string.
printil(String) - Method in class org.apache.jasper.compiler.ServletWriter
Prints the current indention, and then the string, and a '\n'.
printin() - Method in class org.apache.jasper.compiler.ServletWriter
Prints the current indention
printin(String) - Method in class org.apache.jasper.compiler.ServletWriter
Prints the current indention, followed by the given string
println(String) - Method in class org.apache.jasper.compiler.ServletWriter
Prints the given string followed by '\n'
println() - Method in class org.apache.jasper.compiler.ServletWriter
Prints a '\n'
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.BodyContentImpl
Print a boolean value and then terminate the line.
println(char) - Method in class org.apache.jasper.runtime.BodyContentImpl
Print a character 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.BodyContentImpl
Print a long integer 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(double) - Method in class org.apache.jasper.runtime.BodyContentImpl
Print a double-precision floating-point number 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(String) - Method in class org.apache.jasper.runtime.BodyContentImpl
Print a String and then terminate the line.
println(Object) - Method in class org.apache.jasper.runtime.BodyContentImpl
Print an Object and then terminate the line.
println() - Method in class org.apache.jasper.runtime.JspWriterImpl
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(char) - Method in class org.apache.jasper.runtime.JspWriterImpl
Print a character and then terminate the line.
println(int) - Method in class org.apache.jasper.runtime.JspWriterImpl
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(float) - Method in class org.apache.jasper.runtime.JspWriterImpl
Print a floating-point number 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(char[]) - Method in class org.apache.jasper.runtime.JspWriterImpl
Print an array of characters and then terminate the line.
println(String) - Method in class org.apache.jasper.runtime.JspWriterImpl
Print a String and then terminate the line.
println(Object) - Method in class org.apache.jasper.runtime.JspWriterImpl
Print an Object and then terminate the line.
println() - Method in class org.apache.jasper.util.SystemLogHandler
 
println(boolean) - Method in class org.apache.jasper.util.SystemLogHandler
 
println(char) - Method in class org.apache.jasper.util.SystemLogHandler
 
println(int) - Method in class org.apache.jasper.util.SystemLogHandler
 
println(long) - Method in class org.apache.jasper.util.SystemLogHandler
 
println(float) - Method in class org.apache.jasper.util.SystemLogHandler
 
println(double) - Method in class org.apache.jasper.util.SystemLogHandler
 
println(char[]) - Method in class org.apache.jasper.util.SystemLogHandler
 
println(String) - Method in class org.apache.jasper.util.SystemLogHandler
 
println(Object) - Method in class org.apache.jasper.util.SystemLogHandler
 
processFile(String) - Method in class org.apache.jasper.JspC
 
project - Variable in class org.apache.jasper.compiler.Compiler
 
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.Queue
Put the object into the queue.
put(Object) - Method in class org.apache.jasper.util.SimplePool
Add the object to the pool, silent nothing if the pool is full
putBeanType(String, String) - Method in class org.apache.jasper.compiler.BeanRepository
 
putLogger(Logger) - Static method in class org.apache.jasper.logging.Logger
 

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
 

R

ROOT_REL_URI - Static variable in class org.apache.jasper.compiler.TldLocationsCache
 
rctxt - Variable in class org.apache.jasper.JspCompilationContext
 
reader - Variable in class org.apache.jasper.JspCompilationContext
 
realLog(String) - Method in class org.apache.jasper.logging.DefaultLogger
Prints log message to default sink
realLog(String, Throwable) - Method in class org.apache.jasper.logging.DefaultLogger
Prints log message to default sink
realLog(String) - Method in class org.apache.jasper.logging.JasperLogger
Adds a log message to the queue and returns immediately.
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) - 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.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
 
release() - Method in class org.apache.jasper.runtime.TagHandlerPool
Calls the release() method of all available tag handlers in this tag handler pool.
releasePageContext(PageContext) - Method in class org.apache.jasper.runtime.JspFactoryImpl
 
reloading - Variable in class org.apache.jasper.EmbededServletOptions
Indicates status of JSP reloading.
removeAttribute(String, int) - Method in class org.apache.jasper.runtime.PageContextImpl
 
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) - Method in class org.apache.jasper.xmlparser.TreeNode
Remove any existing value for the specified attribute name.
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.xmlparser.TreeNode
Remove a child node from this node, if it is one.
removeQuotes(char[]) - Static method in class org.apache.jasper.compiler.JspUtil
 
removeWrapper(String) - Method in class org.apache.jasper.compiler.JspRuntimeContext
Remove a JspServletWrapper.
removed - Variable in class org.apache.jasper.JspCompilationContext
 
replace(String, char, String) - Static method in class org.apache.jasper.compiler.JspUtil
Replaces any occurrence of replace with with in the given string.
request - Variable in class org.apache.jasper.runtime.PageContextImpl
 
reset(Mark) - Method in class org.apache.jasper.compiler.JspReader
 
resetBuffer() - Method in class org.apache.jasper.runtime.ServletResponseWrapperInclude
Clears the output buffer of the JspWriter associated with the including page.
resolveRelativeUri(String) - Method in class org.apache.jasper.JspCompilationContext
Get the full value of a URI relative to this compilations context uses current file as the base.
response - Variable in class org.apache.jasper.runtime.JspWriterImpl
 
response - Variable in class org.apache.jasper.runtime.PageContextImpl
 
reuse(Tag) - Method in class org.apache.jasper.runtime.TagHandlerPool
Adds the given tag handler to this tag handler pool, unless this tag handler pool has already reached its capacity, in which case the tag handler's release() method is called.
run() - Method in class org.apache.jasper.compiler.JspRuntimeContext
The background thread that checks for changes to files included by a JSP and flags that a recompile is required.
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.runtime.JspRuntimeLibrary.PrivilegedIntrospectHelper
 
run() - Method in class org.apache.jasper.servlet.JasperLoader.PrivilegedLoadClass
 

S

SERVICE_METHOD_NAME - Static variable in class org.apache.jasper.Constants
_jspService is the name of the method that is called by HttpJspBase.service().
SERVLET_CLASSPATH - Static variable in class org.apache.jasper.Constants
FIXME ServletContext attribute for classpath.
SERVLET_CLASS_LOADER - Static variable in class org.apache.jasper.Constants
FIXME ServletContext attribute for class loader.
SERVLET_CONTENT_TYPE - Static variable in class org.apache.jasper.Constants
Default servlet content type.
SHOW_SUCCESS - Static variable in class org.apache.jasper.JspC
 
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.
SWITCH_CLASS_NAME - Static variable in class org.apache.jasper.JspC
 
SWITCH_COMPILE - Static variable in class org.apache.jasper.JspC
 
SWITCH_DIE - Static variable in class org.apache.jasper.JspC
 
SWITCH_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
 
ScriptingVariabler - class org.apache.jasper.compiler.ScriptingVariabler.
Class responsible for determining the scripting variables that every custom action needs to declare.
ScriptingVariabler() - Constructor for class org.apache.jasper.compiler.ScriptingVariabler
 
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 by 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
 
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
 
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.
SystemLogHandler - class org.apache.jasper.util.SystemLogHandler.
This helper class may be used to do sophisticated redirection of System.out and System.err.
SystemLogHandler(PrintStream) - Constructor for class org.apache.jasper.util.SystemLogHandler
Construct the handler to capture the output of the given steam.
scanFiles(File) - Method in class org.apache.jasper.JspC
Locate all jsp files in the webapp.
scratchDir - Variable in class org.apache.jasper.EmbededServletOptions
I want to see my generated servlets.
sendErrorToClient - Variable in class org.apache.jasper.EmbededServletOptions
Indicates if you want stack traces and such displayed in the client's browser.
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
 
service(HttpServletRequest, HttpServletResponse, boolean) - Method in class org.apache.jasper.servlet.JspServletWrapper
 
servlet - Variable in class org.apache.jasper.runtime.PageContextImpl
 
servletClass - Variable in class org.apache.jasper.JspCompilationContext
 
servletClassName - Variable in class org.apache.jasper.JspCompilationContext
 
servletContext - Variable in class org.apache.jasper.logging.DefaultLogger
The servlet context we are associated with.
servletJavaFileName - Variable in class org.apache.jasper.JspCompilationContext
 
servletPackageName - Variable in class org.apache.jasper.JspCompilationContext
 
session - Variable in class org.apache.jasper.runtime.PageContextImpl
 
set(Node.Nodes) - Static method in class org.apache.jasper.compiler.ScriptingVariabler
 
set(Object) - Method in class org.apache.jasper.util.SimplePool
 
setAttribute(String, Object) - Method in class org.apache.jasper.runtime.PageContextImpl
 
setAttribute(String, Object, int) - 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.
setAttributes(Attributes) - Method in class org.apache.jasper.compiler.Node
 
setBeanName(Node.JspAttribute) - Method in class org.apache.jasper.compiler.Node.UseBean
 
setBeginJavaLine(int) - Method in class org.apache.jasper.compiler.Node
 
setBody(Node.Nodes) - Method in class org.apache.jasper.compiler.Node
 
setBody(String) - Method in class org.apache.jasper.xmlparser.TreeNode
Set the body text associated with this node (if any).
setClassDebugInfo(boolean) - Method in class org.apache.jasper.JspC
 
setClassLoader(URLClassLoader) - Method in class org.apache.jasper.JspCompilationContext
 
setClassLoader(ClassLoader) - Method in class org.apache.jasper.xmlparser.ParserUtils
Set the class loader used to access our XML parser.
setClassName(String) - Method in class org.apache.jasper.JspC
Class name of the generated file ( without package ).
setClassPath(String) - Method in class org.apache.jasper.JspC
 
setClassPath(String) - Method in class org.apache.jasper.JspCompilationContext
The classpath that is passed off to the Java compiler.
setCompile(boolean) - Method in class org.apache.jasper.JspC
 
setCompiler(String) - Method in class org.apache.jasper.JspC
 
setContentType(String) - Method in class org.apache.jasper.JspCompilationContext
 
setCustomOutput(String) - Method in class org.apache.jasper.logging.Logger
 
setCustomTagParent(Node.CustomTag) - Method in class org.apache.jasper.compiler.Node.CustomTag
 
setDefaultSink(Writer) - Static method in class org.apache.jasper.logging.Logger
Set the default output stream that is used by all logging channels.
setDocumentLocator(Locator) - Method in class org.apache.jasper.compiler.JspDocumentParser
 
setEndJavaLine(int) - Method in class org.apache.jasper.compiler.Node
 
setError() - Method in class org.apache.jasper.util.SystemLogHandler
 
setErrorPage(boolean) - Method in class org.apache.jasper.JspCompilationContext
 
setHasIncludeAction(boolean) - Method in class org.apache.jasper.compiler.Node.CustomTag
 
setHasScriptingVars(boolean) - Method in class org.apache.jasper.compiler.Node.CustomTag
 
setHasSetProperty(boolean) - Method in class org.apache.jasper.compiler.Node.CustomTag
 
setHasUsebean(boolean) - Method in class org.apache.jasper.compiler.Node.CustomTag
 
setHeight(Node.JspAttribute) - Method in class org.apache.jasper.compiler.Node.PlugIn
 
setJspAttributes(Node.JspAttribute[]) - Method in class org.apache.jasper.compiler.Node.CustomTag
 
setLog(PrintStream) - Static method in class org.apache.jasper.JspC
allows user to set where the log goes other than System.out
setLogPrefix(String) - Method in class org.apache.jasper.logging.Logger.Helper
Set the prefix string to be prepended to each message
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.
setName(String) - Method in class org.apache.jasper.logging.Logger
Set name of this log channel.
setNumCount(Integer) - Method in class org.apache.jasper.compiler.Node.CustomTag
 
setOutputDir(String) - Method in class org.apache.jasper.JspC
 
setOutputDir(String) - Method in class org.apache.jasper.JspCompilationContext
 
setPackage(String) - Method in class org.apache.jasper.JspC
 
setPage(Node.JspAttribute) - Method in class org.apache.jasper.compiler.Node.ForwardAction
 
setPage(Node.JspAttribute) - Method in class org.apache.jasper.compiler.Node.IncludeAction
 
setPath(String) - Method in class org.apache.jasper.logging.Logger
Set the path name for the log output file.
setProperty(String, String) - Method in class org.apache.jasper.EmbededServletOptions
 
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.JspCompilationContext
 
setReload(boolean) - Method in class org.apache.jasper.servlet.JspServletWrapper
 
setScriptingVars(Vector, int) - Method in class org.apache.jasper.compiler.Node.CustomTag
 
setScriptless(boolean) - Method in class org.apache.jasper.compiler.Node.CustomTag
 
setServletClassName(String) - Method in class org.apache.jasper.JspCompilationContext
 
setServletJavaFileName(String) - Method in class org.apache.jasper.JspCompilationContext
 
setServletPackageName(String) - Method in class org.apache.jasper.JspCompilationContext
The package name into which the servlet class is generated.
setSingleFile(boolean) - Method in class org.apache.jasper.compiler.JspReader
 
setTagData(TagData) - Method in class org.apache.jasper.compiler.Node.CustomTag
 
setTagHandlerPoolName(String) - Method in class org.apache.jasper.compiler.Node.CustomTag
 
setText(String) - Method in class org.apache.jasper.compiler.Node.TemplateText
 
setThread() - Static method in class org.apache.jasper.util.SystemLogHandler
Start capturing thread's output.
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
Set the format to be used for the timestamp, assuming that timestamping is enabled.
setTldLocationsCache(TldLocationsCache) - Method in class org.apache.jasper.EmbededServletOptions
 
setUriroot(String) - Method in class org.apache.jasper.JspC
Base dir for the webapp.
setValidateXml(boolean) - Method in class org.apache.jasper.JspC
 
setValue(Node.JspAttribute) - Method in class org.apache.jasper.compiler.Node.ParamAction
 
setValue(Node.JspAttribute) - Method in class org.apache.jasper.compiler.Node.SetProperty
 
setVerbose(int) - Method in class org.apache.jasper.JspC
 
setVerbosityLevel(String) - Method in class org.apache.jasper.logging.Logger
Set the verbosity level for this logger.
setVerbosityLevel(int) - Method in class org.apache.jasper.logging.Logger
Set the verbosity level for this logger.
setWebXmlFragment(String) - Method in class org.apache.jasper.JspC
File where we generate a web.xml fragment with the class definitions.
setWidth(Node.JspAttribute) - Method in class org.apache.jasper.compiler.Node.PlugIn
 
setWriter(ServletWriter) - Method in class org.apache.jasper.JspCompilationContext
 
sink - Variable in class org.apache.jasper.logging.Logger
 
size() - Method in class org.apache.jasper.compiler.Node.Nodes
 
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.
skipUntilETag(String) - Method in class org.apache.jasper.compiler.JspReader
Skip until the given end tag is matched in the stream.
skipUntilIgnoreEsc(String) - Method in class org.apache.jasper.compiler.JspReader
Skip until the given string is matched in the stream, but ignoring chars initially escaped by a '\'.
startCDATA() - Method in class org.apache.jasper.compiler.JspDocumentParser
 
startDTD(String, String, String) - Method in class org.apache.jasper.compiler.JspDocumentParser
 
startElement(String, String, String, Attributes) - Method in class org.apache.jasper.compiler.JspDocumentParser
 
startEntity(String) - Method in class org.apache.jasper.compiler.JspDocumentParser
 
startMark - Variable in class org.apache.jasper.compiler.Node
 
streams - Static variable in class org.apache.jasper.util.SystemLogHandler
Thread <-> PrintStream associations.

T

TAB_WIDTH - Static variable in class org.apache.jasper.compiler.ServletWriter
 
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
 
TMP_DIR - Static variable in class org.apache.jasper.Constants
 
TagConstants - interface org.apache.jasper.compiler.TagConstants.
 
TagHandlerPool - class org.apache.jasper.runtime.TagHandlerPool.
Pool of tag handlers that can be reused.
TagHandlerPool() - Constructor for class org.apache.jasper.runtime.TagHandlerPool
Constructs a tag handler pool with the default capacity.
TagHandlerPool(int) - Constructor for class org.apache.jasper.runtime.TagHandlerPool
Constructs a tag handler pool with the given capacity.
TagLibraryInfoImpl - class org.apache.jasper.compiler.TagLibraryInfoImpl.
Implementation of the TagLibraryInfo class from the JSP spec.
TagLibraryInfoImpl(JspCompilationContext, String, String, String[], ErrorDispatcher) - Constructor for class org.apache.jasper.compiler.TagLibraryInfoImpl
 
TextOptimizer - class org.apache.jasper.compiler.TextOptimizer.
 
TextOptimizer() - Constructor for class org.apache.jasper.compiler.TextOptimizer
 
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
Constructor.
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
 
TreeNode - class org.apache.jasper.xmlparser.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.xmlparser.TreeNode
Construct a new node with no parent.
TreeNode(String, TreeNode) - Constructor for class org.apache.jasper.xmlparser.TreeNode
Construct a new node with the specified parent.
tagLibraryValidator - Variable in class org.apache.jasper.compiler.TagLibraryInfoImpl
 
text - Variable in class org.apache.jasper.compiler.Node
 
threadSleep() - Method in class org.apache.jasper.compiler.JspRuntimeContext
Sleep for the duration specified by the checkInterval property.
threadStart() - Method in class org.apache.jasper.compiler.JspRuntimeContext
Start the background thread that will periodically check for changes to compile time included files in a JSP.
threadStop() - Method in class org.apache.jasper.compiler.JspRuntimeContext
Stop the background thread that is periodically checking for changes to compile time included files in a JSP.
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
toShortString() - Method in class org.apache.jasper.compiler.Mark
 
toString() - Method in class org.apache.jasper.compiler.Mark
 
toString() - Method in class org.apache.jasper.compiler.TagLibraryInfoImpl
 
toString() - Method in class org.apache.jasper.logging.JasperLogger
 
toString() - Method in class org.apache.jasper.logging.Logger
 
toString(Object) - Static method in class org.apache.jasper.runtime.JspRuntimeLibrary
 
toString(byte) - Static method in class org.apache.jasper.runtime.JspRuntimeLibrary
 
toString(boolean) - Static method in class org.apache.jasper.runtime.JspRuntimeLibrary
 
toString(short) - Static method in class org.apache.jasper.runtime.JspRuntimeLibrary
 
toString(int) - Static method in class org.apache.jasper.runtime.JspRuntimeLibrary
 
toString(float) - Static method in class org.apache.jasper.runtime.JspRuntimeLibrary
 
toString(long) - Static method in class org.apache.jasper.runtime.JspRuntimeLibrary
 
toString(double) - Static method in class org.apache.jasper.runtime.JspRuntimeLibrary
 
toString(char) - Static method in class org.apache.jasper.runtime.JspRuntimeLibrary
 
toString() - Method in class org.apache.jasper.xmlparser.TreeNode
Return a String representation of this TreeNode.
toString(StringBuffer, int, TreeNode) - Method in class org.apache.jasper.xmlparser.TreeNode
Append to the specified StringBuffer a character representation of this node, with the specified amount of indentation.

U

unregisterSourceFile(String) - Method in class org.apache.jasper.compiler.JspReader
Unregister the source file.
unsetThread() - Static method in class org.apache.jasper.util.SystemLogHandler
Stop capturing thread's output and return captured data as a String.
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

Validator - class org.apache.jasper.compiler.Validator.
Performs validation on the page elements.
Validator() - Constructor for class org.apache.jasper.compiler.Validator
 
validate(PageData) - Method in class org.apache.jasper.compiler.TagLibraryInfoImpl
Translation-time validation of the XML docu-ment associated with the JSP page.
validate(Compiler, Node.Nodes) - Static method in class org.apache.jasper.compiler.Validator
 
validating - Static variable in class org.apache.jasper.xmlparser.ParserUtils
 
visit(Node.Visitor) - Method in class org.apache.jasper.compiler.Node.Nodes
Visit the nodes in the list with the supplied visitor
visit(Node.Root) - Method in class org.apache.jasper.compiler.Node.Visitor
 
visit(Node.JspRoot) - Method in class org.apache.jasper.compiler.Node.Visitor
 
visit(Node.PageDirective) - Method in class org.apache.jasper.compiler.Node.Visitor
 
visit(Node.IncludeDirective) - Method in class org.apache.jasper.compiler.Node.Visitor
 
visit(Node.TaglibDirective) - Method in class org.apache.jasper.compiler.Node.Visitor
 
visit(Node.Comment) - Method in class org.apache.jasper.compiler.Node.Visitor
 
visit(Node.Declaration) - Method in class org.apache.jasper.compiler.Node.Visitor
 
visit(Node.Expression) - Method in class org.apache.jasper.compiler.Node.Visitor
 
visit(Node.Scriptlet) - Method in class org.apache.jasper.compiler.Node.Visitor
 
visit(Node.IncludeAction) - Method in class org.apache.jasper.compiler.Node.Visitor
 
visit(Node.ForwardAction) - Method in class org.apache.jasper.compiler.Node.Visitor
 
visit(Node.GetProperty) - Method in class org.apache.jasper.compiler.Node.Visitor
 
visit(Node.SetProperty) - Method in class org.apache.jasper.compiler.Node.Visitor
 
visit(Node.ParamAction) - Method in class org.apache.jasper.compiler.Node.Visitor
 
visit(Node.ParamsAction) - Method in class org.apache.jasper.compiler.Node.Visitor
 
visit(Node.FallBackAction) - Method in class org.apache.jasper.compiler.Node.Visitor
 
visit(Node.UseBean) - Method in class org.apache.jasper.compiler.Node.Visitor
 
visit(Node.PlugIn) - Method in class org.apache.jasper.compiler.Node.Visitor
 
visit(Node.CustomTag) - Method in class org.apache.jasper.compiler.Node.Visitor
 
visit(Node.UninterpretedTag) - Method in class org.apache.jasper.compiler.Node.Visitor
 
visit(Node.JspText) - Method in class org.apache.jasper.compiler.Node.Visitor
 
visit(Node.TemplateText) - Method in class org.apache.jasper.compiler.Node.Visitor
 
visitBody(Node) - Method in class org.apache.jasper.compiler.Node.Visitor
Visit the body of a node, using the current visitor

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(int) - Method in class org.apache.jasper.runtime.BodyContentImpl
Write a single character.
write(char[], int, int) - Method in class org.apache.jasper.runtime.BodyContentImpl
Write a portion of an array of characters.
write(char[]) - Method in class org.apache.jasper.runtime.BodyContentImpl
Write an array of characters.
write(String, int, int) - Method in class org.apache.jasper.runtime.BodyContentImpl
Write a portion of a String.
write(String) - Method in class org.apache.jasper.runtime.BodyContentImpl
Write a string.
write(int) - Method in class org.apache.jasper.runtime.JspWriterImpl
Write a single character.
write(char[], int, int) - Method in class org.apache.jasper.runtime.JspWriterImpl
Write a portion of an array of characters.
write(char[]) - Method in class org.apache.jasper.runtime.JspWriterImpl
Write an array of characters.
write(String, int, int) - Method in class org.apache.jasper.runtime.JspWriterImpl
Write a portion of a String.
write(String) - Method in class org.apache.jasper.runtime.JspWriterImpl
Write a string.
write(int) - Method in class org.apache.jasper.util.SystemLogHandler
 
write(byte[]) - Method in class org.apache.jasper.util.SystemLogHandler
 
write(byte[], int, int) - Method in class org.apache.jasper.util.SystemLogHandler
 
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.JspCompilationContext
 

_

_createOut(int, boolean) - Method in class org.apache.jasper.runtime.PageContextImpl
 
_jspDestroy() - Method in class org.apache.jasper.runtime.HttpJspBase
 
_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 _

Copyright © 2000 Apache Software Foundation. All Rights Reserved.