- GE0 - Static variable in interface org.apache.el.parser.ELParserConstants
-
RegularExpression Id.
- GE1 - Static variable in interface org.apache.el.parser.ELParserConstants
-
RegularExpression Id.
- 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
- generateParseException() - Method in class org.apache.el.parser.ELParser
-
Generate ParseException.
- 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.
- GenericFilter - Class in jakarta.servlet
-
Provides a base class that implements the Filter and FilterConfig interfaces
to reduce boilerplate when writing new filters.
- GenericFilter() - Constructor for class jakarta.servlet.GenericFilter
-
- GenericServlet - Class in jakarta.servlet
-
Defines a generic, protocol-independent servlet.
- GenericServlet() - Constructor for class jakarta.servlet.GenericServlet
-
Does nothing.
- genStringAsCharArray() - Method in class org.apache.jasper.EmbeddedServletOptions
-
Are Text strings to be generated as char arrays?
- genStringAsCharArray - Variable in class org.apache.jasper.JspC
-
- genStringAsCharArray() - Method in class org.apache.jasper.JspC
-
Indicates whether text strings are to be generated as char arrays.
- genStringAsCharArray() - Method in interface org.apache.jasper.Options
-
Indicates whether text strings are to be generated as char arrays.
- get() - Method in class org.apache.el.stream.Optional
-
- get(K) - Method in class org.apache.el.util.ConcurrentCache
-
- get(String) - Static method in class org.apache.el.util.MessageFactory
-
- get(String, Object...) - Static method in class org.apache.el.util.MessageFactory
-
- 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.
- getAsyncContext() - Method in class jakarta.servlet.AsyncEvent
-
Obtain the asynchronous context associated with the event.
- getAsyncContext() - Method in interface jakarta.servlet.ServletRequest
-
Get the current AsyncContext.
- getAsyncContext() - Method in class jakarta.servlet.ServletRequestWrapper
-
The default behavior of this method is to return getAsyncContext() on the
wrapped request object.
- getAttribute(String) - Method in interface jakarta.servlet.http.HttpSession
-
Returns the object bound with the specified name in this session, or
null if no object is bound under the name.
- 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, 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) - Method in class jakarta.servlet.jsp.tagext.TagData
-
The value of the attribute.
- getAttribute(String) - Method in interface jakarta.servlet.ServletContext
-
Returns the servlet container attribute with the given name, or
null if there is no attribute by that name.
- getAttribute(String) - Method in interface jakarta.servlet.ServletRequest
-
Returns the value of the named attribute as an Object, or
null if no attribute of the given name exists.
- getAttribute(String) - Method in class jakarta.servlet.ServletRequestWrapper
-
The default behavior of this method is to call getAttribute(String name)
on the wrapped request object.
- getAttribute(String) - Method in class org.apache.jasper.runtime.JspContextWrapper
-
- getAttribute(String, int) - Method in class org.apache.jasper.runtime.JspContextWrapper
-
- getAttribute(String) - Method in class org.apache.jasper.runtime.PageContextImpl
-
- getAttribute(String, int) - Method in class org.apache.jasper.runtime.PageContextImpl
-
- getAttribute(String) - Method in class org.apache.jasper.servlet.JspCServletContext
-
Return the specified context attribute, if any.
- getAttributeNames() - Method in interface jakarta.servlet.http.HttpSession
-
Returns an Enumeration of String objects
containing the names of all the objects bound to this session.
- getAttributeNames() - Method in interface jakarta.servlet.ServletContext
-
Returns an Enumeration containing the attribute names
available within this servlet context.
- getAttributeNames() - Method in interface jakarta.servlet.ServletRequest
-
Returns an Enumeration containing the names of the
attributes available to this request.
- getAttributeNames() - Method in class jakarta.servlet.ServletRequestWrapper
-
The default behavior of this method is to return getAttributeNames() on
the wrapped request object.
- 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.
- getAuthType() - Method in interface jakarta.servlet.http.HttpServletRequest
-
Returns the name of the authentication scheme used to protect the
servlet.
- getAuthType() - Method in class jakarta.servlet.http.HttpServletRequestWrapper
-
The default behavior of this method is to return getAuthType() on the
wrapped request object.
- getBase() - Method in class jakarta.el.ValueReference
-
- getBasePackageName() - Method in class org.apache.jasper.JspCompilationContext
-
- getBean(String) - Method in class jakarta.el.BeanNameResolver
-
Returns the named bean.
- getBeanType(String) - Method in class org.apache.jasper.compiler.BeanRepository
-
- getBeginColumn() - Method in class org.apache.el.parser.SimpleCharStream
-
Get token beginning column number.
- getBeginLine() - Method in class org.apache.el.parser.SimpleCharStream
-
Get token beginning line number.
- 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 interface jakarta.servlet.descriptor.JspPropertyGroupDescriptor
-
- 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 interface jakarta.servlet.ServletResponse
-
Returns the actual buffer size used for the response.
- getBufferSize() - Method in class jakarta.servlet.ServletResponseWrapper
-
The default behavior of this method is to return getBufferSize() on the
wrapped response object.
- 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() returns
true.
- getCache() - Method in interface org.apache.jasper.Options
-
The web-application wide cache for the TagLibraryInfo tag library
descriptors, used if
Options.isCaching() returns
true.
- getCharacterEncoding() - Method in interface jakarta.servlet.ServletRequest
-
Returns the name of the character encoding used in the body of this
request.
- getCharacterEncoding() - Method in class jakarta.servlet.ServletRequestWrapper
-
The default behavior of this method is to return getCharacterEncoding()
on the wrapped request object.
- getCharacterEncoding() - Method in interface jakarta.servlet.ServletResponse
-
Returns the name of the character encoding (MIME charset) used for the
body sent in this response.
- getCharacterEncoding() - Method in class jakarta.servlet.ServletResponseWrapper
-
The default behavior of this method is to return getCharacterEncoding()
on the wrapped response object.
- 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 interface jakarta.servlet.ServletContext
-
Get the web application class loader associated with this ServletContext.
- 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.
- getClassName() - Method in interface jakarta.servlet.Registration
-
- 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.
- getColumn() - Method in class org.apache.el.parser.SimpleCharStream
-
Deprecated.
- getComment() - Method in class jakarta.servlet.http.Cookie
-
Returns the comment describing the purpose of this cookie, or
null if the cookie has no comment.
- getComment() - Method in interface jakarta.servlet.SessionCookieConfig
-
- getCommonPropertyType(ELContext, Object) - Method in class jakarta.el.ArrayELResolver
-
- getCommonPropertyType(ELContext, Object) - Method in class jakarta.el.BeanELResolver
-
- getCommonPropertyType(ELContext, Object) - Method in class jakarta.el.BeanNameELResolver
-
- getCommonPropertyType(ELContext, Object) - Method in class jakarta.el.CompositeELResolver
-
- getCommonPropertyType(ELContext, Object) - Method in class jakarta.el.ELResolver
-
- getCommonPropertyType(ELContext, Object) - Method in class jakarta.el.ListELResolver
-
- getCommonPropertyType(ELContext, Object) - Method in class jakarta.el.MapELResolver
-
- getCommonPropertyType(ELContext, Object) - Method in class jakarta.el.ResourceBundleELResolver
-
- getCommonPropertyType(ELContext, Object) - Method in class jakarta.el.StaticFieldELResolver
-
Always returns String.class.
- getCommonPropertyType(ELContext, Object) - Method in class jakarta.el.TypeConverter
-
- getCommonPropertyType(ELContext, Object) - Method in class jakarta.servlet.jsp.el.ImplicitObjectELResolver
-
- getCommonPropertyType(ELContext, Object) - Method in class jakarta.servlet.jsp.el.ScopedAttributeELResolver
-
- getCommonPropertyType(ELContext, Object) - Method in class org.apache.el.stream.StreamELResolverImpl
-
- getCommonPropertyType(ELContext, Object) - Method in class org.apache.jasper.el.ELResolverImpl
-
Deprecated.
- 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
-
- getContentLength() - Method in interface jakarta.servlet.ServletRequest
-
Returns the length, in bytes, of the request body and made available by
the input stream, or -1 if the length is not known.
- getContentLength() - Method in class jakarta.servlet.ServletRequestWrapper
-
The default behavior of this method is to return getContentLength() on
the wrapped request object.
- getContentLengthLong() - Method in interface jakarta.servlet.ServletRequest
-
Returns the length, in bytes, of the request body and made available by
the input stream, or -1 if the length is not known.
- getContentLengthLong() - Method in class jakarta.servlet.ServletRequestWrapper
-
The default behavior of this method is to return getContentLengthLong()
on the wrapped request object.
- getContentType() - Method in interface jakarta.servlet.http.Part
-
Obtain the content type passed by the browser.
- getContentType() - Method in interface jakarta.servlet.ServletRequest
-
Returns the MIME type of the body of the request, or null if
the type is not known.
- getContentType() - Method in class jakarta.servlet.ServletRequestWrapper
-
The default behavior of this method is to return getContentType() on the
wrapped request object.
- getContentType() - Method in interface jakarta.servlet.ServletResponse
-
Returns the content type used for the MIME body sent in this response.
- getContentType() - Method in class jakarta.servlet.ServletResponseWrapper
-
The default behavior of this method is to return getContentType() on the
wrapped response object.
- 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 jakarta.el.ELContext
-
Obtain the context object for the given key.
- getContext(Class<?>) - Method in class jakarta.el.StandardELContext
-
- getContext(String) - Method in interface jakarta.servlet.ServletContext
-
Returns a ServletContext object that corresponds to a
specified URL on the server.
- getContext(Class<?>) - Method in class org.apache.el.lang.EvaluationContext
-
- 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 interface jakarta.servlet.http.HttpServletRequest
-
Returns the portion of the request URI that indicates the context of the
request.
- getContextPath() - Method in class jakarta.servlet.http.HttpServletRequestWrapper
-
The default behavior of this method is to return getContextPath() on the
wrapped request object.
- getContextPath() - Method in interface jakarta.servlet.ServletContext
-
Return the main path associated with this context.
- 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 '/'.
- getCookies() - Method in interface jakarta.servlet.http.HttpServletRequest
-
Returns an array containing all of the Cookie objects the
client sent with this request.
- getCookies() - Method in class jakarta.servlet.http.HttpServletRequestWrapper
-
The default behavior of this method is to return getCookies() on the
wrapped request object.
- getCreationTime() - Method in interface jakarta.servlet.http.HttpSession
-
Returns the time when this session was created, measured in milliseconds
since midnight January 1, 1970 GMT.
- getDateHeader(String) - Method in interface jakarta.servlet.http.HttpServletRequest
-
Returns the value of the specified request header as a long
value that represents a Date object.
- getDateHeader(String) - Method in class jakarta.servlet.http.HttpServletRequestWrapper
-
The default behavior of this method is to return getDateHeader(String
name) on the wrapped request object.
- 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 interface jakarta.servlet.descriptor.JspPropertyGroupDescriptor
-
- 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 interface jakarta.servlet.ServletContext
-
Obtains the default session tracking modes for this web application.
- getDefaultSessionTrackingModes() - Method in class org.apache.jasper.servlet.JspCServletContext
-
- getDeferredSyntaxAllowedAsLiteral() - Method in interface jakarta.servlet.descriptor.JspPropertyGroupDescriptor
-
- 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
-
- 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.
- getDispatcherType() - Method in interface jakarta.servlet.ServletRequest
-
- getDispatcherType() - Method in class jakarta.servlet.ServletRequestWrapper
-
The default behavior of this method is to call getDispatcherType() on the
wrapped request object.
- 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
-
- getDomain() - Method in class jakarta.servlet.http.Cookie
-
Returns the domain name set for this cookie.
- getDomain() - Method in interface jakarta.servlet.SessionCookieConfig
-
- getEffectiveMajorVersion() - Method in interface jakarta.servlet.ServletContext
-
- getEffectiveMajorVersion() - Method in class org.apache.jasper.servlet.JspCServletContext
-
- getEffectiveMinorVersion() - Method in interface jakarta.servlet.ServletContext
-
- getEffectiveMinorVersion() - Method in class org.apache.jasper.servlet.JspCServletContext
-
- getEffectiveSessionTrackingModes() - Method in interface jakarta.servlet.ServletContext
-
Obtains the currently enabled session tracking modes for this web
application.
- getEffectiveSessionTrackingModes() - Method in class org.apache.jasper.servlet.JspCServletContext
-
- getELContext() - Method in class jakarta.el.ELContextEvent
-
- getELContext() - Method in class jakarta.el.ELManager
-
- getELContext() - Method in class jakarta.servlet.jsp.JspContext
-
- getELContext() - Method in class org.apache.el.lang.EvaluationContext
-
- getELContext() - Method in class org.apache.jasper.runtime.JspContextWrapper
-
- getELContext() - Method in class org.apache.jasper.runtime.PageContextImpl
-
- getElIgnored() - Method in interface jakarta.servlet.descriptor.JspPropertyGroupDescriptor
-
- getELInterpreter(ServletContext) - Static method in class org.apache.jasper.compiler.ELInterpreterFactory
-
Obtain the correct EL Interpreter for the given web application.
- getELManager() - Method in class jakarta.el.ELProcessor
-
- getELResolver() - Method in class jakarta.el.ELContext
-
- getELResolver() - Method in class jakarta.el.StandardELContext
-
- getELResolver() - Method in class org.apache.el.lang.EvaluationContext
-
- getELResolver() - Method in class org.apache.jasper.el.ELContextImpl
-
- getELResolver() - Method in class org.apache.jasper.el.ELContextWrapper
-
- getEmptyRoleSemantic() - Method in class jakarta.servlet.HttpConstraintElement
-
TODO
- getEnclosingWriter() - Method in class jakarta.servlet.jsp.tagext.BodyContent
-
Get the enclosing JspWriter.
- getEndColumn() - Method in class org.apache.el.parser.SimpleCharStream
-
Get token end column number.
- getEndLine() - Method in class org.apache.el.parser.SimpleCharStream
-
Get token end line number.
- 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.
- getErrorOnUndeclaredNamespace() - Method in interface jakarta.servlet.descriptor.JspPropertyGroupDescriptor
-
- 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.
- getEvaluationListeners() - Method in class jakarta.el.ELContext
-
Obtain the list of registered EvaluationListeners.
- getEvaluationListeners() - Method in class org.apache.el.lang.EvaluationContext
-
- 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 jakarta.el.ValueExpression
-
- getExpectedType() - Method in class org.apache.el.ValueExpressionImpl
-
- getExpectedType() - Method in class org.apache.el.ValueExpressionLiteral
-
- getExpectedType() - Method in class org.apache.jasper.el.JspValueExpression
-
- getExpectedTypeName() - Method in class jakarta.servlet.jsp.tagext.TagAttributeInfo
-
- getExpressionEvaluator() - Method in class jakarta.servlet.jsp.JspContext
-
- getExpressionEvaluator() - Method in class org.apache.jasper.runtime.JspContextWrapper
-
Deprecated.
- getExpressionEvaluator() - Method in class org.apache.jasper.runtime.PageContextImpl
-
Deprecated.
- getExpressionFactory() - Static method in class jakarta.el.ELManager
-
- getExpressionFactory() - Method in interface jakarta.servlet.jsp.JspApplicationContext
-
Returns the JSP container's ExpressionFactory implementation
for EL use.
- getExpressionFactory() - Method in class org.apache.jasper.runtime.JspApplicationContextImpl
-
- getExpressionString() - Method in class jakarta.el.Expression
-
- getExpressionString() - Method in class org.apache.el.MethodExpressionImpl
-
Returns the original String used to create this Expression,
unmodified.
- getExpressionString() - Method in class org.apache.el.MethodExpressionLiteral
-
- getExpressionString() - Method in class org.apache.el.ValueExpressionImpl
-
Returns the type the result of the expression will be coerced to after
evaluation.
- getExpressionString() - Method in class org.apache.el.ValueExpressionLiteral
-
- 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.el.ArrayELResolver
-
- getFeatureDescriptors(ELContext, Object) - Method in class jakarta.el.BeanELResolver
-
- getFeatureDescriptors(ELContext, Object) - Method in class jakarta.el.BeanNameELResolver
-
- getFeatureDescriptors(ELContext, Object) - Method in class jakarta.el.CompositeELResolver
-
- getFeatureDescriptors(ELContext, Object) - Method in class jakarta.el.ELResolver
-
- getFeatureDescriptors(ELContext, Object) - Method in class jakarta.el.ListELResolver
-
- getFeatureDescriptors(ELContext, Object) - Method in class jakarta.el.MapELResolver
-
- getFeatureDescriptors(ELContext, Object) - Method in class jakarta.el.ResourceBundleELResolver
-
- getFeatureDescriptors(ELContext, Object) - Method in class jakarta.el.StaticFieldELResolver
-
Always returns null.
- getFeatureDescriptors(ELContext, Object) - Method in class jakarta.el.TypeConverter
-
- getFeatureDescriptors(ELContext, Object) - Method in class jakarta.servlet.jsp.el.ImplicitObjectELResolver
-
- getFeatureDescriptors(ELContext, Object) - Method in class jakarta.servlet.jsp.el.ScopedAttributeELResolver
-
- getFeatureDescriptors(ELContext, Object) - Method in class org.apache.el.stream.StreamELResolverImpl
-
- getFeatureDescriptors(ELContext, Object) - Method in class org.apache.jasper.el.ELResolverImpl
-
Deprecated.
- getFileName() - Method in class org.apache.jasper.compiler.SmapInput
-
- getFileSizeThreshold() - Method in class jakarta.servlet.MultipartConfigElement
-
- getFilterConfig() - Method in class jakarta.servlet.GenericFilter
-
Obtain the FilterConfig used to initialise this Filter instance.
- getFilterName() - Method in interface jakarta.servlet.FilterConfig
-
Get the name of the filter.
- getFilterName() - Method in class jakarta.servlet.GenericFilter
-
- getFilterRegistration(String) - Method in interface jakarta.servlet.ServletContext
-
TODO SERVLET3 - Add comments
- getFilterRegistration(String) - Method in class org.apache.jasper.servlet.JspCServletContext
-
- getFilterRegistrations() - Method in interface jakarta.servlet.ServletContext
-
- getFilterRegistrations() - Method in class org.apache.jasper.servlet.JspCServletContext
-
- getFloatingPoint() - Method in class org.apache.el.parser.AstFloatingPoint
-
- 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 jakarta.el.ELContext
-
- getFunctionMapper() - Method in class jakarta.el.StandardELContext
-
- getFunctionMapper() - Method in class org.apache.el.lang.EvaluationContext
-
- 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
-
- getHeader(String) - Method in interface jakarta.servlet.http.HttpServletRequest
-
Returns the value of the specified request header as a
String.
- getHeader(String) - Method in class jakarta.servlet.http.HttpServletRequestWrapper
-
The default behavior of this method is to return getHeader(String name)
on the wrapped request object.
- getHeader(String) - Method in interface jakarta.servlet.http.HttpServletResponse
-
Return the value for the specified header, or null if this
header has not been set.
- getHeader(String) - Method in class jakarta.servlet.http.HttpServletResponseWrapper
-
Return the value for the specified header, or null if this
header has not been set.
- getHeader(String) - Method in interface jakarta.servlet.http.Part
-
Obtains the value of the specified part header as a String.
- getHeader(String) - Method in interface jakarta.servlet.http.PushBuilder
-
Obtain a value for the given HTTP header.
- getHeaderNames() - Method in interface jakarta.servlet.http.HttpServletRequest
-
Returns an enumeration of all the header names this request contains.
- getHeaderNames() - Method in class jakarta.servlet.http.HttpServletRequestWrapper
-
The default behavior of this method is to return getHeaderNames() on the
wrapped request object.
- getHeaderNames() - Method in interface jakarta.servlet.http.HttpServletResponse
-
Get the header names set for this HTTP response.
- getHeaderNames() - Method in class jakarta.servlet.http.HttpServletResponseWrapper
-
Get the header names set for this HTTP response.
- getHeaderNames() - Method in interface jakarta.servlet.http.Part
-
Get the header names provided for this part.
- getHeaderNames() - Method in interface jakarta.servlet.http.PushBuilder
-
- getHeaders(String) - Method in interface jakarta.servlet.http.HttpServletRequest
-
Returns all the values of the specified request header as an
Enumeration of String objects.
- getHeaders(String) - Method in class jakarta.servlet.http.HttpServletRequestWrapper
-
The default behavior of this method is to return getHeaders(String name)
on the wrapped request object.
- getHeaders(String) - Method in interface jakarta.servlet.http.HttpServletResponse
-
Return a Collection of all the header values associated with the
specified header name.
- getHeaders(String) - Method in class jakarta.servlet.http.HttpServletResponseWrapper
-
Return a Collection of all the header values associated with the
specified header name.
- getHeaders(String) - Method in interface jakarta.servlet.http.Part
-
Obtain all the values of the specified part header.
- getHttpMethodConstraints() - Method in class jakarta.servlet.ServletSecurityElement
-
- getHttpServletMapping() - Method in interface jakarta.servlet.http.HttpServletRequest
-
- getHttpServletMapping() - Method in class jakarta.servlet.http.HttpServletRequestWrapper
-
- getId() - Method in interface jakarta.servlet.http.HttpSession
-
Returns a string containing the unique identifier assigned to this
session.
- 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".
- getIds() - Method in interface jakarta.servlet.http.HttpSessionContext
-
- getIeClassId() - Method in class org.apache.jasper.EmbeddedServletOptions
-
Class ID for use in the plugin tag when the browser is IE.
- getIeClassId() - Method in class org.apache.jasper.JspC
-
Gets the class-id value that is sent to Internet Explorer when using
<jsp:plugin> tags.
- getIeClassId() - Method in interface org.apache.jasper.Options
-
Gets the class-id value that is sent to Internet Explorer when using
<jsp:plugin> tags.
- getImage() - Method in interface org.apache.el.parser.Node
-
- GetImage() - Method in class org.apache.el.parser.SimpleCharStream
-
Get token literal value.
- getImage() - Method in class org.apache.el.parser.SimpleNode
-
- getImportHandler() - Method in class jakarta.el.ELContext
-
Obtain the ImportHandler for this ELContext, creating one if necessary.
- getImportHandler() - Method in class org.apache.el.lang.EvaluationContext
-
- getIncludeCoda() - Method in class org.apache.jasper.compiler.JspConfig.JspProperty
-
- getIncludeCodas() - Method in interface jakarta.servlet.descriptor.JspPropertyGroupDescriptor
-
- getIncludePrelude() - Method in class org.apache.jasper.compiler.JspConfig.JspProperty
-
- getIncludePreludes() - Method in interface jakarta.servlet.descriptor.JspPropertyGroupDescriptor
-
- 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.
- getInitFunctionMap() - Method in class jakarta.el.ExpressionFactory
-
- getInitParameter(String) - Method in interface jakarta.servlet.FilterConfig
-
Returns a String containing the value of the named
initialization parameter, or null if the parameter does not
exist.
- getInitParameter(String) - Method in class jakarta.servlet.GenericFilter
-
- getInitParameter(String) - Method in class jakarta.servlet.GenericServlet
-
Returns a String containing the value of the named
initialization parameter, or null if the parameter does not
exist.
- getInitParameter(String) - Method in interface jakarta.servlet.Registration
-
Get the value of an initialisation parameter.
- getInitParameter(String) - Method in interface jakarta.servlet.ServletConfig
-
Returns a String containing the value of the named
initialization parameter, or null if the parameter does not
exist.
- getInitParameter(String) - Method in interface jakarta.servlet.ServletContext
-
Returns a String containing the value of the named
context-wide initialization parameter, or null if the
parameter does not exist.
- getInitParameter(String) - Method in class org.apache.jasper.servlet.JspCServletContext
-
Return the specified context initialization parameter.
- getInitParameterNames() - Method in interface jakarta.servlet.FilterConfig
-
Returns the names of the filter's initialization parameters as an
Enumeration of String objects, or an empty
Enumeration if the filter has no initialization parameters.
- getInitParameterNames() - Method in class jakarta.servlet.GenericFilter
-
- getInitParameterNames() - Method in class jakarta.servlet.GenericServlet
-
Returns the names of the servlet's initialization parameters as an
Enumeration of String objects, or an empty
Enumeration if the servlet has no initialization parameters.
- getInitParameterNames() - Method in interface jakarta.servlet.ServletConfig
-
Returns the names of the servlet's initialization parameters as an
Enumeration of String objects, or an empty
Enumeration if the servlet has no initialization parameters.
- getInitParameterNames() - Method in interface jakarta.servlet.ServletContext
-
Returns the names of the context's initialization parameters as an
Enumeration of String objects, or an empty
Enumeration if the context has no initialization parameters.
- 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.
- getInitParameters() - Method in interface jakarta.servlet.Registration
-
Get the names and values of all the initialisation parameters.
- 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 interface jakarta.servlet.http.Part
-
Obtain an InputStream that can be used to retrieve the
contents of the file.
- getInputStream() - Method in interface jakarta.servlet.http.WebConnection
-
- getInputStream() - Method in class jakarta.servlet.jsp.tagext.PageData
-
Returns an input stream on the XML view of a JSP page.
- getInputStream() - Method in interface jakarta.servlet.ServletRequest
-
- getInputStream() - Method in class jakarta.servlet.ServletRequestWrapper
-
The default behavior of this method is to return getInputStream() on the
wrapped request object.
- getInputStream(String, Jar, JspCompilationContext) - Static method in class org.apache.jasper.compiler.JspUtil
-
- getInputStream(String) - Method in interface org.apache.tomcat.Jar
-
Obtain an InputStream for a given entry in a JAR.
- getInstance() - Static method in class org.apache.el.util.JreCompat
-
- getInstance(ServletContext) - Static method in class org.apache.jasper.compiler.TldCache
-
- getInstance(ServletContext) - Static method in class org.apache.jasper.runtime.JspApplicationContextImpl
-
- 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.
- getInstanceManager(ServletConfig) - Static method in class org.apache.jasper.runtime.InstanceManagerFactory
-
- getInteger() - Method in class org.apache.el.parser.AstInteger
-
- getIntHeader(String) - Method in interface jakarta.servlet.http.HttpServletRequest
-
Returns the value of the specified request header as an int.
- getIntHeader(String) - Method in class jakarta.servlet.http.HttpServletRequestWrapper
-
The default behavior of this method is to return getIntHeader(String
name) on the wrapped request object.
- getIsXml() - Method in interface jakarta.servlet.descriptor.JspPropertyGroupDescriptor
-
- 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
-
- 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 JspApplicationContext instance that was
associated within the passed ServletContext for 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 interface jakarta.servlet.ServletContext
-
- 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
-
- getJspPropertyGroups() - Method in interface jakarta.servlet.descriptor.JspConfigDescriptor
-
- 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
-
- getKlass() - Method in class jakarta.el.ELClass
-
- getLambdaArgument(String) - Method in class jakarta.el.ELContext
-
Obtain the value of the lambda argument with the given name.
- getLambdaArgument(String) - Method in class org.apache.el.lang.EvaluationContext
-
- getLargeIcon() - Method in class jakarta.servlet.jsp.tagext.TagInfo
-
Get the path to the large icon.
- getLastAccessedTime() - Method in interface jakarta.servlet.http.HttpSession
-
Returns the last time the client sent a request associated with this
session, as the number of milliseconds since midnight January 1, 1970
GMT, and marked by the time the container received the request.
- getLastJspQueueUpdate() - Method in class org.apache.jasper.compiler.JspRuntimeContext
-
- getLastModificationTest() - Method in class org.apache.jasper.servlet.JspServletWrapper
-
- getLastModified(HttpServletRequest) - Method in class jakarta.servlet.http.HttpServlet
-
Returns the time the HttpServletRequest
object was last modified,
in milliseconds since midnight January 1, 1970 GMT.
- getLastModified(String) - Method in class org.apache.jasper.JspCompilationContext
-
- getLastModified(String, Jar) - 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.
- getLastUsageTime() - Method in class org.apache.jasper.servlet.JspServletWrapper
-
- getLine() - Method in class org.apache.el.parser.SimpleCharStream
-
Deprecated.
- 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.
- getLocalAddr() - Method in interface jakarta.servlet.ServletRequest
-
Returns the Internet Protocol (IP) address of the interface on which the
request was received.
- getLocalAddr() - Method in class jakarta.servlet.ServletRequestWrapper
-
The default behavior of this method is to return getLocalAddr() on the
wrapped request object.
- getLocale() - Method in class jakarta.el.ELContext
-
- getLocale() - Method in interface jakarta.servlet.ServletRequest
-
Returns the preferred Locale that the client will accept
content in, based on the Accept-Language header.
- getLocale() - Method in class jakarta.servlet.ServletRequestWrapper
-
The default behavior of this method is to return getLocale() on the
wrapped request object.
- getLocale() - Method in interface jakarta.servlet.ServletResponse
-
- getLocale() - Method in class jakarta.servlet.ServletResponseWrapper
-
The default behavior of this method is to return getLocale() on the
wrapped response object.
- getLocale() - Method in class org.apache.el.lang.EvaluationContext
-
- getLocale() - Method in class org.apache.jasper.el.ELContextWrapper
-
- getLocales() - Method in interface jakarta.servlet.ServletRequest
-
Returns an Enumeration of Locale objects
indicating, in decreasing order starting with the preferred locale, the
locales that are acceptable to the client based on the Accept-Language
header.
- getLocales() - Method in class jakarta.servlet.ServletRequestWrapper
-
The default behavior of this method is to return getLocales() on the
wrapped request object.
- getLocalName() - Method in interface jakarta.servlet.ServletRequest
-
Returns the host name of the Internet Protocol (IP) interface on which
the request was received.
- getLocalName() - Method in class jakarta.servlet.ServletRequestWrapper
-
The default behavior of this method is to return getLocalName() on the
wrapped request object.
- getLocalName() - Method in class org.apache.el.parser.AstFunction
-
- getLocalPort() - Method in interface jakarta.servlet.ServletRequest
-
Returns the Internet Protocol (IP) port number of the interface on which
the request was received.
- getLocalPort() - Method in class jakarta.servlet.ServletRequestWrapper
-
The default behavior of this method is to return getLocalPort() on the
wrapped request object.
- getLocation() - Method in class jakarta.servlet.MultipartConfigElement
-
- getMajorVersion() - Method in interface jakarta.servlet.ServletContext
-
Returns the major version of the Java Servlet API that this servlet
container supports.
- 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
-
- getMappingMatch() - Method in interface jakarta.servlet.http.HttpServletMapping
-
- getMappings() - Method in interface jakarta.servlet.ServletRegistration
-
Gets the currently available mappings of the Servlet represented by this
ServletRegistration.
- getMatchValue() - Method in interface jakarta.servlet.http.HttpServletMapping
-
- getMaxAge() - Method in class jakarta.servlet.http.Cookie
-
Returns the maximum age of the cookie, specified in seconds, By default,
-1 indicating the cookie will persist until browser
shutdown.
- getMaxAge() - Method in interface jakarta.servlet.SessionCookieConfig
-
- getMaxFileSize() - Method in class jakarta.servlet.MultipartConfigElement
-
- getMaxInactiveInterval() - Method in interface jakarta.servlet.http.HttpSession
-
Returns the maximum time interval, in seconds, that the servlet container
will keep this session open between client accesses.
- 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.
- getMaxRequestSize() - Method in class jakarta.servlet.MultipartConfigElement
-
- getMessage() - Method in class jakarta.servlet.jsp.tagext.ValidationMessage
-
Get the localized validation message.
- getMessage() - Method in error org.apache.el.parser.TokenMgrError
-
You can also modify the body of this method to customize your error messages.
- getMessage(String) - Static method in class org.apache.jasper.compiler.Localizer
-
- getMessage(String, Object...) - Static method in class org.apache.jasper.compiler.Localizer
-
- getMethod() - Method in interface jakarta.servlet.http.HttpServletRequest
-
Returns the name of the HTTP method with which this request was made, for
example, GET, POST, or PUT.
- getMethod() - Method in class jakarta.servlet.http.HttpServletRequestWrapper
-
The default behavior of this method is to return getMethod() on the
wrapped request object.
- getMethod() - Method in interface jakarta.servlet.http.PushBuilder
-
Obtain the name of the HTTP method that will be used for push requests
generated by future calls to push().
- getMethod() - Method in class org.apache.el.lang.FunctionMapperImpl.Function
-
- getMethod(EvaluationContext, Object, Object, Class<?>[], Object[]) - Static method in class org.apache.el.util.ReflectionUtil
-
Returns a method based on the criteria.
- getMethodInfo(ELContext) - Method in class jakarta.el.MethodExpression
-
- getMethodInfo(ELContext) - Method in class org.apache.el.MethodExpressionImpl
-
Evaluates the expression relative to the provided context, and returns
information about the actual referenced method.
- getMethodInfo(ELContext) - Method in class org.apache.el.MethodExpressionLiteral
-
- getMethodInfo(EvaluationContext, Class<?>[]) - Method in class org.apache.el.parser.AstIdentifier
-
- getMethodInfo(EvaluationContext, Class[]) - Method in class org.apache.el.parser.AstValue
-
- getMethodInfo(EvaluationContext, Class<?>[]) - Method in interface org.apache.el.parser.Node
-
- getMethodInfo(EvaluationContext, Class<?>[]) - Method in class org.apache.el.parser.SimpleNode
-
- getMethodInfo(ELContext) - Method in class org.apache.jasper.el.JspMethodExpression
-
- getMethodName() - Method in class jakarta.servlet.HttpMethodConstraintElement
-
Obtain the name of the HTTP method for which this constraint was
created.
- getMethodNames() - Method in class jakarta.servlet.ServletSecurityElement
-
- getMethodSignature() - Method in class jakarta.servlet.jsp.tagext.TagAttributeInfo
-
- getMimeType(String) - Method in interface jakarta.servlet.ServletContext
-
Returns the MIME type of the specified file, or null if the
MIME type is not known.
- getMimeType(String) - Method in class org.apache.jasper.servlet.JspCServletContext
-
Return the MIME type for the specified filename.
- getMinorVersion() - Method in interface jakarta.servlet.ServletContext
-
Returns the minor version of the Servlet API that this servlet container
supports.
- 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.el.MethodInfo
-
- getName() - Method in class jakarta.servlet.http.Cookie
-
Returns the name of the cookie.
- getName() - Method in class jakarta.servlet.http.HttpSessionBindingEvent
-
Returns the name with which the attribute is bound to or unbound from the
session.
- getName() - Method in interface jakarta.servlet.http.Part
-
Obtain the name of the field in the multipart form corresponding to this
part.
- 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.
- getName() - Method in interface jakarta.servlet.Registration
-
- getName() - Method in class jakarta.servlet.ServletContextAttributeEvent
-
Return the name of the attribute that changed on the ServletContext.
- getName() - Method in class jakarta.servlet.ServletRequestAttributeEvent
-
Return the name of the attribute that changed on the ServletRequest.
- getName() - Method in interface jakarta.servlet.SessionCookieConfig
-
- getNamedDispatcher(String) - Method in interface jakarta.servlet.ServletContext
-
- 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.
- getNextToken() - Method in class org.apache.el.parser.ELParser
-
Get the next Token.
- getNextToken() - Method in class org.apache.el.parser.ELParserTokenManager
-
Get the next Token.
- 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.
- getOutputName() - Method in class org.apache.el.parser.AstFunction
-
- getOutputStream() - Method in interface jakarta.servlet.http.WebConnection
-
- getOutputStream() - Method in interface jakarta.servlet.ServletResponse
-
- getOutputStream() - Method in class jakarta.servlet.ServletResponseWrapper
-
The default behavior of this method is to return getOutputStream() on the
wrapped response object.
- 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 interface jakarta.servlet.descriptor.JspPropertyGroupDescriptor
-
- getPageEncoding() - Method in class org.apache.jasper.compiler.JspConfig.JspProperty
-
- getPageInfo() - Method in class org.apache.jasper.compiler.Compiler
-
- getParameter(String) - Method in interface jakarta.servlet.ServletRequest
-
Returns the value of a request parameter as a String, or
null if the parameter does not exist.
- getParameter(String) - Method in class jakarta.servlet.ServletRequestWrapper
-
The default behavior of this method is to return getParameter(String
name) on the wrapped request object.
- getParameterMap() - Method in interface jakarta.servlet.ServletRequest
-
Returns a java.util.Map of the parameters of this request.
- getParameterMap() - Method in class jakarta.servlet.ServletRequestWrapper
-
The default behavior of this method is to return getParameterMap() on the
wrapped request object.
- getParameterNames() - Method in interface jakarta.servlet.ServletRequest
-
Returns an Enumeration of String objects
containing the names of the parameters contained in this request.
- getParameterNames() - Method in class jakarta.servlet.ServletRequestWrapper
-
The default behavior of this method is to return getParameterNames() on
the wrapped request object.
- getParameters(EvaluationContext) - Method in class org.apache.el.parser.AstMethodParameters
-
- getParameterValues(String) - Method in interface jakarta.servlet.ServletRequest
-
Returns an array of String objects containing all of the
values the given request parameter has, or null if the
parameter does not exist.
- getParameterValues(String) - Method in class jakarta.servlet.ServletRequestWrapper
-
The default behavior of this method is to return
getParameterValues(String name) on the wrapped request object.
- getParamTypes() - Method in class jakarta.el.MethodInfo
-
- 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
-
- getPart(String) - Method in interface jakarta.servlet.http.HttpServletRequest
-
Gets the named Part or null if the Part does not exist.
- getPart(String) - Method in class jakarta.servlet.http.HttpServletRequestWrapper
-
Gets the named Part or null if the Part does not exist.
- getParts() - Method in interface jakarta.servlet.http.HttpServletRequest
-
Return a collection of all uploaded Parts.
- getParts() - Method in class jakarta.servlet.http.HttpServletRequestWrapper
-
Return a collection of all uploaded Parts.
- getPath() - Method in class jakarta.servlet.http.Cookie
-
Returns the path on the server to which the browser returns this cookie.
- getPath() - Method in interface jakarta.servlet.http.PushBuilder
-
Obtain the path that will be used for the push request that will be
generated by the next call to push().
- getPath() - Method in class jakarta.servlet.jsp.tagext.TagFileInfo
-
Where to find the .tag file implementing this action.
- getPath() - Method in interface jakarta.servlet.SessionCookieConfig
-
- getPath() - Method in class org.apache.jasper.compiler.JspConfig.JspPropertyGroup
-
- getPathInfo() - Method in interface jakarta.servlet.http.HttpServletRequest
-
Returns any extra path information associated with the URL the client
sent when it made this request.
- getPathInfo() - Method in class jakarta.servlet.http.HttpServletRequestWrapper
-
The default behavior of this method is to return getPathInfo() on the
wrapped request object.
- getPathTranslated() - Method in interface jakarta.servlet.http.HttpServletRequest
-
Returns any extra path information after the servlet name but before the
query string, and translates it to a real path.
- getPathTranslated() - Method in class jakarta.servlet.http.HttpServletRequestWrapper
-
The default behavior of this method is to return getPathTranslated() on
the wrapped request object.
- getPattern() - Method in interface jakarta.servlet.http.HttpServletMapping
-
- 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
-
- getPrefix() - Method in class org.apache.el.parser.AstFunction
-
- 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() - Method in class jakarta.el.ValueReference
-
- getProperty(String) - Method in class org.apache.jasper.EmbeddedServletOptions
-
- getProtocol() - Method in interface jakarta.servlet.ServletRequest
-
Returns the name and version of the protocol the request uses in the form
protocol/majorVersion.minorVersion, for example, HTTP/1.1.
- getProtocol() - Method in class jakarta.servlet.ServletRequestWrapper
-
The default behavior of this method is to return getProtocol() on the
wrapped request object.
- getQueryString() - Method in interface jakarta.servlet.http.HttpServletRequest
-
Returns the query string that is contained in the request URL after the
path.
- getQueryString() - Method in class jakarta.servlet.http.HttpServletRequestWrapper
-
The default behavior of this method is to return getQueryString() on the
wrapped request object.
- getQueryString() - Method in interface jakarta.servlet.http.PushBuilder
-
Obtain the query string that will be used for push requests generated by
future calls to push().
- 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 interface jakarta.servlet.ServletRequest
-
Retrieves the body of the request as character data using a
BufferedReader.
- getReader() - Method in class jakarta.servlet.ServletRequestWrapper
-
The default behavior of this method is to return getReader() on the
wrapped request object.
- 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 interface jakarta.servlet.ServletContext
-
Returns a String containing the real path for a given
virtual path.
- getRealPath(String) - Method in interface jakarta.servlet.ServletRequest
-
- getRealPath(String) - Method in class jakarta.servlet.ServletRequestWrapper
-
- 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
-
- getRemoteAddr() - Method in interface jakarta.servlet.ServletRequest
-
Returns the Internet Protocol (IP) address of the client or last proxy
that sent the request.
- getRemoteAddr() - Method in class jakarta.servlet.ServletRequestWrapper
-
The default behavior of this method is to return getRemoteAddr() on the
wrapped request object.
- getRemoteHost() - Method in interface jakarta.servlet.ServletRequest
-
Returns the fully qualified name of the client or the last proxy that
sent the request.
- getRemoteHost() - Method in class jakarta.servlet.ServletRequestWrapper
-
The default behavior of this method is to return getRemoteHost() on the
wrapped request object.
- getRemotePort() - Method in interface jakarta.servlet.ServletRequest
-
Returns the Internet Protocol (IP) source port of the client or last
proxy that sent the request.
- getRemotePort() - Method in class jakarta.servlet.ServletRequestWrapper
-
The default behavior of this method is to return getRemotePort() on the
wrapped request object.
- getRemoteUser() - Method in interface jakarta.servlet.http.HttpServletRequest
-
Returns the login of the user making this request, if the user has been
authenticated, or null if the user has not been
authenticated.
- getRemoteUser() - Method in class jakarta.servlet.http.HttpServletRequestWrapper
-
The default behavior of this method is to return getRemoteUser() on the
wrapped request object.
- getReplaced() - Method in class org.apache.jasper.util.FastRemovalDequeue.Entry
-
- getReport() - Method in class org.apache.jasper.compiler.AntCompiler.JasperAntLogger
-
- getRequest() - Method in interface jakarta.servlet.AsyncContext
-
- getRequest() - Method in class jakarta.servlet.jsp.PageContext
-
The current value of the request object (a ServletRequest).
- getRequest() - Method in class jakarta.servlet.ServletRequestWrapper
-
Get the wrapped request.
- getRequest() - Method in class org.apache.jasper.runtime.JspContextWrapper
-
- getRequest() - Method in class org.apache.jasper.runtime.PageContextImpl
-
- getRequestCharacterEncoding() - Method in interface jakarta.servlet.ServletContext
-
Get the default character encoding for reading request bodies.
- getRequestCharacterEncoding() - Method in class org.apache.jasper.servlet.JspCServletContext
-
- getRequestDispatcher(String) - Method in interface jakarta.servlet.ServletContext
-
Returns a
RequestDispatcher object that acts as a wrapper for the
resource located at the given path.
- getRequestDispatcher(String) - Method in interface jakarta.servlet.ServletRequest
-
Returns a
RequestDispatcher object that acts as a wrapper for the
resource located at the given path.
- getRequestDispatcher(String) - Method in class jakarta.servlet.ServletRequestWrapper
-
The default behavior of this method is to return
getRequestDispatcher(String path) on the wrapped request object.
- getRequestDispatcher(String) - Method in class org.apache.jasper.servlet.JspCServletContext
-
Return a request dispatcher for the specified context-relative path.
- getRequestedSessionId() - Method in interface jakarta.servlet.http.HttpServletRequest
-
Returns the session ID specified by the client.
- getRequestedSessionId() - Method in class jakarta.servlet.http.HttpServletRequestWrapper
-
The default behavior of this method is to return getRequestedSessionId()
on the wrapped request object.
- getRequestURI() - Method in interface jakarta.servlet.http.HttpServletRequest
-
Returns the part of this request's URL from the protocol name up to the
query string in the first line of the HTTP request.
- getRequestURI() - Method in class jakarta.servlet.http.HttpServletRequestWrapper
-
The default behavior of this method is to return getRequestURI() on the
wrapped request object.
- getRequestURI() - Method in class jakarta.servlet.jsp.ErrorData
-
Returns the request URI.
- getRequestURL() - Method in interface jakarta.servlet.http.HttpServletRequest
-
Reconstructs the URL the client used to make the request.
- getRequestURL() - Method in class jakarta.servlet.http.HttpServletRequestWrapper
-
The default behavior of this method is to return getRequestURL() on the
wrapped request object.
- getRequestURL(HttpServletRequest) - Static method in class jakarta.servlet.http.HttpUtils
-
Deprecated.
Reconstructs the URL the client used to make the request,
using information in the HttpServletRequest object.
- getRequiredVersion() - Method in class jakarta.servlet.jsp.tagext.TagLibraryInfo
-
A string describing the required version of the JSP container.
- getResource(String) - Method in interface jakarta.servlet.ServletContext
-
Returns a URL to the resource that is mapped to a specified path.
- getResource(String) - Method in class org.apache.jasper.JspCompilationContext
-
- getResource(String) - Method in class org.apache.jasper.servlet.JspCServletContext
-
Return a URL object of a resource that is mapped to the
specified context-relative path.
- getResourceAsStream(String) - Method in interface jakarta.servlet.ServletContext
-
Returns the resource located at the named path as an
InputStream object.
- 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 interface jakarta.servlet.ServletContext
-
Returns a directory-like listing of all the paths to resources within the
web application whose longest sub-path matches the supplied path
argument.
- 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 interface jakarta.servlet.AsyncContext
-
- getResponse() - Method in class jakarta.servlet.jsp.PageContext
-
The current value of the response object (a ServletResponse).
- getResponse() - Method in class jakarta.servlet.ServletResponseWrapper
-
Return the wrapped ServletResponse object.
- getResponse() - Method in class org.apache.jasper.runtime.JspContextWrapper
-
- getResponse() - Method in class org.apache.jasper.runtime.PageContextImpl
-
- getResponseCharacterEncoding() - Method in interface jakarta.servlet.ServletContext
-
Get the default character encoding for writing response bodies.
- getResponseCharacterEncoding() - Method in class org.apache.jasper.servlet.JspCServletContext
-
- getReturnType() - Method in class jakarta.el.MethodInfo
-
- getRolesAllowed() - Method in class jakarta.servlet.HttpConstraintElement
-
TODO
- getRootCause() - Method in exception jakarta.servlet.jsp.el.ELException
-
Deprecated.
Returns the root cause.
- getRootCause() - Method in exception jakarta.servlet.jsp.JspException
-
- getRootCause() - Method in exception jakarta.servlet.ServletException
-
Returns the exception that caused this servlet exception.
- getRunAsRole() - Method in interface jakarta.servlet.ServletRegistration
-
- getRuntimeContext() - Method in class org.apache.jasper.JspCompilationContext
-
- getScheme() - Method in interface jakarta.servlet.ServletRequest
-
Returns the name of the scheme used to make this request, for example,
http, https, or ftp.
- getScheme() - Method in class jakarta.servlet.ServletRequestWrapper
-
The default behavior of this method is to return getScheme() on the
wrapped request object.
- 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
-
- getScriptingInvalid() - Method in interface jakarta.servlet.descriptor.JspPropertyGroupDescriptor
-
- getSecure() - Method in class jakarta.servlet.http.Cookie
-
Returns true if the browser is sending cookies only over a
secure protocol, or false if the browser can send cookies
using any protocol.
- getServerInfo() - Method in interface jakarta.servlet.ServletContext
-
Returns the name and version of the servlet container on which the
servlet is running.
- getServerInfo() - Method in class org.apache.jasper.servlet.JspCServletContext
-
Return descriptive information about this server.
- getServerName() - Method in interface jakarta.servlet.ServletRequest
-
Returns the host name of the server to which the request was sent.
- getServerName() - Method in class jakarta.servlet.ServletRequestWrapper
-
The default behavior of this method is to return getServerName() on the
wrapped request object.
- getServerPort() - Method in interface jakarta.servlet.ServletRequest
-
Returns the port number to which the request was sent.
- getServerPort() - Method in class jakarta.servlet.ServletRequestWrapper
-
The default behavior of this method is to return getServerPort() on the
wrapped request object.
- 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(String) - Method in interface jakarta.servlet.ServletContext
-
- getServlet() - Method in exception jakarta.servlet.UnavailableException
-
- getServlet(String) - Method in class org.apache.jasper.servlet.JspCServletContext
-
- 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.GenericServlet
-
- getServletConfig() - Method in class jakarta.servlet.jsp.PageContext
-
The ServletConfig instance.
- getServletConfig() - Method in interface jakarta.servlet.Servlet
-
Returns a
ServletConfig object, which contains initialization and
startup parameters for this servlet.
- getServletConfig() - Method in class org.apache.jasper.runtime.JspContextWrapper
-
- getServletConfig() - Method in class org.apache.jasper.runtime.PageContextImpl
-
- getServletContext() - Method in interface jakarta.servlet.FilterConfig
-
Returns a reference to the
ServletContext in which the caller is
executing.
- getServletContext() - Method in class jakarta.servlet.GenericFilter
-
- getServletContext() - Method in class jakarta.servlet.GenericServlet
-
Returns a reference to the
ServletContext in which this servlet
is running.
- getServletContext() - Method in interface jakarta.servlet.http.HttpSession
-
Returns the ServletContext to which this session belongs.
- getServletContext() - Method in class jakarta.servlet.jsp.PageContext
-
The ServletContext instance.
- getServletContext() - Method in interface jakarta.servlet.ServletConfig
-
Returns a reference to the
ServletContext in which the caller is
executing.
- getServletContext() - Method in class jakarta.servlet.ServletContextEvent
-
Return the ServletContext that changed.
- getServletContext() - Method in interface jakarta.servlet.ServletRequest
-
- getServletContext() - Method in class jakarta.servlet.ServletRequestEvent
-
Get the associated ServletContext.
- getServletContext() - Method in class jakarta.servlet.ServletRequestWrapper
-
The default behavior of this method is to return getServletContext() on
the wrapped request object.
- 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 interface jakarta.servlet.ServletContext
-
Returns the name of this web application corresponding to this
ServletContext as specified in the deployment descriptor for this web
application by the display-name element.
- getServletContextName() - Method in class org.apache.jasper.servlet.JspCServletContext
-
Return the name of this servlet context.
- getServletInfo() - Method in class jakarta.servlet.GenericServlet
-
Returns information about the servlet, such as author, version, and
copyright.
- getServletInfo() - Method in interface jakarta.servlet.Servlet
-
Returns information about the servlet, such as author, version, and
copyright.
- getServletInfo() - Method in class org.apache.jasper.runtime.HttpJspBase
-
- getServletJavaFileName() - Method in class org.apache.jasper.JspCompilationContext
-
- getServletName() - Method in class jakarta.servlet.GenericServlet
-
Returns the name of this servlet instance.
- getServletName() - Method in interface jakarta.servlet.http.HttpServletMapping
-
- getServletName() - Method in class jakarta.servlet.jsp.ErrorData
-
Returns the name of the servlet invoked.
- getServletName() - Method in interface jakarta.servlet.ServletConfig
-
Returns the name of this servlet instance.
- getServletNameMappings() - Method in interface jakarta.servlet.FilterRegistration
-
Gets the currently available servlet name mappings of the Filter
represented by this FilterRegistration.
- getServletNames() - Method in interface jakarta.servlet.ServletContext
-
- getServletNames() - Method in class org.apache.jasper.servlet.JspCServletContext
-
- 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.
- getServletPath() - Method in interface jakarta.servlet.http.HttpServletRequest
-
Returns the part of this request's URL that calls the servlet.
- getServletPath() - Method in class jakarta.servlet.http.HttpServletRequestWrapper
-
The default behavior of this method is to return getServletPath() on the
wrapped request object.
- getServletRegistration(String) - Method in interface jakarta.servlet.ServletContext
-
Obtain the details of the named servlet.
- getServletRegistration(String) - Method in class org.apache.jasper.servlet.JspCServletContext
-
- getServletRegistrations() - Method in interface jakarta.servlet.ServletContext
-
TODO SERVLET3 - Add comments
- getServletRegistrations() - Method in class org.apache.jasper.servlet.JspCServletContext
-
- getServletRequest() - Method in class jakarta.servlet.ServletRequestEvent
-
Get the associated ServletRequest.
- getServlets() - Method in interface jakarta.servlet.ServletContext
-
- getServlets() - Method in class org.apache.jasper.servlet.JspCServletContext
-
- getSession(boolean) - Method in interface jakarta.servlet.http.HttpServletRequest
-
Returns the current HttpSession associated with this request
or, if there is no current session and create is true,
returns a new session.
- getSession() - Method in interface jakarta.servlet.http.HttpServletRequest
-
Returns the current session associated with this request, or if the
request does not have a session, creates one.
- getSession(boolean) - Method in class jakarta.servlet.http.HttpServletRequestWrapper
-
The default behavior of this method is to return getSession(boolean
create) on the wrapped request object.
- getSession() - Method in class jakarta.servlet.http.HttpServletRequestWrapper
-
The default behavior of this method is to return getSession() on the
wrapped request object.
- getSession() - Method in class jakarta.servlet.http.HttpSessionBindingEvent
-
Get the session that changed.
- getSession(String) - Method in interface jakarta.servlet.http.HttpSessionContext
-
- getSession() - Method in class jakarta.servlet.http.HttpSessionEvent
-
Get the session that changed.
- 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
-
- getSessionContext() - Method in interface jakarta.servlet.http.HttpSession
-
- getSessionCookieConfig() - Method in interface jakarta.servlet.ServletContext
-
- getSessionCookieConfig() - Method in class org.apache.jasper.servlet.JspCServletContext
-
- getSessionId() - Method in interface jakarta.servlet.http.PushBuilder
-
Obtain the session ID that will be used for push requests generated by
future calls to push().
- getSessionTimeout() - Method in interface jakarta.servlet.ServletContext
-
Get the default session timeout.
- 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 interface jakarta.servlet.http.Part
-
Obtain the size of this part.
- 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 interface jakarta.servlet.http.HttpServletResponse
-
Get the HTTP status code for this Response.
- getStatus() - Method in class jakarta.servlet.http.HttpServletResponseWrapper
-
Get the HTTP status code for this Response.
- 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.
- getStreamELResolver() - Method in class jakarta.el.ExpressionFactory
-
- getStreamELResolver() - Method in class org.apache.el.ExpressionFactoryImpl
-
- 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.el.parser.AstString
-
- 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.
- getSubmittedFileName() - Method in interface jakarta.servlet.http.Part
-
If this part represents an uploaded file, gets the file name submitted
in the upload.
- GetSuffix(int) - Method in class org.apache.el.parser.SimpleCharStream
-
Get the suffix.
- getSuppliedRequest() - Method in class jakarta.servlet.AsyncEvent
-
Obtain the request associated with the event.
- getSuppliedResponse() - Method in class jakarta.servlet.AsyncEvent
-
Obtain the response associated with the event.
- getTabSize(int) - Method in class org.apache.el.parser.SimpleCharStream
-
- 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
-
- getTaglibLocation() - Method in interface jakarta.servlet.descriptor.TaglibDescriptor
-
- 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.
- getTaglibs() - Method in interface jakarta.servlet.descriptor.JspConfigDescriptor
-
- getTaglibURI() - Method in interface jakarta.servlet.descriptor.TaglibDescriptor
-
- 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.AsyncEvent
-
Obtain the throwable associated with the event.
- 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.
- getTimeout() - Method in interface jakarta.servlet.AsyncContext
-
Get the current timeout.
- 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.
- getToken(int) - Method in class org.apache.el.parser.ELParser
-
Get the specific Token.
- getTrailerFields() - Method in interface jakarta.servlet.http.HttpServletRequest
-
Obtain a Map of the trailer fields that is not backed by the request
object.
- getTrailerFields() - Method in class jakarta.servlet.http.HttpServletRequestWrapper
-
Obtain a Map of the trailer fields that is not backed by the request
object.
- getTrailerFields() - Method in interface jakarta.servlet.http.HttpServletResponse
-
Obtain the supplier of the trailer headers.
- getTrailerFields() - Method in class jakarta.servlet.http.HttpServletResponseWrapper
-
Obtain the supplier of the trailer headers.
- getTransportGuarantee() - Method in class jakarta.servlet.HttpConstraintElement
-
TODO
- getTrimDirectiveWhitespaces() - Method in interface jakarta.servlet.descriptor.JspPropertyGroupDescriptor
-
- 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(ELContext, Object, Object) - Method in class jakarta.el.ArrayELResolver
-
- getType(ELContext, Object, Object) - Method in class jakarta.el.BeanELResolver
-
- getType(ELContext, Object, Object) - Method in class jakarta.el.BeanNameELResolver
-
- getType(ELContext, Object, Object) - Method in class jakarta.el.CompositeELResolver
-
- getType(ELContext, Object, Object) - Method in class jakarta.el.ELResolver
-
- getType(ELContext, Object, Object) - Method in class jakarta.el.ListELResolver
-
- getType(ELContext, Object, Object) - Method in class jakarta.el.MapELResolver
-
- getType(ELContext, Object, Object) - Method in class jakarta.el.ResourceBundleELResolver
-
- getType(ELContext, Object, Object) - Method in class jakarta.el.StaticFieldELResolver
-
- getType(ELContext, Object, Object) - Method in class jakarta.el.TypeConverter
-
- getType(ELContext) - Method in class jakarta.el.ValueExpression
-
- getType(ELContext, Object, Object) - Method in class jakarta.servlet.jsp.el.ImplicitObjectELResolver
-
- getType(ELContext, Object, Object) - Method in class jakarta.servlet.jsp.el.ScopedAttributeELResolver
-
- getType(EvaluationContext) - Method in class org.apache.el.parser.ArithmeticNode
-
- getType(EvaluationContext) - Method in class org.apache.el.parser.AstAssign
-
- getType(EvaluationContext) - Method in class org.apache.el.parser.AstChoice
-
- getType(EvaluationContext) - Method in class org.apache.el.parser.AstCompositeExpression
-
- getType(EvaluationContext) - Method in class org.apache.el.parser.AstConcatenation
-
- getType(EvaluationContext) - Method in class org.apache.el.parser.AstDeferredExpression
-
- getType(EvaluationContext) - Method in class org.apache.el.parser.AstDynamicExpression
-
- getType(EvaluationContext) - Method in class org.apache.el.parser.AstEmpty
-
- getType(EvaluationContext) - Method in class org.apache.el.parser.AstFloatingPoint
-
- getType(EvaluationContext) - Method in class org.apache.el.parser.AstFunction
-
- getType(EvaluationContext) - Method in class org.apache.el.parser.AstIdentifier
-
- getType(EvaluationContext) - Method in class org.apache.el.parser.AstInteger
-
- getType(EvaluationContext) - Method in class org.apache.el.parser.AstListData
-
- getType(EvaluationContext) - Method in class org.apache.el.parser.AstLiteralExpression
-
- getType(EvaluationContext) - Method in class org.apache.el.parser.AstMapData
-
- getType(EvaluationContext) - Method in class org.apache.el.parser.AstNegative
-
- getType(EvaluationContext) - Method in class org.apache.el.parser.AstNot
-
- getType(EvaluationContext) - Method in class org.apache.el.parser.AstNull
-
- getType(EvaluationContext) - Method in class org.apache.el.parser.AstSemicolon
-
- getType(EvaluationContext) - Method in class org.apache.el.parser.AstSetData
-
- getType(EvaluationContext) - Method in class org.apache.el.parser.AstString
-
- getType(EvaluationContext) - Method in class org.apache.el.parser.AstValue
-
- getType(EvaluationContext) - Method in class org.apache.el.parser.BooleanNode
-
- getType(EvaluationContext) - Method in interface org.apache.el.parser.Node
-
- getType(EvaluationContext) - Method in class org.apache.el.parser.SimpleNode
-
- getType(ELContext, Object, Object) - Method in class org.apache.el.stream.StreamELResolverImpl
-
- getType(ELContext) - Method in class org.apache.el.ValueExpressionImpl
-
- getType(ELContext) - Method in class org.apache.el.ValueExpressionLiteral
-
- getType() - Method in class org.apache.jasper.compiler.ELParser
-
- getType(ELContext, Object, Object) - Method in class org.apache.jasper.el.ELResolverImpl
-
Deprecated.
- getType(ELContext) - Method in class org.apache.jasper.el.JspValueExpression
-
- getTypeName() - Method in class jakarta.servlet.jsp.tagext.TagAttributeInfo
-
The type (as a String) of this attribute.
- getUnavailableSeconds() - Method in exception jakarta.servlet.UnavailableException
-
Returns the number of seconds the servlet expects to be temporarily
unavailable.
- 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.
- getUrlPatternMappings() - Method in interface jakarta.servlet.FilterRegistration
-
Gets the currently available URL pattern mappings of the Filter
represented by this FilterRegistration.
- getUrlPatterns() - Method in interface jakarta.servlet.descriptor.JspPropertyGroupDescriptor
-
- getUseInstanceManagerForTags() - Method in class org.apache.jasper.EmbeddedServletOptions
-
- getUseInstanceManagerForTags() - Method in interface org.apache.jasper.Options
-
- getUserPrincipal() - Method in interface jakarta.servlet.http.HttpServletRequest
-
Returns a java.security.Principal object containing the name
of the current authenticated user.
- getUserPrincipal() - Method in class jakarta.servlet.http.HttpServletRequestWrapper
-
The default behavior of this method is to return getUserPrincipal() on
the wrapped request object.
- getValue(ELContext, Object, Object) - Method in class jakarta.el.ArrayELResolver
-
- getValue(ELContext, Object, Object) - Method in class jakarta.el.BeanELResolver
-
- getValue(ELContext, Object, Object) - Method in class jakarta.el.BeanNameELResolver
-
- getValue(ELContext, Object, Object) - Method in class jakarta.el.CompositeELResolver
-
- getValue(String, Class<?>) - Method in class jakarta.el.ELProcessor
-
- getValue(ELContext, Object, Object) - Method in class jakarta.el.ELResolver
-
- getValue(ELContext, Object, Object) - Method in class jakarta.el.ListELResolver
-
- getValue(ELContext, Object, Object) - Method in class jakarta.el.MapELResolver
-
- getValue(ELContext, Object, Object) - Method in class jakarta.el.ResourceBundleELResolver
-
- getValue(ELContext, Object, Object) - Method in class jakarta.el.StaticFieldELResolver
-
- getValue(ELContext, Object, Object) - Method in class jakarta.el.TypeConverter
-
- getValue(ELContext) - Method in class jakarta.el.ValueExpression
-
- getValue() - Method in class jakarta.servlet.http.Cookie
-
Returns the value of the cookie.
- getValue(String) - Method in interface jakarta.servlet.http.HttpSession
-
- getValue() - Method in class jakarta.servlet.http.HttpSessionBindingEvent
-
Returns the value of the attribute that has been added, removed or
replaced.
- getValue(ELContext, Object, Object) - Method in class jakarta.servlet.jsp.el.ImplicitObjectELResolver
-
- getValue(ELContext, Object, Object) - Method in class jakarta.servlet.jsp.el.ScopedAttributeELResolver
-
- getValue(String) - Method in class jakarta.servlet.jsp.tagext.TagSupport
-
Get a the value associated with a key.
- getValue() - Method in class jakarta.servlet.ServletContextAttributeEvent
-
Returns the value of the attribute that has been added, removed, or
replaced.
- getValue() - Method in class jakarta.servlet.ServletRequestAttributeEvent
-
Returns the value of the attribute that has been added, removed or
replaced.
- getValue(EvaluationContext) - Method in class org.apache.el.parser.AstAnd
-
- getValue(EvaluationContext) - Method in class org.apache.el.parser.AstAssign
-
- getValue(EvaluationContext) - Method in class org.apache.el.parser.AstBracketSuffix
-
- getValue(EvaluationContext) - Method in class org.apache.el.parser.AstChoice
-
- getValue(EvaluationContext) - Method in class org.apache.el.parser.AstCompositeExpression
-
- getValue(EvaluationContext) - Method in class org.apache.el.parser.AstConcatenation
-
- getValue(EvaluationContext) - Method in class org.apache.el.parser.AstDeferredExpression
-
- getValue(EvaluationContext) - Method in class org.apache.el.parser.AstDiv
-
- getValue(EvaluationContext) - Method in class org.apache.el.parser.AstDotSuffix
-
- getValue(EvaluationContext) - Method in class org.apache.el.parser.AstDynamicExpression
-
- getValue(EvaluationContext) - Method in class org.apache.el.parser.AstEmpty
-
- getValue(EvaluationContext) - Method in class org.apache.el.parser.AstEqual
-
- getValue(EvaluationContext) - Method in class org.apache.el.parser.AstFalse
-
- getValue(EvaluationContext) - Method in class org.apache.el.parser.AstFloatingPoint
-
- getValue(EvaluationContext) - Method in class org.apache.el.parser.AstFunction
-
- getValue(EvaluationContext) - Method in class org.apache.el.parser.AstGreaterThan
-
- getValue(EvaluationContext) - Method in class org.apache.el.parser.AstGreaterThanEqual
-
- getValue(EvaluationContext) - Method in class org.apache.el.parser.AstIdentifier
-
- getValue(EvaluationContext) - Method in class org.apache.el.parser.AstInteger
-
- getValue(EvaluationContext) - Method in class org.apache.el.parser.AstLambdaExpression
-
- getValue(EvaluationContext) - Method in class org.apache.el.parser.AstLessThan
-
- getValue(EvaluationContext) - Method in class org.apache.el.parser.AstLessThanEqual
-
- getValue(EvaluationContext) - Method in class org.apache.el.parser.AstListData
-
- getValue(EvaluationContext) - Method in class org.apache.el.parser.AstLiteralExpression
-
- getValue(EvaluationContext) - Method in class org.apache.el.parser.AstMapData
-
- getValue(EvaluationContext) - Method in class org.apache.el.parser.AstMinus
-
- getValue(EvaluationContext) - Method in class org.apache.el.parser.AstMod
-
- getValue(EvaluationContext) - Method in class org.apache.el.parser.AstMult
-
- getValue(EvaluationContext) - Method in class org.apache.el.parser.AstNegative
-
- getValue(EvaluationContext) - Method in class org.apache.el.parser.AstNot
-
- getValue(EvaluationContext) - Method in class org.apache.el.parser.AstNotEqual
-
- getValue(EvaluationContext) - Method in class org.apache.el.parser.AstNull
-
- getValue(EvaluationContext) - Method in class org.apache.el.parser.AstOr
-
- getValue(EvaluationContext) - Method in class org.apache.el.parser.AstPlus
-
- getValue(EvaluationContext) - Method in class org.apache.el.parser.AstSemicolon
-
- getValue(EvaluationContext) - Method in class org.apache.el.parser.AstSetData
-
- getValue(EvaluationContext) - Method in class org.apache.el.parser.AstString
-
- getValue(EvaluationContext) - Method in class org.apache.el.parser.AstTrue
-
- getValue(EvaluationContext) - Method in class org.apache.el.parser.AstValue
-
- getValue(EvaluationContext) - Method in interface org.apache.el.parser.Node
-
- getValue(EvaluationContext) - Method in class org.apache.el.parser.SimpleNode
-
- getValue() - Method in class org.apache.el.parser.Token
-
An optional attribute value of the Token.
- getValue(ELContext, Object, Object) - Method in class org.apache.el.stream.StreamELResolverImpl
-
- getValue(ELContext) - Method in class org.apache.el.ValueExpressionImpl
-
- getValue(ELContext) - Method in class org.apache.el.ValueExpressionLiteral
-
- 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) - Method in class org.apache.jasper.el.JspValueExpression
-
- 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
-
- getValueNames() - Method in interface jakarta.servlet.http.HttpSession
-
- getValueReference(ELContext) - Method in class jakarta.el.ValueExpression
-
- getValueReference(EvaluationContext) - Method in class org.apache.el.parser.AstIdentifier
-
- getValueReference(EvaluationContext) - Method in class org.apache.el.parser.AstValue
-
- getValueReference(EvaluationContext) - Method in interface org.apache.el.parser.Node
-
- getValueReference(EvaluationContext) - Method in class org.apache.el.parser.SimpleNode
-
- getValueReference(ELContext) - Method in class org.apache.el.ValueExpressionImpl
-
- 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 jakarta.el.ELContext
-
- getVariableMapper() - Method in class jakarta.el.StandardELContext
-
- getVariableMapper() - Method in class org.apache.el.lang.EvaluationContext
-
- 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
-
- 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.
- getVersion() - Method in class jakarta.servlet.http.Cookie
-
Returns the version of the protocol this cookie complies with.
- getVirtualServerName() - Method in interface jakarta.servlet.ServletContext
-
Get the primary name of the virtual host on which this context is
deployed.
- 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 interface jakarta.servlet.ServletResponse
-
Returns a PrintWriter object that can send character text to
the client.
- getWriter() - Method in class jakarta.servlet.ServletResponseWrapper
-
The default behavior of this method is to return getWriter() on the
wrapped response object.
- 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
-
- GT0 - Static variable in interface org.apache.el.parser.ELParserConstants
-
RegularExpression Id.
- GT1 - Static variable in interface org.apache.el.parser.ELParserConstants
-
RegularExpression Id.
- SC_ACCEPTED - Static variable in interface jakarta.servlet.http.HttpServletResponse
-
Status code (202) indicating that a request was accepted for processing,
but was not completed.
- SC_BAD_GATEWAY - Static variable in interface jakarta.servlet.http.HttpServletResponse
-
Status code (502) indicating that the HTTP server received an invalid
response from a server it consulted when acting as a proxy or gateway.
- SC_BAD_REQUEST - Static variable in interface jakarta.servlet.http.HttpServletResponse
-
Status code (400) indicating the request sent by the client was
syntactically incorrect.
- SC_CONFLICT - Static variable in interface jakarta.servlet.http.HttpServletResponse
-
Status code (409) indicating that the request could not be completed due
to a conflict with the current state of the resource.
- SC_CONTINUE - Static variable in interface jakarta.servlet.http.HttpServletResponse
-
Status code (100) indicating the client can continue.
- SC_CREATED - Static variable in interface jakarta.servlet.http.HttpServletResponse
-
Status code (201) indicating the request succeeded and created a new
resource on the server.
- SC_EXPECTATION_FAILED - Static variable in interface jakarta.servlet.http.HttpServletResponse
-
Status code (417) indicating that the server could not meet the
expectation given in the Expect request header.
- SC_FORBIDDEN - Static variable in interface jakarta.servlet.http.HttpServletResponse
-
Status code (403) indicating the server understood the request but
refused to fulfill it.
- SC_FOUND - Static variable in interface jakarta.servlet.http.HttpServletResponse
-
Status code (302) indicating that the resource reside temporarily under a
different URI.
- SC_GATEWAY_TIMEOUT - Static variable in interface jakarta.servlet.http.HttpServletResponse
-
Status code (504) indicating that the server did not receive a timely
response from the upstream server while acting as a gateway or proxy.
- SC_GONE - Static variable in interface jakarta.servlet.http.HttpServletResponse
-
Status code (410) indicating that the resource is no longer available at
the server and no forwarding address is known.
- SC_HTTP_VERSION_NOT_SUPPORTED - Static variable in interface jakarta.servlet.http.HttpServletResponse
-
Status code (505) indicating that the server does not support or refuses
to support the HTTP protocol version that was used in the request
message.
- SC_INTERNAL_SERVER_ERROR - Static variable in interface jakarta.servlet.http.HttpServletResponse
-
Status code (500) indicating an error inside the HTTP server which
prevented it from fulfilling the request.
- SC_LENGTH_REQUIRED - Static variable in interface jakarta.servlet.http.HttpServletResponse
-
Status code (411) indicating that the request cannot be handled without a
defined Content-Length.
- SC_METHOD_NOT_ALLOWED - Static variable in interface jakarta.servlet.http.HttpServletResponse
-
Status code (405) indicating that the method specified in the
Request-Line is not allowed for the resource
identified by the Request-URI.
- SC_MOVED_PERMANENTLY - Static variable in interface jakarta.servlet.http.HttpServletResponse
-
Status code (301) indicating that the resource has permanently moved to a
new location, and that future references should use a new URI with their
requests.
- SC_MOVED_TEMPORARILY - Static variable in interface jakarta.servlet.http.HttpServletResponse
-
Status code (302) indicating that the resource has temporarily moved to
another location, but that future references should still use the
original URI to access the resource.
- SC_MULTIPLE_CHOICES - Static variable in interface jakarta.servlet.http.HttpServletResponse
-
Status code (300) indicating that the requested resource corresponds to
any one of a set of representations, each with its own specific location.
- SC_NO_CONTENT - Static variable in interface jakarta.servlet.http.HttpServletResponse
-
Status code (204) indicating that the request succeeded but that there
was no new information to return.
- SC_NON_AUTHORITATIVE_INFORMATION - Static variable in interface jakarta.servlet.http.HttpServletResponse
-
Status code (203) indicating that the meta information presented by the
client did not originate from the server.
- SC_NOT_ACCEPTABLE - Static variable in interface jakarta.servlet.http.HttpServletResponse
-
Status code (406) indicating that the resource identified by the request
is only capable of generating response entities which have content
characteristics not acceptable according to the accept headers sent in
the request.
- SC_NOT_FOUND - Static variable in interface jakarta.servlet.http.HttpServletResponse
-
Status code (404) indicating that the requested resource is not
available.
- SC_NOT_IMPLEMENTED - Static variable in interface jakarta.servlet.http.HttpServletResponse
-
Status code (501) indicating the HTTP server does not support the
functionality needed to fulfill the request.
- SC_NOT_MODIFIED - Static variable in interface jakarta.servlet.http.HttpServletResponse
-
Status code (304) indicating that a conditional GET operation found that
the resource was available and not modified.
- SC_OK - Static variable in interface jakarta.servlet.http.HttpServletResponse
-
Status code (200) indicating the request succeeded normally.
- SC_PARTIAL_CONTENT - Static variable in interface jakarta.servlet.http.HttpServletResponse
-
Status code (206) indicating that the server has fulfilled the partial
GET request for the resource.
- SC_PAYMENT_REQUIRED - Static variable in interface jakarta.servlet.http.HttpServletResponse
-
Status code (402) reserved for future use.
- SC_PRECONDITION_FAILED - Static variable in interface jakarta.servlet.http.HttpServletResponse
-
Status code (412) indicating that the precondition given in one or more
of the request-header fields evaluated to false when it was tested on the
server.
- SC_PROXY_AUTHENTICATION_REQUIRED - Static variable in interface jakarta.servlet.http.HttpServletResponse
-
Status code (407) indicating that the client MUST first
authenticate itself with the proxy.
- SC_REQUEST_ENTITY_TOO_LARGE - Static variable in interface jakarta.servlet.http.HttpServletResponse
-
Status code (413) indicating that the server is refusing to process the
request because the request entity is larger than the server is willing
or able to process.
- SC_REQUEST_TIMEOUT - Static variable in interface jakarta.servlet.http.HttpServletResponse
-
Status code (408) indicating that the client did not produce a request
within the time that the server was prepared to wait.
- SC_REQUEST_URI_TOO_LONG - Static variable in interface jakarta.servlet.http.HttpServletResponse
-
Status code (414) indicating that the server is refusing to service the
request because the Request-URI is longer than the
server is willing to interpret.
- SC_REQUESTED_RANGE_NOT_SATISFIABLE - Static variable in interface jakarta.servlet.http.HttpServletResponse
-
Status code (416) indicating that the server cannot serve the requested
byte range.
- SC_RESET_CONTENT - Static variable in interface jakarta.servlet.http.HttpServletResponse
-
Status code (205) indicating that the agent SHOULD reset the
document view which caused the request to be sent.
- SC_SEE_OTHER - Static variable in interface jakarta.servlet.http.HttpServletResponse
-
Status code (303) indicating that the response to the request can be
found under a different URI.
- SC_SERVICE_UNAVAILABLE - Static variable in interface jakarta.servlet.http.HttpServletResponse
-
Status code (503) indicating that the HTTP server is temporarily
overloaded, and unable to handle the request.
- SC_SWITCHING_PROTOCOLS - Static variable in interface jakarta.servlet.http.HttpServletResponse
-
Status code (101) indicating the server is switching protocols according
to Upgrade header.
- SC_TEMPORARY_REDIRECT - Static variable in interface jakarta.servlet.http.HttpServletResponse
-
Status code (307) indicating that the requested resource resides
temporarily under a different URI.
- SC_UNAUTHORIZED - Static variable in interface jakarta.servlet.http.HttpServletResponse
-
Status code (401) indicating that the request requires HTTP
authentication.
- SC_UNSUPPORTED_MEDIA_TYPE - Static variable in interface jakarta.servlet.http.HttpServletResponse
-
Status code (415) indicating that the server is refusing to service the
request because the entity of the request is in a format not supported by
the requested resource for the requested method.
- SC_USE_PROXY - Static variable in interface jakarta.servlet.http.HttpServletResponse
-
Status code (305) indicating that the requested resource MUST be
accessed through the proxy given by the Location
field.
- 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(JarScanType, ServletContext, JarScannerCallback) - Method in interface org.apache.tomcat.JarScanner
-
Scan the provided ServletContext and classloader for JAR files.
- 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(File, String, boolean) - Method in interface org.apache.tomcat.JarScannerCallback
-
A directory was found that is to be treated as an unpacked JAR.
- 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
-
- ScopedAttributeELResolver() - Constructor for class jakarta.servlet.jsp.el.ScopedAttributeELResolver
-
- scratchDir - Variable in class org.apache.jasper.JspC
-
- SCRIPTLET_ACTION - Static variable in interface org.apache.jasper.compiler.TagConstants
-
- 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
-
- securityClassLoad(ClassLoader) - Static method in 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
-
- Semicolon() - Method in class org.apache.el.parser.ELParser
-
- SEMICOLON - Static variable in interface org.apache.el.parser.ELParserConstants
-
RegularExpression Id.
- sendError(int, String) - Method in interface jakarta.servlet.http.HttpServletResponse
-
Sends an error response to the client using the specified status code and
clears the output buffer.
- sendError(int) - Method in interface jakarta.servlet.http.HttpServletResponse
-
Sends an error response to the client using the specified status code and
clears the buffer.
- sendError(int, String) - Method in class jakarta.servlet.http.HttpServletResponseWrapper
-
The default behavior of this method is to call sendError(int sc, String
msg) on the wrapped response object.
- sendError(int) - Method in class jakarta.servlet.http.HttpServletResponseWrapper
-
The default behavior of this method is to call sendError(int sc) on the
wrapped response object.
- sendRedirect(String) - Method in interface jakarta.servlet.http.HttpServletResponse
-
Sends a temporary redirect response to the client using the specified
redirect location URL.
- sendRedirect(String) - Method in class jakarta.servlet.http.HttpServletResponseWrapper
-
The default behavior of this method is to return sendRedirect(String
location) on the wrapped response object.
- service(ServletRequest, ServletResponse) - Method in class jakarta.servlet.GenericServlet
-
Called by the servlet container to allow the servlet to respond to a
request.
- service(HttpServletRequest, HttpServletResponse) - Method in class jakarta.servlet.http.HttpServlet
-
Receives standard HTTP requests from the public
service method and dispatches
them to the doMethod methods defined in
this class.
- service(ServletRequest, ServletResponse) - Method in class jakarta.servlet.http.HttpServlet
-
Dispatches client requests to the protected
service method.
- service(ServletRequest, ServletResponse) - Method in interface jakarta.servlet.Servlet
-
Called by the servlet container to allow the servlet to respond to a
request.
- 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 - Interface in jakarta.servlet
-
Defines methods that all servlets must implement.
- SERVLET_CONTEXT_ATTRIBUTE_NAME - Static variable in class org.apache.jasper.compiler.TldCache
-
- ServletConfig - Interface in jakarta.servlet
-
A servlet configuration object used by a servlet container to pass
information to a servlet during initialization.
- ServletContainerInitializer - Interface in jakarta.servlet
-
ServletContainerInitializers (SCIs) are registered via an entry in the
file META-INF/services/jakarta.servlet.ServletContainerInitializer that must be
included in the JAR file that contains the SCI implementation.
- ServletContext - Interface in jakarta.servlet
-
Defines a set of methods that a servlet uses to communicate with its servlet
container, for example, to get the MIME type of a file, dispatch requests, or
write to a log file.
- ServletContextAttributeEvent - Class in jakarta.servlet
-
This is the event class for notifications about changes to the attributes of
the servlet context of a web application.
- ServletContextAttributeEvent(ServletContext, String, Object) - Constructor for class jakarta.servlet.ServletContextAttributeEvent
-
Construct a ServletContextAttributeEvent from the given context for the
given attribute name and attribute value.
- ServletContextAttributeListener - Interface in jakarta.servlet
-
Implementations of this interface receive notifications of changes to the
attribute list on the servlet context of a web application.
- ServletContextEvent - Class in jakarta.servlet
-
This is the event class for notifications about changes to the servlet
context of a web application.
- ServletContextEvent(ServletContext) - Constructor for class jakarta.servlet.ServletContextEvent
-
Construct a ServletContextEvent from the given context.
- ServletContextListener - Interface in jakarta.servlet
-
Implementations of this interface receive notifications about changes to the
servlet context of the web application they are part of.
- ServletException - Exception in jakarta.servlet
-
Defines a general exception a servlet can throw when it encounters
difficulty.
- ServletException() - Constructor for exception jakarta.servlet.ServletException
-
Constructs a new servlet exception.
- ServletException(String) - Constructor for exception jakarta.servlet.ServletException
-
Constructs a new servlet exception with the specified message.
- ServletException(String, Throwable) - Constructor for exception jakarta.servlet.ServletException
-
Constructs a new servlet exception when the servlet needs to throw an
exception and include a message about the "root cause" exception that
interfered with its normal operation, including a description message.
- ServletException(Throwable) - Constructor for exception jakarta.servlet.ServletException
-
Constructs a new servlet exception when the servlet needs to throw an
exception and include a message about the "root cause" exception that
interfered with its normal operation.
- ServletInputStream - Class in jakarta.servlet
-
Provides an input stream for reading binary data from a client request,
including an efficient readLine method for reading data one line
at a time.
- ServletInputStream() - Constructor for class jakarta.servlet.ServletInputStream
-
Does nothing, because this is an abstract class.
- servletout - Variable in class org.apache.jasper.JspC
-
- ServletOutputStream - Class in jakarta.servlet
-
Provides an output stream for sending binary data to the client.
- ServletOutputStream() - Constructor for class jakarta.servlet.ServletOutputStream
-
Does nothing, because this is an abstract class.
- ServletRegistration - Interface in jakarta.servlet
-
Interface through which a Servlet may be further configured.
- ServletRegistration.Dynamic - Interface in jakarta.servlet
-
Interface through which a Servlet registered via one of the addServlet
methods on ServletContext may be further configured.
- ServletRequest - Interface in jakarta.servlet
-
Defines an object to provide client request information to a servlet.
- ServletRequestAttributeEvent - Class in jakarta.servlet
-
This is the event class for notifications of changes to the attributes of the
servlet request in an application.
- ServletRequestAttributeEvent(ServletContext, ServletRequest, String, Object) - Constructor for class jakarta.servlet.ServletRequestAttributeEvent
-
Construct a ServletRequestAttributeEvent giving the servlet context of
this web application, the ServletRequest whose attributes are changing
and the name and value of the attribute.
- ServletRequestAttributeListener - Interface in jakarta.servlet
-
A ServletRequestAttributeListener can be implemented by the
developer interested in being notified of request attribute
changes.
- ServletRequestEvent - Class in jakarta.servlet
-
Events of this kind indicate lifecycle events for a ServletRequest.
- ServletRequestEvent(ServletContext, ServletRequest) - Constructor for class jakarta.servlet.ServletRequestEvent
-
Construct a ServletRequestEvent for the given ServletContext and
ServletRequest.
- ServletRequestListener - Interface in jakarta.servlet
-
A ServletRequestListener can be implemented by the developer
interested in being notified of requests coming in and out of
scope in a web component.
- ServletRequestWrapper - Class in jakarta.servlet
-
Provides a convenient implementation of the ServletRequest interface that can
be subclassed by developers wishing to adapt the request to a Servlet.
- ServletRequestWrapper(ServletRequest) - Constructor for class jakarta.servlet.ServletRequestWrapper
-
Creates a ServletRequest adaptor wrapping the given request object.
- ServletResponse - Interface in jakarta.servlet
-
Defines an object to assist a servlet in sending a response to the client.
- ServletResponseWrapper - Class in jakarta.servlet
-
Provides a convenient implementation of the ServletResponse interface that
can be subclassed by developers wishing to adapt the response from a Servlet.
- ServletResponseWrapper(ServletResponse) - Constructor for class jakarta.servlet.ServletResponseWrapper
-
Creates a ServletResponse adaptor wrapping the given response object.
- 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
-
- ServletSecurity - Annotation Type in jakarta.servlet.annotation
-
Declare this annotation on a
Servlet implementation
class to enforce security constraints on HTTP protocol requests.
The container applies constraints to the URL patterns mapped to each Servlet
which declares this annotation.
- ServletSecurity.EmptyRoleSemantic - Enum in jakarta.servlet.annotation
-
Represents the two possible values of the empty role semantic, active
when a list of role names is empty.
- ServletSecurity.TransportGuarantee - Enum in jakarta.servlet.annotation
-
Represents the two possible values of data transport, encrypted or not.
- ServletSecurityElement - Class in jakarta.servlet
-
- ServletSecurityElement() - Constructor for class jakarta.servlet.ServletSecurityElement
-
Use default HttpConstraint.
- ServletSecurityElement(HttpConstraintElement) - Constructor for class jakarta.servlet.ServletSecurityElement
-
Use specified HttpConstraintElement.
- ServletSecurityElement(Collection<HttpMethodConstraintElement>) - Constructor for class jakarta.servlet.ServletSecurityElement
-
Use specific constraints for specified methods and default
HttpConstraintElement for all other methods.
- ServletSecurityElement(HttpConstraintElement, Collection<HttpMethodConstraintElement>) - Constructor for class jakarta.servlet.ServletSecurityElement
-
Use specified HttpConstraintElement as default and specific constraints
for specified methods.
- ServletSecurityElement(ServletSecurity) - Constructor for class jakarta.servlet.ServletSecurityElement
-
Create from an annotation.
- 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.
- SessionCookieConfig - Interface in jakarta.servlet
-
Configures the session cookies used by the web application associated with
the ServletContext from which this SessionCookieConfig was obtained.
- sessionCreated(HttpSessionEvent) - Method in interface jakarta.servlet.http.HttpSessionListener
-
Notification that a session was created.
- sessionDestroyed(HttpSessionEvent) - Method in interface jakarta.servlet.http.HttpSessionListener
-
Notification that a session is about to be invalidated.
- sessionDidActivate(HttpSessionEvent) - Method in interface jakarta.servlet.http.HttpSessionActivationListener
-
Notification that the session has just been activated.
- sessionId(String) - Method in interface jakarta.servlet.http.PushBuilder
-
Specifies the session ID to use in subsequent push requests generated
by a call to
PushBuilder.push().
- sessionIdChanged(HttpSessionEvent, String) - Method in interface jakarta.servlet.http.HttpSessionIdListener
-
Notification that a session ID has been changed.
- SessionTrackingMode - Enum in jakarta.servlet
-
- sessionWillPassivate(HttpSessionEvent) - Method in interface jakarta.servlet.http.HttpSessionActivationListener
-
Notification that the session is about to be passivated.
- 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.
- setAsyncSupported(boolean) - Method in interface jakarta.servlet.Registration.Dynamic
-
Mark this Servlet/Filter as supported asynchronous processing.
- setAttribute(String, Object) - Method in interface jakarta.servlet.http.HttpSession
-
Binds an object to this session, using the name specified.
- setAttribute(String, Object) - Method in class jakarta.servlet.jsp.JspContext
-
Register the name and value specified with page scope semantics.
- setAttribute(String, Object, int) - Method in class jakarta.servlet.jsp.JspContext
-
Register the name and value specified with appropriate
scope semantics.
- setAttribute(String, Object) - Method in class jakarta.servlet.jsp.tagext.TagData
-
Set the value of an attribute.
- setAttribute(String, Object) - Method in interface jakarta.servlet.ServletContext
-
Binds an object to a given attribute name in this servlet context.
- setAttribute(String, Object) - Method in interface jakarta.servlet.ServletRequest
-
Stores an attribute in this request.
- setAttribute(String, Object) - Method in class jakarta.servlet.ServletRequestWrapper
-
The default behavior of this method is to return setAttribute(String
name, Object o) on the wrapped request object.
- setAttribute(String, Object) - Method in class org.apache.jasper.runtime.JspContextWrapper
-
- setAttribute(String, Object, int) - Method in class org.apache.jasper.runtime.JspContextWrapper
-
- setAttribute(String, Object) - Method in class org.apache.jasper.runtime.PageContextImpl
-
- setAttribute(String, Object, int) - Method in class org.apache.jasper.runtime.PageContextImpl
-
- setAttribute(String, Object) - Method in class org.apache.jasper.servlet.JspCServletContext
-
Set or replace the specified context attribute.
- setAttribute(int, String, String, String, String, String) - Method in class org.apache.jasper.util.UniqueAttributesImpl
-
- 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.
- setBeanValue(String, Object) - Method in class jakarta.el.BeanNameResolver
-
Sets a value of a bean of the given name.
- 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.
- setBufferSize(int) - Method in interface jakarta.servlet.ServletResponse
-
Sets the preferred buffer size for the body of the response.
- setBufferSize(int) - Method in class jakarta.servlet.ServletResponseWrapper
-
The default behavior of this method is to call setBufferSize(int size) on
the wrapped response object.
- setCaching(boolean) - Method in class org.apache.jasper.JspC
-
Sets the option to enable caching.
- setCharacterEncoding(String) - Method in interface jakarta.servlet.ServletRequest
-
Overrides the name of the character encoding used in the body of this
request.
- setCharacterEncoding(String) - Method in class jakarta.servlet.ServletRequestWrapper
-
The default behavior of this method is to set the character encoding on
the wrapped request object.
- setCharacterEncoding(String) - Method in interface jakarta.servlet.ServletResponse
-
Sets the character encoding (MIME charset) of the response being sent to
the client, for example, to UTF-8.
- setCharacterEncoding(String) - Method in class jakarta.servlet.ServletResponseWrapper
-
The default behavior of this method is to call
setCharacterEncoding(String charset) on the wrapped response object.
- 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.
- setComment(String) - Method in class jakarta.servlet.http.Cookie
-
Specifies a comment that describes a cookie's purpose.
- setComment(String) - Method in interface jakarta.servlet.SessionCookieConfig
-
Sets the comment for the session cookie
- 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.
- setContentLength(int) - Method in interface jakarta.servlet.ServletResponse
-
Sets the length of the content body in the response In HTTP servlets,
this method sets the HTTP Content-Length header.
- setContentLength(int) - Method in class jakarta.servlet.ServletResponseWrapper
-
The default behavior of this method is to call setContentLength(int len)
on the wrapped response object.
- setContentLengthLong(long) - Method in interface jakarta.servlet.ServletResponse
-
Sets the length of the content body in the response In HTTP servlets,
this method sets the HTTP Content-Length header.
- setContentLengthLong(long) - Method in class jakarta.servlet.ServletResponseWrapper
-
The default behavior of this method is to call setContentLengthLong(long len)
on the wrapped response object.
- setContentType(String) - Method in interface jakarta.servlet.ServletResponse
-
Sets the content type of the response being sent to the client, if the
response has not been committed yet.
- setContentType(String) - Method in class jakarta.servlet.ServletResponseWrapper
-
The default behavior of this method is to call setContentType(String
type) on the wrapped response object.
- setContentType(String) - Method in class org.apache.jasper.tagplugins.jstl.Util.ImportResponseWrapper
-
- SetData() - Method in class org.apache.el.parser.ELParser
-
- setDateHeader(String, long) - Method in interface jakarta.servlet.http.HttpServletResponse
-
Sets a response header with the given name and date-value.
- setDateHeader(String, long) - Method in class jakarta.servlet.http.HttpServletResponseWrapper
-
The default behavior of this method is to call setDateHeader(String name,
long date) on the wrapped response object.
- setDebugStream(PrintStream) - Method in class org.apache.el.parser.ELParserTokenManager
-
Set debug output.
- setDefaultFactory(JspFactory) - Static method in class jakarta.servlet.jsp.JspFactory
-
set the default factory for this implementation.
- setDomain(String) - Method in class jakarta.servlet.http.Cookie
-
Specifies the domain within which this cookie should be presented.
- setDomain(String) - Method in interface jakarta.servlet.SessionCookieConfig
-
Sets the domain for the session cookie
- 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.
- setELContext(ELContext) - Method in class jakarta.el.ELManager
-
- setELContext(ELContext) - Method in class jakarta.el.LambdaExpression
-
- 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.
- setHeader(String, String) - Method in interface jakarta.servlet.http.HttpServletResponse
-
Sets a response header with the given name and value.
- setHeader(String, String) - Method in class jakarta.servlet.http.HttpServletResponseWrapper
-
The default behavior of this method is to return setHeader(String name,
String value) on the wrapped response object.
- setHeader(String, String) - Method in interface jakarta.servlet.http.PushBuilder
-
Sets an HTTP header on the request.
- setHttpOnly(boolean) - Method in class jakarta.servlet.http.Cookie
-
Sets the flag that controls if this cookie will be hidden from scripts on
the client side.
- setHttpOnly(boolean) - Method in interface jakarta.servlet.SessionCookieConfig
-
Sets the httpOnly flag for the session cookie.
- setId(String) - Method in class jakarta.servlet.jsp.tagext.TagSupport
-
Set the id attribute for this tag.
- setIeClassId(String) - Method in class org.apache.jasper.JspC
-
Sets the class-id value to be sent to Internet Explorer when using
<jsp:plugin> tags.
- setImage(String) - Method in class org.apache.el.parser.AstDotSuffix
-
- setImage(String) - Method in class org.apache.el.parser.AstIdentifier
-
- setImage(String) - Method in class org.apache.el.parser.AstLiteralExpression
-
- setImage(String) - Method in class org.apache.el.parser.AstString
-
- setImage(String) - Method in class org.apache.el.parser.SimpleNode
-
- setInitParameter(String, String) - Method in interface jakarta.servlet.Registration
-
Add an initialisation parameter if not already added.
- setInitParameter(String, String) - Method in interface jakarta.servlet.ServletContext
-
Set the given initialisation parameter to the given value.
- 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.
- setInitParameters(Map<String, String>) - Method in interface jakarta.servlet.Registration
-
Add multiple initialisation parameters.
- setIntHeader(String, int) - Method in interface jakarta.servlet.http.HttpServletResponse
-
Sets a response header with the given name and integer value.
- setIntHeader(String, int) - Method in class jakarta.servlet.http.HttpServletResponseWrapper
-
The default behavior of this method is to call setIntHeader(String name,
int value) on the wrapped response object.
- 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 JspContext for 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
-
- 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
-
- setLoadOnStartup(int) - Method in interface jakarta.servlet.ServletRegistration.Dynamic
-
- setLocale(Locale) - Method in class jakarta.el.ELContext
-
- setLocale(Locale) - Method in interface jakarta.servlet.ServletResponse
-
Sets the locale of the response, if the response has not been committed
yet.
- setLocale(Locale) - Method in class jakarta.servlet.ServletResponseWrapper
-
The default behavior of this method is to call setLocale(Locale loc) on
the wrapped response object.
- setLocale(Locale) - Method in class org.apache.el.lang.EvaluationContext
-
- setLocale(Locale) - Method in class org.apache.jasper.el.ELContextWrapper
-
- setLocale(Locale) - Method in class org.apache.jasper.tagplugins.jstl.Util.ImportResponseWrapper
-
- setLocalName(String) - Method in class org.apache.el.parser.AstFunction
-
- setMappedFile(boolean) - Method in class org.apache.jasper.JspC
-
- setMaxAge(int) - Method in class jakarta.servlet.http.Cookie
-
Sets the maximum age of the cookie in seconds.
- setMaxAge(int) - Method in interface jakarta.servlet.SessionCookieConfig
-
Sets the maximum age.
- setMaxInactiveInterval(int) - Method in interface jakarta.servlet.http.HttpSession
-
Specifies the time, in seconds, between client requests before the
servlet container will invalidate this session.
- setMultipartConfig(MultipartConfigElement) - Method in interface jakarta.servlet.ServletRegistration.Dynamic
-
- setName(String) - Method in interface jakarta.servlet.SessionCookieConfig
-
Sets the session cookie name.
- 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.
- setPath(String) - Method in class jakarta.servlet.http.Cookie
-
Specifies a path for the cookie to which the client should return the
cookie.
- setPath(String) - Method in interface jakarta.servlet.SessionCookieConfig
-
Sets the path of the session cookie.
- 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
-
- setPrefix(String) - Method in class org.apache.el.parser.AstFunction
-
- setProperty(String, String) - Method in class org.apache.jasper.EmbeddedServletOptions
-
- setPropertyResolved(boolean) - Method in class jakarta.el.ELContext
-
- setPropertyResolved(Object, Object) - Method in class jakarta.el.ELContext
-
Mark the given property as resolved and notify any interested listeners.
- setPropertyResolved(boolean) - Method in class org.apache.el.lang.EvaluationContext
-
- setPropertyResolved(Object, Object) - Method in class org.apache.el.lang.EvaluationContext
-
- 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
-
- setReadListener(ReadListener) - Method in class jakarta.servlet.ServletInputStream
-
- setReload(boolean) - Method in class org.apache.jasper.servlet.JspServletWrapper
-
- setRequest(ServletRequest) - Method in class jakarta.servlet.ServletRequestWrapper
-
Sets the request object being wrapped.
- setRequestCharacterEncoding(String) - Method in interface jakarta.servlet.ServletContext
-
Set the default character encoding to use for reading request bodies.
- setRequestCharacterEncoding(String) - Method in class org.apache.jasper.servlet.JspCServletContext
-
- setResponse(ServletResponse) - Method in class jakarta.servlet.ServletResponseWrapper
-
Sets the response being wrapped.
- setResponseCharacterEncoding(String) - Method in interface jakarta.servlet.ServletContext
-
Set the default character encoding to use for writing response bodies.
- setResponseCharacterEncoding(String) - Method in class org.apache.jasper.servlet.JspCServletContext
-
- setRunAsRole(String) - Method in interface jakarta.servlet.ServletRegistration.Dynamic
-
- setSecure(boolean) - Method in class jakarta.servlet.http.Cookie
-
Indicates to the browser whether the cookie should only be sent using a
secure protocol, such as HTTPS or SSL.
- setSecure(boolean) - Method in interface jakarta.servlet.SessionCookieConfig
-
Sets the secure flag for the session cookie.
- 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
-
- setServletSecurity(ServletSecurityElement) - Method in interface jakarta.servlet.ServletRegistration.Dynamic
-
- setSessionTimeout(int) - Method in interface jakarta.servlet.ServletContext
-
Set the default session timeout.
- setSessionTimeout(int) - Method in class org.apache.jasper.servlet.JspCServletContext
-
- setSessionTrackingModes(Set<SessionTrackingMode>) - Method in interface jakarta.servlet.ServletContext
-
Configures the available session tracking modes for this web application.
- 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 interface jakarta.servlet.http.HttpServletResponse
-
Sets the status code for this response.
- setStatus(int, String) - Method in interface jakarta.servlet.http.HttpServletResponse
-
- setStatus(int) - Method in class jakarta.servlet.http.HttpServletResponseWrapper
-
The default behavior of this method is to call setStatus(int sc) on the
wrapped response object.
- setStatus(int, String) - Method in class jakarta.servlet.http.HttpServletResponseWrapper
-
- setStatus(int) - Method in class org.apache.jasper.tagplugins.jstl.Util.ImportResponseWrapper
-
- setStrictQuoteEscaping(boolean) - Method in class org.apache.jasper.JspC
-
- setTabSize(int) - Method in class org.apache.el.parser.SimpleCharStream
-
- 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
-
- setTimeout(long) - Method in interface jakarta.servlet.AsyncContext
-
Set the timeout.
- setTldCache(TldCache) - Method in class org.apache.jasper.EmbeddedServletOptions
-
- setTrailerFields(Supplier<Map<String, String>>) - Method in interface jakarta.servlet.http.HttpServletResponse
-
Configure the supplier of the trailer headers.
- setTrailerFields(Supplier<Map<String, String>>) - Method in class jakarta.servlet.http.HttpServletResponseWrapper
-
Configure the supplier of the trailer headers.
- setTrimSpaces(TrimSpacesOption) - 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(boolean) - 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, Object, Object) - Method in class jakarta.el.ArrayELResolver
-
- setValue(ELContext, Object, Object, Object) - Method in class jakarta.el.BeanELResolver
-
- setValue(ELContext, Object, Object, Object) - Method in class jakarta.el.BeanNameELResolver
-
- setValue(ELContext, Object, Object, Object) - Method in class jakarta.el.CompositeELResolver
-
- setValue(String, Object) - Method in class jakarta.el.ELProcessor
-
- setValue(ELContext, Object, Object, Object) - Method in class jakarta.el.ELResolver
-
- setValue(ELContext, Object, Object, Object) - Method in class jakarta.el.ListELResolver
-
- setValue(ELContext, Object, Object, Object) - Method in class jakarta.el.MapELResolver
-
- setValue(ELContext, Object, Object, Object) - Method in class jakarta.el.ResourceBundleELResolver
-
- setValue(ELContext, Object, Object, Object) - Method in class jakarta.el.StaticFieldELResolver
-
- setValue(ELContext, Object, Object, Object) - Method in class jakarta.el.TypeConverter
-
- setValue(ELContext, Object) - Method in class jakarta.el.ValueExpression
-
- setValue(String) - Method in class jakarta.servlet.http.Cookie
-
Assigns a new value to a cookie after the cookie is created.
- 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.ScopedAttributeELResolver
-
- setValue(String, Object) - Method in class jakarta.servlet.jsp.tagext.TagSupport
-
Associate a value with a String key.
- setValue(EvaluationContext, Object) - Method in class org.apache.el.parser.AstDeferredExpression
-
- setValue(EvaluationContext, Object) - Method in class org.apache.el.parser.AstDynamicExpression
-
- setValue(EvaluationContext, Object) - Method in class org.apache.el.parser.AstIdentifier
-
- setValue(EvaluationContext, Object) - Method in class org.apache.el.parser.AstValue
-
- setValue(EvaluationContext, Object) - Method in interface org.apache.el.parser.Node
-
- setValue(EvaluationContext, Object) - Method in class org.apache.el.parser.SimpleNode
-
- setValue(ELContext, Object, Object, Object) - Method in class org.apache.el.stream.StreamELResolverImpl
-
- setValue(ELContext, Object) - Method in class org.apache.el.ValueExpressionImpl
-
- setValue(ELContext, Object) - Method in class org.apache.el.ValueExpressionLiteral
-
- setValue(ELContext, Object, Object, Object) - Method in class org.apache.jasper.el.ELResolverImpl
-
Deprecated.
- setValue(ELContext, Object) - Method in class org.apache.jasper.el.JspValueExpression
-
- setVariable(String, ValueExpression) - Method in class jakarta.el.ELManager
-
- setVariable(String, String) - Method in class jakarta.el.ELProcessor
-
- setVariable(String, ValueExpression) - Method in class jakarta.el.VariableMapper
-
- setVariable(String, ValueExpression) - Method in class org.apache.el.lang.VariableMapperFactory
-
- setVariable(String, ValueExpression) - Method in class org.apache.el.lang.VariableMapperImpl
-
- setVariableMapper(VariableMapper) - Method in class org.apache.jasper.el.ELContextImpl
-
- setVerbose(int) - Method in class org.apache.jasper.JspC
-
Sets the verbosity level.
- setVersion(int) - Method in class jakarta.servlet.http.Cookie
-
Sets the version of the cookie protocol this cookie complies with.
- 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.
- setWriteListener(WriteListener) - Method in class jakarta.servlet.ServletOutputStream
-
- 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
-
- SimpleCharStream - Class in org.apache.el.parser
-
An implementation of interface CharStream, where the stream is assumed to
contain only ASCII characters (without unicode processing).
- SimpleCharStream(Reader, int, int, int) - Constructor for class org.apache.el.parser.SimpleCharStream
-
Constructor.
- SimpleCharStream(Reader, int, int) - Constructor for class org.apache.el.parser.SimpleCharStream
-
Constructor.
- SimpleCharStream(Reader) - Constructor for class org.apache.el.parser.SimpleCharStream
-
Constructor.
- SimpleCharStream(InputStream, String, int, int, int) - Constructor for class org.apache.el.parser.SimpleCharStream
-
Constructor.
- SimpleCharStream(InputStream, int, int, int) - Constructor for class org.apache.el.parser.SimpleCharStream
-
Constructor.
- SimpleCharStream(InputStream, String, int, int) - Constructor for class org.apache.el.parser.SimpleCharStream
-
Constructor.
- SimpleCharStream(InputStream, int, int) - Constructor for class org.apache.el.parser.SimpleCharStream
-
Constructor.
- SimpleCharStream(InputStream, String) - Constructor for class org.apache.el.parser.SimpleCharStream
-
Constructor.
- SimpleCharStream(InputStream) - Constructor for class org.apache.el.parser.SimpleCharStream
-
Constructor.
- SimpleInstanceManager - Class in org.apache.tomcat
-
SimpleInstanceManager
Implement the org.apache.tomcat.InstanceManager interface.
- SimpleInstanceManager() - Constructor for class org.apache.tomcat.SimpleInstanceManager
-
- SimpleNode - Class in org.apache.el.parser
-
- SimpleNode(int) - Constructor for class org.apache.el.parser.SimpleNode
-
- 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.
- SingleThreadModel - Interface in jakarta.servlet
-
- 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 in jakarta.servlet.jsp
-
Exception to indicate the calling page must cease evaluation.
- SkipPageException() - Constructor for exception jakarta.servlet.jsp.SkipPageException
-
Creates a SkipPageException with no message.
- SkipPageException(String) - Constructor for exception jakarta.servlet.jsp.SkipPageException
-
Creates a SkipPageException with the provided message.
- SkipPageException(String, Throwable) - Constructor for exception jakarta.servlet.jsp.SkipPageException
-
Creates a SkipPageException with the provided message and root cause.
- SkipPageException(Throwable) - Constructor for exception 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
-
- sorted() - Method in class org.apache.el.stream.Stream
-
- sorted(LambdaExpression) - Method in class org.apache.el.stream.Stream
-
- SPEC_VERSION - Static variable in class org.apache.jasper.Constants
-
- specialToken - Variable in class org.apache.el.parser.Token
-
This field is used to access special tokens that occur prior to this
token, but after the immediately preceding regular (non-special) token.
- STANDARD_IMPORTS - Static variable in class org.apache.jasper.Constants
-
- StandardELContext - Class in jakarta.el
-
- StandardELContext(ExpressionFactory) - Constructor for class jakarta.el.StandardELContext
-
- StandardELContext(ELContext) - Constructor for class jakarta.el.StandardELContext
-
- start(Runnable) - Method in interface jakarta.servlet.AsyncContext
-
Starts a new thread to process the asynchronous request
- START_DEFERRED_EXPRESSION - Static variable in interface org.apache.el.parser.ELParserConstants
-
RegularExpression Id.
- START_DYNAMIC_EXPRESSION - Static variable in interface org.apache.el.parser.ELParserConstants
-
RegularExpression Id.
- START_SET_OR_MAP - Static variable in interface org.apache.el.parser.ELParserConstants
-
RegularExpression Id.
- startAsync() - Method in interface jakarta.servlet.ServletRequest
-
- startAsync(ServletRequest, ServletResponse) - Method in interface jakarta.servlet.ServletRequest
-
- startAsync() - Method in class jakarta.servlet.ServletRequestWrapper
-
The default behavior of this method is to return startAsync() on the
wrapped request object.
- startAsync(ServletRequest, ServletResponse) - Method in class jakarta.servlet.ServletRequestWrapper
-
The default behavior of this method is to return startAsync(Runnable) on
the wrapped request object.
- startBufferedBody(PageContext, BodyTag) - Static method in class org.apache.jasper.runtime.JspRuntimeLibrary
-
- StaticFieldELResolver - Class in jakarta.el
-
- StaticFieldELResolver() - Constructor for class jakarta.el.StaticFieldELResolver
-
- staticFlag - Static variable in class org.apache.el.parser.SimpleCharStream
-
Whether parser is static.
- Stream - Class in org.apache.el.stream
-
- Stream(Iterator<Object>) - Constructor for class org.apache.el.stream.Stream
-
- StreamELResolverImpl - Class in org.apache.el.stream
-
- StreamELResolverImpl() - Constructor for class org.apache.el.stream.StreamELResolverImpl
-
- streams - Static variable in class org.apache.jasper.compiler.AntCompiler.SystemLogHandler
-
Thread <-> PrintStream associations.
- strictQuoteEscaping - Variable in class org.apache.jasper.JspC
-
- String() - Method in class org.apache.el.parser.ELParser
-
- STRING_INTERPRETER_CLASS_NAME - Static variable in class org.apache.jasper.compiler.StringInterpreterFactory
-
- STRING_LITERAL - Static variable in interface org.apache.el.parser.ELParserConstants
-
RegularExpression Id.
- 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
-
- StringInterpreterFactory.DefaultStringInterpreter - Class in org.apache.jasper.compiler
-
- substream(Number) - Method in class org.apache.el.stream.Stream
-
- substream(Number, Number) - Method in class org.apache.el.stream.Stream
-
- subtract(Number, Number) - Method in class org.apache.el.lang.ELArithmetic.BigDecimalDelegate
-
- subtract(Number, Number) - Method in class org.apache.el.lang.ELArithmetic.BigIntegerDelegate
-
- subtract(Number, Number) - Method in class org.apache.el.lang.ELArithmetic.DoubleDelegate
-
- subtract(Number, Number) - Method in class org.apache.el.lang.ELArithmetic.LongDelegate
-
- subtract(Object, Object) - Static method in class org.apache.el.lang.ELArithmetic
-
- subtract(Number, Number) - Method in class org.apache.el.lang.ELArithmetic
-
- sum() - Method in class org.apache.el.stream.Stream
-
- 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
-
- SwitchTo(int) - Method in class org.apache.el.parser.ELParserTokenManager
-
Switch to specified lex state.
- 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.