Index
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form
A
- add(ELResolver) - Method in class org.apache.jasper.el.JasperELResolver
- addAttribute(String, String, String, String, String) - Method in class org.apache.jasper.util.UniqueAttributesImpl
- addBean(Node.UseBean, String, String, String) - Method in class org.apache.jasper.compiler.BeanRepository
- addELContextListener(ELContextListener) - Method in interface jakarta.servlet.jsp.JspApplicationContext
-
Registers an
ELContextListenerthat will be notified whenever a newELContextis created. - addELContextListener(ELContextListener) - Method in class org.apache.jasper.runtime.JspApplicationContextImpl
- addELResolver(ELResolver) - Method in interface jakarta.servlet.jsp.JspApplicationContext
-
Adds an
ELResolverto the chain of EL variable and property management within JSP pages and Tag files. - addELResolver(ELResolver) - Method in class org.apache.jasper.runtime.JspApplicationContextImpl
- addExtension(String) - Method in class org.apache.jasper.JspC
-
Adds the given file extension to the list of extensions handled as JSP files.
- addFile(String) - Method in class org.apache.jasper.compiler.SmapStratum
-
Adds record of a new file, by filename.
- addFile(String, String) - Method in class org.apache.jasper.compiler.SmapStratum
-
Adds record of a new file, by filename and path.
- addFilter(String, Filter) - Method in class org.apache.jasper.servlet.JspCServletContext
- addFilter(String, Class<? extends Filter>) - Method in class org.apache.jasper.servlet.JspCServletContext
- addFilter(String, String) - Method in class org.apache.jasper.servlet.JspCServletContext
- addJspFile(String, String) - Method in class org.apache.jasper.servlet.JspCServletContext
- addLineData(int, String, int, int, int) - Method in class org.apache.jasper.compiler.SmapStratum
-
Adds complete information about a simple line mapping.
- addLineInfo(SmapStratum.LineInfo) - Method in class org.apache.jasper.compiler.SmapStratum
- addListener(Class<? extends EventListener>) - Method in class org.apache.jasper.servlet.JspCServletContext
- addListener(String) - Method in class org.apache.jasper.servlet.JspCServletContext
- addListener(T) - Method in class org.apache.jasper.servlet.JspCServletContext
- addServlet(String, Servlet) - Method in class org.apache.jasper.servlet.JspCServletContext
- addServlet(String, Class<? extends Servlet>) - Method in class org.apache.jasper.servlet.JspCServletContext
- addServlet(String, String) - Method in class org.apache.jasper.servlet.JspCServletContext
- addTransformer(ClassFileTransformer) - Method in interface org.apache.tomcat.InstrumentableClassLoader
-
Adds the specified class file transformer to this class loader.
- addWebXmlMappings - Variable in class org.apache.jasper.JspC
- addWrapper(String, JspServletWrapper) - Method in class org.apache.jasper.compiler.JspRuntimeContext
-
Add a new JspServletWrapper.
- ALL_WEBXML - Static variable in class org.apache.jasper.JspC
- AntCompiler - Class in org.apache.jasper.compiler
-
Main JSP compiler class.
- AntCompiler() - Constructor for class org.apache.jasper.compiler.AntCompiler
- AntCompiler.JasperAntLogger - Class in org.apache.jasper.compiler
- AntCompiler.SystemLogHandler - Class in org.apache.jasper.compiler
- APPLICATION - Static variable in class jakarta.servlet.jsp.PageContext
-
Name used to store ServletContext in PageContext name table.
- APPLICATION_SCOPE - Static variable in class jakarta.servlet.jsp.PageContext
-
Application scope: named reference remains available in the ServletContext until it is reclaimed.
- apply(Node.Nodes, ErrorDispatcher, PageInfo) - Method in class org.apache.jasper.compiler.TagPluginManager
- argPos - Variable in class org.apache.jasper.JspC
- args - Variable in class org.apache.jasper.JspC
- AT_BEGIN - Static variable in class jakarta.servlet.jsp.tagext.VariableInfo
-
Scope information that scripting variable is visible after start tag.
- AT_END - Static variable in class jakarta.servlet.jsp.tagext.VariableInfo
-
Scope information that scripting variable is visible after end tag.
- ATTRIBUTE_ACTION - Static variable in interface org.apache.jasper.compiler.TagConstants
- ATTRIBUTE_DIRECTIVE_ACTION - Static variable in interface org.apache.jasper.compiler.TagConstants
- AttributeParser - Class in org.apache.jasper.compiler
-
Converts a JSP attribute value into the unquoted equivalent.
- autoFlush - Variable in class jakarta.servlet.jsp.JspWriter
-
Whether the JspWriter is autoflushing.
B
- backgroundProcess() - Method in interface org.apache.tomcat.InstanceManager
-
Called by the component using the InstanceManager periodically to perform any regular maintenance that might be required.
- BeanRepository - Class in org.apache.jasper.compiler
-
Repository of {page, request, session, application}-scoped beans
- BeanRepository(ClassLoader, ErrorDispatcher) - Constructor for class org.apache.jasper.compiler.BeanRepository
-
Constructor.
- bind(boolean, ClassLoader) - Method in interface org.apache.tomcat.ContextBind
-
Change the current thread context class loader to the web application class loader.
- bind(ClassLoader, InstanceManager) - Static method in class org.apache.tomcat.InstanceManagerBindings
- blockExternal - Variable in class org.apache.jasper.JspC
- BODY_ACTION - Static variable in interface org.apache.jasper.compiler.TagConstants
- BODY_CONTENT_EMPTY - Static variable in class jakarta.servlet.jsp.tagext.TagInfo
-
Static constant for getBodyContent() when it is empty.
- BODY_CONTENT_JSP - Static variable in class jakarta.servlet.jsp.tagext.TagInfo
-
Static constant for getBodyContent() when it is JSP.
- BODY_CONTENT_SCRIPTLESS - Static variable in class jakarta.servlet.jsp.tagext.TagInfo
-
Static constant for getBodyContent() when it is scriptless.
- BODY_CONTENT_TAG_DEPENDENT - Static variable in class jakarta.servlet.jsp.tagext.TagInfo
-
Static constant for getBodyContent() when it is Tag dependent.
- bodyContent - Variable in class jakarta.servlet.jsp.tagext.BodyTagSupport
-
The current BodyContent for this BodyTag.
- BodyContent - Class in jakarta.servlet.jsp.tagext
-
An encapsulation of the evaluation of the body of an action so it is available to a tag handler.
- BodyContent(JspWriter) - Constructor for class jakarta.servlet.jsp.tagext.BodyContent
-
Protected constructor.
- BodyContentImpl - Class in org.apache.jasper.runtime
-
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, boolean, int) - Constructor for class org.apache.jasper.runtime.BodyContentImpl
-
Constructor.
- BodyTag - Interface in jakarta.servlet.jsp.tagext
-
The BodyTag interface extends IterationTag by defining additional methods that let a tag handler manipulate the content of evaluating its body.
- BodyTagSupport - Class in jakarta.servlet.jsp.tagext
-
A base class for defining tag handlers implementing BodyTag.
- BodyTagSupport() - Constructor for class jakarta.servlet.jsp.tagext.BodyTagSupport
-
Default constructor, all subclasses are required to only define a public constructor with the same signature, and to call the superclass constructor.
- booleanValue(String) - Static method in class org.apache.jasper.compiler.JspUtil
-
Convert a String value to 'boolean'.
- bufferSize - Variable in class jakarta.servlet.jsp.JspWriter
-
The size of the buffer used by the JspWriter.
C
- cache - Variable in class org.apache.jasper.JspC
- caching - Variable in class org.apache.jasper.JspC
- canBeRequestTime() - Method in class jakarta.servlet.jsp.tagext.TagAttributeInfo
-
Whether this attribute can hold a request-time value.
- canonicalURI(String) - Static method in class org.apache.jasper.JspCompilationContext
- capitalize(String) - Static method in class org.apache.jasper.runtime.JspRuntimeLibrary
-
Reverse of Introspector.decapitalize.
- CATALINA_HOME_PROP - Static variable in class org.apache.jasper.Constants
-
Name of the system property containing the tomcat product installation path
- Catch - Class in org.apache.jasper.tagplugins.jstl.core
- Catch() - Constructor for class org.apache.jasper.tagplugins.jstl.core.Catch
- check(JarScanType, String) - Method in interface org.apache.tomcat.JarScanFilter
- checkAttributes(String, Node, JspUtil.ValidAttribute[], ErrorDispatcher) - Static method in class org.apache.jasper.compiler.JspUtil
-
Checks if all mandatory attributes are present and if all attributes present have valid names.
- checkCompile() - Method in class org.apache.jasper.compiler.JspRuntimeContext
-
Method used by background thread to check the JSP dependencies registered with this class for JSP's.
- checkError() - Method in class org.apache.jasper.compiler.AntCompiler.SystemLogHandler
- checkOutputDir() - Method in class org.apache.jasper.JspCompilationContext
- checkScope(String, Node, ErrorDispatcher) - Static method in class org.apache.jasper.compiler.JspUtil
-
Checks to see if the given scope is valid.
- checkUnload() - Method in class org.apache.jasper.compiler.JspRuntimeContext
-
Method used by background thread to check if any JSP's should be unloaded.
- checkVariable(String) - Method in class org.apache.jasper.compiler.BeanRepository
- Choose - Class in org.apache.jasper.tagplugins.jstl.core
- Choose() - Constructor for class org.apache.jasper.tagplugins.jstl.core.Choose
- CHUNKSIZE - Static variable in class org.apache.jasper.compiler.JspUtil
- classDebugInfo - Variable in class org.apache.jasper.JspC
- classPath - Variable in class org.apache.jasper.JspC
- clear() - Method in class jakarta.servlet.jsp.JspWriter
-
Clear the contents of the buffer.
- 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.
- clear() - Method in class org.apache.jasper.util.UniqueAttributesImpl
- clearBody() - Method in class jakarta.servlet.jsp.tagext.BodyContent
-
Clear the body without throwing any exceptions.
- clearBuffer() - Method in class jakarta.servlet.jsp.JspWriter
-
Clears the current contents of the 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
- clearJspLoader() - Method in class org.apache.jasper.JspCompilationContext
- clearReplaced() - Method in class org.apache.jasper.util.FastRemovalDequeue.Entry
- close() - Method in class jakarta.servlet.jsp.JspWriter
-
Close the stream, flushing it first.
- close() - Method in class org.apache.jasper.compiler.AntCompiler.SystemLogHandler
- close() - Method in class org.apache.jasper.compiler.ServletWriter
- 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 interface org.apache.tomcat.Jar
-
Close any resources associated with this JAR.
- coerce(String, Class<?>) - Static method in class org.apache.jasper.runtime.JspRuntimeLibrary
- coerceToBoolean(String) - Static method in class org.apache.jasper.runtime.JspRuntimeLibrary
- coerceToBoolean(String, boolean) - Static method in class org.apache.jasper.compiler.JspUtil
- coerceToByte(String) - Static method in class org.apache.jasper.runtime.JspRuntimeLibrary
- coerceToByte(String, boolean) - Static method in class org.apache.jasper.compiler.JspUtil
- coerceToChar(String) - Static method in class org.apache.jasper.runtime.JspRuntimeLibrary
- coerceToChar(String, boolean) - Static method in class org.apache.jasper.compiler.JspUtil
- coerceToCharacter(String, boolean) - Static method in class org.apache.jasper.compiler.JspUtil
- coerceToDouble(String) - Static method in class org.apache.jasper.runtime.JspRuntimeLibrary
- coerceToDouble(String, boolean) - Static method in class org.apache.jasper.compiler.JspUtil
- coerceToFloat(String) - Static method in class org.apache.jasper.runtime.JspRuntimeLibrary
- coerceToFloat(String, boolean) - Static method in class org.apache.jasper.compiler.JspUtil
- coerceToInt(String) - Static method in class org.apache.jasper.runtime.JspRuntimeLibrary
- coerceToInt(String, boolean) - Static method in class org.apache.jasper.compiler.JspUtil
- coerceToInteger(String, boolean) - Static method in class org.apache.jasper.compiler.JspUtil
- coerceToLong(String) - Static method in class org.apache.jasper.runtime.JspRuntimeLibrary
- coerceToLong(String, boolean) - Static method in class org.apache.jasper.compiler.JspUtil
- coerceToOtherType(Class<?>, String, boolean) - Method in class org.apache.jasper.compiler.StringInterpreterFactory.DefaultStringInterpreter
-
Intended to be used by sub-classes that don't need/want to re-implement the logic in
StringInterpreterFactory.DefaultStringInterpreter.convertString(Class, String, String, Class, boolean). - coerceToOtherType(Class<?>, String, boolean) - Method in class org.apache.jasper.optimizations.StringInterpreterEnum
- coerceToPrimitiveBoolean(String, boolean) - Static method in class org.apache.jasper.compiler.JspUtil
- coerceToPrimitiveByte(String, boolean) - Static method in class org.apache.jasper.compiler.JspUtil
- coerceToPrimitiveDouble(String, boolean) - Static method in class org.apache.jasper.compiler.JspUtil
- coerceToPrimitiveFloat(String, boolean) - Static method in class org.apache.jasper.compiler.JspUtil
- coerceToPrimitiveLong(String, boolean) - Static method in class org.apache.jasper.compiler.JspUtil
- coerceToPrimitiveShort(String, boolean) - Static method in class org.apache.jasper.compiler.JspUtil
- coerceToShort(String) - Static method in class org.apache.jasper.runtime.JspRuntimeLibrary
- coerceToShort(String, boolean) - Static method in class org.apache.jasper.compiler.JspUtil
- compile - Variable in class org.apache.jasper.JspC
- compile() - Method in class org.apache.jasper.compiler.Compiler
-
Compile the jsp file from the current engine context.
- compile() - Method in class org.apache.jasper.JspCompilationContext
- compile(boolean) - Method in class org.apache.jasper.compiler.Compiler
-
Compile the jsp file from the current engine context.
- compile(boolean, boolean) - Method in class org.apache.jasper.compiler.Compiler
-
Compile the jsp file from the current engine context.
- compiler - Variable in class org.apache.jasper.JspC
- Compiler - Class in org.apache.jasper.compiler
-
Main JSP compiler class.
- Compiler() - Constructor for class org.apache.jasper.compiler.Compiler
- compilerSourceVM - Variable in class org.apache.jasper.JspC
- compilerTargetVM - Variable in class org.apache.jasper.JspC
- completeWebXml() - Method in class org.apache.jasper.JspC
- concatenate(Compiler, Node.Nodes) - Static method in class org.apache.jasper.compiler.TextOptimizer
- CONFIG - Static variable in class jakarta.servlet.jsp.PageContext
-
Name used to store ServletConfig in PageContext name table.
- Constants - Class in org.apache.jasper
-
Some constants and other global data that are used by the compiler and the runtime.
- Constants() - Constructor for class org.apache.jasper.Constants
- context - Variable in class org.apache.jasper.JspC
-
The servlet context.
- ContextBind - Interface in org.apache.tomcat
- convert(String, String, Class<?>, Class<?>) - Static method in class org.apache.jasper.runtime.JspRuntimeLibrary
- convertString(Class<?>, String, String, Class<?>, boolean) - Method in interface org.apache.jasper.compiler.StringInterpreter
-
Generates the source code that represents the conversion of the string value to the appropriate type.
- convertString(Class<?>, String, String, Class<?>, boolean) - Method in class org.apache.jasper.compiler.StringInterpreterFactory.DefaultStringInterpreter
- copyWithoutTransformers() - Method in interface org.apache.tomcat.InstrumentableClassLoader
-
Returns a copy of this class loader without any class file transformers.
- createCompiler() - Method in class org.apache.jasper.JspCompilationContext
-
Create a "Compiler" object based on some init param data.
- createCompiler(String) - Method in class org.apache.jasper.JspCompilationContext
- createELContext(JspContext) - Method in class org.apache.jasper.runtime.JspApplicationContextImpl
- createFilter(Class<T>) - Method in class org.apache.jasper.servlet.JspCServletContext
- createJavacError(String, Node.Nodes, StringBuilder, int) - Static method in class org.apache.jasper.compiler.ErrorDispatcher
-
Create a compilation error.
- createJavacError(String, Node.Nodes, StringBuilder, int, JspCompilationContext) - Static method in class org.apache.jasper.compiler.ErrorDispatcher
-
Create a compilation error.
- createListener(Class<T>) - Method in class org.apache.jasper.servlet.JspCServletContext
- createOutputDir() - Method in class org.apache.jasper.JspCompilationContext
- createServlet(Class<T>) - Method in class org.apache.jasper.servlet.JspCServletContext
- 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
D
- data - Static variable in class org.apache.jasper.compiler.AntCompiler.SystemLogHandler
-
Thread <-> ByteArrayOutputStream associations.
- DECLARATION_ACTION - Static variable in interface org.apache.jasper.compiler.TagConstants
- declareRoles(String...) - Method in class org.apache.jasper.servlet.JspCServletContext
- decTripCount() - Method in class org.apache.jasper.servlet.JspServletWrapper
- DEFAULT_BUFFER - Static variable in class jakarta.servlet.jsp.JspWriter
-
Constant indicating that the Writer is buffered and is using the implementation default buffer size.
- DEFAULT_BUFFER_SIZE - Static variable in class org.apache.jasper.Constants
-
Default size of the JSP buffer.
- DEFAULT_DIE_LEVEL - Static variable in class org.apache.jasper.JspC
- DEFAULT_ENCODING - Static variable in class org.apache.jasper.tagplugins.jstl.Util
- DEFAULT_TAG_BUFFER_SIZE - Static variable in class org.apache.jasper.Constants
-
Default size for the tag buffers.
- DefaultELInterpreter() - Constructor for class org.apache.jasper.compiler.ELInterpreterFactory.DefaultELInterpreter
- DefaultStringInterpreter() - Constructor for class org.apache.jasper.compiler.StringInterpreterFactory.DefaultStringInterpreter
- destroy() - Method in class org.apache.jasper.compiler.JspRuntimeContext
-
Process a "destroy" 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
- destroyInstance(Object) - Method in interface org.apache.tomcat.InstanceManager
- destroyInstance(Object) - Method in class org.apache.tomcat.SimpleInstanceManager
- dieLevel - Variable in class org.apache.jasper.JspC
- DIRECTIVE_ACTION - Static variable in interface org.apache.jasper.compiler.TagConstants
- discriminator - Variable in class org.apache.jasper.runtime.JspFragmentHelper
- doAfterBody() - Method in class jakarta.servlet.jsp.tagext.BodyTagSupport
-
After the body evaluation: do not reevaluate and continue with the page.
- doAfterBody() - Method in interface jakarta.servlet.jsp.tagext.IterationTag
-
Process body (re)evaluation.
- doAfterBody() - Method in class jakarta.servlet.jsp.tagext.TagSupport
-
Default processing for a body.
- DOBODY_ACTION - Static variable in interface org.apache.jasper.compiler.TagConstants
- doCatch(Throwable) - Method in interface jakarta.servlet.jsp.tagext.TryCatchFinally
-
Invoked if a Throwable occurs while evaluating the BODY inside a tag or in any of the following methods: Tag.doStartTag(), Tag.doEndTag(), IterationTag.doAfterBody() and BodyTag.doInitBody().
- doEndTag() - Method in class jakarta.servlet.jsp.tagext.BodyTagSupport
-
Default processing of the end tag returning EVAL_PAGE.
- doEndTag() - Method in interface jakarta.servlet.jsp.tagext.Tag
-
Process the end tag for this instance.
- doEndTag() - Method in class jakarta.servlet.jsp.tagext.TagAdapter
-
Must not be called.
- doEndTag() - Method in class jakarta.servlet.jsp.tagext.TagSupport
-
Default processing of the end tag returning EVAL_PAGE.
- doFinally() - Method in interface jakarta.servlet.jsp.tagext.TryCatchFinally
-
Invoked in all cases after doEndTag() for any class implementing Tag, IterationTag or BodyTag.
- doInitBody() - Method in interface jakarta.servlet.jsp.tagext.BodyTag
-
Prepare for evaluation of the body.
- doInitBody() - Method in class jakarta.servlet.jsp.tagext.BodyTagSupport
-
Prepare for evaluation of the body just before the first body evaluation: no action.
- dontUseTagPlugin() - Method in interface org.apache.jasper.compiler.tagplugin.TagPluginContext
-
Abandon optimization for this tag handler, and instruct Jasper to generate the tag handler calls, as usual.
- doStartTag() - Method in class jakarta.servlet.jsp.tagext.BodyTagSupport
-
Default processing of the start tag returning EVAL_BODY_BUFFERED.
- doStartTag() - Method in interface jakarta.servlet.jsp.tagext.Tag
-
Process the start tag for this instance.
- doStartTag() - Method in class jakarta.servlet.jsp.tagext.TagAdapter
-
Must not be called.
- doStartTag() - Method in class jakarta.servlet.jsp.tagext.TagSupport
-
Default processing of the start tag, returning SKIP_BODY.
- doTag() - Method in interface jakarta.servlet.jsp.tagext.SimpleTag
-
Called by the container to invoke this tag.
- doTag() - Method in class jakarta.servlet.jsp.tagext.SimpleTagSupport
-
Default processing of the tag does nothing.
- doTag(TagPluginContext) - Method in interface org.apache.jasper.compiler.tagplugin.TagPlugin
-
Generate codes for a custom tag.
- doTag(TagPluginContext) - Method in class org.apache.jasper.tagplugins.jstl.core.Catch
- doTag(TagPluginContext) - Method in class org.apache.jasper.tagplugins.jstl.core.Choose
- doTag(TagPluginContext) - Method in class org.apache.jasper.tagplugins.jstl.core.ForEach
- doTag(TagPluginContext) - Method in class org.apache.jasper.tagplugins.jstl.core.ForTokens
- doTag(TagPluginContext) - Method in class org.apache.jasper.tagplugins.jstl.core.If
- doTag(TagPluginContext) - Method in class org.apache.jasper.tagplugins.jstl.core.Import
- doTag(TagPluginContext) - Method in class org.apache.jasper.tagplugins.jstl.core.Otherwise
- doTag(TagPluginContext) - Method in class org.apache.jasper.tagplugins.jstl.core.Out
- doTag(TagPluginContext) - Method in class org.apache.jasper.tagplugins.jstl.core.Param
- doTag(TagPluginContext) - Method in class org.apache.jasper.tagplugins.jstl.core.Redirect
- doTag(TagPluginContext) - Method in class org.apache.jasper.tagplugins.jstl.core.Remove
- doTag(TagPluginContext) - Method in class org.apache.jasper.tagplugins.jstl.core.Set
- doTag(TagPluginContext) - Method in class org.apache.jasper.tagplugins.jstl.core.Url
- doTag(TagPluginContext) - Method in class org.apache.jasper.tagplugins.jstl.core.When
- DynamicAttributes - Interface in jakarta.servlet.jsp.tagext
-
For a tag to declare that it accepts dynamic attributes, it must implement this interface.
E
- EL_INTERPRETER_CLASS_NAME - Static variable in class org.apache.jasper.compiler.ELInterpreterFactory
- ELContextImpl - Class in org.apache.jasper.el
-
Implementation of ELContext
- ELContextImpl(ELResolver) - Constructor for class org.apache.jasper.el.ELContextImpl
- ELContextImpl(ExpressionFactory) - Constructor for class org.apache.jasper.el.ELContextImpl
- ELContextWrapper - Class in org.apache.jasper.el
-
Simple ELContextWrapper for runtime evaluation of EL w/ dynamic FunctionMappers
- ELContextWrapper(ELContext, FunctionMapper) - Constructor for class org.apache.jasper.el.ELContextWrapper
- ELEMENT_ACTION - Static variable in interface org.apache.jasper.compiler.TagConstants
- ELException - Exception Class in jakarta.servlet.jsp.el
-
Deprecated.As of JSP 2.1, replaced by jakarta.el.ELException
- ELException() - Constructor for exception class jakarta.servlet.jsp.el.ELException
-
Deprecated.Creates an ELException with no detail message.
- ELException(String) - Constructor for exception class jakarta.servlet.jsp.el.ELException
-
Deprecated.Creates an ELException with the provided detail message.
- ELException(String, Throwable) - Constructor for exception class jakarta.servlet.jsp.el.ELException
-
Deprecated.Creates an ELException with the given detail message and root cause.
- ELException(Throwable) - Constructor for exception class jakarta.servlet.jsp.el.ELException
-
Deprecated.Creates an ELException with the given root cause.
- ELFunctionMapper - Class in org.apache.jasper.compiler
-
This class generates functions mappers for the EL expressions in the page.
- ELFunctionMapper() - Constructor for class org.apache.jasper.compiler.ELFunctionMapper
- ELInterpreter - Interface in org.apache.jasper.compiler
-
Defines the interface for the expression language interpreter.
- ELInterpreterFactory - Class in org.apache.jasper.compiler
-
Provides
ELInterpreterinstances for JSP compilation. - ELInterpreterFactory.DefaultELInterpreter - Class in org.apache.jasper.compiler
- ELInterpreterTagSetters - Class in org.apache.jasper.optimizations
-
A non-specification compliant
ELInterpreterthat optimizes a subset of setters for tag attributes. - ELInterpreterTagSetters() - Constructor for class org.apache.jasper.optimizations.ELInterpreterTagSetters
- ELParseException - Exception Class in jakarta.servlet.jsp.el
-
Deprecated.As of JSP 2.1, replaced by jakarta.el.ELException
- ELParseException() - Constructor for exception class jakarta.servlet.jsp.el.ELParseException
-
Deprecated.Creates an ELParseException with no detail message.
- ELParseException(String) - Constructor for exception class jakarta.servlet.jsp.el.ELParseException
-
Deprecated.Creates an ELParseException with the provided detail message.
- ELParser - Class in org.apache.jasper.compiler
-
This class implements a parser for EL expressions.
- ELParser(String, boolean) - Constructor for class org.apache.jasper.compiler.ELParser
- ELResolverImpl - Class in org.apache.jasper.el
-
Deprecated.
- ELResolverImpl(VariableResolver, ExpressionFactory) - Constructor for class org.apache.jasper.el.ELResolverImpl
-
Deprecated.
- EmbeddedServletOptions - Class in org.apache.jasper
-
A class to hold all init parameters specific to the JSP engine.
- EmbeddedServletOptions(ServletConfig, ServletContext) - Constructor for class org.apache.jasper.EmbeddedServletOptions
-
Create an EmbeddedServletOptions object using data available from ServletConfig and ServletContext.
- equals(Object) - Method in class org.apache.jasper.el.JspMethodExpression
- equals(Object) - Method in class org.apache.jasper.el.JspValueExpression
- errDispatcher - Variable in class org.apache.jasper.compiler.Compiler
- ErrorData - Class in jakarta.servlet.jsp
-
Contains information about an error, for error pages.
- ErrorData(Throwable, int, String, String) - Constructor for class jakarta.servlet.jsp.ErrorData
-
Creates a new ErrorData object.
- ErrorDispatcher - Class in org.apache.jasper.compiler
-
Class responsible for dispatching JSP parse and javac compilation errors to the configured error handler.
- ErrorDispatcher(boolean) - Constructor for class org.apache.jasper.compiler.ErrorDispatcher
-
Constructor.
- ErrorHandler - Interface in org.apache.jasper.compiler
-
Interface for handling JSP parse and javac compilation errors.
- errorOnUseBeanInvalidClassAttribute - Variable in class org.apache.jasper.JspC
-
Needs better documentation, this data member does.
- escapeQueryString(String) - Static method in class org.apache.jasper.runtime.JspRuntimeLibrary
-
Escape special shell characters.
- escapeXml(char[], int) - Static method in class org.apache.jasper.tagplugins.jstl.Util
- escapeXml(String) - Static method in class org.apache.jasper.tagplugins.jstl.Util
-
Performs the following substring replacements (to facilitate output to XML/HTML pages): & -> & < -> < > -> > " -> " ' -> ' See also OutSupport.writeEscapedXml().
- EVAL_BODY_AGAIN - Static variable in interface jakarta.servlet.jsp.tagext.IterationTag
-
Request the reevaluation of some body.
- EVAL_BODY_BUFFERED - Static variable in interface jakarta.servlet.jsp.tagext.BodyTag
-
Request the creation of new buffer, a BodyContent on which to evaluate the body of this tag.
- EVAL_BODY_INCLUDE - Static variable in interface jakarta.servlet.jsp.tagext.Tag
-
Evaluate body into existing out stream.
- EVAL_BODY_TAG - Static variable in interface jakarta.servlet.jsp.tagext.BodyTag
-
Deprecated.As of Java JSP API 1.2, use BodyTag.EVAL_BODY_BUFFERED or IterationTag.EVAL_BODY_AGAIN.
- EVAL_PAGE - Static variable in interface jakarta.servlet.jsp.tagext.Tag
-
Continue evaluating the page.
- evaluate(VariableResolver) - Method in class jakarta.servlet.jsp.el.Expression
-
Deprecated.Evaluates an expression that was previously prepared.
- evaluate(VariableResolver) - Method in class org.apache.jasper.el.ExpressionImpl
-
Deprecated.
- evaluate(String, Class<?>, VariableResolver, FunctionMapper) - Method in class jakarta.servlet.jsp.el.ExpressionEvaluator
-
Deprecated.Evaluates an expression.
- evaluate(String, Class, VariableResolver, FunctionMapper) - Method in class org.apache.jasper.el.ExpressionEvaluatorImpl
-
Deprecated.
- evaluateNodes(Node.Nodes, SmapStratum, HashMap<String, SmapStratum>, boolean) - Static method in class org.apache.jasper.compiler.SmapUtil
- EXCEPTION - Static variable in class jakarta.servlet.jsp.PageContext
-
Name used to store uncaught exception in ServletRequest attribute list and PageContext name table.
- ExceptionUtils - Class in org.apache.jasper.runtime
-
Utilities for handling Throwables and Exceptions.
- ExceptionUtils() - Constructor for class org.apache.jasper.runtime.ExceptionUtils
- execute() - Method in class org.apache.jasper.JspC
-
Executes the compilation.
- exists(String) - Method in interface org.apache.tomcat.Jar
-
Determine if the given resource in present in the JAR.
- Expression - Class in jakarta.servlet.jsp.el
-
Deprecated.As of JSP 2.1, replaced by jakarta.el.ValueExpression
- Expression() - Constructor for class jakarta.servlet.jsp.el.Expression
-
Deprecated.
- EXPRESSION_ACTION - Static variable in interface org.apache.jasper.compiler.TagConstants
- ExpressionEvaluator - Class in jakarta.servlet.jsp.el
-
Deprecated.As of JSP 2.1, replaced by jakarta.el.ExpressionFactory
- ExpressionEvaluator() - Constructor for class jakarta.servlet.jsp.el.ExpressionEvaluator
-
Deprecated.
- ExpressionEvaluatorImpl - Class in org.apache.jasper.el
-
Deprecated.
- ExpressionEvaluatorImpl(ExpressionFactory) - Constructor for class org.apache.jasper.el.ExpressionEvaluatorImpl
-
Deprecated.
- ExpressionImpl - Class in org.apache.jasper.el
-
Deprecated.
- ExpressionImpl(ValueExpression, ExpressionFactory) - Constructor for class org.apache.jasper.el.ExpressionImpl
-
Deprecated.
- EXTENDED - Enum constant in enum org.apache.jasper.TrimSpacesOption
- extensions - Variable in class org.apache.jasper.JspC
-
The file extensions to be handled as JSP files.
F
- failFast - Variable in class org.apache.jasper.JspC
- failOnError - Variable in class org.apache.jasper.JspC
-
Throw an exception if there's a compilation error, or swallow it.
- FALLBACK_ACTION - Static variable in interface org.apache.jasper.compiler.TagConstants
- FALSE - Enum constant in enum org.apache.jasper.TrimSpacesOption
- FastRemovalDequeue<T> - Class in org.apache.jasper.util
-
The FastRemovalDequeue is a Dequeue that supports constant time removal of entries.
- FastRemovalDequeue(int) - Constructor for class org.apache.jasper.util.FastRemovalDequeue
-
Initialize empty queue.
- FastRemovalDequeue.Entry - Class in org.apache.jasper.util
-
Implementation of a doubly linked list entry.
- findAncestorWithClass(JspTag, Class<?>) - Static method in class jakarta.servlet.jsp.tagext.SimpleTagSupport
-
Find the instance of a given class type that is closest to a given instance.
- findAncestorWithClass(Tag, Class<?>) - Static method in class jakarta.servlet.jsp.tagext.TagSupport
-
Find the instance of a given class type that is closest to a given instance.
- findAttribute(String) - Method in class jakarta.servlet.jsp.JspContext
-
Searches for the named attribute in page, request, session (if valid), and application scope(s) in order and returns the value associated or null.
- findAttribute(String) - Method in class org.apache.jasper.runtime.JspContextWrapper
- findAttribute(String) - Method in class org.apache.jasper.runtime.PageContextImpl
- findJspProperty(String) - Method in class org.apache.jasper.compiler.JspConfig
-
Find a property that best matches the supplied resource.
- findStream() - Method in class org.apache.jasper.compiler.AntCompiler.SystemLogHandler
-
Find PrintStream to which the output must be written to.
- fireListeners(ELContext) - Method in class org.apache.jasper.runtime.JspApplicationContextImpl
- first - Variable in class org.apache.jasper.util.FastRemovalDequeue
-
First element of the queue.
- flush() - Method in class jakarta.servlet.jsp.JspWriter
-
Flush the stream.
- flush() - Method in class jakarta.servlet.jsp.tagext.BodyContent
-
Redefined flush() so it is not legal.
- flush() - Method in class org.apache.jasper.compiler.AntCompiler.SystemLogHandler
- flush() - Method in class org.apache.jasper.runtime.JspWriterImpl
-
Flush the stream.
- flushBuffer() - Method in class org.apache.jasper.runtime.JspWriterImpl
-
Flush the output buffer to the underlying character stream, without flushing the stream itself.
- ForEach - Class in org.apache.jasper.tagplugins.jstl.core
- ForEach() - Constructor for class org.apache.jasper.tagplugins.jstl.core.ForEach
- fork - Variable in class org.apache.jasper.EmbeddedServletOptions
-
Should Ant fork its java compiles of JSP pages.
- ForTokens - Class in org.apache.jasper.tagplugins.jstl.core
- ForTokens() - Constructor for class org.apache.jasper.tagplugins.jstl.core.ForTokens
- forward(String) - Method in class jakarta.servlet.jsp.PageContext
-
This method is used to re-direct, or "forward" the current ServletRequest and ServletResponse to another active component in the application.
- forward(String) - Method in class org.apache.jasper.runtime.JspContextWrapper
- forward(String) - Method in class org.apache.jasper.runtime.PageContextImpl
- FORWARD_ACTION - Static variable in interface org.apache.jasper.compiler.TagConstants
- FRG_WEBXML - Static variable in class org.apache.jasper.JspC
- fullstop - Variable in class org.apache.jasper.JspC
- FunctionInfo - Class in jakarta.servlet.jsp.tagext
-
Information for a function in a Tag Library.
- FunctionInfo(String, String, String) - Constructor for class jakarta.servlet.jsp.tagext.FunctionInfo
-
Constructor for FunctionInfo.
- FunctionMapper - Interface in jakarta.servlet.jsp.el
-
Deprecated.As of JSP 2.1, replaced by jakarta.el.FunctionMapper
- FunctionMapperImpl - Class in org.apache.jasper.el
-
Deprecated.
- FunctionMapperImpl(FunctionMapper) - Constructor for class org.apache.jasper.el.FunctionMapperImpl
-
Deprecated.
- functions - Variable in class jakarta.servlet.jsp.tagext.TagLibraryInfo
-
An array describing the functions that are defined in this tag library.
G
- generateAttribute(String) - Method in interface org.apache.jasper.compiler.tagplugin.TagPluginContext
-
Generate codes to evaluate value of a attribute in the custom tag The codes is a Java expression.
- generateBody() - Method in interface org.apache.jasper.compiler.tagplugin.TagPluginContext
-
Generate codes for the body of the custom tag
- generateClass(Map<String, SmapStratum>) - Method in class org.apache.jasper.compiler.AntCompiler
-
Compile the servlet from .java file to .class file
- generateClass(Map<String, SmapStratum>) - Method in class org.apache.jasper.compiler.Compiler
-
Servlet compilation.
- generateClass(Map<String, SmapStratum>) - Method in class org.apache.jasper.compiler.JDTCompiler
-
Compile the servlet from .java file to .class file
- generateDeclaration(String, String) - Method in interface org.apache.jasper.compiler.tagplugin.TagPluginContext
-
Generate a declaration in the of the generated class.
- generateImport(String) - Method in interface org.apache.jasper.compiler.tagplugin.TagPluginContext
-
Generate an import statement
- generateJava() - Method in class org.apache.jasper.compiler.Compiler
-
Compile the jsp file into equivalent servlet in .java file
- generateJavaSource(String) - Method in interface org.apache.jasper.compiler.tagplugin.TagPluginContext
-
Generate Java source code scriptlet
- generateSmap(JspCompilationContext, Node.Nodes) - Static method in class org.apache.jasper.compiler.SmapUtil
-
Generates an appropriate SMAP representing the current compilation context.
- generateWebMapping(String, JspCompilationContext) - Method in class org.apache.jasper.JspC
-
Adds servlet declaration and mapping for the JSP page servlet to the generated web.xml fragment.
- genStringAsCharArray - Variable in class org.apache.jasper.JspC
- genStringAsCharArray() - Method in class org.apache.jasper.EmbeddedServletOptions
-
Are Text strings to be generated as char arrays?
- genStringAsCharArray() - Method in class org.apache.jasper.JspC
-
Indicates whether text strings are to be generated as char arrays.
- genStringAsCharArray() - Method in interface org.apache.jasper.Options
-
Indicates whether text strings are to be generated as char arrays.
- get(Class<? extends Tag>) - 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(ClassLoader) - Static method in class org.apache.tomcat.InstanceManagerBindings
- GET_PROPERTY_ACTION - Static variable in interface org.apache.jasper.compiler.TagConstants
- getAdaptee() - Method in class jakarta.servlet.jsp.tagext.TagAdapter
-
Gets the tag that is being adapted to the Tag interface.
- getAttribute(String) - Method in class jakarta.servlet.jsp.JspContext
-
Returns the object associated with the name in the page scope or null if not found.
- getAttribute(String) - Method in class jakarta.servlet.jsp.tagext.TagData
-
The value of the attribute.
- getAttribute(String) - Method in class org.apache.jasper.runtime.JspContextWrapper
- getAttribute(String) - Method in class org.apache.jasper.runtime.PageContextImpl
- getAttribute(String) - Method in class org.apache.jasper.servlet.JspCServletContext
-
Return the specified context attribute, if any.
- getAttribute(String, int) - Method in class jakarta.servlet.jsp.JspContext
-
Return the object associated with the name in the specified scope or null if not found.
- getAttribute(String, int) - Method in class org.apache.jasper.runtime.JspContextWrapper
- getAttribute(String, int) - Method in class org.apache.jasper.runtime.PageContextImpl
- getAttributeNames() - Method in class org.apache.jasper.servlet.JspCServletContext
-
Return an enumeration of context attribute names.
- getAttributeNamesInScope(int) - Method in class jakarta.servlet.jsp.JspContext
-
Enumerate all the attributes in a given scope.
- getAttributeNamesInScope(int) - Method in class org.apache.jasper.runtime.JspContextWrapper
- getAttributeNamesInScope(int) - Method in class org.apache.jasper.runtime.PageContextImpl
- getAttributes() - Method in class jakarta.servlet.jsp.tagext.TagData
-
Enumerates the attributes.
- getAttributes() - Method in class jakarta.servlet.jsp.tagext.TagInfo
-
Attribute information (in the TLD) on this tag.
- getAttributesScope(String) - Method in class jakarta.servlet.jsp.JspContext
-
Get the scope where a given attribute is defined.
- getAttributesScope(String) - Method in class org.apache.jasper.runtime.JspContextWrapper
- getAttributesScope(String) - Method in class org.apache.jasper.runtime.PageContextImpl
- getAttributeString(String) - Method in class jakarta.servlet.jsp.tagext.TagData
-
Get the value for a given attribute.
- getBasePackageName() - Method in class org.apache.jasper.JspCompilationContext
- getBeanType(String) - Method in class org.apache.jasper.compiler.BeanRepository
- getBodyContent() - Method in class jakarta.servlet.jsp.tagext.BodyTagSupport
-
Get current bodyContent.
- getBodyContent() - Method in class jakarta.servlet.jsp.tagext.TagInfo
-
The bodycontent information for this tag.
- getBuffer() - Method in class org.apache.jasper.compiler.JspConfig.JspProperty
- getBufferSize() - Method in class jakarta.servlet.jsp.JspWriter
-
This method returns the size of the buffer used by the JspWriter.
- getBufferSize() - Method in class org.apache.jasper.runtime.BodyContentImpl
-
This method returns the size of the buffer used by the JspWriter.
- getCache() - Method in class org.apache.jasper.EmbeddedServletOptions
- getCache() - Method in class org.apache.jasper.JspC
-
The web-application wide cache for the TagLibraryInfo tag library descriptors, used if
Options.isCaching()returnstrue. - getCache() - Method in interface org.apache.jasper.Options
-
The web-application wide cache for the TagLibraryInfo tag library descriptors, used if
Options.isCaching()returnstrue. - getCharEncoding() - Method in class org.apache.jasper.tagplugins.jstl.Util.ImportResponseWrapper
- getCheckInterval() - Method in class org.apache.jasper.EmbeddedServletOptions
-
Background JSP compile thread check interval
- getCheckInterval() - Method in class org.apache.jasper.JspC
-
In JspC this always returns
0. - getCheckInterval() - Method in interface org.apache.jasper.Options
- getClassDebugInfo() - Method in class org.apache.jasper.EmbeddedServletOptions
-
Should class files be compiled with debug information?
- getClassDebugInfo() - Method in class org.apache.jasper.JspC
- getClassDebugInfo() - Method in interface org.apache.jasper.Options
- getClassFileName() - Method in class org.apache.jasper.compiler.SmapStratum
- getClassFileName() - Method in class org.apache.jasper.JspCompilationContext
- getClassImports() - Method in interface org.apache.jasper.runtime.JspSourceImports
- getClassLoader() - Method in class org.apache.jasper.JspCompilationContext
-
What class loader to use for loading classes while compiling this JSP?
- getClassLoader() - Method in class org.apache.jasper.servlet.JspCServletContext
- getClassName() - Method in class jakarta.servlet.jsp.tagext.TagVariableInfo
-
The body of the <variable-class> element.
- getClassName() - Method in class jakarta.servlet.jsp.tagext.VariableInfo
-
Returns the type of this variable.
- getClassPath() - Method in class org.apache.jasper.compiler.JspRuntimeContext
- getClassPath() - Method in class org.apache.jasper.EmbeddedServletOptions
-
What classpath should I use while compiling the servlets generated from JSP files?
- getClassPath() - Method in class org.apache.jasper.JspC
- getClassPath() - Method in class org.apache.jasper.JspCompilationContext
- getClassPath() - Method in interface org.apache.jasper.Options
- getCodeSource() - Method in class org.apache.jasper.compiler.JspRuntimeContext
-
Get the SecurityManager Policy CodeSource for this web application context.
- getCommonPropertyType(ELContext, Object) - Method in class jakarta.servlet.jsp.el.ImplicitObjectELResolver
- getCommonPropertyType(ELContext, Object) - Method in class jakarta.servlet.jsp.el.ImportELResolver
- getCommonPropertyType(ELContext, Object) - Method in class jakarta.servlet.jsp.el.NotFoundELResolver
- getCommonPropertyType(ELContext, Object) - Method in class jakarta.servlet.jsp.el.ScopedAttributeELResolver
- getCommonPropertyType(ELContext, Object) - Method in class org.apache.jasper.el.ELResolverImpl
-
Deprecated.
- getCommonPropertyType(ELContext, Object) - Method in class org.apache.jasper.el.JasperELResolver.GraalBeanELResolver
- getCompilationContext() - Method in class org.apache.jasper.compiler.Compiler
- getCompiler() - Method in class org.apache.jasper.EmbeddedServletOptions
-
Compiler to use.
- getCompiler() - Method in class org.apache.jasper.JspC
-
Compiler to use.
- getCompiler() - Method in class org.apache.jasper.JspCompilationContext
- getCompiler() - Method in interface org.apache.jasper.Options
-
Compiler to use.
- getCompilerClassName() - Method in class org.apache.jasper.EmbeddedServletOptions
-
Java compiler class to use.
- getCompilerClassName() - Method in class org.apache.jasper.JspC
- getCompilerClassName() - Method in interface org.apache.jasper.Options
- getCompilerSourceVM() - Method in class org.apache.jasper.EmbeddedServletOptions
- getCompilerSourceVM() - Method in class org.apache.jasper.JspC
- getCompilerSourceVM() - Method in interface org.apache.jasper.Options
- getCompilerTargetVM() - Method in class org.apache.jasper.EmbeddedServletOptions
- getCompilerTargetVM() - Method in class org.apache.jasper.JspC
- getCompilerTargetVM() - Method in interface org.apache.jasper.Options
- getConstantAttribute(String) - Method in interface org.apache.jasper.compiler.tagplugin.TagPluginContext
- getContent() - Method in class org.apache.jasper.util.FastRemovalDequeue.Entry
- getContentTypeAttribute(String, String) - Static method in class org.apache.jasper.tagplugins.jstl.Util
-
Get the value associated with a content-type attribute.
- getContext(Class<?>) - Method in class org.apache.jasper.el.ELContextWrapper
- getContext(String) - Method in class org.apache.jasper.servlet.JspCServletContext
-
Return the servlet context for the specified path.
- getContextPath() - Method in class org.apache.jasper.servlet.JspCServletContext
-
Return the context 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 '/'.
- getDeclare() - Method in class jakarta.servlet.jsp.tagext.TagVariableInfo
-
The body of the <declare> element.
- getDeclare() - Method in class jakarta.servlet.jsp.tagext.VariableInfo
-
Returns whether this is a new variable.
- getDefaultContentType() - Method in class org.apache.jasper.compiler.JspConfig.JspProperty
- getDefaultFactory() - Static method in class jakarta.servlet.jsp.JspFactory
-
Returns the default factory for this implementation.
- getDefaultResolver(ExpressionFactory) - Static method in class org.apache.jasper.el.ELContextImpl
- getDefaultSessionTrackingModes() - Method in class org.apache.jasper.servlet.JspCServletContext
- getDependants() - Method in interface org.apache.jasper.runtime.JspSourceDependent
-
Returns a map of file names and last modified time where the current page has a source dependency on the file.
- getDependants() - Method in class org.apache.jasper.servlet.JspServletWrapper
-
Get a list of files that the current page has source dependency on.
- getDerivedPackageName() - Method in class org.apache.jasper.JspCompilationContext
- getDescription() - Method in class jakarta.servlet.jsp.tagext.TagAttributeInfo
-
Obtain the description for the attribute,
- getDevelopment() - Method in class org.apache.jasper.EmbeddedServletOptions
-
Is Jasper being used in development mode?
- getDevelopment() - Method in class org.apache.jasper.JspC
-
In JspC this always returns
false. - getDevelopment() - Method in interface org.apache.jasper.Options
-
Main development flag, which enables detailed error reports with sources, as well automatic recompilation of JSPs and tag files.
- getDisplayName() - Method in class jakarta.servlet.jsp.tagext.TagInfo
-
Get the displayName.
- getDisplaySourceFragment() - Method in class org.apache.jasper.EmbeddedServletOptions
-
Should we include a source fragment in exception messages, which could be displayed to the developer ?
- getDisplaySourceFragment() - Method in class org.apache.jasper.JspC
-
In JspC this always returns
true. - getDisplaySourceFragment() - Method in interface org.apache.jasper.Options
- getEffectiveMajorVersion() - Method in class org.apache.jasper.servlet.JspCServletContext
- getEffectiveMinorVersion() - Method in class org.apache.jasper.servlet.JspCServletContext
- getEffectiveSessionTrackingModes() - Method in class org.apache.jasper.servlet.JspCServletContext
- getELContext() - Method in class jakarta.servlet.jsp.JspContext
-
Obtain the ELContext for this JSPContext.
- getELContext() - Method in class org.apache.jasper.runtime.JspContextWrapper
- getELContext() - Method in class org.apache.jasper.runtime.PageContextImpl
- getELInterpreter(ServletContext) - Static method in class org.apache.jasper.compiler.ELInterpreterFactory
-
Obtain the correct EL Interpreter for the given web application.
- getELResolver() - Method in class org.apache.jasper.el.ELContextImpl
- getELResolver() - Method in class org.apache.jasper.el.ELContextWrapper
- getEnclosingWriter() - Method in class jakarta.servlet.jsp.tagext.BodyContent
-
Get the enclosing JspWriter.
- getEngineInfo() - Method in class jakarta.servlet.jsp.JspFactory
-
called to get implementation-specific information on the current JSP engine.
- getEngineInfo() - Method in class org.apache.jasper.runtime.JspFactoryImpl
- getEntryInputStream() - Method in interface org.apache.tomcat.Jar
-
Obtains the input stream for the current entry.
- getEntryName() - Method in interface org.apache.tomcat.Jar
-
Obtains the name of the current entry.
- getErrorData() - Method in class jakarta.servlet.jsp.PageContext
-
Provides convenient access to error information.
- getErrorDispatcher() - Method in class org.apache.jasper.compiler.Compiler
- getErrorMessage() - Method in class org.apache.jasper.compiler.JavacErrorDetail
-
Gets the compilation error message.
- getErrorOnELNotFound() - Method in class org.apache.jasper.compiler.JspConfig.JspProperty
- getErrorOnELNotFound() - Method in interface org.apache.jasper.runtime.JspSourceDirectives
- getErrorOnUseBeanInvalidClassAttribute() - Method in class org.apache.jasper.EmbeddedServletOptions
- getErrorOnUseBeanInvalidClassAttribute() - Method in class org.apache.jasper.JspC
-
Returns true if Jasper issues a compilation error instead of a runtime Instantiation error if the class attribute specified in useBean action is invalid.
- getErrorOnUseBeanInvalidClassAttribute() - Method in interface org.apache.jasper.Options
-
Returns true if Jasper issues a compilation error instead of a runtime Instantiation error if the class attribute specified in useBean action is invalid.
- getException() - Method in class jakarta.servlet.jsp.PageContext
-
The current value of the exception object (an Exception).
- getException() - Method in class org.apache.jasper.runtime.JspContextWrapper
- getException() - Method in class org.apache.jasper.runtime.PageContextImpl
-
Returns the exception associated with this page context, if any.
- getExpectedType() - Method in class org.apache.jasper.el.JspValueExpression
- getExpectedTypeName() - Method in class jakarta.servlet.jsp.tagext.TagAttributeInfo
-
Obtain the type name, as a string, expected by this attribute.
- getExpressionEvaluator() - Method in class jakarta.servlet.jsp.JspContext
-
Deprecated.As of JSP 2.1, replaced by JspApplicationContext.getExpressionFactory()
- getExpressionEvaluator() - Method in class org.apache.jasper.runtime.JspContextWrapper
-
Deprecated.
- getExpressionEvaluator() - Method in class org.apache.jasper.runtime.PageContextImpl
-
Deprecated.
- getExpressionFactory() - Method in interface jakarta.servlet.jsp.JspApplicationContext
-
Returns the JSP container's
ExpressionFactoryimplementation for EL use. - getExpressionFactory() - Method in class org.apache.jasper.runtime.JspApplicationContextImpl
- getExpressionString() - Method in class org.apache.jasper.el.JspMethodExpression
- getExpressionString() - Method in class org.apache.jasper.el.JspValueExpression
- getExprInXml(String) - Static method in class org.apache.jasper.compiler.JspUtil
-
Takes a potential expression and converts it into XML form.
- getExtension() - Method in class org.apache.jasper.compiler.JspConfig.JspPropertyGroup
- getExtensions() - Method in class org.apache.jasper.JspC
-
Returns the list of file extensions that are treated as JSP files.
- getFailOnError() - Method in class org.apache.jasper.JspC
- getFeatureDescriptors(ELContext, Object) - Method in class jakarta.servlet.jsp.el.ImplicitObjectELResolver
-
Deprecated, for removal: This API element is subject to removal in a future version.
- getFeatureDescriptors(ELContext, Object) - Method in class jakarta.servlet.jsp.el.ImportELResolver
-
Deprecated, for removal: This API element is subject to removal in a future version.
- getFeatureDescriptors(ELContext, Object) - Method in class jakarta.servlet.jsp.el.NotFoundELResolver
-
Deprecated, for removal: This API element is subject to removal in a future version.
- getFeatureDescriptors(ELContext, Object) - Method in class jakarta.servlet.jsp.el.ScopedAttributeELResolver
-
Deprecated, for removal: This API element is subject to removal in a future version.
- getFeatureDescriptors(ELContext, Object) - Method in class org.apache.jasper.el.ELResolverImpl
-
Deprecated.
- getFeatureDescriptors(ELContext, Object) - Method in class org.apache.jasper.el.JasperELResolver.GraalBeanELResolver
- getFileName() - Method in class org.apache.jasper.compiler.SmapInput
- getFilterRegistration(String) - Method in class org.apache.jasper.servlet.JspCServletContext
- getFilterRegistrations() - Method in class org.apache.jasper.servlet.JspCServletContext
- getFork() - Method in class org.apache.jasper.EmbeddedServletOptions
- getFork() - Method in class org.apache.jasper.JspC
-
The boolean flag to tell Ant whether to fork JSP page compilations.
- getFork() - Method in interface org.apache.jasper.Options
-
The boolean flag to tell Ant whether to fork JSP page compilations.
- getFQCN() - Method in class org.apache.jasper.JspCompilationContext
- getFunction(String) - Method in class jakarta.servlet.jsp.tagext.TagLibraryInfo
-
Get the FunctionInfo for a given function name, looking through all the functions in this tag library.
- getFunctionClass() - Method in class jakarta.servlet.jsp.tagext.FunctionInfo
-
The class of the function.
- getFunctionMapper() - Method in class org.apache.jasper.el.ELContextImpl
- getFunctionMapper() - Method in class org.apache.jasper.el.ELContextWrapper
- getFunctions() - Method in class jakarta.servlet.jsp.tagext.TagLibraryInfo
-
An array describing the functions that are defined in this tag library.
- getFunctionSignature() - Method in class jakarta.servlet.jsp.tagext.FunctionInfo
-
The signature of the function.
- getGeneratedJavaAddTimestamp() - Method in class org.apache.jasper.JspC
-
Should the container include the time the file was generated in the comments at the start of a Java file generated from a JSP or tag.
- getGeneratedJavaAddTimestamp() - Method in interface org.apache.jasper.Options
-
Should the container include the time the file was generated in the comments at the start of a Java file generated from a JSP or tag.
- getGeneratedJspPackageName() - Method in class org.apache.jasper.EmbeddedServletOptions
- getGeneratedJspPackageName() - Method in interface org.apache.jasper.Options
- getGeneratedTagFilePackageName() - Method in class org.apache.jasper.EmbeddedServletOptions
- getGeneratedTagFilePackageName() - Method in interface org.apache.jasper.Options
- getId() - Method in class jakarta.servlet.jsp.tagext.TagData
-
The value of the tag's id attribute.
- getId() - Method in class jakarta.servlet.jsp.tagext.TagSupport
-
The value of the id attribute of this tag; or null.
- getId() - Method in class jakarta.servlet.jsp.tagext.ValidationMessage
-
Get the jsp:id.
- getIdAttribute(TagAttributeInfo[]) - Static method in class jakarta.servlet.jsp.tagext.TagAttributeInfo
-
Convenience static method that goes through an array of TagAttributeInfo objects and looks for "id".
- getIncludeCoda() - Method in class org.apache.jasper.compiler.JspConfig.JspProperty
- getIncludePrelude() - Method in class org.apache.jasper.compiler.JspConfig.JspProperty
- getInfoString() - Method in class jakarta.servlet.jsp.tagext.TagInfo
-
The information string for the tag.
- getInfoString() - Method in class jakarta.servlet.jsp.tagext.TagLibraryInfo
-
Information (documentation) for this TLD.
- 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.
- getInitParameters() - Method in class jakarta.servlet.jsp.tagext.TagLibraryValidator
-
Get the init parameters data as an immutable Map.
- getInputLineNumber(int) - Method in class org.apache.jasper.compiler.SmapStratum
- getInputSource(String, Jar, JspCompilationContext) - Static method in class org.apache.jasper.compiler.JspUtil
- getInputStream() - Method in class jakarta.servlet.jsp.tagext.PageData
-
Returns an input stream on the XML view of a JSP page.
- getInputStream(String) - Method in interface org.apache.tomcat.Jar
-
Obtain an
InputStreamfor a given entry in a JAR. - getInputStream(String, Jar, JspCompilationContext) - Static method in class org.apache.jasper.compiler.JspUtil
- getInstance() - Static method in class org.apache.jasper.runtime.ProtectedFunctionMapper
-
Generated Servlet and Tag Handler implementations call this method to retrieve an instance of the ProtectedFunctionMapper.
- getInstance(ServletContext) - Static method in class org.apache.jasper.compiler.TldCache
- getInstance(ServletContext) - Static method in class org.apache.jasper.runtime.JspApplicationContextImpl
- getInstanceManager(ServletConfig) - Static method in class org.apache.jasper.runtime.InstanceManagerFactory
- getJarFileURL() - Method in interface org.apache.tomcat.Jar
- getJarScanFilter() - Method in interface org.apache.tomcat.JarScanner
- getJarScanner(ServletContext) - Static method in class org.apache.jasper.compiler.JarScannerFactory
-
Obtain the
JarScannerassociated with the specifiedServletContext. - getJavaEncoding() - Method in class org.apache.jasper.EmbeddedServletOptions
- getJavaEncoding() - Method in class org.apache.jasper.JspC
-
Returns the encoding to use for java files.
- getJavaEncoding() - Method in interface org.apache.jasper.Options
- 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.
- getJavaPath() - Method in class org.apache.jasper.JspCompilationContext
- getJspApplicationContext(ServletContext) - Method in class jakarta.servlet.jsp.JspFactory
-
Obtain the
JspApplicationContextinstance that was associated within the passedServletContextfor this web application. - getJspApplicationContext(ServletContext) - Method in class org.apache.jasper.runtime.JspFactoryImpl
- 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.
- getJspBody() - Method in class jakarta.servlet.jsp.tagext.SimpleTagSupport
-
Returns the body passed in by the container via setJspBody.
- getJspConfig() - Method in class org.apache.jasper.EmbeddedServletOptions
- getJspConfig() - Method in class org.apache.jasper.JspC
- getJspConfig() - Method in interface org.apache.jasper.Options
- getJspConfigDescriptor() - Method in class org.apache.jasper.servlet.JspCServletContext
- getJspContext() - Method in class jakarta.servlet.jsp.tagext.JspFragment
-
Returns the JspContext that is bound to this JspFragment.
- getJspContext() - Method in class jakarta.servlet.jsp.tagext.SimpleTagSupport
-
Returns the page context passed in by the container via setJspContext.
- getJspContext() - Method in class org.apache.jasper.runtime.JspFragmentHelper
- getJspCount() - Method in class org.apache.jasper.compiler.JspRuntimeContext
-
Returns the number of JSPs for which JspServletWrappers exist, i.e., the number of JSPs that have been loaded into the webapp.
- getJspCount() - Method in class org.apache.jasper.servlet.JspServlet
-
Returns the number of JSPs for which JspServletWrappers exist, i.e., the number of JSPs that have been loaded into the webapp with which this JspServlet is associated.
- getJspEngineContext() - Method in class org.apache.jasper.servlet.JspServletWrapper
- getJspExtract() - Method in class org.apache.jasper.compiler.JavacErrorDetail
-
Gets the extract of the JSP that corresponds to this message.
- 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.
- getJspIdleTimeout() - Method in class org.apache.jasper.EmbeddedServletOptions
-
Should any jsps be unloaded when being idle for this time in seconds? If set to a value greater than 0 eviction of jsps is started.
- getJspIdleTimeout() - Method in class org.apache.jasper.JspC
- getJspIdleTimeout() - Method in interface org.apache.jasper.Options
- getJspLoader() - Method in class org.apache.jasper.JspCompilationContext
- getJspPrecompilationQueryParameter() - Method in class org.apache.jasper.EmbeddedServletOptions
- getJspPrecompilationQueryParameter() - Method in interface org.apache.jasper.Options
- getJspProperty() - Method in class org.apache.jasper.compiler.JspConfig.JspPropertyGroup
- getJspQueueLength() - Method in class org.apache.jasper.compiler.JspRuntimeContext
-
Gets the number of JSPs that are in the JSP limiter queue
- getJspQueueLength() - Method in class org.apache.jasper.servlet.JspServlet
-
Gets the number of JSPs that are in the JSP limiter queue
- getJspReloadCount() - Method in class org.apache.jasper.compiler.JspRuntimeContext
-
Gets the current value of the JSP reload counter.
- getJspReloadCount() - Method in class org.apache.jasper.servlet.JspServlet
-
Gets the number of JSPs that have been reloaded.
- getJspServletBase() - Method in class org.apache.jasper.EmbeddedServletOptions
- getJspServletBase() - Method in interface org.apache.jasper.Options
- getJspUnloadCount() - Method in class org.apache.jasper.compiler.JspRuntimeContext
-
Gets the number of JSPs that have been unloaded.
- getJspUnloadCount() - Method in class org.apache.jasper.servlet.JspServlet
-
Gets the number of JSPs that have been unloaded.
- getJspUri() - Method in class org.apache.jasper.servlet.JspServletWrapper
- getKeepGenerated() - Method in class org.apache.jasper.EmbeddedServletOptions
-
Are we keeping generated code around?
- getKeepGenerated() - Method in class org.apache.jasper.JspC
-
In JspC this always returns
true. - getKeepGenerated() - Method in interface org.apache.jasper.Options
- getLargeIcon() - Method in class jakarta.servlet.jsp.tagext.TagInfo
-
Get the path to the large icon.
- getLastJspQueueUpdate() - Method in class org.apache.jasper.compiler.JspRuntimeContext
- getLastModificationTest() - Method in class org.apache.jasper.servlet.JspServletWrapper
- getLastModified(String) - Method in class org.apache.jasper.JspCompilationContext
- getLastModified(String) - Method in interface org.apache.tomcat.Jar
-
Obtain the last modified time for the given resource in the JAR.
- getLastModified(String, Jar) - Method in class org.apache.jasper.JspCompilationContext
- getLastUsageTime() - Method in class org.apache.jasper.servlet.JspServletWrapper
- getLineNumber() - Method in class org.apache.jasper.compiler.SmapInput
- getListeners() - Method in class org.apache.jasper.servlet.TldScanner
-
Returns a list of all listeners declared by scanned TLDs.
- getLocale() - Method in class org.apache.jasper.el.ELContextWrapper
- getMajorVersion() - Method in class org.apache.jasper.servlet.JspCServletContext
-
Return the Servlet API major version number.
- getManifest() - Method in interface org.apache.tomcat.Jar
-
Obtain the manifest for the JAR file.
- getMapForFunction(String, Class<?>, String, Class<?>[]) - Static method in class org.apache.jasper.runtime.ProtectedFunctionMapper
-
Creates an instance for this class, and stores the Method for the given EL function prefix and name.
- getMappedFile() - Method in class org.apache.jasper.EmbeddedServletOptions
-
Are we supporting HTML mapped servlets?
- getMappedFile() - Method in class org.apache.jasper.JspC
- getMappedFile() - Method in interface org.apache.jasper.Options
- getMaxLoadedJsps() - Method in class org.apache.jasper.EmbeddedServletOptions
-
Should jsps be unloaded if to many are loaded? If set to a value greater than 0 eviction of jsps is started.
- getMaxLoadedJsps() - Method in class org.apache.jasper.JspC
- getMaxLoadedJsps() - Method in interface org.apache.jasper.Options
-
The maximum number of loaded jsps per web-application.
- getMessage() - Method in class jakarta.servlet.jsp.tagext.ValidationMessage
-
Get the localized validation message.
- getMessage(String) - Static method in class org.apache.jasper.compiler.Localizer
- getMessage(String, Object...) - Static method in class org.apache.jasper.compiler.Localizer
- getMethodInfo(ELContext) - Method in class org.apache.jasper.el.JspMethodExpression
- getMethodReference(ELContext) - Method in class org.apache.jasper.el.JspMethodExpression
- getMethodSignature() - Method in class jakarta.servlet.jsp.tagext.TagAttributeInfo
-
If this is a deferred method attribute, obtain the expected method signature.
- 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.
- getModificationTestInterval() - Method in class org.apache.jasper.EmbeddedServletOptions
-
Modification test interval.
- getModificationTestInterval() - Method in class org.apache.jasper.JspC
-
In JspC this always returns
0. - getModificationTestInterval() - Method in interface org.apache.jasper.Options
- getName() - Method in class jakarta.servlet.jsp.tagext.FunctionInfo
-
The name of the function.
- getName() - Method in class jakarta.servlet.jsp.tagext.TagAttributeInfo
-
The name of this attribute.
- getName() - Method in class jakarta.servlet.jsp.tagext.TagFileInfo
-
The unique action name of this tag.
- getNamedDispatcher(String) - Method in class org.apache.jasper.servlet.JspCServletContext
-
Return a request dispatcher for the specified servlet name.
- getNameFromAttribute() - Method in class jakarta.servlet.jsp.tagext.TagVariableInfo
-
The body of the <name-from-attribute> element.
- getNameGiven() - Method in class jakarta.servlet.jsp.tagext.TagVariableInfo
-
The body of the <name-given> element.
- getOption(ServletConfig, String, String) - Static method in class org.apache.jasper.runtime.TagHandlerPool
- getOptions() - Method in class org.apache.jasper.compiler.JspRuntimeContext
- getOptions() - Method in class org.apache.jasper.JspCompilationContext
- getOut() - Method in class jakarta.servlet.jsp.JspContext
-
The current value of the out object (a JspWriter).
- getOut() - Method in class org.apache.jasper.runtime.JspContextWrapper
- getOut() - Method in class org.apache.jasper.runtime.PageContextImpl
- getOutputDir() - Method in class org.apache.jasper.JspCompilationContext
-
The output directory to generate code into.
- getOutputStream() - Method in class org.apache.jasper.runtime.ServletResponseWrapperInclude
- getOutputStream() - Method in class org.apache.jasper.tagplugins.jstl.Util.ImportResponseWrapper
- getPackageImports() - Method in interface org.apache.jasper.runtime.JspSourceImports
- getPage() - Method in class jakarta.servlet.jsp.PageContext
-
The current value of the page object (In a Servlet environment, this is an instance of jakarta.servlet.Servlet).
- getPage() - Method in class org.apache.jasper.runtime.JspContextWrapper
- getPage() - Method in class org.apache.jasper.runtime.PageContextImpl
- getPageContext(Servlet, ServletRequest, ServletResponse, String, boolean, int, boolean) - Method in class jakarta.servlet.jsp.JspFactory
-
obtains an instance of an implementation dependent jakarta.servlet.jsp.PageContext abstract class for the calling Servlet and currently pending request and response.
- getPageContext(Servlet, ServletRequest, ServletResponse, String, boolean, int, boolean) - Method in class org.apache.jasper.runtime.JspFactoryImpl
- getPageEncoding() - Method in class org.apache.jasper.compiler.JspConfig.JspProperty
- getPageInfo() - Method in class org.apache.jasper.compiler.Compiler
- getParent() - Method in interface jakarta.servlet.jsp.tagext.SimpleTag
-
Returns the parent of this tag, for collaboration purposes.
- getParent() - Method in class jakarta.servlet.jsp.tagext.SimpleTagSupport
-
Returns the parent of this tag, for collaboration purposes.
- getParent() - Method in interface jakarta.servlet.jsp.tagext.Tag
-
Get the parent (closest enclosing tag handler) for this tag handler.
- getParent() - Method in class jakarta.servlet.jsp.tagext.TagAdapter
-
Returns the parent of this tag, which is always getAdaptee().getParent().
- getParent() - Method in class jakarta.servlet.jsp.tagext.TagSupport
-
The Tag instance most closely enclosing this tag instance.
- getParentClassLoader() - Method in class org.apache.jasper.compiler.JspRuntimeContext
-
Get the parent ClassLoader.
- getParentContext() - Method in interface org.apache.jasper.compiler.tagplugin.TagPluginContext
-
Get the PluginContext for the parent of this custom tag.
- getParentTag() - Method in class org.apache.jasper.runtime.JspFragmentHelper
- getPath() - Method in class jakarta.servlet.jsp.tagext.TagFileInfo
-
Where to find the .tag file implementing this action.
- getPath() - Method in class org.apache.jasper.compiler.JspConfig.JspPropertyGroup
- 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.
- getPluginAttribute(String) - Method in interface org.apache.jasper.compiler.tagplugin.TagPluginContext
-
Get the value of an attribute in the current tagplugin context.
- getPoolTagsWithExtends() - Method in class org.apache.jasper.EmbeddedServletOptions
- getPoolTagsWithExtends() - Method in interface org.apache.jasper.Options
- getPrefixString() - Method in class jakarta.servlet.jsp.tagext.TagLibraryInfo
-
The prefix assigned to this taglib from the taglib directive
- getPreviousOut() - Method in class jakarta.servlet.jsp.tagext.BodyTagSupport
-
Get surrounding out JspWriter.
- getProject() - Method in class org.apache.jasper.compiler.AntCompiler
- getProperty(String) - Method in class org.apache.jasper.EmbeddedServletOptions
- getQuoteAttributeEL() - Method in class org.apache.jasper.EmbeddedServletOptions
- getQuoteAttributeEL() - Method in class org.apache.jasper.JspC
- getQuoteAttributeEL() - Method in interface org.apache.jasper.Options
- getReader() - Method in class jakarta.servlet.jsp.tagext.BodyContent
-
Return the value of this BodyContent as a Reader.
- getReader() - Method in class org.apache.jasper.runtime.BodyContentImpl
-
Return the value of this BodyJspWriter as a Reader.
- getReadMethod(Class<?>, String) - Static method in class org.apache.jasper.runtime.JspRuntimeLibrary
- getRealPath(String) - Method in class org.apache.jasper.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.
- getRecompileOnFail() - Method in class org.apache.jasper.EmbeddedServletOptions
-
Re-compile on failure.
- getRecompileOnFail() - Method in class org.apache.jasper.JspC
-
In JspC this always returns
false. - getRecompileOnFail() - Method in interface org.apache.jasper.Options
- getReliableURN() - Method in class jakarta.servlet.jsp.tagext.TagLibraryInfo
-
The "reliable" URN indicated in the TLD (the uri element).
- getReload() - Method in class org.apache.jasper.servlet.JspServletWrapper
- getRemaining() - Method in class jakarta.servlet.jsp.JspWriter
-
This method returns the number of unused bytes in the buffer.
- getRemaining() - Method in class org.apache.jasper.runtime.BodyContentImpl
- getRemaining() - Method in class org.apache.jasper.runtime.JspWriterImpl
- getReplaced() - Method in class org.apache.jasper.util.FastRemovalDequeue.Entry
- getReport() - Method in class org.apache.jasper.compiler.AntCompiler.JasperAntLogger
- getRequest() - Method in class jakarta.servlet.jsp.PageContext
-
The current value of the request object (a ServletRequest).
- getRequest() - Method in class org.apache.jasper.runtime.JspContextWrapper
- getRequest() - Method in class org.apache.jasper.runtime.PageContextImpl
- getRequestCharacterEncoding() - Method in class org.apache.jasper.servlet.JspCServletContext
- getRequestDispatcher(String) - Method in class org.apache.jasper.servlet.JspCServletContext
-
Return a request dispatcher for the specified context-relative path.
- getRequestURI() - Method in class jakarta.servlet.jsp.ErrorData
-
Returns the request URI.
- getRequiredVersion() - Method in class jakarta.servlet.jsp.tagext.TagLibraryInfo
-
A string describing the required version of the JSP container.
- 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.JasperLoader
-
Delegate to parent
- 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.JspCompilationContext
- 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 jakarta.servlet.jsp.PageContext
-
The current value of the response object (a ServletResponse).
- getResponse() - Method in class org.apache.jasper.runtime.JspContextWrapper
- getResponse() - Method in class org.apache.jasper.runtime.PageContextImpl
- getResponseCharacterEncoding() - Method in class org.apache.jasper.servlet.JspCServletContext
- getRootCause() - Method in exception class jakarta.servlet.jsp.el.ELException
-
Deprecated.Returns the root cause.
- getRootCause() - Method in exception class jakarta.servlet.jsp.JspException
-
Deprecated.As of JSP 2.1, replaced by
java.lang.Throwable.getCause() - getRuntimeContext() - Method in class org.apache.jasper.JspCompilationContext
- getScope() - Method in class jakarta.servlet.jsp.tagext.TagVariableInfo
-
The body of the <scope> element.
- getScope() - Method in class jakarta.servlet.jsp.tagext.VariableInfo
-
Returns the lexical scope of the variable.
- getScope(String) - Static method in class org.apache.jasper.tagplugins.jstl.Util
-
Converts the given string description of a scope to the corresponding PageContext constant.
- getScratchDir() - Method in class org.apache.jasper.EmbeddedServletOptions
-
What is my scratch dir?
- getScratchDir() - Method in class org.apache.jasper.JspC
- getScratchDir() - Method in interface org.apache.jasper.Options
- getServerInfo() - Method in class org.apache.jasper.servlet.JspCServletContext
-
Return descriptive information about this server.
- getServiceMethodName() - Method in class org.apache.jasper.EmbeddedServletOptions
- getServiceMethodName() - Method in interface org.apache.jasper.Options
-
_jspService is the name of the method that is called by HttpJspBase.service().
- 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.
- getServletClasspathAttribute() - Method in class org.apache.jasper.EmbeddedServletOptions
- getServletClasspathAttribute() - Method in interface org.apache.jasper.Options
- getServletConfig() - Method in class jakarta.servlet.jsp.PageContext
-
The ServletConfig instance.
- getServletConfig() - Method in class org.apache.jasper.runtime.JspContextWrapper
- getServletConfig() - Method in class org.apache.jasper.runtime.PageContextImpl
- getServletContext() - Method in class jakarta.servlet.jsp.PageContext
-
The ServletContext instance.
- getServletContext() - Method in class org.apache.jasper.JspCompilationContext
- getServletContext() - Method in class org.apache.jasper.runtime.JspContextWrapper
- 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
- getServletName() - Method in class jakarta.servlet.jsp.ErrorData
-
Returns the name of the servlet invoked.
- getServletPackageName() - Method in class org.apache.jasper.JspCompilationContext
-
Package name for the generated class is made up of the base package name, which is user settable, and the derived package name.
- getServletRegistration(String) - Method in class org.apache.jasper.servlet.JspCServletContext
- getServletRegistrations() - Method in class org.apache.jasper.servlet.JspCServletContext
- getSession() - Method in class jakarta.servlet.jsp.PageContext
-
The current value of the session object (an HttpSession).
- getSession() - Method in class org.apache.jasper.runtime.JspContextWrapper
- getSession() - Method in class org.apache.jasper.runtime.PageContextImpl
- getSessionCookieConfig() - Method in class org.apache.jasper.servlet.JspCServletContext
- getSessionTimeout() - Method in class org.apache.jasper.servlet.JspCServletContext
- getShortName() - Method in class jakarta.servlet.jsp.tagext.TagLibraryInfo
-
The preferred short name (prefix) as indicated in the TLD.
- getSize() - Method in class org.apache.jasper.util.FastRemovalDequeue
-
Retrieve the size of the list.
- getSmallIcon() - Method in class jakarta.servlet.jsp.tagext.TagInfo
-
Get the path to the small icon.
- getSmap(String) - Method in class org.apache.jasper.compiler.Compiler
- getSmaps() - Method in class org.apache.jasper.compiler.JspRuntimeContext
- getSmapString() - Method in class org.apache.jasper.compiler.SmapStratum
- getSpecificationVersion() - Method in class jakarta.servlet.jsp.JspEngineInfo
-
Return the version number of the JSP specification that is supported by this JSP engine.
- getStatus() - Method in class org.apache.jasper.tagplugins.jstl.Util.ImportResponseWrapper
- getStatusCode() - Method in class jakarta.servlet.jsp.ErrorData
-
Returns the status code of the error.
- getStrictGetProperty() - Method in class org.apache.jasper.EmbeddedServletOptions
- getStrictGetProperty() - Method in interface org.apache.jasper.Options
- getStrictQuoteEscaping() - Method in class org.apache.jasper.EmbeddedServletOptions
- getStrictQuoteEscaping() - Method in class org.apache.jasper.JspC
- getStrictQuoteEscaping() - Method in interface org.apache.jasper.Options
- getStrictWhitespace() - Method in class org.apache.jasper.EmbeddedServletOptions
- getStrictWhitespace() - Method in interface org.apache.jasper.Options
- getString() - Method in class jakarta.servlet.jsp.tagext.BodyContent
-
Return the value of the BodyContent as a String.
- getString() - Method in class org.apache.jasper.runtime.BodyContentImpl
-
Return the value of the BodyJspWriter as a String.
- getString() - Method in class org.apache.jasper.tagplugins.jstl.Util.ImportResponseWrapper
- getStringInterpreter(ServletContext) - Static method in class org.apache.jasper.compiler.StringInterpreterFactory
-
Obtain the correct String Interpreter for the given web application.
- getTag(String) - Method in class jakarta.servlet.jsp.tagext.TagLibraryInfo
-
Get the TagInfo for a given tag name, looking through all the tags in this tag library.
- getTagClassName() - Method in class jakarta.servlet.jsp.tagext.TagInfo
-
Name of the class that provides the handler for this tag.
- getTagExtraInfo() - Method in class jakarta.servlet.jsp.tagext.TagInfo
-
The instance (if any) for extra tag information.
- getTagFile(String) - Method in class jakarta.servlet.jsp.tagext.TagLibraryInfo
-
Get the TagFileInfo for a given tag name, looking through all the tag files in this tag library.
- getTagFileJar() - Method in class org.apache.jasper.JspCompilationContext
-
Returns the JAR file in which the tag file for which this JspCompilationContext was created is packaged, or null if this JspCompilationContext does not correspond to a tag file, or if the corresponding tag file is not packaged in a JAR.
- getTagFiles() - Method in class jakarta.servlet.jsp.tagext.TagLibraryInfo
-
An array describing the tag files that are defined in this tag library.
- getTagHandlerClassName(String, String, String, ErrorDispatcher) - Static method in class org.apache.jasper.compiler.JspUtil
-
Gets the fully-qualified class name of the tag handler corresponding to the given tag file path.
- getTagHandlerPool(ServletConfig) - Static method in class org.apache.jasper.runtime.TagHandlerPool
- getTagInfo() - Method in class jakarta.servlet.jsp.tagext.TagExtraInfo
-
Get the TagInfo for this class.
- getTagInfo() - Method in class jakarta.servlet.jsp.tagext.TagFileInfo
-
Returns information about this tag, parsed from the directives in the tag file.
- getTagInfo() - Method in class org.apache.jasper.JspCompilationContext
- getTagLibrary() - Method in class jakarta.servlet.jsp.tagext.TagInfo
-
The instance of TabLibraryInfo we belong to.
- getTagLibraryInfos() - Method in class jakarta.servlet.jsp.tagext.TagLibraryInfo
-
Returns an array of TagLibraryInfo objects representing the entire set of tag libraries (including this TagLibraryInfo) imported by taglib directives in the translation unit that references this TagLibraryInfo.
- getTaglibXml(TldResourcePath) - Method in class org.apache.jasper.compiler.TldCache
- getTagName() - Method in class jakarta.servlet.jsp.tagext.TagInfo
-
The name of the Tag.
- getTagPluginManager() - Method in class org.apache.jasper.EmbeddedServletOptions
- getTagPluginManager() - Method in class org.apache.jasper.JspC
- getTagPluginManager() - Method in interface org.apache.jasper.Options
- getTags() - Method in class jakarta.servlet.jsp.tagext.TagLibraryInfo
-
An array describing the tags that are defined in this tag library.
- getTagVariableInfos() - Method in class jakarta.servlet.jsp.tagext.TagInfo
-
Get TagVariableInfo objects associated with this TagInfo.
- getTemporaryVariableName() - Method in interface org.apache.jasper.compiler.tagplugin.TagPluginContext
- getTempVariableNamePrefix() - Method in class org.apache.jasper.EmbeddedServletOptions
- getTempVariableNamePrefix() - Method in interface org.apache.jasper.Options
- getThreadCount() - Method in class org.apache.jasper.JspC
- getThrowable() - Method in class jakarta.servlet.jsp.ErrorData
-
Returns the Throwable that caused the error.
- getThrowable(ServletRequest) - Static method in class org.apache.jasper.runtime.JspRuntimeLibrary
-
Returns the value of the jakarta.servlet.error.exception request attribute value, if present, otherwise the value of the jakarta.servlet.jsp.jspException request attribute value.
- getTldCache() - Method in class org.apache.jasper.EmbeddedServletOptions
- getTldCache() - Method in class org.apache.jasper.JspC
-
The cache that maps URIs, resource paths and parsed TLD files for the various tag libraries 'exposed' by the web application.
- getTldCache() - Method in interface org.apache.jasper.Options
-
The cache that maps URIs, resource paths and parsed TLD files for the various tag libraries 'exposed' by the web application.
- getTldResourcePath(String) - Method in class org.apache.jasper.compiler.TldCache
- getTldResourcePath(String) - Method in class org.apache.jasper.JspCompilationContext
-
Gets the 'location' of the TLD associated with the given taglib 'uri'.
- getTldResourcePathTaglibXmlMap() - Method in class org.apache.jasper.servlet.TldScanner
-
Returns the map of TldResourcePath to parsed XML files built by this scanner.
- getTrimSpaces() - Method in class org.apache.jasper.EmbeddedServletOptions
- getTrimSpaces() - Method in class org.apache.jasper.JspC
- getTrimSpaces() - Method in interface org.apache.jasper.Options
- getType() - Method in class org.apache.jasper.compiler.ELParser
- getType(ELContext) - Method in class org.apache.jasper.el.JspValueExpression
- getType(ELContext, Object, Object) - Method in class jakarta.servlet.jsp.el.ImplicitObjectELResolver
- getType(ELContext, Object, Object) - Method in class jakarta.servlet.jsp.el.ImportELResolver
- getType(ELContext, Object, Object) - Method in class jakarta.servlet.jsp.el.NotFoundELResolver
- getType(ELContext, Object, Object) - Method in class jakarta.servlet.jsp.el.ScopedAttributeELResolver
- getType(ELContext, Object, Object) - Method in class org.apache.jasper.el.ELResolverImpl
-
Deprecated.
- getType(ELContext, Object, Object) - Method in class org.apache.jasper.el.JasperELResolver.GraalBeanELResolver
- getTypeName() - Method in class jakarta.servlet.jsp.tagext.TagAttributeInfo
-
The type (as a String) of this attribute.
- getUnloadHandle() - Method in class org.apache.jasper.servlet.JspServletWrapper
- getUnquoted(String, char, boolean, boolean, boolean, boolean) - Static method in class org.apache.jasper.compiler.AttributeParser
-
Parses the provided input String as a JSP attribute and returns an unquoted value.
- getURI() - Method in class jakarta.servlet.jsp.tagext.TagLibraryInfo
-
The value of the uri attribute from the taglib directive for this library.
- getUriTldResourcePathMap() - Method in class org.apache.jasper.servlet.TldScanner
-
Returns the map of URI to TldResourcePath built by this scanner.
- getURL(String) - Method in interface org.apache.tomcat.Jar
-
Obtain, in String form, the URL for an entry in this JAR.
- getUseInstanceManagerForTags() - Method in class org.apache.jasper.EmbeddedServletOptions
- getUseInstanceManagerForTags() - Method in interface org.apache.jasper.Options
- getValue(ELContext) - Method in class org.apache.jasper.el.JspValueExpression
- getValue(ELContext, Object, Object) - Method in class jakarta.servlet.jsp.el.ImplicitObjectELResolver
- getValue(ELContext, Object, Object) - Method in class jakarta.servlet.jsp.el.ImportELResolver
- getValue(ELContext, Object, Object) - Method in class jakarta.servlet.jsp.el.NotFoundELResolver
- getValue(ELContext, Object, Object) - Method in class jakarta.servlet.jsp.el.ScopedAttributeELResolver
- getValue(ELContext, Object, Object) - Method in class org.apache.jasper.el.ELResolverImpl
-
Deprecated.
- getValue(ELContext, Object, Object) - Method in class org.apache.jasper.el.JasperELResolver
- getValue(ELContext, Object, Object) - Method in class org.apache.jasper.el.JasperELResolver.GraalBeanELResolver
- getValue(String) - Method in class jakarta.servlet.jsp.tagext.TagSupport
-
Get a the value associated with a key.
- 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
- getValues() - Method in class jakarta.servlet.jsp.tagext.TagSupport
-
Enumerate the keys for the values kept by this tag handler.
- getVariableForExpressionFactory() - Method in class org.apache.jasper.EmbeddedServletOptions
- getVariableForExpressionFactory() - Method in interface org.apache.jasper.Options
- getVariableForInstanceManager() - Method in class org.apache.jasper.EmbeddedServletOptions
- getVariableForInstanceManager() - Method in interface org.apache.jasper.Options
- getVariableInfo(TagData) - Method in class jakarta.servlet.jsp.tagext.TagExtraInfo
-
information on scripting variables defined by the tag associated with this TagExtraInfo instance.
- getVariableInfo(TagData) - Method in class jakarta.servlet.jsp.tagext.TagInfo
-
Information on the scripting objects created by this tag at runtime.
- getVariableMapper() - Method in class org.apache.jasper.el.ELContextImpl
- getVariableMapper() - Method in class org.apache.jasper.el.ELContextWrapper
- getVariableResolver() - Method in class jakarta.servlet.jsp.JspContext
-
Deprecated.As of JSP 2.1, replaced by jakarta.el.ELContext.getELResolver() which can be obtained by jspContext.getELContext().getELResolver()
- getVariableResolver() - Method in class org.apache.jasper.runtime.JspContextWrapper
-
Deprecated.
- getVariableResolver() - Method in class org.apache.jasper.runtime.PageContextImpl
-
Deprecated.
- getVarName() - Method in class jakarta.servlet.jsp.tagext.VariableInfo
-
Returns the name of the scripting variable.
- getVirtualServerName() - Method in class org.apache.jasper.servlet.JspCServletContext
- 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
- getWriter() - Method in class org.apache.jasper.runtime.ServletResponseWrapperInclude
-
Returns a wrapper around the JspWriter of the including page.
- getWriter() - Method in class org.apache.jasper.tagplugins.jstl.Util.ImportResponseWrapper
- GRAAL - Static variable in class org.apache.jasper.runtime.JspRuntimeLibrary
- GraalBeanELResolver() - Constructor for class org.apache.jasper.el.JasperELResolver.GraalBeanELResolver
H
- handleGetProperty(Object, String) - Static method in class org.apache.jasper.runtime.JspRuntimeLibrary
- handleJspException(Exception) - Method in class org.apache.jasper.servlet.JspServletWrapper
-
Attempts to construct a JasperException that contains helpful information about what went wrong.
- handlePageException(Exception) - Method in class jakarta.servlet.jsp.PageContext
-
This method is intended to process an unhandled 'page' level exception by forwarding the exception to the specified error page for this JSP.
- handlePageException(Exception) - Method in class org.apache.jasper.runtime.JspContextWrapper
- handlePageException(Exception) - Method in class org.apache.jasper.runtime.PageContextImpl
- handlePageException(Throwable) - Method in class jakarta.servlet.jsp.PageContext
-
This method is intended to process an unhandled 'page' level exception by forwarding the exception to the specified error page for this JSP.
- handlePageException(Throwable) - Method in class org.apache.jasper.runtime.JspContextWrapper
- handlePageException(Throwable) - Method in class org.apache.jasper.runtime.PageContextImpl
- handleSetProperty(Object, String, boolean) - Static method in class org.apache.jasper.runtime.JspRuntimeLibrary
- handleSetProperty(Object, String, byte) - Static method in class org.apache.jasper.runtime.JspRuntimeLibrary
- handleSetProperty(Object, String, char) - Static method in class org.apache.jasper.runtime.JspRuntimeLibrary
- handleSetProperty(Object, String, double) - Static method in class org.apache.jasper.runtime.JspRuntimeLibrary
- handleSetProperty(Object, String, float) - Static method in class org.apache.jasper.runtime.JspRuntimeLibrary
- handleSetProperty(Object, String, int) - Static method in class org.apache.jasper.runtime.JspRuntimeLibrary
- handleSetProperty(Object, String, long) - Static method in class org.apache.jasper.runtime.JspRuntimeLibrary
- handleSetProperty(Object, String, short) - Static method in class org.apache.jasper.runtime.JspRuntimeLibrary
- handleSetProperty(Object, String, Object) - Static method in class org.apache.jasper.runtime.JspRuntimeLibrary
- handleSetPropertyExpression(Object, String, String, PageContext, ProtectedFunctionMapper) - Static method in class org.apache.jasper.runtime.JspRuntimeLibrary
- handleThrowable(Throwable) - Static method in class org.apache.jasper.runtime.ExceptionUtils
-
Checks whether the supplied Throwable is one that needs to be rethrown and swallows all others.
- hasDynamicAttributes() - Method in class jakarta.servlet.jsp.tagext.TagInfo
-
Get dynamicAttributes associated with this TagInfo.
- hashCode() - Method in class org.apache.jasper.el.JspMethodExpression
- hashCode() - Method in class org.apache.jasper.el.JspValueExpression
- helpNeeded - Variable in class org.apache.jasper.JspC
- HttpJspBase - Class in org.apache.jasper.runtime
-
This is the super class of all JSP-generated servlets.
- HttpJspBase() - Constructor for class org.apache.jasper.runtime.HttpJspBase
- HttpJspPage - Interface in jakarta.servlet.jsp
-
The HttpJspPage interface describes the interaction that a JSP Page Implementation Class must satisfy when using the HTTP protocol.
I
- id - Variable in class jakarta.servlet.jsp.tagext.TagSupport
-
The value of the id attribute of this tag; or null.
- ID - Static variable in class jakarta.servlet.jsp.tagext.TagAttributeInfo
-
"id" is wired in to be ID.
- If - Class in org.apache.jasper.tagplugins.jstl.core
- If() - Constructor for class org.apache.jasper.tagplugins.jstl.core.If
- ImplicitObjectELResolver - Class in jakarta.servlet.jsp.el
-
Provides resolution in EL for the implicit variables of a JSP page.
- ImplicitObjectELResolver() - Constructor for class jakarta.servlet.jsp.el.ImplicitObjectELResolver
-
Creates an instance of the implicit object resolver for EL.
- Import - Class in org.apache.jasper.tagplugins.jstl.core
- Import() - Constructor for class org.apache.jasper.tagplugins.jstl.core.Import
- ImportELResolver - Class in jakarta.servlet.jsp.el
-
Providers resolution of imports and static imports in the Jakarta Server Pages ELResolver chain.
- ImportELResolver() - Constructor for class jakarta.servlet.jsp.el.ImportELResolver
-
Default constructor.
- ImportResponseWrapper(HttpServletResponse) - Constructor for class org.apache.jasper.tagplugins.jstl.Util.ImportResponseWrapper
- INC_WEBXML - Static variable in class org.apache.jasper.JspC
- include(ServletRequest, ServletResponse, 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 jakarta.servlet.jsp.PageContext
-
Causes the resource specified to be processed as part of the current ServletRequest and ServletResponse being processed by the calling Thread.
- include(String) - Method in class org.apache.jasper.runtime.JspContextWrapper
- include(String) - Method in class org.apache.jasper.runtime.PageContextImpl
- include(String, boolean) - Method in class jakarta.servlet.jsp.PageContext
-
Causes the resource specified to be processed as part of the current ServletRequest and ServletResponse being processed by the calling Thread.
- include(String, boolean) - Method in class org.apache.jasper.runtime.JspContextWrapper
- include(String, boolean) - Method in class org.apache.jasper.runtime.PageContextImpl
- INCLUDE_ACTION - Static variable in interface org.apache.jasper.compiler.TagConstants
- INCLUDE_DIRECTIVE_ACTION - Static variable in interface org.apache.jasper.compiler.TagConstants
- incrementJspReloadCount() - Method in class org.apache.jasper.compiler.JspRuntimeContext
-
Increments the JSP reload counter.
- incrementRemoved() - Method in class org.apache.jasper.JspCompilationContext
- incTripCount() - Method in class org.apache.jasper.servlet.JspServletWrapper
- info - Variable in class jakarta.servlet.jsp.tagext.TagLibraryInfo
-
Information (documentation) for this TLD.
- init(ServletConfig) - Method in class org.apache.jasper.runtime.HttpJspBase
- init(ServletConfig) - Method in class org.apache.jasper.runtime.TagHandlerPool
- init(ServletConfig) - Method in class org.apache.jasper.servlet.JspServlet
- init(JspCompilationContext, JspServletWrapper) - Method in class org.apache.jasper.compiler.Compiler
- initClassLoader() - Method in class org.apache.jasper.JspC
-
Initializes the classloader as/if needed for the given compilation context.
- initialize(Servlet, ServletRequest, ServletResponse, String, boolean, int, boolean) - Method in class jakarta.servlet.jsp.PageContext
-
The initialize method is called to initialize an uninitialized PageContext so that it may be used by a JSP Implementation class to service an incoming request and response within it's _jspService() method.
- initialize(Servlet, ServletRequest, ServletResponse, String, boolean, int, boolean) - Method in class org.apache.jasper.runtime.JspContextWrapper
- initialize(Servlet, ServletRequest, ServletResponse, String, boolean, int, boolean) - Method in class org.apache.jasper.runtime.PageContextImpl
- initServletContext(ClassLoader) - Method in class org.apache.jasper.JspC
- initTldScanner(JspCServletContext, ClassLoader) - Method in class org.apache.jasper.JspC
- initWebXml() - Method in class org.apache.jasper.JspC
- insertBefore - Static variable in class org.apache.jasper.JspC
- installSmap(Map<String, SmapStratum>) - Static method in class org.apache.jasper.compiler.SmapUtil
- instanceManager - Variable in class org.apache.jasper.runtime.TagHandlerPool
- InstanceManager - Interface in org.apache.tomcat
- InstanceManagerBindings - Class in org.apache.tomcat
- InstanceManagerBindings() - Constructor for class org.apache.tomcat.InstanceManagerBindings
- InstanceManagerFactory - Class in org.apache.jasper.runtime
- InstrumentableClassLoader - Interface in org.apache.tomcat
-
Specifies a class loader capable of being decorated with
ClassFileTransformers. - interpreterCall(boolean, String, Class<?>, String) - Static method in class org.apache.jasper.compiler.JspUtil
-
Produces a String representing a call to the EL interpreter.
- interpreterCall(JspCompilationContext, boolean, String, Class<?>, String) - Method in interface org.apache.jasper.compiler.ELInterpreter
-
Returns the string representing the code that will be inserted into the servlet generated for JSP.
- interpreterCall(JspCompilationContext, boolean, String, Class<?>, String) - Method in class org.apache.jasper.compiler.ELInterpreterFactory.DefaultELInterpreter
- interpreterCall(JspCompilationContext, boolean, String, Class<?>, String) - Method in class org.apache.jasper.optimizations.ELInterpreterTagSetters
- 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
- invoke(ELContext, Object[]) - Method in class org.apache.jasper.el.JspMethodExpression
- invoke(ELContext, Object, Object, Class<?>[], Object[]) - Method in class org.apache.jasper.el.JasperELResolver
- invoke(Writer) - Method in class jakarta.servlet.jsp.tagext.JspFragment
-
Executes the fragment and directs all output to the given Writer, or the JspWriter returned by the getOut() method of the JspContext associated with the fragment if out is null.
- INVOKE_ACTION - Static variable in interface org.apache.jasper.compiler.TagConstants
- IS_SECURITY_ENABLED - Static variable in class org.apache.jasper.Constants
-
Has security been turned on?
- isAbsoluteUrl(String) - Static method in class org.apache.jasper.tagplugins.jstl.Util
-
Returns
trueif our current URL is absolute,falseotherwise. - isAttributeSpecified(String) - Method in interface org.apache.jasper.compiler.tagplugin.TagPluginContext
- isAutoFlush() - Method in class jakarta.servlet.jsp.JspWriter
-
This method indicates whether the JspWriter is autoFlushing.
- isBlockExternal() - Method in class org.apache.jasper.JspC
- isCaching() - Method in class org.apache.jasper.EmbeddedServletOptions
- isCaching() - Method in class org.apache.jasper.JspC
- isCaching() - Method in interface org.apache.jasper.Options
- isCompileCheckInProgress() - Method in class org.apache.jasper.compiler.JspRuntimeContext
- isConstantAttribute(String) - Method in interface org.apache.jasper.compiler.tagplugin.TagPluginContext
- isDeferedSyntaxAllowedAsLiteral() - Method in class org.apache.jasper.compiler.JspConfig.JspProperty
- isDeferredMethod() - Method in class jakarta.servlet.jsp.tagext.TagAttributeInfo
-
Does the attribute expect to be passed a deferred method?
- isDeferredValue() - Method in class jakarta.servlet.jsp.tagext.TagAttributeInfo
-
Does the attribute expect to be passed a deferred value?
- isELIgnored() - Method in class org.apache.jasper.compiler.JspConfig.JspProperty
- isErrorOnUndeclaredNamespace() - Method in class org.apache.jasper.compiler.JspConfig.JspProperty
- isFragment() - Method in class jakarta.servlet.jsp.tagext.TagAttributeInfo
-
Whether this attribute is of type JspFragment.
- isJavaKeyword(String) - Static method in class org.apache.jasper.compiler.JspUtil
-
Test whether the argument is a Java keyword.
- isJspPage(String) - Method in class org.apache.jasper.compiler.JspConfig
-
To find out if a uri matches a url pattern in jsp config.
- isLiteralText() - Method in class org.apache.jasper.el.JspMethodExpression
- isLiteralText() - Method in class org.apache.jasper.el.JspValueExpression
- 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
-
Determine if a compilation is necessary by checking the time stamp of the JSP page with that of the corresponding .class or .java file.
- isPackageProtectionEnabled() - Static method in class org.apache.jasper.security.SecurityUtil
-
Return the
SecurityManageronly if Security is enabled AND package protection mechanism is enabled. - isParametersProvided() - Method in class org.apache.jasper.el.JspMethodExpression
- isPathSeparator(char) - Static method in class org.apache.jasper.JspCompilationContext
- isPoolingEnabled() - Method in class org.apache.jasper.EmbeddedServletOptions
- isPoolingEnabled() - Method in class org.apache.jasper.JspC
- isPoolingEnabled() - Method in interface org.apache.jasper.Options
- isPropertyResolved() - Method in class org.apache.jasper.el.ELContextWrapper
- isPrototypeMode() - Method in class org.apache.jasper.JspCompilationContext
- isReadOnly(ELContext) - Method in class org.apache.jasper.el.JspValueExpression
- isReadOnly(ELContext, Object, Object) - Method in class jakarta.servlet.jsp.el.ImplicitObjectELResolver
- isReadOnly(ELContext, Object, Object) - Method in class jakarta.servlet.jsp.el.ImportELResolver
- isReadOnly(ELContext, Object, Object) - Method in class jakarta.servlet.jsp.el.NotFoundELResolver
- isReadOnly(ELContext, Object, Object) - Method in class jakarta.servlet.jsp.el.ScopedAttributeELResolver
- isReadOnly(ELContext, Object, Object) - Method in class org.apache.jasper.el.ELResolverImpl
-
Deprecated.
- isReadOnly(ELContext, Object, Object) - Method in class org.apache.jasper.el.JasperELResolver.GraalBeanELResolver
- isRemoved() - Method in class org.apache.jasper.JspCompilationContext
- isRequired() - Method in class jakarta.servlet.jsp.tagext.TagAttributeInfo
-
Whether this attribute is required.
- isScriptingInvalid() - Method in class org.apache.jasper.compiler.JspConfig.JspProperty
- isScriptless() - Method in interface org.apache.jasper.compiler.tagplugin.TagPluginContext
- isSkipAll() - Method in interface org.apache.tomcat.JarScanFilter
- isSmapDumped() - Method in class org.apache.jasper.EmbeddedServletOptions
-
Should SMAP info for JSR45 debugging be dumped to a file?
- isSmapDumped() - Method in class org.apache.jasper.JspC
-
This setting is ignored if suppressSmap() is
true. - isSmapDumped() - Method in interface org.apache.jasper.Options
-
This setting is ignored if suppressSmap() is
true. - isSmapSuppressed() - Method in class org.apache.jasper.EmbeddedServletOptions
-
Is the generation of SMAP info for JSR45 debugging suppressed?
- isSmapSuppressed() - Method in class org.apache.jasper.JspC
- isSmapSuppressed() - Method in interface org.apache.jasper.Options
- isTagFile() - Method in interface org.apache.jasper.compiler.tagplugin.TagPluginContext
-
Is the tag being used inside a tag file?
- isTagFile() - Method in class org.apache.jasper.JspCompilationContext
- isTagFile() - Method in class org.apache.jasper.servlet.JspServletWrapper
- isTrimDirectiveWhitespaces() - Method in class org.apache.jasper.compiler.JspConfig.JspProperty
- isValid(TagData) - Method in class jakarta.servlet.jsp.tagext.TagExtraInfo
-
Translation-time validation of the attributes.
- isValid(TagData) - Method in class jakarta.servlet.jsp.tagext.TagInfo
-
Translation-time validation of the attributes.
- isValidateTld() - Method in class org.apache.jasper.JspC
- isValidateXml() - Method in class org.apache.jasper.JspC
- isXml() - Method in class org.apache.jasper.compiler.JspConfig.JspProperty
- isXpoweredBy() - Method in class org.apache.jasper.EmbeddedServletOptions
-
Is generation of X-Powered-By response header enabled/disabled?
- isXpoweredBy() - Method in class org.apache.jasper.JspC
- isXpoweredBy() - Method in interface org.apache.jasper.Options
- IterationTag - Interface in jakarta.servlet.jsp.tagext
-
The IterationTag interface extends Tag by defining one additional method that controls the reevaluation of its body.
J
- jakarta.servlet.jsp - package jakarta.servlet.jsp
- jakarta.servlet.jsp.el - package jakarta.servlet.jsp.el
- jakarta.servlet.jsp.tagext - package jakarta.servlet.jsp.tagext
- Jar - Interface in org.apache.tomcat
-
Provides an abstraction for use by the various classes that need to scan JARs.
- JarScanFilter - Interface in org.apache.tomcat
- JarScanner - Interface in org.apache.tomcat
-
Scans a web application and classloader hierarchy for JAR files.
- JarScannerCallback - Interface in org.apache.tomcat
-
This interface is implemented by clients of the
JarScannerto enable them to receive notification of a discovered JAR. - JarScannerFactory - Class in org.apache.jasper.compiler
-
Provide a mechanism for Jasper to obtain a reference to the JarScanner implementation.
- JarScanType - Enum in org.apache.tomcat
- JasperAntLogger() - Constructor for class org.apache.jasper.compiler.AntCompiler.JasperAntLogger
- JasperELResolver - Class in org.apache.jasper.el
-
Jasper-specific CompositeELResolver that optimizes certain functions to avoid unnecessary resolver calls.
- JasperELResolver(List<ELResolver>, ELResolver) - Constructor for class org.apache.jasper.el.JasperELResolver
- JasperELResolver.GraalBeanELResolver - Class in org.apache.jasper.el
-
Extend ELResolver for Graal to avoid bean info use if possible, as BeanELResolver needs manual reflection configuration.
- JasperException - Exception Class in org.apache.jasper
-
Base class for all exceptions generated by the JSP engine.
- JasperException(String) - Constructor for exception class org.apache.jasper.JasperException
- JasperException(String, Throwable) - Constructor for exception class org.apache.jasper.JasperException
-
Creates a JasperException with the embedded exception and the reason for throwing a JasperException.
- JasperException(Throwable) - Constructor for exception class org.apache.jasper.JasperException
-
Creates a JasperException with the embedded exception.
- JasperInitializer - Class in org.apache.jasper.servlet
-
Initializer for the Jasper JSP Engine.
- JasperInitializer() - Constructor for class org.apache.jasper.servlet.JasperInitializer
- JasperLoader - Class in org.apache.jasper.servlet
-
Class loader for loading servlet class files (corresponding to JSP files) and tag handler class files (corresponding to tag files).
- JasperLoader(URL[], ClassLoader, String, PermissionCollection) - Constructor for class org.apache.jasper.servlet.JasperLoader
- javacError(String, Exception) - Method in class org.apache.jasper.compiler.ErrorDispatcher
-
Dispatches the given compilation error report and exception to the configured error handler.
- javacError(String, Exception) - Method in interface org.apache.jasper.compiler.ErrorHandler
-
Processes the given javac error report and exception.
- javacError(JavacErrorDetail[]) - Method in class org.apache.jasper.compiler.ErrorDispatcher
-
Dispatches the given javac compilation errors to the configured error handler.
- javacError(JavacErrorDetail[]) - Method in interface org.apache.jasper.compiler.ErrorHandler
-
Processes the given javac compilation errors.
- JavacErrorDetail - Class in org.apache.jasper.compiler
-
Class providing details about a javac compilation error.
- JavacErrorDetail(String, int, StringBuilder) - Constructor for class org.apache.jasper.compiler.JavacErrorDetail
-
Constructor.
- JavacErrorDetail(String, int, String, int, StringBuilder, JspCompilationContext) - Constructor for class org.apache.jasper.compiler.JavacErrorDetail
-
Constructor.
- javacLock - Static variable in class org.apache.jasper.compiler.AntCompiler
- javaEncoding - Variable in class org.apache.jasper.JspC
-
The java file encoding.
- JDTCompiler - Class in org.apache.jasper.compiler
-
JDT class compiler.
- JDTCompiler() - Constructor for class org.apache.jasper.compiler.JDTCompiler
- JSP_ATTRIBUTE_ACTION - Static variable in interface org.apache.jasper.compiler.TagConstants
- JSP_ATTRIBUTE_DIRECTIVE_ACTION - Static variable in interface org.apache.jasper.compiler.TagConstants
- JSP_BODY_ACTION - Static variable in interface org.apache.jasper.compiler.TagConstants
- JSP_DECLARATION_ACTION - Static variable in interface org.apache.jasper.compiler.TagConstants
- JSP_DOBODY_ACTION - Static variable in interface org.apache.jasper.compiler.TagConstants
- JSP_ELEMENT_ACTION - Static variable in interface org.apache.jasper.compiler.TagConstants
- JSP_EXPRESSION_ACTION - Static variable in interface org.apache.jasper.compiler.TagConstants
- JSP_FACTORY_POOL_SIZE_INIT_PARAM - Static variable in class org.apache.jasper.Constants
-
Name of the ServletContext init-param that determines the JSP factory pool size.
- JSP_FALLBACK_ACTION - Static variable in interface org.apache.jasper.compiler.TagConstants
- JSP_FORWARD_ACTION - Static variable in interface org.apache.jasper.compiler.TagConstants
- JSP_GET_PROPERTY_ACTION - Static variable in interface org.apache.jasper.compiler.TagConstants
- JSP_INCLUDE_ACTION - Static variable in interface org.apache.jasper.compiler.TagConstants
- JSP_INCLUDE_DIRECTIVE_ACTION - Static variable in interface org.apache.jasper.compiler.TagConstants
- JSP_INVOKE_ACTION - Static variable in interface org.apache.jasper.compiler.TagConstants
- JSP_OUTPUT_ACTION - Static variable in interface org.apache.jasper.compiler.TagConstants
- JSP_PAGE_DIRECTIVE_ACTION - Static variable in interface org.apache.jasper.compiler.TagConstants
- JSP_PARAM_ACTION - Static variable in interface org.apache.jasper.compiler.TagConstants
- JSP_PARAMS_ACTION - Static variable in interface org.apache.jasper.compiler.TagConstants
- JSP_PLUGIN_ACTION - Static variable in interface org.apache.jasper.compiler.TagConstants
- JSP_ROOT_ACTION - Static variable in interface org.apache.jasper.compiler.TagConstants
- JSP_SCRIPTLET_ACTION - Static variable in interface org.apache.jasper.compiler.TagConstants
- JSP_SET_PROPERTY_ACTION - Static variable in interface org.apache.jasper.compiler.TagConstants
- JSP_TAG_DIRECTIVE_ACTION - Static variable in interface org.apache.jasper.compiler.TagConstants
- JSP_TAGLIB_DIRECTIVE_ACTION - Static variable in interface org.apache.jasper.compiler.TagConstants
- JSP_TEXT_ACTION - Static variable in interface org.apache.jasper.compiler.TagConstants
- JSP_TEXT_ACTION_END - Static variable in interface org.apache.jasper.compiler.TagConstants
- JSP_URI - Static variable in interface org.apache.jasper.compiler.TagConstants
- JSP_USE_BEAN_ACTION - Static variable in interface org.apache.jasper.compiler.TagConstants
- JSP_VARIABLE_DIRECTIVE_ACTION - Static variable in interface org.apache.jasper.compiler.TagConstants
- JspApplicationContext - Interface in jakarta.servlet.jsp
-
Stores application-scoped information for the JSP container.
- JspApplicationContextImpl - Class in org.apache.jasper.runtime
-
Implementation of JspApplicationContext
- JspApplicationContextImpl() - Constructor for class org.apache.jasper.runtime.JspApplicationContextImpl
- JspC - Class in org.apache.jasper
-
Shell for the jspc compiler.
- JspC() - Constructor for class org.apache.jasper.JspC
- JspCompilationContext - Class in org.apache.jasper
-
A place holder for various things that are used through out the JSP engine.
- JspCompilationContext(String, TagInfo, Options, ServletContext, JspServletWrapper, JspRuntimeContext, Jar) - Constructor for class org.apache.jasper.JspCompilationContext
- JspCompilationContext(String, Options, ServletContext, JspServletWrapper, JspRuntimeContext) - Constructor for class org.apache.jasper.JspCompilationContext
- jspConfig - Variable in class org.apache.jasper.JspC
- JspConfig - Class in org.apache.jasper.compiler
-
Handles the jsp-config element in WEB_INF/web.xml.
- JspConfig(ServletContext) - Constructor for class org.apache.jasper.compiler.JspConfig
- JspConfig.JspProperty - Class in org.apache.jasper.compiler
- JspConfig.JspPropertyGroup - Class in org.apache.jasper.compiler
- jspContext - Variable in class org.apache.jasper.runtime.JspFragmentHelper
- JspContext - Class in jakarta.servlet.jsp
-
JspContextserves as the base class for the PageContext class and abstracts all information that is not specific to servlets. - JspContext() - Constructor for class jakarta.servlet.jsp.JspContext
-
Sole constructor.
- JspContextWrapper - Class in org.apache.jasper.runtime
-
Implementation of a JSP Context Wrapper.
- JspContextWrapper(JspTag, JspContext, ArrayList<String>, ArrayList<String>, ArrayList<String>, Map<String, String>) - Constructor for class org.apache.jasper.runtime.JspContextWrapper
- JspCServletContext - Class in org.apache.jasper.servlet
-
Simple
ServletContextimplementation without HTTP-specific methods. - JspCServletContext(PrintWriter, URL, ClassLoader, boolean, boolean) - Constructor for class org.apache.jasper.servlet.JspCServletContext
-
Create a new instance of this ServletContext implementation.
- jspDestroy() - Method in interface jakarta.servlet.jsp.JspPage
-
The jspDestroy() method is invoked when the JSP page is about to be destroyed.
- jspDestroy() - Method in class org.apache.jasper.runtime.HttpJspBase
- JspELException - Exception Class in org.apache.jasper.el
- JspELException(String, ELException) - Constructor for exception class org.apache.jasper.el.JspELException
- JspEngineInfo - Class in jakarta.servlet.jsp
-
The JspEngineInfo is an abstract class that provides information on the current JSP engine.
- JspEngineInfo() - Constructor for class jakarta.servlet.jsp.JspEngineInfo
-
Sole constructor.
- jspError(Exception) - Method in class org.apache.jasper.compiler.ErrorDispatcher
-
Dispatches the given parsing exception to the configured error handler.
- jspError(Exception, String, String...) - Method in class org.apache.jasper.compiler.ErrorDispatcher
-
Dispatches the given JSP parse error to the configured error handler.
- 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.
- jspError(String, String...) - Method in class org.apache.jasper.compiler.ErrorDispatcher
-
Dispatches the given JSP parse error to the configured error handler.
- jspError(Mark, Exception, String, String...) - Method in class org.apache.jasper.compiler.ErrorDispatcher
-
Dispatches the given JSP parse error to the configured error handler.
- jspError(Mark, String, String...) - Method in class org.apache.jasper.compiler.ErrorDispatcher
-
Dispatches the given JSP parse error to the configured error handler.
- jspError(Node, Exception, String, String...) - Method in class org.apache.jasper.compiler.ErrorDispatcher
-
Dispatches the given JSP parse error to the configured error handler.
- jspError(Node, String, String...) - Method in class org.apache.jasper.compiler.ErrorDispatcher
-
Dispatches the given JSP parse error to the configured error handler.
- JspException - Exception Class in jakarta.servlet.jsp
-
A generic exception known to the JSP engine; uncaught JspExceptions will result in an invocation of the errorpage machinery.
- JspException() - Constructor for exception class jakarta.servlet.jsp.JspException
-
Construct a JspException.
- JspException(String) - Constructor for exception class jakarta.servlet.jsp.JspException
-
Constructs a new JSP exception with the specified message.
- JspException(String, Throwable) - Constructor for exception class jakarta.servlet.jsp.JspException
-
Constructs a new
JSPExceptionwith the specified detail message and cause. - JspException(Throwable) - Constructor for exception class jakarta.servlet.jsp.JspException
-
Constructs a new
JSPExceptionwith the specified cause. - JspFactory - Class in jakarta.servlet.jsp
-
The JspFactory is an abstract class that defines a number of factory methods available to a JSP page at runtime for the purposes of creating instances of various interfaces and classes used to support the JSP implementation.
- JspFactory() - Constructor for class jakarta.servlet.jsp.JspFactory
-
Sole constructor.
- JspFactoryImpl - Class in org.apache.jasper.runtime
-
Implementation of JspFactory.
- JspFactoryImpl() - Constructor for class org.apache.jasper.runtime.JspFactoryImpl
- JspFragment - Class in jakarta.servlet.jsp.tagext
-
Encapsulates a portion of JSP code in an object that can be invoked as many times as needed.
- JspFragment() - Constructor for class jakarta.servlet.jsp.tagext.JspFragment
-
Default constructor.
- JspFragmentHelper - Class in org.apache.jasper.runtime
-
Helper class from which all Jsp Fragment helper classes extend.
- JspFragmentHelper(int, JspContext, JspTag) - Constructor for class org.apache.jasper.runtime.JspFragmentHelper
- JspIdConsumer - Interface in jakarta.servlet.jsp.tagext
-
Interface that allows tag handlers to be provided with a unique (within the scope of the web application) ID.
- jspInit() - Method in interface jakarta.servlet.jsp.JspPage
-
The jspInit() method is invoked when the JSP page is initialized.
- jspInit() - Method in class org.apache.jasper.runtime.HttpJspBase
- JspMethodExpression - Class in org.apache.jasper.el
- JspMethodExpression() - Constructor for class org.apache.jasper.el.JspMethodExpression
- JspMethodExpression(String, MethodExpression) - Constructor for class org.apache.jasper.el.JspMethodExpression
- JspMethodNotFoundException - Exception Class in org.apache.jasper.el
- JspMethodNotFoundException(String, MethodNotFoundException) - Constructor for exception class org.apache.jasper.el.JspMethodNotFoundException
- JspPage - Interface in jakarta.servlet.jsp
-
The JspPage interface describes the generic interaction that a JSP Page Implementation class must satisfy; pages that use the HTTP protocol are described by the HttpJspPage interface.
- JspProperty(String, String, String, String, String, Collection<String>, Collection<String>, String, String, String, String, String) - Constructor for class org.apache.jasper.compiler.JspConfig.JspProperty
- JspPropertyNotFoundException - Exception Class in org.apache.jasper.el
- JspPropertyNotFoundException(String, PropertyNotFoundException) - Constructor for exception class org.apache.jasper.el.JspPropertyNotFoundException
- JspPropertyNotWritableException - Exception Class in org.apache.jasper.el
- JspPropertyNotWritableException(String, PropertyNotWritableException) - Constructor for exception class org.apache.jasper.el.JspPropertyNotWritableException
- JspRuntimeContext - Class in org.apache.jasper.compiler
-
Class for tracking JSP compile time file dependencies when the >%@include file="..."%< directive is used.
- JspRuntimeContext(ServletContext, Options) - Constructor for class org.apache.jasper.compiler.JspRuntimeContext
-
Create a JspRuntimeContext for a web application context.
- JspRuntimeLibrary - Class in org.apache.jasper.runtime
-
Bunch of util methods that are used by code generated for useBean, getProperty and setProperty.
- JspRuntimeLibrary() - Constructor for class org.apache.jasper.runtime.JspRuntimeLibrary
- JspServlet - Class in org.apache.jasper.servlet
-
The JSP engine (a.k.a Jasper).
- JspServlet() - Constructor for class org.apache.jasper.servlet.JspServlet
- JspServletWrapper - Class in org.apache.jasper.servlet
-
The JSP engine (a.k.a Jasper).
- JspServletWrapper(ServletConfig, Options, String, JspRuntimeContext) - Constructor for class org.apache.jasper.servlet.JspServletWrapper
- JspServletWrapper(ServletContext, Options, String, TagInfo, JspRuntimeContext, Jar) - Constructor for class org.apache.jasper.servlet.JspServletWrapper
- JspSourceDependent - Interface in org.apache.jasper.runtime
-
Interface for tracking the source files dependencies, for the purpose of compiling out of date pages.
- JspSourceDirectives - Interface in org.apache.jasper.runtime
-
Provides runtime access to selected compile time directives.
- JspSourceImports - Interface in org.apache.jasper.runtime
-
The EL engine needs access to the imports used in the JSP page to configure the ELContext.
- JspTag - Interface in jakarta.servlet.jsp.tagext
-
Serves as a base class for Tag and SimpleTag.
- JspTagException - Exception Class in jakarta.servlet.jsp
-
Exception to be used by a Tag Handler to indicate some unrecoverable error.
- JspTagException() - Constructor for exception class jakarta.servlet.jsp.JspTagException
-
Constructs a new JspTagException with no message.
- JspTagException(String) - Constructor for exception class jakarta.servlet.jsp.JspTagException
-
Constructs a new JspTagException with the specified message.
- JspTagException(String, Throwable) - Constructor for exception class jakarta.servlet.jsp.JspTagException
-
Constructs a new JspTagException when the JSP Tag needs to throw an exception and include a message about the "root cause" exception that interfered with its normal operation, including a description message.
- JspTagException(Throwable) - Constructor for exception class jakarta.servlet.jsp.JspTagException
-
Constructs a new JSP Tag exception when the JSP Tag needs to throw an exception and include a message about the "root cause" exception that interfered with its normal operation.
- JspUtil - Class in org.apache.jasper.compiler
-
This class has all the utility method(s).
- JspUtil() - Constructor for class org.apache.jasper.compiler.JspUtil
- JspUtil.ValidAttribute - Class in org.apache.jasper.compiler
- JspValueExpression - Class in org.apache.jasper.el
-
Wrapper for providing context to ValueExpressions
- JspValueExpression() - Constructor for class org.apache.jasper.el.JspValueExpression
- JspValueExpression(String, ValueExpression) - Constructor for class org.apache.jasper.el.JspValueExpression
- jspversion - Variable in class jakarta.servlet.jsp.tagext.TagLibraryInfo
-
The version of the JSP specification this tag library is written to.
- JspWriter - Class in jakarta.servlet.jsp
-
The actions and template data in a JSP page is written using the JspWriter object that is referenced by the implicit variable out which is initialized automatically using methods in the PageContext object.
- JspWriter(int, boolean) - Constructor for class jakarta.servlet.jsp.JspWriter
-
Protected constructor.
- JspWriterImpl - Class in org.apache.jasper.runtime
-
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, 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.
- jsw - Variable in class org.apache.jasper.compiler.Compiler
K
- keepGenerated() - Method in class org.apache.jasper.JspCompilationContext
L
- last - Variable in class org.apache.jasper.util.FastRemovalDequeue
-
Last element of the queue.
- LIST_ERRORS - Static variable in class org.apache.jasper.JspC
- listErrors - Variable in class org.apache.jasper.JspC
- load() - Method in class org.apache.jasper.JspCompilationContext
- 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.
- loader - Variable in class org.apache.jasper.JspC
- loadSmap(String, ClassLoader) - Static method in class org.apache.jasper.compiler.SmapUtil
- loadTagFile() - Method in class org.apache.jasper.servlet.JspServletWrapper
-
Compile (if needed) and load a tag file.
- loadTagFilePrototype() - Method in class org.apache.jasper.servlet.JspServletWrapper
-
Compile and load a prototype for the Tag file.
- Localizer - Class in org.apache.jasper.compiler
-
Class responsible for converting error codes to corresponding localized error messages.
- Localizer() - Constructor for class org.apache.jasper.compiler.Localizer
- locateUriRoot(File) - Method in class org.apache.jasper.JspC
-
Find the WEB-INF dir by looking up in the directory tree.
- log(String) - Method in class org.apache.jasper.compiler.AntCompiler.JasperAntLogger
- log(String) - Method in class org.apache.jasper.servlet.JspCServletContext
-
Log the specified message.
- log(String, Throwable) - Method in class org.apache.jasper.servlet.JspCServletContext
-
Log the specified message and exception.
- logger - Variable in class org.apache.jasper.compiler.AntCompiler
M
- main(String[]) - Static method in class org.apache.jasper.JspC
- makeJavaIdentifier(String) - Static method in class org.apache.jasper.compiler.JspUtil
-
Converts the given identifier to a legal Java identifier
- makeJavaIdentifierForAttribute(String) - Static method in class org.apache.jasper.compiler.JspUtil
-
Converts the given identifier to a legal Java identifier to be used for JSP Tag file attribute names.
- makeJavaPackage(String) - Static method in class org.apache.jasper.compiler.JspUtil
-
Converts the given path to a Java package or fully-qualified class name
- makeOutputDir() - Method in class org.apache.jasper.JspCompilationContext
- makeYoungest(FastRemovalDequeue.Entry) - Method in class org.apache.jasper.compiler.JspRuntimeContext
-
Push unloadHandle for JspServletWrapper to front of the queue.
- mangleChar(char) - Static method in class org.apache.jasper.compiler.JspUtil
-
Mangle the specified character to create a legal Java class name.
- map(Node.Nodes) - Static method in class org.apache.jasper.compiler.ELFunctionMapper
-
Creates the functions mappers for all EL expressions in the JSP page.
- mapFunction(String, Class<?>, String, Class<?>[]) - Method in class org.apache.jasper.runtime.ProtectedFunctionMapper
-
Stores a mapping from the given EL function prefix and name to the given Java method.
- mapout - Variable in class org.apache.jasper.JspC
- mappedFile - Variable in class org.apache.jasper.JspC
- mappingout - Variable in class org.apache.jasper.JspC
- MAX_POOL_SIZE - Static variable in class org.apache.jasper.Constants
-
Default tag handler pool size.
- mergeIntoWebXml() - Method in class org.apache.jasper.JspC
-
Include the generated web.xml inside the webapp's web.xml.
- moveFirst(FastRemovalDequeue.Entry) - Method in class org.apache.jasper.util.FastRemovalDequeue
-
Moves the element in front.
- moveLast(FastRemovalDequeue.Entry) - Method in class org.apache.jasper.util.FastRemovalDequeue
-
Moves the element to the back.
N
- NESTED - Static variable in class jakarta.servlet.jsp.tagext.VariableInfo
-
Scope information that scripting variable is visible only within the start/end tags.
- newInstance(Class<?>) - Method in interface org.apache.tomcat.InstanceManager
- newInstance(Class<?>) - Method in class org.apache.tomcat.SimpleInstanceManager
- newInstance(Object) - Method in interface org.apache.tomcat.InstanceManager
- newInstance(Object) - Method in class org.apache.tomcat.SimpleInstanceManager
- newInstance(String) - Method in interface org.apache.tomcat.InstanceManager
- newInstance(String) - Method in class org.apache.tomcat.SimpleInstanceManager
- newInstance(String, ClassLoader) - Method in interface org.apache.tomcat.InstanceManager
- newInstance(String, ClassLoader) - Method in class org.apache.tomcat.SimpleInstanceManager
- newLine() - Method in class jakarta.servlet.jsp.JspWriter
-
Write a line separator.
- 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.
- NewlineReductionServletWriter - Class in org.apache.jasper.compiler
-
This class filters duplicate newlines instructions from the compiler output, and therefore from the runtime JSP.
- NewlineReductionServletWriter(PrintWriter) - Constructor for class org.apache.jasper.compiler.NewlineReductionServletWriter
- newTldScanner(ServletContext, boolean, boolean, boolean) - Method in class org.apache.jasper.servlet.JasperInitializer
- newTldScanner(JspCServletContext, boolean, boolean, boolean) - Method in class org.apache.jasper.JspC
- nextArg() - Method in class org.apache.jasper.JspC
- nextEntry() - Method in interface org.apache.tomcat.Jar
-
Moves the internal pointer to the next entry in the JAR.
- nextFile() - Method in class org.apache.jasper.JspC
- NO_BUFFER - Static variable in class jakarta.servlet.jsp.JspWriter
-
Constant indicating that the Writer is not buffering output.
- NO_DIE_LEVEL - Static variable in class org.apache.jasper.JspC
- NotFoundELResolver - Class in jakarta.servlet.jsp.el
-
The final resolver of the Jakarta Server Pages ELResolver chain.
- NotFoundELResolver() - Constructor for class jakarta.servlet.jsp.el.NotFoundELResolver
-
Default constructor.
O
- onStartup(Set<Class<?>>, ServletContext) - Method in class org.apache.jasper.servlet.JasperInitializer
- optimizeLineSection() - Method in class org.apache.jasper.compiler.SmapStratum
-
Combines consecutive LineInfos wherever possible
- OPTION_MAXSIZE - Static variable in class org.apache.jasper.runtime.TagHandlerPool
- OPTION_TAGPOOL - Static variable in class org.apache.jasper.runtime.TagHandlerPool
- OPTION_USEIMFORTAGS - Static variable in class org.apache.jasper.runtime.TagHandlerPool
- options - Variable in class org.apache.jasper.compiler.Compiler
- Options - Interface in org.apache.jasper
-
A class to hold all init parameters specific to the JSP engine.
- org.apache.jasper - package org.apache.jasper
- org.apache.jasper.compiler - package org.apache.jasper.compiler
- org.apache.jasper.compiler.tagplugin - package org.apache.jasper.compiler.tagplugin
- org.apache.jasper.el - package org.apache.jasper.el
- org.apache.jasper.optimizations - package org.apache.jasper.optimizations
- org.apache.jasper.runtime - package org.apache.jasper.runtime
- org.apache.jasper.security - package org.apache.jasper.security
- org.apache.jasper.servlet - package org.apache.jasper.servlet
- org.apache.jasper.tagplugins.jstl - package org.apache.jasper.tagplugins.jstl
- org.apache.jasper.tagplugins.jstl.core - package org.apache.jasper.tagplugins.jstl.core
- org.apache.jasper.util - package org.apache.jasper.util
- org.apache.tomcat - package org.apache.tomcat
- OTHER - Enum constant in enum org.apache.tomcat.JarScanType
- Otherwise - Class in org.apache.jasper.tagplugins.jstl.core
- Otherwise() - Constructor for class org.apache.jasper.tagplugins.jstl.core.Otherwise
- Out - Class in org.apache.jasper.tagplugins.jstl.core
- Out() - Constructor for class org.apache.jasper.tagplugins.jstl.core.Out
- OUT - Static variable in class jakarta.servlet.jsp.PageContext
-
Name used to store current JspWriter in PageContext name table.
- output(JspWriter, Object, String, String, boolean) - Static method in class org.apache.jasper.tagplugins.jstl.core.Out
- OUTPUT_ACTION - Static variable in interface org.apache.jasper.compiler.TagConstants
P
- PAGE - Static variable in class jakarta.servlet.jsp.PageContext
-
Name used to store the Servlet in this PageContext's nametables.
- PAGE_DIRECTIVE_ACTION - Static variable in interface org.apache.jasper.compiler.TagConstants
- PAGE_SCOPE - Static variable in class jakarta.servlet.jsp.PageContext
-
Page scope: (this is the default) the named reference remains available in this PageContext until the return from the current Servlet.service() invocation.
- pageContext - Variable in class jakarta.servlet.jsp.tagext.TagSupport
-
The PageContext.
- PageContext - Class in jakarta.servlet.jsp
-
PageContext extends JspContext to provide useful context information for when JSP technology is used in a Servlet environment.
- PageContext() - Constructor for class jakarta.servlet.jsp.PageContext
-
Sole constructor.
- PAGECONTEXT - Static variable in class jakarta.servlet.jsp.PageContext
-
Name used to store this PageContext in it's own name table.
- PageContextImpl - Class in org.apache.jasper.runtime
-
Implementation of the PageContext class from the JSP spec.
- PageData - Class in jakarta.servlet.jsp.tagext
-
Translation-time information on a JSP page.
- PageData() - Constructor for class jakarta.servlet.jsp.tagext.PageData
-
Sole constructor.
- pageInfo - Variable in class org.apache.jasper.compiler.Compiler
- pageNodes - Variable in class org.apache.jasper.compiler.Compiler
- pages - Variable in class org.apache.jasper.JspC
-
The pages.
- Param - Class in org.apache.jasper.tagplugins.jstl.core
- Param() - Constructor for class org.apache.jasper.tagplugins.jstl.core.Param
- PARAM_ACTION - Static variable in interface org.apache.jasper.compiler.TagConstants
- PARAMS_ACTION - Static variable in interface org.apache.jasper.compiler.TagConstants
- parentTag - Variable in class org.apache.jasper.runtime.JspFragmentHelper
- parse(String, boolean) - Static method in class org.apache.jasper.compiler.ELParser
-
Parse an EL expression
- parseExpression(String, Class<?>, FunctionMapper) - Method in class jakarta.servlet.jsp.el.ExpressionEvaluator
-
Deprecated.Prepare an expression for later evaluation.
- parseExpression(String, Class, FunctionMapper) - Method in class org.apache.jasper.el.ExpressionEvaluatorImpl
-
Deprecated.
- parseJavacErrors(String, String, Node.Nodes) - Static method in class org.apache.jasper.compiler.ErrorDispatcher
-
Parses the given error message into an array of javac compilation error messages (one per javac compilation error line number).
- parseTld(String) - Method in class org.apache.jasper.servlet.TldScanner
- parseTld(TldResourcePath) - Method in class org.apache.jasper.servlet.TldScanner
- periodicEvent() - Method in class org.apache.jasper.servlet.JspServlet
- periodicEvent() - Method in interface org.apache.tomcat.PeriodicEventListener
-
Execute a periodic task, such as reloading, etc.
- PeriodicEventListener - Interface in org.apache.tomcat
- PLUGGABILITY - Enum constant in enum org.apache.tomcat.JarScanType
- PLUGIN_ACTION - Static variable in interface org.apache.jasper.compiler.TagConstants
- poolingEnabled - Variable in class org.apache.jasper.JspC
- pop() - Method in class org.apache.jasper.util.FastRemovalDequeue
-
Removes the last element of the list and returns its content.
- popBody() - Method in class jakarta.servlet.jsp.JspContext
-
Return the previous JspWriter "out" saved by the matching pushBody(), and update the value of the "out" attribute in the page scope attribute namespace of the JspContext.
- popBody() - Method in class org.apache.jasper.runtime.JspContextWrapper
- popBody() - Method in class org.apache.jasper.runtime.PageContextImpl
- popIndent() - Method in class org.apache.jasper.compiler.ServletWriter
- prefix - Variable in class jakarta.servlet.jsp.tagext.TagLibraryInfo
-
The prefix assigned to this taglib from the taglib directive.
- print(boolean) - Method in class jakarta.servlet.jsp.JspWriter
-
Print a boolean value.
- print(boolean) - Method in class org.apache.jasper.compiler.AntCompiler.SystemLogHandler
- print(boolean) - Method in class org.apache.jasper.runtime.BodyContentImpl
-
Print a boolean value.
- print(boolean) - Method in class org.apache.jasper.runtime.JspWriterImpl
-
Print a boolean value.
- print(char) - Method in class jakarta.servlet.jsp.JspWriter
-
Print a character.
- print(char) - Method in class org.apache.jasper.compiler.AntCompiler.SystemLogHandler
- print(char) - Method in class org.apache.jasper.compiler.ServletWriter
-
Prints the given char.
- print(char) - Method in class org.apache.jasper.runtime.BodyContentImpl
-
Print a character.
- print(char) - Method in class org.apache.jasper.runtime.JspWriterImpl
-
Print a character.
- print(char[]) - Method in class jakarta.servlet.jsp.JspWriter
-
Print an array of characters.
- print(char[]) - Method in class org.apache.jasper.compiler.AntCompiler.SystemLogHandler
- print(char[]) - Method in class org.apache.jasper.runtime.BodyContentImpl
-
Print an array of characters.
- print(char[]) - Method in class org.apache.jasper.runtime.JspWriterImpl
-
Print an array of characters.
- print(double) - Method in class jakarta.servlet.jsp.JspWriter
-
Print a double-precision floating-point number.
- print(double) - Method in class org.apache.jasper.compiler.AntCompiler.SystemLogHandler
- print(double) - Method in class org.apache.jasper.runtime.BodyContentImpl
-
Print a double-precision floating-point number.
- print(double) - Method in class org.apache.jasper.runtime.JspWriterImpl
-
Print a double-precision floating-point number.
- print(float) - Method in class jakarta.servlet.jsp.JspWriter
-
Print a floating-point number.
- print(float) - Method in class org.apache.jasper.compiler.AntCompiler.SystemLogHandler
- print(float) - Method in class org.apache.jasper.runtime.BodyContentImpl
-
Print a floating-point number.
- print(float) - Method in class org.apache.jasper.runtime.JspWriterImpl
-
Print a floating-point number.
- print(int) - Method in class jakarta.servlet.jsp.JspWriter
-
Print an integer.
- print(int) - Method in class org.apache.jasper.compiler.AntCompiler.SystemLogHandler
- print(int) - Method in class org.apache.jasper.compiler.ServletWriter
-
Prints the given int.
- print(int) - Method in class org.apache.jasper.runtime.BodyContentImpl
-
Print an integer.
- print(int) - Method in class org.apache.jasper.runtime.JspWriterImpl
-
Print an integer.
- print(long) - Method in class jakarta.servlet.jsp.JspWriter
-
Print a long integer.
- print(long) - Method in class org.apache.jasper.compiler.AntCompiler.SystemLogHandler
- print(long) - Method in class org.apache.jasper.runtime.BodyContentImpl
-
Print a long integer.
- print(long) - Method in class org.apache.jasper.runtime.JspWriterImpl
-
Print a long integer.
- print(Object) - Method in class jakarta.servlet.jsp.JspWriter
-
Print an object.
- print(Object) - Method in class org.apache.jasper.compiler.AntCompiler.SystemLogHandler
- print(Object) - Method in class org.apache.jasper.runtime.BodyContentImpl
-
Print an object.
- print(Object) - Method in class org.apache.jasper.runtime.JspWriterImpl
-
Print an object.
- print(String) - Method in class jakarta.servlet.jsp.JspWriter
-
Print a string.
- print(String) - Method in class org.apache.jasper.compiler.AntCompiler.SystemLogHandler
- print(String) - Method in class org.apache.jasper.compiler.ServletWriter
-
Prints the given string.
- print(String) - Method in class org.apache.jasper.runtime.BodyContentImpl
-
Print a string.
- print(String) - Method in class org.apache.jasper.runtime.JspWriterImpl
-
Print a string.
- printil(String) - Method in class org.apache.jasper.compiler.NewlineReductionServletWriter
- printil(String) - Method in class org.apache.jasper.compiler.ServletWriter
-
Prints the current indentation, and then the string, and a '\n'.
- printin() - Method in class org.apache.jasper.compiler.ServletWriter
-
Prints the current indentation
- printin(String) - Method in class org.apache.jasper.compiler.ServletWriter
-
Prints the current indentation, followed by the given string
- println() - Method in class jakarta.servlet.jsp.JspWriter
-
Terminate the current line by writing the line separator string.
- println() - Method in class org.apache.jasper.compiler.AntCompiler.SystemLogHandler
- 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() - Method in class org.apache.jasper.runtime.JspWriterImpl
-
Terminate the current line by writing the line separator string.
- println(boolean) - Method in class jakarta.servlet.jsp.JspWriter
-
Print a boolean value and then terminate the line.
- println(boolean) - Method in class org.apache.jasper.compiler.AntCompiler.SystemLogHandler
- println(boolean) - Method in class org.apache.jasper.runtime.BodyContentImpl
-
Print a boolean value and then terminate the line.
- println(boolean) - Method in class org.apache.jasper.runtime.JspWriterImpl
-
Print a boolean value and then terminate the line.
- println(char) - Method in class jakarta.servlet.jsp.JspWriter
-
Print a character and then terminate the line.
- println(char) - Method in class org.apache.jasper.compiler.AntCompiler.SystemLogHandler
- println(char) - Method in class org.apache.jasper.runtime.BodyContentImpl
-
Print a character and then terminate the line.
- println(char) - Method in class org.apache.jasper.runtime.JspWriterImpl
-
Print a character and then terminate the line.
- println(char[]) - Method in class jakarta.servlet.jsp.JspWriter
-
Print an array of characters and then terminate the line.
- println(char[]) - Method in class org.apache.jasper.compiler.AntCompiler.SystemLogHandler
- println(char[]) - Method in class org.apache.jasper.runtime.BodyContentImpl
-
Print an array of characters 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(double) - Method in class jakarta.servlet.jsp.JspWriter
-
Print a double-precision floating-point number and then terminate the line.
- println(double) - Method in class org.apache.jasper.compiler.AntCompiler.SystemLogHandler
- println(double) - Method in class org.apache.jasper.runtime.BodyContentImpl
-
Print a double-precision 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(float) - Method in class jakarta.servlet.jsp.JspWriter
-
Print a floating-point number and then terminate the line.
- println(float) - Method in class org.apache.jasper.compiler.AntCompiler.SystemLogHandler
- println(float) - Method in class org.apache.jasper.runtime.BodyContentImpl
-
Print a floating-point number and then terminate the line.
- println(float) - Method in class org.apache.jasper.runtime.JspWriterImpl
-
Print a floating-point number and then terminate the line.
- println(int) - Method in class jakarta.servlet.jsp.JspWriter
-
Print an integer and then terminate the line.
- println(int) - Method in class org.apache.jasper.compiler.AntCompiler.SystemLogHandler
- println(int) - Method in class org.apache.jasper.runtime.BodyContentImpl
-
Print an integer 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 jakarta.servlet.jsp.JspWriter
-
Print a long integer and then terminate the line.
- println(long) - Method in class org.apache.jasper.compiler.AntCompiler.SystemLogHandler
- println(long) - Method in class org.apache.jasper.runtime.BodyContentImpl
-
Print a long 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(Object) - Method in class jakarta.servlet.jsp.JspWriter
-
Print an Object and then terminate the line.
- println(Object) - Method in class org.apache.jasper.compiler.AntCompiler.SystemLogHandler
- println(Object) - Method in class org.apache.jasper.runtime.BodyContentImpl
-
Print an Object and then terminate the line.
- println(Object) - Method in class org.apache.jasper.runtime.JspWriterImpl
-
Print an Object and then terminate the line.
- println(String) - Method in class jakarta.servlet.jsp.JspWriter
-
Print a String and then terminate the line.
- println(String) - Method in class org.apache.jasper.compiler.AntCompiler.SystemLogHandler
- println(String) - Method in class org.apache.jasper.compiler.ServletWriter
-
Prints the given string followed by '\n'
- println(String) - Method in class org.apache.jasper.runtime.BodyContentImpl
-
Print a String and then terminate the line.
- println(String) - Method in class org.apache.jasper.runtime.JspWriterImpl
-
Print a String and then terminate the line.
- printMessage(String, PrintStream, int) - Method in class org.apache.jasper.compiler.AntCompiler.JasperAntLogger
- printMultiLn(String) - Method in class org.apache.jasper.compiler.ServletWriter
-
Prints the given string.
- processFile(String) - Method in class org.apache.jasper.JspC
- project - Variable in class org.apache.jasper.compiler.AntCompiler
- proprietaryEvaluate(String, Class<?>, PageContext, ProtectedFunctionMapper) - Static method in class org.apache.jasper.runtime.PageContextImpl
-
Proprietary method to evaluate EL expressions.
- ProtectedFunctionMapper - Class in org.apache.jasper.runtime
-
Maps EL functions to their Java method counterparts.
- push(JspServletWrapper) - Method in class org.apache.jasper.compiler.JspRuntimeContext
-
Push a newly compiled JspServletWrapper into the queue at first execution of jsp.
- push(T) - Method in class org.apache.jasper.util.FastRemovalDequeue
-
Adds an object to the start of the list and returns the entry created for said object.
- pushBody() - Method in class jakarta.servlet.jsp.PageContext
-
Return a new BodyContent object, save the current "out" JspWriter, and update the value of the "out" attribute in the page scope attribute namespace of the PageContext.
- pushBody() - Method in class org.apache.jasper.runtime.JspContextWrapper
- pushBody() - Method in class org.apache.jasper.runtime.PageContextImpl
- pushBody(Writer) - Method in class jakarta.servlet.jsp.JspContext
-
Return a new JspWriter object that sends output to the provided Writer.
- pushBody(Writer) - Method in class org.apache.jasper.runtime.JspContextWrapper
- pushBody(Writer) - Method in class org.apache.jasper.runtime.PageContextImpl
- pushIndent() - Method in class org.apache.jasper.compiler.ServletWriter
- putContext(Class<?>, Object) - Method in class org.apache.jasper.el.ELContextWrapper
Q
- quoteAttributeEL - Variable in class org.apache.jasper.JspC
R
- rctxt - Variable in class org.apache.jasper.JspC
-
The runtime context.
- readExternal(ObjectInput) - Method in class org.apache.jasper.el.JspMethodExpression
- readExternal(ObjectInput) - Method in class org.apache.jasper.el.JspValueExpression
- recycle() - Method in class org.apache.jasper.runtime.BodyContentImpl
-
This method shall "reset" the internal state of a BodyContentImpl, releasing all internal references, and preparing it for potential reuse by a later invocation of
PageContextImpl.pushBody(Writer). - Redirect - Class in org.apache.jasper.tagplugins.jstl.core
- Redirect() - Constructor for class org.apache.jasper.tagplugins.jstl.core.Redirect
- release() - Method in class jakarta.servlet.jsp.PageContext
-
This method shall "reset" the internal state of a PageContext, releasing all internal references, and preparing the PageContext for potential reuse by a later invocation of initialize().
- release() - Method in class jakarta.servlet.jsp.tagext.BodyTagSupport
-
Release state.
- release() - Method in interface jakarta.servlet.jsp.tagext.Tag
-
Called on a Tag handler to release state.
- release() - Method in class jakarta.servlet.jsp.tagext.TagAdapter
-
Must not be called.
- release() - Method in class jakarta.servlet.jsp.tagext.TagLibraryValidator
-
Release any data kept by this instance for validation purposes.
- release() - Method in class jakarta.servlet.jsp.tagext.TagSupport
-
Release state.
- release() - Method in class org.apache.jasper.runtime.JspContextWrapper
- 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 jakarta.servlet.jsp.JspFactory
-
called to release a previously allocated PageContext object.
- releasePageContext(PageContext) - Method in class org.apache.jasper.runtime.JspFactoryImpl
- releaseTag(Tag, InstanceManager) - Static method in class org.apache.jasper.runtime.JspRuntimeLibrary
- releaseTag(Tag, InstanceManager, boolean) - Static method in class org.apache.jasper.runtime.JspRuntimeLibrary
- remove(FastRemovalDequeue.Entry) - Method in class org.apache.jasper.util.FastRemovalDequeue
-
Removes any element of the list and returns its content.
- Remove - Class in org.apache.jasper.tagplugins.jstl.core
- Remove() - Constructor for class org.apache.jasper.tagplugins.jstl.core.Remove
- removeAttribute(int) - Method in class org.apache.jasper.util.UniqueAttributesImpl
- removeAttribute(String) - Method in class jakarta.servlet.jsp.JspContext
-
Remove the object reference associated with the given name from all scopes.
- removeAttribute(String) - Method in class org.apache.jasper.runtime.JspContextWrapper
- removeAttribute(String) - Method in class org.apache.jasper.runtime.PageContextImpl
- removeAttribute(String) - Method in class org.apache.jasper.servlet.JspCServletContext
-
Remove the specified context attribute.
- removeAttribute(String, int) - Method in class jakarta.servlet.jsp.JspContext
-
Remove the object reference associated with the specified name in the given scope.
- removeAttribute(String, int) - Method in class org.apache.jasper.runtime.JspContextWrapper
- removeAttribute(String, int) - Method in class org.apache.jasper.runtime.PageContextImpl
- removeGeneratedClassFiles() - Method in class org.apache.jasper.compiler.Compiler
- removeGeneratedFiles() - Method in class org.apache.jasper.compiler.Compiler
-
Remove generated files
- removeTransformer(ClassFileTransformer) - Method in interface org.apache.tomcat.InstrumentableClassLoader
-
Removes the specified class file transformer from this class loader.
- removeValue(String) - Method in class jakarta.servlet.jsp.tagext.TagSupport
-
Remove a value associated with a key.
- removeWrapper(String) - Method in class org.apache.jasper.compiler.JspRuntimeContext
-
Remove a JspServletWrapper.
- reportBuf - Variable in class org.apache.jasper.compiler.AntCompiler.JasperAntLogger
- REQUEST - Static variable in class jakarta.servlet.jsp.PageContext
-
Name used to store ServletRequest in PageContext name table.
- REQUEST_SCOPE - Static variable in class jakarta.servlet.jsp.PageContext
-
Request scope: the named reference remains available from the ServletRequest associated with the Servlet until the current request is completed.
- REQUEST_TIME_VALUE - Static variable in class jakarta.servlet.jsp.tagext.TagData
-
Distinguished value for an attribute to indicate its value is a request-time expression (which is not yet available because TagData instances are used at translation-time).
- reset() - Method in interface org.apache.tomcat.Jar
-
Resets the internal pointer used to track JAR entries to the beginning of the JAR.
- resetBuffer() - Method in class org.apache.jasper.runtime.ServletResponseWrapperInclude
-
Clears the output buffer of the JspWriter associated with the including page.
- resolveFile(String) - Method in class org.apache.jasper.JspC
-
Resolves the relative or absolute pathname correctly in both Ant and command-line situations.
- resolveFunction(String, String) - Method in interface jakarta.servlet.jsp.el.FunctionMapper
-
Deprecated.Resolves the specified local name and prefix into a Java.lang.Method.
- resolveFunction(String, String) - Method in class org.apache.jasper.el.FunctionMapperImpl
-
Deprecated.
- resolveFunction(String, String) - Method in class org.apache.jasper.runtime.ProtectedFunctionMapper
-
Resolves the specified local name and prefix into a Java.lang.Method.
- 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.
- resolveUrl(String, String, PageContext) - Static method in class org.apache.jasper.tagplugins.jstl.Util
-
Utility methods taken from org.apache.taglibs.standard.tag.common.core.UrlSupport
- resolveVariable(String) - Method in interface jakarta.servlet.jsp.el.VariableResolver
-
Deprecated.Resolves the specified variable.
- resolveVariable(String) - Method in class org.apache.jasper.el.VariableResolverImpl
-
Deprecated.
- resolveVariable(String) - Method in class org.apache.jasper.runtime.JspContextWrapper
-
Deprecated.
- RESPONSE - Static variable in class jakarta.servlet.jsp.PageContext
-
Name used to store ServletResponse in PageContext name table.
- 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.
- ROOT_ACTION - Static variable in interface org.apache.jasper.compiler.TagConstants
S
- scan() - Method in class org.apache.jasper.servlet.TldScanner
-
Scan for TLDs in all places defined by the specification: Tag libraries defined by the platform Entries from <jsp-config> in web.xml A resources under /WEB-INF In jar files from /WEB-INF/lib Additional entries from the container
- scan(File, String, boolean) - Method in interface org.apache.tomcat.JarScannerCallback
-
A directory was found that is to be treated as an unpacked JAR.
- scan(Jar, String, boolean) - Method in interface org.apache.tomcat.JarScannerCallback
-
A JAR was found and may be accessed for further processing via the provided URL connection.
- scan(JarScanType, ServletContext, JarScannerCallback) - Method in interface org.apache.tomcat.JarScanner
-
Scan the provided ServletContext and classloader for JAR files.
- scanFiles() - Method in class org.apache.jasper.JspC
-
Locate all jsp files in the webapp.
- scanJars() - Method in class org.apache.jasper.servlet.TldPreScanned
- scanJars() - Method in class org.apache.jasper.servlet.TldScanner
-
Scan for TLDs in JARs in /WEB-INF/lib.
- scanJspConfig() - Method in class org.apache.jasper.servlet.TldScanner
-
Scan for TLDs defined in <jsp-config>.
- scanner - Variable in class org.apache.jasper.JspC
- scanPlatform() - Method in class org.apache.jasper.servlet.TldScanner
-
Scan for TLDs required by the platform specification.
- scanResourcePaths(String) - Method in class org.apache.jasper.servlet.TldScanner
-
Scan web application resources for TLDs, recursively.
- scanWebInfClasses() - Method in interface org.apache.tomcat.JarScannerCallback
-
A directory structure was found within the web application at /WEB-INF/classes that should be handled as an unpacked JAR.
- ScopedAttributeELResolver - Class in jakarta.servlet.jsp.el
-
An ELResolver for working with JSP scoped attributes which may have page, request, session or application scope.
- ScopedAttributeELResolver() - Constructor for class jakarta.servlet.jsp.el.ScopedAttributeELResolver
-
Default constructor.
- scratchDir - Variable in class org.apache.jasper.JspC
- SCRIPTLET_ACTION - Static variable in interface org.apache.jasper.compiler.TagConstants
- securityClassLoad(ClassLoader) - Static method in class org.apache.jasper.security.SecurityClassLoad
- SecurityClassLoad - Class in org.apache.jasper.security
-
Static class used to preload java classes when using the Java SecurityManager so that the defineClassInPackage RuntimePermission does not trigger an AccessControlException.
- SecurityClassLoad() - Constructor for class org.apache.jasper.security.SecurityClassLoad
- SecurityUtil - Class in org.apache.jasper.security
-
Util class for Security related operations.
- SecurityUtil() - Constructor for class org.apache.jasper.security.SecurityUtil
- 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_CONTEXT_ATTRIBUTE_NAME - Static variable in class org.apache.jasper.compiler.TldCache
- servletout - Variable in class org.apache.jasper.JspC
- ServletResponseWrapperInclude - Class in org.apache.jasper.runtime
-
ServletResponseWrapper used by the JSP 'include' action.
- ServletResponseWrapperInclude(ServletResponse, JspWriter) - Constructor for class org.apache.jasper.runtime.ServletResponseWrapperInclude
- ServletWriter - Class in org.apache.jasper.compiler
-
This is what is used to generate servlets.
- ServletWriter(PrintWriter) - Constructor for class org.apache.jasper.compiler.ServletWriter
- SESSION - Static variable in class jakarta.servlet.jsp.PageContext
-
Name used to store HttpSession in PageContext name table.
- SESSION_SCOPE - Static variable in class jakarta.servlet.jsp.PageContext
-
Session scope (only valid if this page participates in a session): the named reference remains available from the HttpSession (if any) associated with the Servlet until the HttpSession is invalidated.
- Set - Class in org.apache.jasper.tagplugins.jstl.core
- Set() - Constructor for class org.apache.jasper.tagplugins.jstl.core.Set
- SET_PROPERTY_ACTION - Static variable in interface org.apache.jasper.compiler.TagConstants
- setAddWebXmlMappings(boolean) - Method in class org.apache.jasper.JspC
-
Sets the option to merge generated web.xml fragment into the WEB-INF/web.xml file of the web application that we were processing.
- setArgs(String[]) - Method in class org.apache.jasper.JspC
-
Apply command-line arguments.
- setAttribute(int, String, String, String, String, String) - Method in class org.apache.jasper.util.UniqueAttributesImpl
- setAttribute(String, Object) - Method in class jakarta.servlet.jsp.JspContext
-
Register the name and value specified with page scope semantics.
- setAttribute(String, Object) - Method in class jakarta.servlet.jsp.tagext.TagData
-
Set the value of an attribute.
- setAttribute(String, Object) - Method in class org.apache.jasper.runtime.JspContextWrapper
- setAttribute(String, Object) - Method in class org.apache.jasper.runtime.PageContextImpl
- setAttribute(String, Object) - Method in class org.apache.jasper.servlet.JspCServletContext
-
Set or replace the specified context attribute.
- setAttribute(String, Object, int) - Method in class jakarta.servlet.jsp.JspContext
-
Register the name and value specified with appropriate scope semantics.
- setAttribute(String, Object, int) - Method in class org.apache.jasper.runtime.JspContextWrapper
- setAttribute(String, Object, int) - Method in class org.apache.jasper.runtime.PageContextImpl
- setAttributes(Attributes) - Method in class org.apache.jasper.util.UniqueAttributesImpl
- setBasePackageName(String) - Method in class org.apache.jasper.JspCompilationContext
-
The package name into which the servlet class is generated.
- setBlockExternal(boolean) - Method in class org.apache.jasper.JspC
- setBodyContent(BodyContent) - Method in interface jakarta.servlet.jsp.tagext.BodyTag
-
Set the bodyContent property.
- setBodyContent(BodyContent) - Method in class jakarta.servlet.jsp.tagext.BodyTagSupport
-
Prepare for evaluation of the body: stash the bodyContent away.
- setCaching(boolean) - Method in class org.apache.jasper.JspC
-
Sets the option to enable caching.
- setCharEncoding(String) - Method in class org.apache.jasper.tagplugins.jstl.Util.ImportResponseWrapper
- setClassDebugInfo(boolean) - Method in class org.apache.jasper.JspC
-
Sets the option to include debug information in compiled class.
- setClassFileName(String) - Method in class org.apache.jasper.compiler.SmapStratum
- setClassLoader(ClassLoader) - Method in class org.apache.jasper.JspCompilationContext
- setClassLoader(ClassLoader) - Method in class org.apache.jasper.servlet.TldScanner
-
Set the class loader used by the digester to create objects as a result of this scan.
- 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
-
Sets the classpath used while compiling the servlets generated from JSP files
- setClassPath(String) - Method in class org.apache.jasper.JspCompilationContext
-
The classpath that is passed off to the Java compiler.
- setCompilationException(JasperException) - Method in class org.apache.jasper.servlet.JspServletWrapper
-
Sets the compilation exception for this JspServletWrapper.
- setCompile(boolean) - Method in class org.apache.jasper.JspC
-
Sets the compile flag.
- setCompiler(String) - Method in class org.apache.jasper.JspC
-
Sets the option to determine what compiler to use.
- setCompilerSourceVM(String) - Method in class org.apache.jasper.JspC
-
Sets the compiler source VM.
- setCompilerTargetVM(String) - Method in class org.apache.jasper.JspC
-
Sets the compiler target VM.
- setContentType(String) - Method in class org.apache.jasper.tagplugins.jstl.Util.ImportResponseWrapper
- setDefaultFactory(JspFactory) - Static method in class jakarta.servlet.jsp.JspFactory
-
set the default factory for this implementation.
- setDynamicAttribute(String, String, Object) - Method in interface jakarta.servlet.jsp.tagext.DynamicAttributes
-
Called when a tag declared to accept dynamic attributes is passed an attribute that is not declared in the Tag Library Descriptor.
- setError() - Method in class org.apache.jasper.compiler.AntCompiler.SystemLogHandler
- setErrorOnUseBeanInvalidClassAttribute(boolean) - Method in class org.apache.jasper.EmbeddedServletOptions
- setErrorOnUseBeanInvalidClassAttribute(boolean) - Method in class org.apache.jasper.JspC
-
Sets the option to issue a compilation error if the class attribute specified in useBean action is invalid.
- setFailOnError(boolean) - Method in class org.apache.jasper.JspC
-
Sets the option that throws an exception in case of a compilation error.
- setFork(boolean) - Method in class org.apache.jasper.JspC
- setFunctionMapper(FunctionMapper) - Method in class org.apache.jasper.el.ELContextImpl
- setGenStringAsCharArray(boolean) - Method in class org.apache.jasper.JspC
-
Determines whether text strings are to be generated as char arrays, which improves performance in some cases.
- setId(String) - Method in class jakarta.servlet.jsp.tagext.TagSupport
-
Set the id attribute for this tag.
- setInitParameter(String, String) - Method in class org.apache.jasper.servlet.JspCServletContext
- setInitParameters(Map<String, Object>) - Method in class jakarta.servlet.jsp.tagext.TagLibraryValidator
-
Set the init data in the TLD for this validator.
- setJarScanFilter(JarScanFilter) - Method in interface org.apache.tomcat.JarScanner
- setJavaEncoding(String) - Method in class org.apache.jasper.JspC
-
Sets the encoding to use for java files.
- setJspBody(JspFragment) - Method in interface jakarta.servlet.jsp.tagext.SimpleTag
-
Provides the body of this tag as a JspFragment object, able to be invoked zero or more times by the tag handler.
- setJspBody(JspFragment) - Method in class jakarta.servlet.jsp.tagext.SimpleTagSupport
-
Stores the provided JspFragment.
- setJspContext(JspContext) - Method in interface jakarta.servlet.jsp.tagext.SimpleTag
-
Called by the container to provide this tag handler with the
JspContextfor this invocation. - setJspContext(JspContext) - Method in class jakarta.servlet.jsp.tagext.SimpleTagSupport
-
Stores the provided JSP context in the private jspContext field.
- setJspFiles(String) - Method in class org.apache.jasper.JspC
-
Parses comma-separated list of JSP files to be processed.
- setJspId(String) - Method in interface jakarta.servlet.jsp.tagext.JspIdConsumer
-
Set the unique ID for the tag handler.
- setJspReloadCount(int) - Method in class org.apache.jasper.compiler.JspRuntimeContext
-
Resets the JSP reload counter.
- setJspReloadCount(int) - Method in class org.apache.jasper.servlet.JspServlet
-
Resets the JSP reload counter.
- setLastModificationTest(long) - Method in class org.apache.jasper.servlet.JspServletWrapper
- setListErrors(boolean) - Method in class org.apache.jasper.JspC
- setLocale(Locale) - Method in class org.apache.jasper.el.ELContextWrapper
- setLocale(Locale) - Method in class org.apache.jasper.tagplugins.jstl.Util.ImportResponseWrapper
- setMappedFile(boolean) - Method in class org.apache.jasper.JspC
- setOutputDir(String) - Method in class org.apache.jasper.JspC
- setOutputFileName(String) - Method in class org.apache.jasper.compiler.SmapStratum
- setPackage(String) - Method in class org.apache.jasper.JspC
-
Sets the package name to be used for the generated servlet classes.
- setPageContext(PageContext) - Method in interface jakarta.servlet.jsp.tagext.Tag
-
Set the current page context.
- setPageContext(PageContext) - Method in class jakarta.servlet.jsp.tagext.TagAdapter
-
Must not be called.
- setPageContext(PageContext) - Method in class jakarta.servlet.jsp.tagext.TagSupport
-
Set the page context.
- setParent(JspTag) - Method in interface jakarta.servlet.jsp.tagext.SimpleTag
-
Sets the parent of this tag, for collaboration purposes.
- setParent(JspTag) - Method in class jakarta.servlet.jsp.tagext.SimpleTagSupport
-
Sets the parent of this tag, for collaboration purposes.
- setParent(Tag) - Method in interface jakarta.servlet.jsp.tagext.Tag
-
Set the parent (closest enclosing tag handler) of this tag handler.
- setParent(Tag) - Method in class jakarta.servlet.jsp.tagext.TagAdapter
-
Must not be called.
- setParent(Tag) - Method in class jakarta.servlet.jsp.tagext.TagSupport
-
Set the nesting tag of this tag.
- setPluginAttribute(String, Object) - Method in interface org.apache.jasper.compiler.tagplugin.TagPluginContext
-
Associate the attribute with a value in the current tagplugin context.
- setPoolingEnabled(boolean) - Method in class org.apache.jasper.JspC
-
Sets the option to enable the tag handler pooling.
- setPoolSize(int) - Method in class org.apache.jasper.runtime.JspFactoryImpl
- setProperty(String, String) - Method in class org.apache.jasper.EmbeddedServletOptions
- setPropertyResolved(boolean) - Method in class org.apache.jasper.el.ELContextWrapper
- setPrototypeMode(boolean) - Method in class org.apache.jasper.JspCompilationContext
- setQName(int, String) - Method in class org.apache.jasper.util.UniqueAttributesImpl
- setQuoteAttributeEL(boolean) - Method in class org.apache.jasper.EmbeddedServletOptions
- setQuoteAttributeEL(boolean) - Method in class org.apache.jasper.JspC
- setReload(boolean) - Method in class org.apache.jasper.servlet.JspServletWrapper
- setRequestCharacterEncoding(String) - Method in class org.apache.jasper.servlet.JspCServletContext
- setResponseCharacterEncoding(String) - Method in class org.apache.jasper.servlet.JspCServletContext
- setServletClassLastModifiedTime(long) - Method in class org.apache.jasper.servlet.JspServletWrapper
-
Sets the last-modified time of the servlet class file associated with this JspServletWrapper.
- setServletClassName(String) - Method in class org.apache.jasper.JspCompilationContext
- setSessionTimeout(int) - Method in class org.apache.jasper.servlet.JspCServletContext
- setSessionTrackingModes(Set<SessionTrackingMode>) - Method in class org.apache.jasper.servlet.JspCServletContext
- setSmapDumped(boolean) - Method in class org.apache.jasper.JspC
-
Sets smapDumped flag.
- setSmapSuppressed(boolean) - Method in class org.apache.jasper.JspC
-
Sets smapSuppressed flag.
- setStatus(int) - Method in class org.apache.jasper.tagplugins.jstl.Util.ImportResponseWrapper
- setStrictQuoteEscaping(boolean) - Method in class org.apache.jasper.JspC
- setTagExtraInfo(TagExtraInfo) - Method in class jakarta.servlet.jsp.tagext.TagInfo
-
Set the instance for extra tag information.
- setTagFileJar(Jar) - Method in class org.apache.jasper.JspCompilationContext
- setTagInfo(TagInfo) - Method in class jakarta.servlet.jsp.tagext.TagExtraInfo
-
Set the TagInfo for this class.
- setTagInfo(TagInfo) - Method in class org.apache.jasper.JspCompilationContext
- setTagLibrary(TagLibraryInfo) - Method in class jakarta.servlet.jsp.tagext.TagInfo
-
Set the TagLibraryInfo property.
- setThread() - Static method in class org.apache.jasper.compiler.AntCompiler.SystemLogHandler
-
Start capturing thread's output.
- setThreadCount(String) - Method in class org.apache.jasper.JspC
- setTldCache(TldCache) - Method in class org.apache.jasper.EmbeddedServletOptions
- setTrimSpaces(boolean) - Method in class org.apache.jasper.JspC
- setTrimSpaces(String) - Method in class org.apache.jasper.JspC
-
Sets the option to control handling of template text that consists entirely of whitespace.
- setTrimSpaces(TrimSpacesOption) - Method in class org.apache.jasper.JspC
- setUriroot(String) - Method in class org.apache.jasper.JspC
-
Base dir for the webapp.
- setValidateTld(boolean) - Method in class org.apache.jasper.JspC
- setValidateXml(boolean) - Method in class org.apache.jasper.JspC
- setValue(ELContext, Object) - Method in class org.apache.jasper.el.JspValueExpression
- setValue(ELContext, Object, Object, Object) - Method in class jakarta.servlet.jsp.el.ImplicitObjectELResolver
- setValue(ELContext, Object, Object, Object) - Method in class jakarta.servlet.jsp.el.ImportELResolver
- setValue(ELContext, Object, Object, Object) - Method in class jakarta.servlet.jsp.el.NotFoundELResolver
- setValue(ELContext, Object, Object, Object) - Method in class jakarta.servlet.jsp.el.ScopedAttributeELResolver
- setValue(ELContext, Object, Object, Object) - Method in class org.apache.jasper.el.ELResolverImpl
-
Deprecated.
- setValue(ELContext, Object, Object, Object) - Method in class org.apache.jasper.el.JasperELResolver.GraalBeanELResolver
- setValue(String, Object) - Method in class jakarta.servlet.jsp.tagext.TagSupport
-
Associate a value with a String key.
- setVariableMapper(VariableMapper) - Method in class org.apache.jasper.el.ELContextImpl
- setVerbose(int) - Method in class org.apache.jasper.JspC
-
Sets the verbosity level.
- setWebFragmentXml(String) - Method in class org.apache.jasper.JspC
-
File where we generate a complete web-fragment.xml with the class definitions.
- setWebXml(String) - Method in class org.apache.jasper.JspC
-
File where we generate a complete web.xml with the class definitions.
- setWebXmlEncoding(String) - Method in class org.apache.jasper.JspC
-
Sets the encoding to be used to read and write web.xml files.
- setWebXmlInclude(String) - Method in class org.apache.jasper.JspC
-
File where we generate configuration with the class definitions to be included in a web.xml file.
- setWriter(ServletWriter) - Method in class org.apache.jasper.JspCompilationContext
- setXpoweredBy(boolean) - Method in class org.apache.jasper.JspC
-
Sets the option to enable generation of X-Powered-By response header.
- shortname - Variable in class jakarta.servlet.jsp.tagext.TagLibraryInfo
-
The preferred short name (prefix) as indicated in the TLD.
- SHOW_SUCCESS - Static variable in class org.apache.jasper.JspC
- showSuccess - Variable in class org.apache.jasper.JspC
- SimpleInstanceManager - Class in org.apache.tomcat
-
SimpleInstanceManager Implement the org.apache.tomcat.InstanceManager interface.
- SimpleInstanceManager() - Constructor for class org.apache.tomcat.SimpleInstanceManager
- SimpleTag - Interface in jakarta.servlet.jsp.tagext
-
Interface for defining Simple Tag Handlers.
- SimpleTagSupport - Class in jakarta.servlet.jsp.tagext
-
A base class for defining tag handlers implementing SimpleTag.
- SimpleTagSupport() - Constructor for class jakarta.servlet.jsp.tagext.SimpleTagSupport
-
Sole constructor.
- SINGLE - Enum constant in enum org.apache.jasper.TrimSpacesOption
- SKIP_BODY - Static variable in interface jakarta.servlet.jsp.tagext.Tag
-
Skip body evaluation.
- SKIP_PAGE - Static variable in interface jakarta.servlet.jsp.tagext.Tag
-
Skip the rest of the page.
- SkipPageException - Exception Class in jakarta.servlet.jsp
-
Exception to indicate the calling page must cease evaluation.
- SkipPageException() - Constructor for exception class jakarta.servlet.jsp.SkipPageException
-
Creates a SkipPageException with no message.
- SkipPageException(String) - Constructor for exception class jakarta.servlet.jsp.SkipPageException
-
Creates a SkipPageException with the provided message.
- SkipPageException(String, Throwable) - Constructor for exception class jakarta.servlet.jsp.SkipPageException
-
Creates a SkipPageException with the provided message and root cause.
- SkipPageException(Throwable) - Constructor for exception class jakarta.servlet.jsp.SkipPageException
-
Creates a SkipPageException with the provided root cause.
- smapDumped - Variable in class org.apache.jasper.JspC
- SmapInput - Class in org.apache.jasper.compiler
- SmapInput(String, int) - Constructor for class org.apache.jasper.compiler.SmapInput
- SmapStratum - Class in org.apache.jasper.compiler
-
Represents the line and file mappings associated with a JSR-045 "stratum".
- SmapStratum() - Constructor for class org.apache.jasper.compiler.SmapStratum
- smapSuppressed - Variable in class org.apache.jasper.JspC
- SmapUtil - Class in org.apache.jasper.compiler
-
Contains static utilities for generating SMAP data based on the current version of Jasper.
- SmapUtil() - Constructor for class org.apache.jasper.compiler.SmapUtil
- SPEC_VERSION - Static variable in class org.apache.jasper.Constants
- STANDARD_IMPORTS - Static variable in class org.apache.jasper.Constants
- startBufferedBody(PageContext, BodyTag) - Static method in class org.apache.jasper.runtime.JspRuntimeLibrary
- streams - Static variable in class org.apache.jasper.compiler.AntCompiler.SystemLogHandler
-
Thread <-> PrintStream associations.
- strictQuoteEscaping - Variable in class org.apache.jasper.JspC
- STRING_INTERPRETER_CLASS_NAME - Static variable in class org.apache.jasper.compiler.StringInterpreterFactory
- StringInterpreter - Interface in org.apache.jasper.compiler
-
Defines the interface for the String interpreter.
- StringInterpreterEnum - Class in org.apache.jasper.optimizations
-
Provides an optimised conversion of string values to Enums.
- StringInterpreterEnum() - Constructor for class org.apache.jasper.optimizations.StringInterpreterEnum
- StringInterpreterFactory - Class in org.apache.jasper.compiler
-
Provides
StringInterpreterinstances for JSP compilation. - StringInterpreterFactory.DefaultStringInterpreter - Class in org.apache.jasper.compiler
- SWITCH_ADD_WEBAPP_XML_MAPPINGS - Static variable in class org.apache.jasper.JspC
- SWITCH_CACHE - Static variable in class org.apache.jasper.JspC
- SWITCH_CLASS_NAME - Static variable in class org.apache.jasper.JspC
- SWITCH_CLASSPATH - Static variable in class org.apache.jasper.JspC
- SWITCH_COMPILE - Static variable in class org.apache.jasper.JspC
- SWITCH_DIE - Static variable in class org.apache.jasper.JspC
- SWITCH_DUMP_SMAP - Static variable in class org.apache.jasper.JspC
- SWITCH_ENCODING - Static variable in class org.apache.jasper.JspC
- SWITCH_FAIL_FAST - Static variable in class org.apache.jasper.JspC
- SWITCH_FILE_WEBAPP - Static variable in class org.apache.jasper.JspC
- SWITCH_FULL_STOP - Static variable in class org.apache.jasper.JspC
- SWITCH_HELP - Static variable in class org.apache.jasper.JspC
- SWITCH_MAPPED - Static variable in class org.apache.jasper.JspC
- SWITCH_NO_BLOCK_EXTERNAL - Static variable in class org.apache.jasper.JspC
- SWITCH_NO_QUOTE_ATTRIBUTE_EL - Static variable in class org.apache.jasper.JspC
- SWITCH_NO_STRICT_QUOTE_ESCAPING - Static variable in class org.apache.jasper.JspC
- SWITCH_OUTPUT_DIR - Static variable in class org.apache.jasper.JspC
- SWITCH_PACKAGE_NAME - Static variable in class org.apache.jasper.JspC
- SWITCH_POOLING - Static variable in class org.apache.jasper.JspC
- SWITCH_QUOTE_ATTRIBUTE_EL - Static variable in class org.apache.jasper.JspC
- SWITCH_SMAP - Static variable in class org.apache.jasper.JspC
- SWITCH_SOURCE - Static variable in class org.apache.jasper.JspC
- SWITCH_TARGET - Static variable in class org.apache.jasper.JspC
- SWITCH_THREAD_COUNT - Static variable in class org.apache.jasper.JspC
- SWITCH_TRIM_SPACES - Static variable in class org.apache.jasper.JspC
- SWITCH_URI_BASE - Static variable in class org.apache.jasper.JspC
- SWITCH_URI_ROOT - Static variable in class org.apache.jasper.JspC
- SWITCH_VALIDATE_TLD - Static variable in class org.apache.jasper.JspC
- SWITCH_VALIDATE_XML - Static variable in class org.apache.jasper.JspC
- SWITCH_VERBOSE - Static variable in class org.apache.jasper.JspC
- SWITCH_WEBAPP_FRG - Static variable in class org.apache.jasper.JspC
- SWITCH_WEBAPP_INC - Static variable in class org.apache.jasper.JspC
- SWITCH_WEBAPP_XML - Static variable in class org.apache.jasper.JspC
- SWITCH_WEBAPP_XML_ENCODING - Static variable in class org.apache.jasper.JspC
- SWITCH_XPOWERED_BY - Static variable in class org.apache.jasper.JspC
- syncBeforeInvoke() - Method in class org.apache.jasper.runtime.JspContextWrapper
-
Synchronize variables before fragment invocation
- syncBeginTagFile() - Method in class org.apache.jasper.runtime.JspContextWrapper
-
Synchronize variables at begin of tag file
- syncEndTagFile() - Method in class org.apache.jasper.runtime.JspContextWrapper
-
Synchronize variables at end of tag file
- SystemLogHandler(PrintStream) - Constructor for class org.apache.jasper.compiler.AntCompiler.SystemLogHandler
-
Construct the handler to capture the output of the given steam.
T
- Tag - Interface in jakarta.servlet.jsp.tagext
-
The interface of a classic tag handler that does not want to manipulate its body.
- TAG_DIRECTIVE_ACTION - Static variable in interface org.apache.jasper.compiler.TagConstants
- TagAdapter - Class in jakarta.servlet.jsp.tagext
-
Wraps any SimpleTag and exposes it using a Tag interface.
- TagAdapter(SimpleTag) - Constructor for class jakarta.servlet.jsp.tagext.TagAdapter
-
Creates a new TagAdapter that wraps the given SimpleTag and returns the parent tag when getParent() is called.
- TagAttributeInfo - Class in jakarta.servlet.jsp.tagext
-
Information on the attributes of a Tag, available at translation time.
- TagAttributeInfo(String, boolean, String, boolean) - Constructor for class jakarta.servlet.jsp.tagext.TagAttributeInfo
-
Constructor for TagAttributeInfo.
- TagAttributeInfo(String, boolean, String, boolean, boolean) - Constructor for class jakarta.servlet.jsp.tagext.TagAttributeInfo
-
JSP 2.0 Constructor for TagAttributeInfo.
- TagAttributeInfo(String, boolean, String, boolean, boolean, String, boolean, boolean, String, String) - Constructor for class jakarta.servlet.jsp.tagext.TagAttributeInfo
-
JSP 2.1 Constructor for TagAttributeInfo.
- TagConstants - Interface in org.apache.jasper.compiler
- TagData - Class in jakarta.servlet.jsp.tagext
-
The (translation-time only) attribute/value information for a tag instance.
- TagData(Object[][]) - Constructor for class jakarta.servlet.jsp.tagext.TagData
-
Constructor for TagData.
- TagData(Hashtable<String, Object>) - Constructor for class jakarta.servlet.jsp.tagext.TagData
-
Constructor for a TagData.
- TagExtraInfo - Class in jakarta.servlet.jsp.tagext
-
Optional class provided by the tag library author to describe additional translation-time information not described in the TLD.
- TagExtraInfo() - Constructor for class jakarta.servlet.jsp.tagext.TagExtraInfo
-
Sole constructor.
- TagFileInfo - Class in jakarta.servlet.jsp.tagext
-
Tag information for a tag file in a Tag Library; This class is instantiated from the Tag Library Descriptor file (TLD) and is available only at translation time.
- TagFileInfo(String, String, TagInfo) - Constructor for class jakarta.servlet.jsp.tagext.TagFileInfo
-
Constructor for TagFileInfo from data in the JSP 2.0 format for TLD.
- tagFiles - Variable in class jakarta.servlet.jsp.tagext.TagLibraryInfo
-
An array describing the tag files that are defined in this tag library.
- TagHandlerPool - Class in org.apache.jasper.runtime
-
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.
- TagInfo - Class in jakarta.servlet.jsp.tagext
-
Tag information for a tag in a Tag Library; This class is instantiated from the Tag Library Descriptor file (TLD) and is available only at translation time.
- TagInfo(String, String, String, String, TagLibraryInfo, TagExtraInfo, TagAttributeInfo[]) - Constructor for class jakarta.servlet.jsp.tagext.TagInfo
-
Constructor for TagInfo from data in the JSP 1.1 format for TLD.
- TagInfo(String, String, String, String, TagLibraryInfo, TagExtraInfo, TagAttributeInfo[], String, String, String, TagVariableInfo[]) - Constructor for class jakarta.servlet.jsp.tagext.TagInfo
-
Constructor for TagInfo from data in the JSP 1.2 format for TLD.
- TagInfo(String, String, String, String, TagLibraryInfo, TagExtraInfo, TagAttributeInfo[], String, String, String, TagVariableInfo[], boolean) - Constructor for class jakarta.servlet.jsp.tagext.TagInfo
-
Constructor for TagInfo from data in the JSP 2.0 format for TLD.
- TAGLIB_DIRECTIVE_ACTION - Static variable in interface org.apache.jasper.compiler.TagConstants
- TagLibraryInfo - Class in jakarta.servlet.jsp.tagext
-
Translation-time information associated with a taglib directive, and its underlying TLD file.
- TagLibraryInfo(String, String) - Constructor for class jakarta.servlet.jsp.tagext.TagLibraryInfo
-
Constructor.
- TagLibraryValidator - Class in jakarta.servlet.jsp.tagext
-
Translation-time validator class for a JSP page.
- TagLibraryValidator() - Constructor for class jakarta.servlet.jsp.tagext.TagLibraryValidator
-
Sole constructor.
- TagPlugin - Interface in org.apache.jasper.compiler.tagplugin
-
This interface is to be implemented by the plugin author, to supply an alternate implementation of the tag handlers.
- TagPluginContext - Interface in org.apache.jasper.compiler.tagplugin
-
This interface allows the plugin author to make inquiries about the properties of the current tag, and to use Jasper resources to generate direct Java codes in place of tag handler invocations.
- tagPluginManager - Variable in class org.apache.jasper.JspC
- TagPluginManager - Class in org.apache.jasper.compiler
-
Manages tag plugin optimizations.
- TagPluginManager(ServletContext) - Constructor for class org.apache.jasper.compiler.TagPluginManager
- tags - Variable in class jakarta.servlet.jsp.tagext.TagLibraryInfo
-
An array describing the tags that are defined in this tag library.
- TagSupport - Class in jakarta.servlet.jsp.tagext
-
A base class for defining new tag handlers implementing Tag.
- TagSupport() - Constructor for class jakarta.servlet.jsp.tagext.TagSupport
-
Default constructor, all subclasses are required to define only a public constructor with the same signature, and to call the superclass constructor.
- TagVariableInfo - Class in jakarta.servlet.jsp.tagext
-
Variable information for a tag in a Tag Library; This class is instantiated from the Tag Library Descriptor file (TLD) and is available only at translation time.
- TagVariableInfo(String, String, String, boolean, int) - Constructor for class jakarta.servlet.jsp.tagext.TagVariableInfo
-
Constructor for TagVariableInfo.
- targetClassName - Variable in class org.apache.jasper.JspC
- targetPackage - Variable in class org.apache.jasper.JspC
- TEXT_ACTION - Static variable in interface org.apache.jasper.compiler.TagConstants
- TextOptimizer - Class in org.apache.jasper.compiler
- TextOptimizer() - Constructor for class org.apache.jasper.compiler.TextOptimizer
- tfp - Variable in class org.apache.jasper.compiler.Compiler
- threadCount - Variable in class org.apache.jasper.JspC
-
The number of threads to use; default is one per core
- TLD - Enum constant in enum org.apache.tomcat.JarScanType
- tldCache - Variable in class org.apache.jasper.JspC
-
Cache for the TLD locations
- TldCache - Class in org.apache.jasper.compiler
-
This class caches parsed instances of TLD files to remove the need for the same TLD to be parsed for each JSP that references it.
- TldCache(ServletContext, Map<String, TldResourcePath>, Map<TldResourcePath, TaglibXml>) - Constructor for class org.apache.jasper.compiler.TldCache
- TldPreScanned - Class in org.apache.jasper.servlet
- TldPreScanned(ServletContext, boolean, boolean, boolean, Collection<URL>) - Constructor for class org.apache.jasper.servlet.TldPreScanned
- TldScanner - Class in org.apache.jasper.servlet
-
Scans for and loads Tag Library Descriptors contained in a web application.
- TldScanner(ServletContext, boolean, boolean, boolean) - Constructor for class org.apache.jasper.servlet.TldScanner
-
Initialise with the application's ServletContext.
- tlibversion - Variable in class jakarta.servlet.jsp.tagext.TagLibraryInfo
-
The version of the tag library.
- toClass(String, ClassLoader) - Static method in class org.apache.jasper.compiler.JspUtil
-
Returns the
Classobject associated with the class or interface with the given string name. - toJavaSourceType(String) - Static method in class org.apache.jasper.compiler.JspUtil
-
Class.getName() return arrays in the form "[[[<et>", where et, the element type can be one of ZBCDFIJS or L<classname>;.
- toJavaSourceTypeFromTld(String) - Static method in class org.apache.jasper.compiler.JspUtil
-
Handles taking input from TLDs 'java.lang.Object' -> 'java.lang.Object.class' 'int' -> 'int.class' 'void' -> 'Void.TYPE' 'int[]' -> 'int[].class'
- toString() - Method in class jakarta.servlet.jsp.tagext.TagAttributeInfo
-
Returns a String representation of this TagAttributeInfo, suitable for debugging purposes.
- toString() - Method in class org.apache.jasper.compiler.SmapStratum
- toString() - Method in class org.apache.jasper.util.FastRemovalDequeue.Entry
- toString(boolean) - Static method in class org.apache.jasper.runtime.JspRuntimeLibrary
- toString(byte) - Static method in class org.apache.jasper.runtime.JspRuntimeLibrary
- toString(char) - Static method in class org.apache.jasper.runtime.JspRuntimeLibrary
- toString(double) - Static method in class org.apache.jasper.runtime.JspRuntimeLibrary
- toString(float) - Static method in class org.apache.jasper.runtime.JspRuntimeLibrary
- toString(int) - Static method in class org.apache.jasper.runtime.JspRuntimeLibrary
- toString(long) - Static method in class org.apache.jasper.runtime.JspRuntimeLibrary
- toString(short) - Static method in class org.apache.jasper.runtime.JspRuntimeLibrary
- toString(Object) - Static method in class org.apache.jasper.runtime.JspRuntimeLibrary
- trimSpaces - Variable in class org.apache.jasper.JspC
- TrimSpacesOption - Enum in org.apache.jasper
- TRUE - Enum constant in enum org.apache.jasper.TrimSpacesOption
- TryCatchFinally - Interface in jakarta.servlet.jsp.tagext
-
The auxiliary interface of a Tag, IterationTag or BodyTag tag handler that wants additional hooks for managing resources.
U
- unbind(boolean, ClassLoader) - Method in interface org.apache.tomcat.ContextBind
-
Restore the current thread context class loader to the original class loader in used before
ContextBind.bind(boolean, ClassLoader)was called. - unbind(ClassLoader) - Static method in class org.apache.tomcat.InstanceManagerBindings
- UNBOUNDED_BUFFER - Static variable in class jakarta.servlet.jsp.JspWriter
-
Constant indicating that the Writer is buffered and is unbounded; this is used in BodyContent.
- UniqueAttributesImpl - Class in org.apache.jasper.util
-
Wraps the default attributes implementation and ensures that each attribute has a unique qname as required by the JSP specification.
- UniqueAttributesImpl() - Constructor for class org.apache.jasper.util.UniqueAttributesImpl
- UniqueAttributesImpl(boolean) - Constructor for class org.apache.jasper.util.UniqueAttributesImpl
- unpop(T) - Method in class org.apache.jasper.util.FastRemovalDequeue
-
Adds an object to the end of the list and returns the entry created for said object.
- unpush() - Method in class org.apache.jasper.util.FastRemovalDequeue
-
Removes the first element of the list and returns its content.
- unsetThread() - Static method in class org.apache.jasper.compiler.AntCompiler.SystemLogHandler
-
Stop capturing thread's output and return captured data as a String.
- unwrapInvocationTargetException(Throwable) - Static method in class org.apache.jasper.runtime.ExceptionUtils
-
Checks whether the supplied Throwable is an instance of
InvocationTargetExceptionand returns the throwable that is wrapped by it, if there is any. - uri - Variable in class jakarta.servlet.jsp.tagext.TagLibraryInfo
-
The value of the uri attribute from the taglib directive for this library.
- uriBase - Variable in class org.apache.jasper.JspC
- uriRoot - Variable in class org.apache.jasper.JspC
- Url - Class in org.apache.jasper.tagplugins.jstl.core
- Url() - Constructor for class org.apache.jasper.tagplugins.jstl.core.Url
- URLEncode(String, String) - Static method in class org.apache.jasper.runtime.JspRuntimeLibrary
-
URL encodes a string, based on the supplied character encoding.
- urn - Variable in class jakarta.servlet.jsp.tagext.TagLibraryInfo
-
The "reliable" URN indicated in the TLD.
- URN_JSPTAGDIR - Static variable in interface org.apache.jasper.compiler.TagConstants
- URN_JSPTLD - Static variable in interface org.apache.jasper.compiler.TagConstants
- USE_BEAN_ACTION - Static variable in interface org.apache.jasper.compiler.TagConstants
- useInstanceManagerForTags - Variable in class org.apache.jasper.runtime.TagHandlerPool
- Util - Class in org.apache.jasper.tagplugins.jstl
-
Util contains some often used consts, static methods and embedded class to support the JSTL tag plugin.
- Util() - Constructor for class org.apache.jasper.tagplugins.jstl.Util
- Util.ImportResponseWrapper - Class in org.apache.jasper.tagplugins.jstl
-
Wraps responses to allow us to retrieve results as Strings.
V
- validate(TagData) - Method in class jakarta.servlet.jsp.tagext.TagExtraInfo
-
Translation-time validation of the attributes.
- validate(TagData) - Method in class jakarta.servlet.jsp.tagext.TagInfo
-
Translation-time validation of the attributes.
- validate(String, String, PageData) - Method in class jakarta.servlet.jsp.tagext.TagLibraryValidator
-
Validate a JSP page.
- validateTld - Variable in class org.apache.jasper.JspC
- validateXml - Variable in class org.apache.jasper.JspC
- ValidationMessage - Class in jakarta.servlet.jsp.tagext
-
A validation message from either TagLibraryValidator or TagExtraInfo.
- ValidationMessage(String, String) - Constructor for class jakarta.servlet.jsp.tagext.ValidationMessage
-
Create a ValidationMessage.
- ValidAttribute(String) - Constructor for class org.apache.jasper.compiler.JspUtil.ValidAttribute
- ValidAttribute(String, boolean) - Constructor for class org.apache.jasper.compiler.JspUtil.ValidAttribute
- valueOf(String) - Static method in enum org.apache.jasper.TrimSpacesOption
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.apache.tomcat.JarScanType
-
Returns the enum constant of this type with the specified name.
- values() - Static method in enum org.apache.jasper.TrimSpacesOption
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.apache.tomcat.JarScanType
-
Returns an array containing the constants of this enum type, in the order they are declared.
- VARIABLE_DIRECTIVE_ACTION - Static variable in interface org.apache.jasper.compiler.TagConstants
- VariableInfo - Class in jakarta.servlet.jsp.tagext
-
Information on the scripting variables that are created/modified by a tag (at run-time).
- VariableInfo(String, String, boolean, int) - Constructor for class jakarta.servlet.jsp.tagext.VariableInfo
-
Constructor These objects can be created (at translation time) by the TagExtraInfo instances.
- VariableResolver - Interface in jakarta.servlet.jsp.el
-
Deprecated.As of JSP 2.1, replaced by jakarta.el.ELResolver
- VariableResolverImpl - Class in org.apache.jasper.el
-
Deprecated.
- VariableResolverImpl(ELContext) - Constructor for class org.apache.jasper.el.VariableResolverImpl
-
Deprecated.
- verbose - Variable in class org.apache.jasper.JspC
W
- webxmlEncoding - Variable in class org.apache.jasper.JspC
- webxmlFile - Variable in class org.apache.jasper.JspC
- webxmlLevel - Variable in class org.apache.jasper.JspC
- When - Class in org.apache.jasper.tagplugins.jstl.core
- When() - Constructor for class org.apache.jasper.tagplugins.jstl.core.When
- wrapped - Variable in class org.apache.jasper.compiler.AntCompiler.SystemLogHandler
-
Wrapped PrintStream.
- write(byte[]) - Method in class org.apache.jasper.compiler.AntCompiler.SystemLogHandler
- write(byte[], int, int) - Method in class org.apache.jasper.compiler.AntCompiler.SystemLogHandler
- write(char[]) - Method in class org.apache.jasper.runtime.BodyContentImpl
-
Write an array of characters.
- write(char[]) - Method in class org.apache.jasper.runtime.JspWriterImpl
-
Write an array of characters.
- write(char[], int, int) - Method in class org.apache.jasper.runtime.BodyContentImpl
-
Write a portion of an array of characters.
- write(char[], int, int) - Method in class org.apache.jasper.runtime.JspWriterImpl
-
Write a portion of an array of characters.
- write(int) - Method in class org.apache.jasper.compiler.AntCompiler.SystemLogHandler
- write(int) - Method in class org.apache.jasper.runtime.BodyContentImpl
-
Write a single character.
- write(int) - Method in class org.apache.jasper.runtime.JspWriterImpl
-
Write a single character.
- write(String) - Method in class org.apache.jasper.runtime.BodyContentImpl
-
Write a string.
- write(String, int, int) - Method in class org.apache.jasper.runtime.BodyContentImpl
-
Write a portion of a String.
- write(String, int, int) - Method in class org.apache.jasper.runtime.JspWriterImpl
-
Write a portion of a String.
- writeExternal(ObjectOutput) - Method in class org.apache.jasper.el.JspMethodExpression
- writeExternal(ObjectOutput) - Method in class org.apache.jasper.el.JspValueExpression
- writeOut(Writer) - Method in class jakarta.servlet.jsp.tagext.BodyContent
-
Write the contents of this BodyContent into a Writer.
- writeOut(Writer) - Method in class org.apache.jasper.runtime.BodyContentImpl
-
Write the contents of this BodyJspWriter into a Writer.
X
- XML_BLOCK_EXTERNAL_INIT_PARAM - Static variable in class org.apache.jasper.Constants
-
Name of the ServletContext init-param that determines if the XML parsers will block the resolution of external entities.
- XML_VALIDATION_TLD_INIT_PARAM - Static variable in class org.apache.jasper.Constants
-
Name of the ServletContext init-param that determines if the XML parsers used for *.tld files will be validating or not.
- xpoweredBy - Variable in class org.apache.jasper.JspC
_
- _jspDestroy() - Method in class org.apache.jasper.runtime.HttpJspBase
- _jspInit() - Method in class org.apache.jasper.runtime.HttpJspBase
- _jspService(HttpServletRequest, HttpServletResponse) - Method in interface jakarta.servlet.jsp.HttpJspPage
-
The _jspService()method corresponds to the body of the JSP page.
- _jspService(HttpServletRequest, HttpServletResponse) - Method in class org.apache.jasper.runtime.HttpJspBase
- _jspx_page_context - Variable in class org.apache.jasper.runtime.JspFragmentHelper
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form