A B C D E F G H I J K L M N O P Q R S T U V W X _
All Classes All Packages
All Classes All Packages
All Classes All Packages
A
- accept(NodeVisitor) - Method in interface org.apache.el.parser.Node
- accept(NodeVisitor) - Method in class org.apache.el.parser.SimpleNode
- add(ELResolver) - Method in class jakarta.el.CompositeELResolver
- add(ELResolver) - Method in class org.apache.jasper.el.JasperELResolver
- add(Number, Number) - Method in class org.apache.el.lang.ELArithmetic
- add(Number, Number) - Method in class org.apache.el.lang.ELArithmetic.BigDecimalDelegate
- add(Number, Number) - Method in class org.apache.el.lang.ELArithmetic.BigIntegerDelegate
- add(Number, Number) - Method in class org.apache.el.lang.ELArithmetic.DoubleDelegate
- add(Number, Number) - Method in class org.apache.el.lang.ELArithmetic.LongDelegate
- add(Object, Object) - Static method in class org.apache.el.lang.ELArithmetic
- addAttribute(String, String, String, String, String) - Method in class org.apache.jasper.util.UniqueAttributesImpl
- addBean(Node.UseBean, String, String, String) - Method in class org.apache.jasper.compiler.BeanRepository
- addBeanNameResolver(BeanNameResolver) - Method in class jakarta.el.ELManager
- addCookie(Cookie) - Method in interface jakarta.servlet.http.HttpServletResponse
-
Adds the specified cookie to the response.
- addCookie(Cookie) - Method in class jakarta.servlet.http.HttpServletResponseWrapper
-
The default behavior of this method is to call addCookie(Cookie cookie) on the wrapped response object.
- addDateHeader(String, long) - Method in interface jakarta.servlet.http.HttpServletResponse
-
Adds a response header with the given name and date-value.
- addDateHeader(String, long) - Method in class jakarta.servlet.http.HttpServletResponseWrapper
-
The default behavior of this method is to call addDateHeader(String name, long date) on the wrapped response object.
- addELContextListener(ELContextListener) - Method in interface jakarta.servlet.jsp.JspApplicationContext
-
Registers an
ELContextListenerthat will be notified whenever a newELContextis created. - addELContextListener(ELContextListener) - Method in class org.apache.jasper.runtime.JspApplicationContextImpl
- addELResolver(ELResolver) - Method in class jakarta.el.ELManager
- addELResolver(ELResolver) - Method in class jakarta.el.StandardELContext
- addELResolver(ELResolver) - Method in interface jakarta.servlet.jsp.JspApplicationContext
-
Adds an
ELResolverto the chain of EL variable and property management within JSP pages and Tag files. - addELResolver(ELResolver) - Method in class org.apache.jasper.runtime.JspApplicationContextImpl
- addEscapes(String) - Static method in error org.apache.el.parser.TokenMgrError
-
Replaces unprintable characters by their escaped (or unicode escaped) equivalents in the given string
- addEvaluationListener(EvaluationListener) - Method in class jakarta.el.ELContext
-
Register an EvaluationListener with this ELContext.
- addEvaluationListener(EvaluationListener) - Method in class jakarta.el.ELManager
- addEvaluationListener(EvaluationListener) - Method in class org.apache.el.lang.EvaluationContext
- addExtension(String) - Method in class org.apache.jasper.JspC
-
Adds the given file extension to the list of extensions handled as JSP files.
- addFile(String) - Method in class org.apache.jasper.compiler.SmapStratum
-
Adds record of a new file, by filename.
- addFile(String, String) - Method in class org.apache.jasper.compiler.SmapStratum
-
Adds record of a new file, by filename and path.
- addFilter(String, Filter) - Method in interface jakarta.servlet.ServletContext
-
Add filter to context.
- addFilter(String, Filter) - Method in class org.apache.jasper.servlet.JspCServletContext
- addFilter(String, Class<? extends Filter>) - Method in interface jakarta.servlet.ServletContext
-
Add filter to context.
- addFilter(String, Class<? extends Filter>) - Method in class org.apache.jasper.servlet.JspCServletContext
- addFilter(String, String) - Method in interface jakarta.servlet.ServletContext
-
Add filter to context.
- addFilter(String, String) - Method in class org.apache.jasper.servlet.JspCServletContext
- addHeader(String, String) - Method in interface jakarta.servlet.http.HttpServletResponse
-
Adds a response header with the given name and value.
- addHeader(String, String) - Method in class jakarta.servlet.http.HttpServletResponseWrapper
-
The default behavior of this method is to return addHeader(String name, String value) on the wrapped response object.
- addHeader(String, String) - Method in interface jakarta.servlet.http.PushBuilder
-
Adds an HTTP header to the request.
- addIntHeader(String, int) - Method in interface jakarta.servlet.http.HttpServletResponse
-
Adds a response header with the given name and integer value.
- addIntHeader(String, int) - Method in class jakarta.servlet.http.HttpServletResponseWrapper
-
The default behavior of this method is to call addIntHeader(String name, int value) on the wrapped response object.
- addJspFile(String, String) - Method in interface jakarta.servlet.ServletContext
- addJspFile(String, String) - Method in class org.apache.jasper.servlet.JspCServletContext
- addLineData(int, String, int, int, int) - Method in class org.apache.jasper.compiler.SmapStratum
-
Adds complete information about a simple line mapping.
- addLineInfo(SmapStratum.LineInfo) - Method in class org.apache.jasper.compiler.SmapStratum
- addListener(AsyncListener) - Method in interface jakarta.servlet.AsyncContext
-
Adds an event listener that will be called for different AsyncEvents fire
- addListener(AsyncListener, ServletRequest, ServletResponse) - Method in interface jakarta.servlet.AsyncContext
-
Adds an event listener that will be called when different AsyncEvents fire
- addListener(Class<? extends EventListener>) - Method in interface jakarta.servlet.ServletContext
-
TODO SERVLET3 - Add comments
- addListener(Class<? extends EventListener>) - Method in class org.apache.jasper.servlet.JspCServletContext
- addListener(String) - Method in interface jakarta.servlet.ServletContext
-
TODO SERVLET3 - Add comments
- addListener(String) - Method in class org.apache.jasper.servlet.JspCServletContext
- addListener(T) - Method in interface jakarta.servlet.ServletContext
-
TODO SERVLET3 - Add comments
- addListener(T) - Method in class org.apache.jasper.servlet.JspCServletContext
- addMapping(String...) - Method in interface jakarta.servlet.ServletRegistration
-
Adds a servlet mapping with the given URL patterns for the Servlet represented by this ServletRegistration.
- addMappingForServletNames(EnumSet<DispatcherType>, boolean, String...) - Method in interface jakarta.servlet.FilterRegistration
-
Add a mapping for this filter to one or more named Servlets.
- addMappingForUrlPatterns(EnumSet<DispatcherType>, boolean, String...) - Method in interface jakarta.servlet.FilterRegistration
-
Add a mapping for this filter to one or more URL patterns.
- addServlet(String, Servlet) - Method in interface jakarta.servlet.ServletContext
-
Register a servlet instance for use in this ServletContext.
- addServlet(String, Servlet) - Method in class org.apache.jasper.servlet.JspCServletContext
- addServlet(String, Class<? extends Servlet>) - Method in interface jakarta.servlet.ServletContext
-
Add servlet to context.
- addServlet(String, Class<? extends Servlet>) - Method in class org.apache.jasper.servlet.JspCServletContext
- addServlet(String, String) - Method in interface jakarta.servlet.ServletContext
-
Register a servlet implementation for use in this ServletContext.
- addServlet(String, String) - Method in class org.apache.jasper.servlet.JspCServletContext
- addTransformer(ClassFileTransformer) - Method in interface org.apache.tomcat.InstrumentableClassLoader
-
Adds the specified class file transformer to this class loader.
- addWebXmlMappings - Variable in class org.apache.jasper.JspC
- addWrapper(String, JspServletWrapper) - Method in class org.apache.jasper.compiler.JspRuntimeContext
-
Add a new JspServletWrapper.
- adjustBeginLineColumn(int, int) - Method in class org.apache.el.parser.SimpleCharStream
-
Method to adjust line and column numbers for the start of a token.
- afterEvaluation(ELContext, String) - Method in class jakarta.el.EvaluationListener
-
Fired after the evaluation of the expression.
- ALL_WEBXML - Static variable in class org.apache.jasper.JspC
- allMatch(LambdaExpression) - Method in class org.apache.el.stream.Stream
- And() - Method in class org.apache.el.parser.ELParser
- AND0 - Static variable in interface org.apache.el.parser.ELParserConstants
-
RegularExpression Id.
- AND1 - Static variable in interface org.apache.el.parser.ELParserConstants
-
RegularExpression Id.
- AntCompiler - Class in org.apache.jasper.compiler
-
Main JSP compiler class.
- AntCompiler() - Constructor for class org.apache.jasper.compiler.AntCompiler
- AntCompiler.JasperAntLogger - Class in org.apache.jasper.compiler
- AntCompiler.SystemLogHandler - Class in org.apache.jasper.compiler
- anyMatch(LambdaExpression) - Method in class org.apache.el.stream.Stream
- APPLICATION - Static variable in class jakarta.servlet.jsp.PageContext
-
Name used to store ServletContext in PageContext name table.
- APPLICATION_SCOPE - Static variable in class jakarta.servlet.jsp.PageContext
-
Application scope: named reference remains available in the ServletContext until it is reclaimed.
- apply(Node.Nodes, ErrorDispatcher, PageInfo) - Method in class org.apache.jasper.compiler.TagPluginManager
- argPos - Variable in class org.apache.jasper.JspC
- args - Variable in class org.apache.jasper.JspC
- ArithmeticNode - Class in org.apache.el.parser
- ArithmeticNode(int) - Constructor for class org.apache.el.parser.ArithmeticNode
- ArrayELResolver - Class in jakarta.el
- ArrayELResolver() - Constructor for class jakarta.el.ArrayELResolver
- ArrayELResolver(boolean) - Constructor for class jakarta.el.ArrayELResolver
- ARROW - Static variable in interface org.apache.el.parser.ELParserConstants
-
RegularExpression Id.
- ASSIGN - Static variable in interface org.apache.el.parser.ELParserConstants
-
RegularExpression Id.
- Assignment() - Method in class org.apache.el.parser.ELParser
- AstAnd - Class in org.apache.el.parser
- AstAnd(int) - Constructor for class org.apache.el.parser.AstAnd
- AstAssign - Class in org.apache.el.parser
- AstAssign(int) - Constructor for class org.apache.el.parser.AstAssign
- AstBracketSuffix - Class in org.apache.el.parser
- AstBracketSuffix(int) - Constructor for class org.apache.el.parser.AstBracketSuffix
- AstChoice - Class in org.apache.el.parser
- AstChoice(int) - Constructor for class org.apache.el.parser.AstChoice
- AstCompositeExpression - Class in org.apache.el.parser
- AstCompositeExpression(int) - Constructor for class org.apache.el.parser.AstCompositeExpression
- AstConcatenation - Class in org.apache.el.parser
- AstConcatenation(int) - Constructor for class org.apache.el.parser.AstConcatenation
- AstDeferredExpression - Class in org.apache.el.parser
- AstDeferredExpression(int) - Constructor for class org.apache.el.parser.AstDeferredExpression
- AstDiv - Class in org.apache.el.parser
- AstDiv(int) - Constructor for class org.apache.el.parser.AstDiv
- AstDotSuffix - Class in org.apache.el.parser
- AstDotSuffix(int) - Constructor for class org.apache.el.parser.AstDotSuffix
- AstDynamicExpression - Class in org.apache.el.parser
- AstDynamicExpression(int) - Constructor for class org.apache.el.parser.AstDynamicExpression
- AstEmpty - Class in org.apache.el.parser
- AstEmpty(int) - Constructor for class org.apache.el.parser.AstEmpty
- AstEqual - Class in org.apache.el.parser
- AstEqual(int) - Constructor for class org.apache.el.parser.AstEqual
- AstFalse - Class in org.apache.el.parser
- AstFalse(int) - Constructor for class org.apache.el.parser.AstFalse
- AstFloatingPoint - Class in org.apache.el.parser
- AstFloatingPoint(int) - Constructor for class org.apache.el.parser.AstFloatingPoint
- AstFunction - Class in org.apache.el.parser
- AstFunction(int) - Constructor for class org.apache.el.parser.AstFunction
- AstGreaterThan - Class in org.apache.el.parser
- AstGreaterThan(int) - Constructor for class org.apache.el.parser.AstGreaterThan
- AstGreaterThanEqual - Class in org.apache.el.parser
- AstGreaterThanEqual(int) - Constructor for class org.apache.el.parser.AstGreaterThanEqual
- AstIdentifier - Class in org.apache.el.parser
- AstIdentifier(int) - Constructor for class org.apache.el.parser.AstIdentifier
- AstInteger - Class in org.apache.el.parser
- AstInteger(int) - Constructor for class org.apache.el.parser.AstInteger
- AstLambdaExpression - Class in org.apache.el.parser
- AstLambdaExpression(int) - Constructor for class org.apache.el.parser.AstLambdaExpression
- AstLambdaParameters - Class in org.apache.el.parser
- AstLambdaParameters(int) - Constructor for class org.apache.el.parser.AstLambdaParameters
- AstLessThan - Class in org.apache.el.parser
- AstLessThan(int) - Constructor for class org.apache.el.parser.AstLessThan
- AstLessThanEqual - Class in org.apache.el.parser
- AstLessThanEqual(int) - Constructor for class org.apache.el.parser.AstLessThanEqual
- AstListData - Class in org.apache.el.parser
- AstListData(int) - Constructor for class org.apache.el.parser.AstListData
- AstLiteralExpression - Class in org.apache.el.parser
- AstLiteralExpression(int) - Constructor for class org.apache.el.parser.AstLiteralExpression
- AstMapData - Class in org.apache.el.parser
- AstMapData(int) - Constructor for class org.apache.el.parser.AstMapData
- AstMapEntry - Class in org.apache.el.parser
- AstMapEntry(int) - Constructor for class org.apache.el.parser.AstMapEntry
- AstMethodParameters - Class in org.apache.el.parser
- AstMethodParameters(int) - Constructor for class org.apache.el.parser.AstMethodParameters
- AstMinus - Class in org.apache.el.parser
- AstMinus(int) - Constructor for class org.apache.el.parser.AstMinus
- AstMod - Class in org.apache.el.parser
- AstMod(int) - Constructor for class org.apache.el.parser.AstMod
- AstMult - Class in org.apache.el.parser
- AstMult(int) - Constructor for class org.apache.el.parser.AstMult
- AstNegative - Class in org.apache.el.parser
- AstNegative(int) - Constructor for class org.apache.el.parser.AstNegative
- AstNot - Class in org.apache.el.parser
- AstNot(int) - Constructor for class org.apache.el.parser.AstNot
- AstNotEqual - Class in org.apache.el.parser
- AstNotEqual(int) - Constructor for class org.apache.el.parser.AstNotEqual
- AstNull - Class in org.apache.el.parser
- AstNull(int) - Constructor for class org.apache.el.parser.AstNull
- AstOr - Class in org.apache.el.parser
- AstOr(int) - Constructor for class org.apache.el.parser.AstOr
- AstPlus - Class in org.apache.el.parser
- AstPlus(int) - Constructor for class org.apache.el.parser.AstPlus
- AstSemicolon - Class in org.apache.el.parser
- AstSemicolon(int) - Constructor for class org.apache.el.parser.AstSemicolon
- AstSetData - Class in org.apache.el.parser
- AstSetData(int) - Constructor for class org.apache.el.parser.AstSetData
- AstString - Class in org.apache.el.parser
- AstString(int) - Constructor for class org.apache.el.parser.AstString
- AstTrue - Class in org.apache.el.parser
- AstTrue(int) - Constructor for class org.apache.el.parser.AstTrue
- AstValue - Class in org.apache.el.parser
- AstValue(int) - Constructor for class org.apache.el.parser.AstValue
- AstValue.Target - Class in org.apache.el.parser
- ASYNC - jakarta.servlet.DispatcherType
- ASYNC_CONTEXT_PATH - Static variable in interface jakarta.servlet.AsyncContext
-
The attribute name for the Context Path of the async request
- ASYNC_MAPPING - Static variable in interface jakarta.servlet.AsyncContext
-
The attribute name for the Mapping of the async request
- ASYNC_PATH_INFO - Static variable in interface jakarta.servlet.AsyncContext
-
The attribute name for the Path Info of the async request
- ASYNC_QUERY_STRING - Static variable in interface jakarta.servlet.AsyncContext
-
The attribute name for the Query String of the async request
- ASYNC_REQUEST_URI - Static variable in interface jakarta.servlet.AsyncContext
-
The attribute name for the URI of the async request
- ASYNC_SERVLET_PATH - Static variable in interface jakarta.servlet.AsyncContext
-
The attribute name for the Servlet Path of the async request
- AsyncContext - Interface in jakarta.servlet
-
Provides the context for asynchronous request handling
- AsyncEvent - Class in jakarta.servlet
-
Used to pass data to the methods of
AsyncListener. - AsyncEvent(AsyncContext) - Constructor for class jakarta.servlet.AsyncEvent
-
Creates an instance using the provide parameters.
- AsyncEvent(AsyncContext, ServletRequest, ServletResponse) - Constructor for class jakarta.servlet.AsyncEvent
-
Creates an instance using the provide parameters.
- AsyncEvent(AsyncContext, ServletRequest, ServletResponse, Throwable) - Constructor for class jakarta.servlet.AsyncEvent
-
Creates an instance using the provide parameters.
- AsyncEvent(AsyncContext, Throwable) - Constructor for class jakarta.servlet.AsyncEvent
-
Creates an instance using the provide parameters.
- AsyncListener - Interface in jakarta.servlet
-
Listener for events associated with an
AsyncContext. - asyncSupported() - Method in annotation type jakarta.servlet.annotation.WebFilter
- asyncSupported() - Method in annotation type jakarta.servlet.annotation.WebServlet
- AT_BEGIN - Static variable in class jakarta.servlet.jsp.tagext.VariableInfo
-
Scope information that scripting variable is visible after start tag.
- AT_END - Static variable in class jakarta.servlet.jsp.tagext.VariableInfo
-
Scope information that scripting variable is visible after end tag.
- ATTRIBUTE_ACTION - Static variable in interface org.apache.jasper.compiler.TagConstants
- ATTRIBUTE_DIRECTIVE_ACTION - Static variable in interface org.apache.jasper.compiler.TagConstants
- attributeAdded(HttpSessionBindingEvent) - Method in interface jakarta.servlet.http.HttpSessionAttributeListener
-
Notification that an attribute has been added to a session.
- attributeAdded(ServletContextAttributeEvent) - Method in interface jakarta.servlet.ServletContextAttributeListener
-
Notification that a new attribute was added to the servlet context.
- attributeAdded(ServletRequestAttributeEvent) - Method in interface jakarta.servlet.ServletRequestAttributeListener
-
Notification that a new attribute was added to the servlet request.
- AttributeParser - Class in org.apache.jasper.compiler
-
Converts a JSP attribute value into the unquoted equivalent.
- attributeRemoved(HttpSessionBindingEvent) - Method in interface jakarta.servlet.http.HttpSessionAttributeListener
-
Notification that an attribute has been removed from a session.
- attributeRemoved(ServletContextAttributeEvent) - Method in interface jakarta.servlet.ServletContextAttributeListener
-
Notification that an existing attribute has been removed from the servlet context.
- attributeRemoved(ServletRequestAttributeEvent) - Method in interface jakarta.servlet.ServletRequestAttributeListener
-
Notification that an existing attribute has been removed from the servlet request.
- attributeReplaced(HttpSessionBindingEvent) - Method in interface jakarta.servlet.http.HttpSessionAttributeListener
-
Notification that an attribute has been replaced in a session.
- attributeReplaced(ServletContextAttributeEvent) - Method in interface jakarta.servlet.ServletContextAttributeListener
-
Notification that an attribute on the servlet context has been replaced.
- attributeReplaced(ServletRequestAttributeEvent) - Method in interface jakarta.servlet.ServletRequestAttributeListener
-
Notification that an attribute was replaced on the servlet request.
- authenticate(HttpServletResponse) - Method in interface jakarta.servlet.http.HttpServletRequest
-
Triggers the same authentication process as would be triggered if the request is for a resource that is protected by a security constraint.
- authenticate(HttpServletResponse) - Method in class jakarta.servlet.http.HttpServletRequestWrapper
-
Triggers the same authentication process as would be triggered if the request is for a resource that is protected by a security constraint.
- autoFlush - Variable in class jakarta.servlet.jsp.JspWriter
-
Whether the JspWriter is autoflushing.
- average() - Method in class org.apache.el.stream.Stream
B
- backgroundProcess() - Method in interface org.apache.tomcat.InstanceManager
-
Called by the component using the InstanceManager periodically to perform any regular maintenance that might be required.
- backup(int) - Method in class org.apache.el.parser.SimpleCharStream
-
Backup a number of characters.
- base - Variable in class org.apache.el.parser.AstValue.Target
- BASIC_AUTH - Static variable in interface jakarta.servlet.http.HttpServletRequest
-
String identifier for Basic authentication.
- BeanELResolver - Class in jakarta.el
- BeanELResolver() - Constructor for class jakarta.el.BeanELResolver
- BeanELResolver(boolean) - Constructor for class jakarta.el.BeanELResolver
- BeanNameELResolver - Class in jakarta.el
- BeanNameELResolver(BeanNameResolver) - Constructor for class jakarta.el.BeanNameELResolver
- BeanNameResolver - Class in jakarta.el
-
Base implementation that provides a minimal default implementation that is intended to be extended by application developers.
- BeanNameResolver() - Constructor for class jakarta.el.BeanNameResolver
- BeanRepository - Class in org.apache.jasper.compiler
-
Repository of {page, request, session, application}-scoped beans
- BeanRepository(ClassLoader, ErrorDispatcher) - Constructor for class org.apache.jasper.compiler.BeanRepository
-
Constructor.
- beforeEvaluation(ELContext, String) - Method in class jakarta.el.EvaluationListener
-
Fired before the evaluation of the expression.
- beginColumn - Variable in class org.apache.el.parser.Token
-
The column number of the first character of this Token.
- beginLine - Variable in class org.apache.el.parser.Token
-
The line number of the first character of this Token.
- BeginToken() - Method in class org.apache.el.parser.SimpleCharStream
-
Start.
- BIGDECIMAL - Static variable in class org.apache.el.lang.ELArithmetic
- BigDecimalDelegate() - Constructor for class org.apache.el.lang.ELArithmetic.BigDecimalDelegate
- BIGINTEGER - Static variable in class org.apache.el.lang.ELArithmetic
- BigIntegerDelegate() - Constructor for class org.apache.el.lang.ELArithmetic.BigIntegerDelegate
- bind(boolean, ClassLoader) - Method in interface org.apache.tomcat.ContextBind
-
Change the current thread context class loader to the web application class loader.
- bind(ClassLoader, InstanceManager) - Static method in class org.apache.tomcat.InstanceManagerBindings
- blockExternal - Variable in class org.apache.jasper.JspC
- BODY_ACTION - Static variable in interface org.apache.jasper.compiler.TagConstants
- BODY_CONTENT_EMPTY - Static variable in class jakarta.servlet.jsp.tagext.TagInfo
-
Static constant for getBodyContent() when it is empty.
- BODY_CONTENT_JSP - Static variable in class jakarta.servlet.jsp.tagext.TagInfo
-
Static constant for getBodyContent() when it is JSP.
- BODY_CONTENT_SCRIPTLESS - Static variable in class jakarta.servlet.jsp.tagext.TagInfo
-
Static constant for getBodyContent() when it is scriptless.
- BODY_CONTENT_TAG_DEPENDENT - Static variable in class jakarta.servlet.jsp.tagext.TagInfo
-
Static constant for getBodyContent() when it is Tag dependent.
- bodyContent - Variable in class jakarta.servlet.jsp.tagext.BodyTagSupport
-
The current BodyContent for this BodyTag.
- BodyContent - Class in jakarta.servlet.jsp.tagext
-
An encapsulation of the evaluation of the body of an action so it is available to a tag handler.
- BodyContent(JspWriter) - Constructor for class jakarta.servlet.jsp.tagext.BodyContent
-
Protected constructor.
- BodyContentImpl - Class in org.apache.jasper.runtime
-
Write text to a character-output stream, buffering characters so as to provide for the efficient writing of single characters, arrays, and strings.
- BodyContentImpl(JspWriter, boolean, int) - Constructor for class org.apache.jasper.runtime.BodyContentImpl
-
Constructor.
- BodyTag - Interface in jakarta.servlet.jsp.tagext
-
The BodyTag interface extends IterationTag by defining additional methods that let a tag handler manipulate the content of evaluating its body.
- BodyTagSupport - Class in jakarta.servlet.jsp.tagext
-
A base class for defining tag handlers implementing BodyTag.
- BodyTagSupport() - Constructor for class jakarta.servlet.jsp.tagext.BodyTagSupport
-
Default constructor, all subclasses are required to only define a public constructor with the same signature, and to call the superclass constructor.
- Boolean() - Method in class org.apache.el.parser.ELParser
- BooleanNode - Class in org.apache.el.parser
- BooleanNode(int) - Constructor for class org.apache.el.parser.BooleanNode
- booleanValue(String) - Static method in class org.apache.jasper.compiler.JspUtil
-
Convert a String value to 'boolean'.
- BracketSuffix() - Method in class org.apache.el.parser.ELParser
- bufcolumn - Variable in class org.apache.el.parser.SimpleCharStream
- buffer - Variable in class org.apache.el.parser.SimpleCharStream
- bufferSize - Variable in class jakarta.servlet.jsp.JspWriter
-
The size of the buffer used by the JspWriter.
- bufline - Variable in class org.apache.el.parser.SimpleCharStream
- bufpos - Variable in class org.apache.el.parser.SimpleCharStream
-
Position in buffer.
C
- cache - Variable in class org.apache.jasper.JspC
- caching - Variable in class org.apache.jasper.JspC
- canAccess(Object, AccessibleObject) - Method in class org.apache.el.util.JreCompat
-
Is the accessibleObject accessible (as a result of appropriate module exports) on the provided instance?
- canBeRequestTime() - Method in class jakarta.servlet.jsp.tagext.TagAttributeInfo
-
Whether this attribute can hold a request-time value.
- canCreateBean(String) - Method in class jakarta.el.BeanNameResolver
-
Is it permitted to create a bean of the given name?
- canonicalURI(String) - Static method in class org.apache.jasper.JspCompilationContext
- capitalize(String) - Static method in class org.apache.jasper.runtime.JspRuntimeLibrary
-
Reverse of Introspector.decapitalize.
- CATALINA_HOME_PROP - Static variable in class org.apache.jasper.Constants
-
Name of the system property containing the tomcat product installation path
- Catch - Class in org.apache.jasper.tagplugins.jstl.core
- Catch() - Constructor for class org.apache.jasper.tagplugins.jstl.core.Catch
- changeSessionId() - Method in interface jakarta.servlet.http.HttpServletRequest
-
Changes the session ID of the session associated with this request.
- changeSessionId() - Method in class jakarta.servlet.http.HttpServletRequestWrapper
-
The default behavior of this method is to call changeSessionId() on the wrapped request object.
- check(JarScanType, String) - Method in interface org.apache.tomcat.JarScanFilter
- checkAttributes(String, Node, JspUtil.ValidAttribute[], ErrorDispatcher) - Static method in class org.apache.jasper.compiler.JspUtil
-
Checks if all mandatory attributes are present and if all attributes present have valid names.
- checkCompile() - Method in class org.apache.jasper.compiler.JspRuntimeContext
-
Method used by background thread to check the JSP dependencies registered with this class for JSP's.
- checkError() - Method in class org.apache.jasper.compiler.AntCompiler.SystemLogHandler
- checkOutputDir() - Method in class org.apache.jasper.JspCompilationContext
- checkScope(String, Node, ErrorDispatcher) - Static method in class org.apache.jasper.compiler.JspUtil
-
Checks to see if the given scope is valid.
- checkUnload() - Method in class org.apache.jasper.compiler.JspRuntimeContext
-
Method used by background thread to check if any JSP's should be unloaded.
- checkVariable(String) - Method in class org.apache.jasper.compiler.BeanRepository
- children - Variable in class org.apache.el.parser.SimpleNode
- Choice() - Method in class org.apache.el.parser.ELParser
- Choose - Class in org.apache.jasper.tagplugins.jstl.core
- Choose() - Constructor for class org.apache.jasper.tagplugins.jstl.core.Choose
- CHUNKSIZE - Static variable in class org.apache.jasper.compiler.JspUtil
- classDebugInfo - Variable in class org.apache.jasper.JspC
- classPath - Variable in class org.apache.jasper.JspC
- clear() - Method in class jakarta.servlet.jsp.JspWriter
-
Clear the contents of the buffer.
- clear() - Method in class org.apache.jasper.runtime.BodyContentImpl
-
Clear the contents of the buffer.
- clear() - Method in class org.apache.jasper.runtime.JspWriterImpl
-
Discard the output buffer.
- clear() - Method in class org.apache.jasper.util.UniqueAttributesImpl
- clearBody() - Method in class jakarta.servlet.jsp.tagext.BodyContent
-
Clear the body without throwing any exceptions.
- clearBuffer() - Method in class jakarta.servlet.jsp.JspWriter
-
Clears the current contents of the buffer.
- clearBuffer() - Method in class org.apache.jasper.runtime.BodyContentImpl
-
Clears the current contents of the buffer.
- clearBuffer() - Method in class org.apache.jasper.runtime.JspWriterImpl
- clearJspLoader() - Method in class org.apache.jasper.JspCompilationContext
- clearNodeScope(Node) - Method in class org.apache.el.parser.JJTELParserState
- clearReplaced() - Method in class org.apache.jasper.util.FastRemovalDequeue.Entry
- CLIENT_CERT_AUTH - Static variable in interface jakarta.servlet.http.HttpServletRequest
-
String identifier for Client Certificate authentication.
- clone() - Method in class jakarta.servlet.http.Cookie
-
Overrides the standard
java.lang.Object.clonemethod to return a copy of this cookie. - close() - Method in class jakarta.servlet.jsp.JspWriter
-
Close the stream, flushing it first.
- close() - Method in class org.apache.jasper.compiler.AntCompiler.SystemLogHandler
- close() - Method in class org.apache.jasper.compiler.ServletWriter
- close() - Method in class org.apache.jasper.runtime.BodyContentImpl
-
Close the stream, flushing it first.
- close() - Method in class org.apache.jasper.runtime.JspWriterImpl
-
Close the stream.
- close() - Method in interface org.apache.tomcat.Jar
-
Close any resources associated with this JAR.
- closeNodeScope(Node, boolean) - Method in class org.apache.el.parser.JJTELParserState
- closeNodeScope(Node, int) - Method in class org.apache.el.parser.JJTELParserState
- coerce(Number) - Method in class org.apache.el.lang.ELArithmetic.BigDecimalDelegate
- coerce(Number) - Method in class org.apache.el.lang.ELArithmetic.BigIntegerDelegate
- coerce(Number) - Method in class org.apache.el.lang.ELArithmetic
- coerce(Number) - Method in class org.apache.el.lang.ELArithmetic.DoubleDelegate
- coerce(Number) - Method in class org.apache.el.lang.ELArithmetic.LongDelegate
- coerce(Object) - Method in class org.apache.el.lang.ELArithmetic
- coerce(String) - Method in class org.apache.el.lang.ELArithmetic.BigDecimalDelegate
- coerce(String) - Method in class org.apache.el.lang.ELArithmetic.BigIntegerDelegate
- coerce(String) - Method in class org.apache.el.lang.ELArithmetic
- coerce(String) - Method in class org.apache.el.lang.ELArithmetic.DoubleDelegate
- coerce(String) - Method in class org.apache.el.lang.ELArithmetic.LongDelegate
- coerce(String, Class<?>) - Static method in class org.apache.jasper.runtime.JspRuntimeLibrary
- COERCE_TO_ZERO - Static variable in class org.apache.el.lang.ELSupport
- coerceToBoolean(ELContext, Object, boolean) - Static method in class org.apache.el.lang.ELSupport
-
Convert an object to Boolean.
- coerceToBoolean(String) - Static method in class org.apache.jasper.runtime.JspRuntimeLibrary
- coerceToBoolean(String, boolean) - Static method in class org.apache.jasper.compiler.JspUtil
- coerceToByte(String) - Static method in class org.apache.jasper.runtime.JspRuntimeLibrary
- coerceToByte(String, boolean) - Static method in class org.apache.jasper.compiler.JspUtil
- coerceToChar(String) - Static method in class org.apache.jasper.runtime.JspRuntimeLibrary
- coerceToChar(String, boolean) - Static method in class org.apache.jasper.compiler.JspUtil
- coerceToCharacter(String, boolean) - Static method in class org.apache.jasper.compiler.JspUtil
- coerceToDouble(String) - Static method in class org.apache.jasper.runtime.JspRuntimeLibrary
- coerceToDouble(String, boolean) - Static method in class org.apache.jasper.compiler.JspUtil
- coerceToEnum(ELContext, Object, Class) - Static method in class org.apache.el.lang.ELSupport
- coerceToFloat(String) - Static method in class org.apache.jasper.runtime.JspRuntimeLibrary
- coerceToFloat(String, boolean) - Static method in class org.apache.jasper.compiler.JspUtil
- coerceToInt(String) - Static method in class org.apache.jasper.runtime.JspRuntimeLibrary
- coerceToInt(String, boolean) - Static method in class org.apache.jasper.compiler.JspUtil
- coerceToInteger(String, boolean) - Static method in class org.apache.jasper.compiler.JspUtil
- coerceToLong(String) - Static method in class org.apache.jasper.runtime.JspRuntimeLibrary
- coerceToLong(String, boolean) - Static method in class org.apache.jasper.compiler.JspUtil
- coerceToNumber(ELContext, Object, Class<?>) - Static method in class org.apache.el.lang.ELSupport
- coerceToNumber(Number, Class<?>) - Static method in class org.apache.el.lang.ELSupport
- coerceToNumber(String, Class<?>) - Static method in class org.apache.el.lang.ELSupport
- coerceToOtherType(Class<?>, String, boolean) - Method in class org.apache.jasper.compiler.StringInterpreterFactory.DefaultStringInterpreter
-
Intended to be used by sub-classes that don't need/want to re-implement the logic in
StringInterpreterFactory.DefaultStringInterpreter.convertString(Class, String, String, Class, boolean). - coerceToOtherType(Class<?>, String, boolean) - Method in class org.apache.jasper.optimizations.StringInterpreterEnum
- coerceToPrimitiveBoolean(String, boolean) - Static method in class org.apache.jasper.compiler.JspUtil
- coerceToPrimitiveByte(String, boolean) - Static method in class org.apache.jasper.compiler.JspUtil
- coerceToPrimitiveDouble(String, boolean) - Static method in class org.apache.jasper.compiler.JspUtil
- coerceToPrimitiveFloat(String, boolean) - Static method in class org.apache.jasper.compiler.JspUtil
- coerceToPrimitiveLong(String, boolean) - Static method in class org.apache.jasper.compiler.JspUtil
- coerceToPrimitiveShort(String, boolean) - Static method in class org.apache.jasper.compiler.JspUtil
- coerceToShort(String) - Static method in class org.apache.jasper.runtime.JspRuntimeLibrary
- coerceToShort(String, boolean) - Static method in class org.apache.jasper.compiler.JspUtil
- coerceToString(ELContext, Object) - Static method in class org.apache.el.lang.ELSupport
-
Coerce an object to a string.
- coerceToType(ELContext, Object, Class<?>) - Static method in class org.apache.el.lang.ELSupport
- coerceToType(Object, Class<?>) - Method in class jakarta.el.ExpressionFactory
-
Coerce the supplied object to the requested type.
- coerceToType(Object, Class<?>) - Method in class org.apache.el.ExpressionFactoryImpl
- COLON - Static variable in interface org.apache.el.parser.ELParserConstants
-
RegularExpression Id.
- column - Variable in class org.apache.el.parser.SimpleCharStream
- COMMA - Static variable in interface org.apache.el.parser.ELParserConstants
-
RegularExpression Id.
- compare(ELContext, Object, Object) - Static method in class org.apache.el.lang.ELSupport
-
Compare two objects, after coercing to the same type if appropriate.
- Compare() - Method in class org.apache.el.parser.ELParser
- compile - Variable in class org.apache.jasper.JspC
- compile() - Method in class org.apache.jasper.compiler.Compiler
-
Compile the jsp file from the current engine context.
- compile() - Method in class org.apache.jasper.JspCompilationContext
- compile(boolean) - Method in class org.apache.jasper.compiler.Compiler
-
Compile the jsp file from the current engine context.
- compile(boolean, boolean) - Method in class org.apache.jasper.compiler.Compiler
-
Compile the jsp file from the current engine context.
- compiler - Variable in class org.apache.jasper.JspC
- Compiler - Class in org.apache.jasper.compiler
-
Main JSP compiler class.
- Compiler() - Constructor for class org.apache.jasper.compiler.Compiler
- compilerSourceVM - Variable in class org.apache.jasper.JspC
- compilerTargetVM - Variable in class org.apache.jasper.JspC
- complete() - Method in interface jakarta.servlet.AsyncContext
-
Completes the async request processing and closes the response stream
- completeWebXml() - Method in class org.apache.jasper.JspC
- CompositeELResolver - Class in jakarta.el
- CompositeELResolver() - Constructor for class jakarta.el.CompositeELResolver
- CompositeExpression() - Method in class org.apache.el.parser.ELParser
- CONCAT - Static variable in interface org.apache.el.parser.ELParserConstants
-
RegularExpression Id.
- concatenate(Compiler, Node.Nodes) - Static method in class org.apache.jasper.compiler.TextOptimizer
- Concatenation() - Method in class org.apache.el.parser.ELParser
- ConcurrentCache<K,V> - Class in org.apache.el.util
- ConcurrentCache(int) - Constructor for class org.apache.el.util.ConcurrentCache
- CONFIDENTIAL - jakarta.servlet.annotation.ServletSecurity.TransportGuarantee
-
The container MUST encrypt user data during transport
- CONFIG - Static variable in class jakarta.servlet.jsp.PageContext
-
Name used to store ServletConfig in PageContext name table.
- Constants - Class in org.apache.jasper
-
Some constants and other global data that are used by the compiler and the runtime.
- Constants() - Constructor for class org.apache.jasper.Constants
- containsHeader(String) - Method in interface jakarta.servlet.http.HttpServletResponse
-
Returns a boolean indicating whether the named response header has already been set.
- containsHeader(String) - Method in class jakarta.servlet.http.HttpServletResponseWrapper
-
The default behavior of this method is to call containsHeader(String name) on the wrapped response object.
- context - Variable in class org.apache.jasper.JspC
-
The servlet context.
- CONTEXT_ROOT - jakarta.servlet.http.MappingMatch
-
The request was mapped to the servlet via the context root URL pattern of
"". - ContextBind - Interface in org.apache.tomcat
- contextCreated(ELContextEvent) - Method in interface jakarta.el.ELContextListener
- contextDestroyed(ServletContextEvent) - Method in interface jakarta.servlet.ServletContextListener
-
Notification that the servlet context is about to be shut down.
- contextInitialized(ServletContextEvent) - Method in interface jakarta.servlet.ServletContextListener
-
Notification that the web application initialization process is starting.
- convert(String, String, Class<?>, Class<?>) - Static method in class org.apache.jasper.runtime.JspRuntimeLibrary
- convertString(Class<?>, String, String, Class<?>, boolean) - Method in interface org.apache.jasper.compiler.StringInterpreter
-
Generates the source code that represents the conversion of the string value to the appropriate type.
- convertString(Class<?>, String, String, Class<?>, boolean) - Method in class org.apache.jasper.compiler.StringInterpreterFactory.DefaultStringInterpreter
- convertToType(ELContext, Object, Class<?>) - Method in class jakarta.el.CompositeELResolver
- convertToType(ELContext, Object, Class<?>) - Method in class jakarta.el.ELResolver
-
Converts the given object to the given type.
- convertToType(ELContext, Object, Class<?>) - Method in class jakarta.el.TypeConverter
- convertToType(Object, Class<?>) - Method in class jakarta.el.ELContext
-
Coerce the supplied object to the requested type.
- convertToType(Object, Class<?>) - Method in class org.apache.el.lang.EvaluationContext
- Cookie - Class in jakarta.servlet.http
-
Creates a cookie, a small amount of information sent by a servlet to a Web browser, saved by the browser, and later sent back to the server.
- Cookie(String, String) - Constructor for class jakarta.servlet.http.Cookie
-
Constructs a cookie with a specified name and value.
- COOKIE - jakarta.servlet.SessionTrackingMode
-
Use HTTP cookies.
- copyWithoutTransformers() - Method in interface org.apache.tomcat.InstrumentableClassLoader
-
Returns a copy of this class loader without any class file transformers.
- count() - Method in class org.apache.el.stream.Stream
- create() - Method in class org.apache.el.lang.FunctionMapperFactory
- create() - Method in class org.apache.el.lang.VariableMapperFactory
- createCompiler() - Method in class org.apache.jasper.JspCompilationContext
-
Create a "Compiler" object based on some init param data.
- createCompiler(String) - Method in class org.apache.jasper.JspCompilationContext
- createELContext(JspContext) - Method in class org.apache.jasper.runtime.JspApplicationContextImpl
- createFilter(Class<T>) - Method in interface jakarta.servlet.ServletContext
-
Create a Filter instance using the given class.
- createFilter(Class<T>) - Method in class org.apache.jasper.servlet.JspCServletContext
- createJavacError(String, Node.Nodes, StringBuilder, int) - Static method in class org.apache.jasper.compiler.ErrorDispatcher
-
Create a compilation error.
- createJavacError(String, Node.Nodes, StringBuilder, int, JspCompilationContext) - Static method in class org.apache.jasper.compiler.ErrorDispatcher
-
Create a compilation error.
- createListener(Class<T>) - Method in interface jakarta.servlet.AsyncContext
-
Creates and returns an AsyncListener object
- createListener(Class<T>) - Method in interface jakarta.servlet.ServletContext
-
TODO SERVLET3 - Add comments
- createListener(Class<T>) - Method in class org.apache.jasper.servlet.JspCServletContext
- createMethodExpression(ELContext, String, Class<?>, Class<?>[]) - Method in class jakarta.el.ExpressionFactory
-
Create a new method expression instance.
- createMethodExpression(ELContext, String, Class<?>, Class<?>[]) - Method in class org.apache.el.ExpressionFactoryImpl
- createMethodExpression(Class<?>, Class<?>[]) - Method in class org.apache.el.lang.ExpressionBuilder
- createNode(String) - Static method in class org.apache.el.lang.ExpressionBuilder
- createOutputDir() - Method in class org.apache.jasper.JspCompilationContext
- createServlet(Class<T>) - Method in interface jakarta.servlet.ServletContext
-
Create an Servlet instance using the given class.
- createServlet(Class<T>) - Method in class org.apache.jasper.servlet.JspCServletContext
- createTypedArray(String, Object, Method, String[], Class<?>, Class<?>) - Static method in class org.apache.jasper.runtime.JspRuntimeLibrary
-
Create a typed array.
- createValueExpression(ELContext, String, Class<?>) - Method in class jakarta.el.ExpressionFactory
-
Create a new value expression.
- createValueExpression(ELContext, String, Class<?>) - Method in class org.apache.el.ExpressionFactoryImpl
- createValueExpression(Class<?>) - Method in class org.apache.el.lang.ExpressionBuilder
- createValueExpression(Object, Class<?>) - Method in class jakarta.el.ExpressionFactory
- createValueExpression(Object, Class<?>) - Method in class org.apache.el.ExpressionFactoryImpl
- ctxt - Variable in class org.apache.jasper.compiler.Compiler
- curChar - Variable in class org.apache.el.parser.ELParserTokenManager
- currentToken - Variable in exception org.apache.el.parser.ParseException
-
This is the last token that has been consumed successfully.
D
- data - Static variable in class org.apache.jasper.compiler.AntCompiler.SystemLogHandler
-
Thread <-> ByteArrayOutputStream associations.
- debugStream - Variable in class org.apache.el.parser.ELParserTokenManager
-
Debug output.
- DECLARATION_ACTION - Static variable in interface org.apache.jasper.compiler.TagConstants
- declareRoles(String...) - Method in interface jakarta.servlet.ServletContext
-
Add to the declared roles for this ServletContext.
- declareRoles(String...) - Method in class org.apache.jasper.servlet.JspCServletContext
- decTripCount() - Method in class org.apache.jasper.servlet.JspServletWrapper
- DEFAULT - jakarta.servlet.http.MappingMatch
-
The request was mapped to the servlet via the default servlet URL pattern of
"/". - DEFAULT - Static variable in interface org.apache.el.parser.ELParserConstants
-
Lexical state.
- DEFAULT_BUFFER - Static variable in class jakarta.servlet.jsp.JspWriter
-
Constant indicating that the Writer is buffered and is using the implementation default buffer size.
- DEFAULT_BUFFER_SIZE - Static variable in class org.apache.jasper.Constants
-
Default size of the JSP buffer.
- DEFAULT_DIE_LEVEL - Static variable in class org.apache.jasper.JspC
- DEFAULT_ENCODING - Static variable in class org.apache.jasper.tagplugins.jstl.Util
- DEFAULT_IE_CLASS_ID - Static variable in class org.apache.jasper.JspC
- DEFAULT_TAG_BUFFER_SIZE - Static variable in class org.apache.jasper.Constants
-
Default size for the tag buffers.
- DefaultELInterpreter() - Constructor for class org.apache.jasper.compiler.ELInterpreterFactory.DefaultELInterpreter
- DefaultStringInterpreter() - Constructor for class org.apache.jasper.compiler.StringInterpreterFactory.DefaultStringInterpreter
- DeferredExpression() - Method in class org.apache.el.parser.ELParser
- defineBean(String, Object) - Method in class jakarta.el.ELManager
- defineBean(String, Object) - Method in class jakarta.el.ELProcessor
- defineFunction(String, String, Method) - Method in class jakarta.el.ELProcessor
-
Map a method to a function name.
- defineFunction(String, String, String, String) - Method in class jakarta.el.ELProcessor
- delete() - Method in interface jakarta.servlet.http.Part
-
Deletes the underlying storage for a part, including deleting any associated temporary disk file.
- DENY - jakarta.servlet.annotation.ServletSecurity.EmptyRoleSemantic
-
Access MUST be denied, regardless of authentication state or identity
- description() - Method in annotation type jakarta.servlet.annotation.WebFilter
- description() - Method in annotation type jakarta.servlet.annotation.WebInitParam
- description() - Method in annotation type jakarta.servlet.annotation.WebServlet
- destroy() - Method in interface jakarta.servlet.Filter
-
Called by the web container to indicate to a filter that it is being taken out of service.
- destroy() - Method in class jakarta.servlet.GenericServlet
-
Called by the servlet container to indicate to a servlet that the servlet is being taken out of service.
- destroy() - Method in interface jakarta.servlet.http.HttpUpgradeHandler
-
This method is called after the upgraded connection has been closed.
- destroy() - Method in interface jakarta.servlet.Servlet
-
Called by the servlet container to indicate to a servlet that the servlet is being taken out of service.
- destroy() - Method in class org.apache.jasper.compiler.JspRuntimeContext
-
Process a "destroy" event for this web application context.
- destroy() - Method in class org.apache.jasper.runtime.HttpJspBase
- destroy() - Method in class org.apache.jasper.servlet.JspServlet
- destroy() - Method in class org.apache.jasper.servlet.JspServletWrapper
- destroyInstance(Object) - Method in interface org.apache.tomcat.InstanceManager
- destroyInstance(Object) - Method in class org.apache.tomcat.SimpleInstanceManager
- dieLevel - Variable in class org.apache.jasper.JspC
- DIGEST_AUTH - Static variable in interface jakarta.servlet.http.HttpServletRequest
-
String identifier for Digest authentication.
- DIGIT - Static variable in interface org.apache.el.parser.ELParserConstants
-
RegularExpression Id.
- DIRECTIVE_ACTION - Static variable in interface org.apache.jasper.compiler.TagConstants
- disable_tracing() - Method in class org.apache.el.parser.ELParser
-
Disable tracing.
- discriminator - Variable in class org.apache.jasper.runtime.JspFragmentHelper
- dispatch() - Method in interface jakarta.servlet.AsyncContext
- dispatch(ServletContext, String) - Method in interface jakarta.servlet.AsyncContext
- dispatch(String) - Method in interface jakarta.servlet.AsyncContext
- DispatcherType - Enum in jakarta.servlet
-
Enumeration of dispatcher types.
- dispatcherTypes() - Method in annotation type jakarta.servlet.annotation.WebFilter
- displayName() - Method in annotation type jakarta.servlet.annotation.WebFilter
- displayName() - Method in annotation type jakarta.servlet.annotation.WebServlet
- distinct() - Method in class org.apache.el.stream.Stream
- DIV0 - Static variable in interface org.apache.el.parser.ELParserConstants
-
RegularExpression Id.
- DIV1 - Static variable in interface org.apache.el.parser.ELParserConstants
-
RegularExpression Id.
- divide(Number, Number) - Method in class org.apache.el.lang.ELArithmetic.BigDecimalDelegate
- divide(Number, Number) - Method in class org.apache.el.lang.ELArithmetic.BigIntegerDelegate
- divide(Number, Number) - Method in class org.apache.el.lang.ELArithmetic
- divide(Number, Number) - Method in class org.apache.el.lang.ELArithmetic.DoubleDelegate
- divide(Number, Number) - Method in class org.apache.el.lang.ELArithmetic.LongDelegate
- divide(Object, Object) - Static method in class org.apache.el.lang.ELArithmetic
- doAfterBody() - Method in class jakarta.servlet.jsp.tagext.BodyTagSupport
-
After the body evaluation: do not reevaluate and continue with the page.
- doAfterBody() - Method in interface jakarta.servlet.jsp.tagext.IterationTag
-
Process body (re)evaluation.
- doAfterBody() - Method in class jakarta.servlet.jsp.tagext.TagSupport
-
Default processing for a body.
- DOBODY_ACTION - Static variable in interface org.apache.jasper.compiler.TagConstants
- doCatch(Throwable) - Method in interface jakarta.servlet.jsp.tagext.TryCatchFinally
-
Invoked if a Throwable occurs while evaluating the BODY inside a tag or in any of the following methods: Tag.doStartTag(), Tag.doEndTag(), IterationTag.doAfterBody() and BodyTag.doInitBody().
- doDelete(HttpServletRequest, HttpServletResponse) - Method in class jakarta.servlet.http.HttpServlet
-
Called by the server (via the
servicemethod) to allow a servlet to handle a DELETE request. - doEndTag() - Method in class jakarta.servlet.jsp.tagext.BodyTagSupport
-
Default processing of the end tag returning EVAL_PAGE.
- doEndTag() - Method in interface jakarta.servlet.jsp.tagext.Tag
-
Process the end tag for this instance.
- doEndTag() - Method in class jakarta.servlet.jsp.tagext.TagAdapter
-
Must not be called.
- doEndTag() - Method in class jakarta.servlet.jsp.tagext.TagSupport
-
Default processing of the end tag returning EVAL_PAGE.
- doFilter(HttpServletRequest, HttpServletResponse, FilterChain) - Method in class jakarta.servlet.http.HttpFilter
-
The
doFiltermethod of the Filter is called by the container each time a request/response pair is passed through the chain due to a client request for a resource at the end of the chain. - doFilter(ServletRequest, ServletResponse) - Method in interface jakarta.servlet.FilterChain
-
Causes the next filter in the chain to be invoked, or if the calling filter is the last filter in the chain, causes the resource at the end of the chain to be invoked.
- doFilter(ServletRequest, ServletResponse, FilterChain) - Method in interface jakarta.servlet.Filter
-
The
doFiltermethod of the Filter is called by the container each time a request/response pair is passed through the chain due to a client request for a resource at the end of the chain. - doFilter(ServletRequest, ServletResponse, FilterChain) - Method in class jakarta.servlet.http.HttpFilter
-
The
doFiltermethod of the Filter is called by the container each time a request/response pair is passed through the chain due to a client request for a resource at the end of the chain. - doFinally() - Method in interface jakarta.servlet.jsp.tagext.TryCatchFinally
-
Invoked in all cases after doEndTag() for any class implementing Tag, IterationTag or BodyTag.
- doGet(HttpServletRequest, HttpServletResponse) - Method in class jakarta.servlet.http.HttpServlet
-
Called by the server (via the
servicemethod) to allow a servlet to handle a GET request. - doHead(HttpServletRequest, HttpServletResponse) - Method in class jakarta.servlet.http.HttpServlet
-
Receives an HTTP HEAD request from the protected
servicemethod and handles the request. - doInitBody() - Method in interface jakarta.servlet.jsp.tagext.BodyTag
-
Prepare for evaluation of the body.
- doInitBody() - Method in class jakarta.servlet.jsp.tagext.BodyTagSupport
-
Prepare for evaluation of the body just before the first body evaluation: no action.
- Done() - Method in class org.apache.el.parser.SimpleCharStream
-
Reset buffer when finished.
- dontUseTagPlugin() - Method in interface org.apache.jasper.compiler.tagplugin.TagPluginContext
-
Abandon optimization for this tag handler, and instruct Jasper to generate the tag handler calls, as usual.
- doOptions(HttpServletRequest, HttpServletResponse) - Method in class jakarta.servlet.http.HttpServlet
-
Called by the server (via the
servicemethod) to allow a servlet to handle an OPTIONS request. - doPost(HttpServletRequest, HttpServletResponse) - Method in class jakarta.servlet.http.HttpServlet
-
Called by the server (via the
servicemethod) to allow a servlet to handle a POST request. - doPut(HttpServletRequest, HttpServletResponse) - Method in class jakarta.servlet.http.HttpServlet
-
Called by the server (via the
servicemethod) to allow a servlet to handle a PUT request. - doStartTag() - Method in class jakarta.servlet.jsp.tagext.BodyTagSupport
-
Default processing of the start tag returning EVAL_BODY_BUFFERED.
- doStartTag() - Method in interface jakarta.servlet.jsp.tagext.Tag
-
Process the start tag for this instance.
- doStartTag() - Method in class jakarta.servlet.jsp.tagext.TagAdapter
-
Must not be called.
- doStartTag() - Method in class jakarta.servlet.jsp.tagext.TagSupport
-
Default processing of the start tag, returning SKIP_BODY.
- DOT - Static variable in interface org.apache.el.parser.ELParserConstants
-
RegularExpression Id.
- doTag() - Method in interface jakarta.servlet.jsp.tagext.SimpleTag
-
Called by the container to invoke this tag.
- doTag() - Method in class jakarta.servlet.jsp.tagext.SimpleTagSupport
-
Default processing of the tag does nothing.
- doTag(TagPluginContext) - Method in interface org.apache.jasper.compiler.tagplugin.TagPlugin
-
Generate codes for a custom tag.
- doTag(TagPluginContext) - Method in class org.apache.jasper.tagplugins.jstl.core.Catch
- doTag(TagPluginContext) - Method in class org.apache.jasper.tagplugins.jstl.core.Choose
- doTag(TagPluginContext) - Method in class org.apache.jasper.tagplugins.jstl.core.ForEach
- doTag(TagPluginContext) - Method in class org.apache.jasper.tagplugins.jstl.core.ForTokens
- doTag(TagPluginContext) - Method in class org.apache.jasper.tagplugins.jstl.core.If
- doTag(TagPluginContext) - Method in class org.apache.jasper.tagplugins.jstl.core.Import
- doTag(TagPluginContext) - Method in class org.apache.jasper.tagplugins.jstl.core.Otherwise
- doTag(TagPluginContext) - Method in class org.apache.jasper.tagplugins.jstl.core.Out
- doTag(TagPluginContext) - Method in class org.apache.jasper.tagplugins.jstl.core.Param
- doTag(TagPluginContext) - Method in class org.apache.jasper.tagplugins.jstl.core.Redirect
- doTag(TagPluginContext) - Method in class org.apache.jasper.tagplugins.jstl.core.Remove
- doTag(TagPluginContext) - Method in class org.apache.jasper.tagplugins.jstl.core.Set
- doTag(TagPluginContext) - Method in class org.apache.jasper.tagplugins.jstl.core.Url
- doTag(TagPluginContext) - Method in class org.apache.jasper.tagplugins.jstl.core.When
- doTrace(HttpServletRequest, HttpServletResponse) - Method in class jakarta.servlet.http.HttpServlet
-
Called by the server (via the
servicemethod) to allow a servlet to handle a TRACE request. - DotSuffix() - Method in class org.apache.el.parser.ELParser
- DOUBLE - Static variable in class org.apache.el.lang.ELArithmetic
- DoubleDelegate() - Constructor for class org.apache.el.lang.ELArithmetic.DoubleDelegate
- DynamicAttributes - Interface in jakarta.servlet.jsp.tagext
-
For a tag to declare that it accepts dynamic attributes, it must implement this interface.
- DynamicExpression() - Method in class org.apache.el.parser.ELParser
E
- EL_INTERPRETER_CLASS_NAME - Static variable in class org.apache.jasper.compiler.ELInterpreterFactory
- ELArithmetic - Class in org.apache.el.lang
-
A helper class of Arithmetic defined by the EL Specification
- ELArithmetic() - Constructor for class org.apache.el.lang.ELArithmetic
- ELArithmetic.BigDecimalDelegate - Class in org.apache.el.lang
- ELArithmetic.BigIntegerDelegate - Class in org.apache.el.lang
- ELArithmetic.DoubleDelegate - Class in org.apache.el.lang
- ELArithmetic.LongDelegate - Class in org.apache.el.lang
- ELClass - Class in jakarta.el
- ELClass(Class<?>) - Constructor for class jakarta.el.ELClass
- ELContext - Class in jakarta.el
- ELContext() - Constructor for class jakarta.el.ELContext
- ELContextEvent - Class in jakarta.el
- ELContextEvent(ELContext) - Constructor for class jakarta.el.ELContextEvent
- ELContextImpl - Class in org.apache.jasper.el
-
Implementation of ELContext
- ELContextImpl(ELResolver) - Constructor for class org.apache.jasper.el.ELContextImpl
- ELContextImpl(ExpressionFactory) - Constructor for class org.apache.jasper.el.ELContextImpl
- ELContextListener - Interface in jakarta.el
- ELContextWrapper - Class in org.apache.jasper.el
-
Simple ELContextWrapper for runtime evaluation of EL w/ dynamic FunctionMappers
- ELContextWrapper(ELContext, FunctionMapper) - Constructor for class org.apache.jasper.el.ELContextWrapper
- ELEMENT_ACTION - Static variable in interface org.apache.jasper.compiler.TagConstants
- ELException - Exception in jakarta.el
-
Represents any of the exception conditions that can arise during expression evaluation.
- ELException - Exception in jakarta.servlet.jsp.el
-
Deprecated.As of JSP 2.1, replaced by jakarta.el.ELException
- ELException() - Constructor for exception jakarta.el.ELException
-
Creates an ELException with no detail message
- ELException() - Constructor for exception jakarta.servlet.jsp.el.ELException
-
Deprecated.Creates an ELException with no detail message.
- ELException(String) - Constructor for exception jakarta.el.ELException
-
Creates an ELException with the provided detail message.
- ELException(String) - Constructor for exception jakarta.servlet.jsp.el.ELException
-
Deprecated.Creates an ELException with the provided detail message.
- ELException(String, Throwable) - Constructor for exception jakarta.el.ELException
-
Creates an ELException with the given detail message and root cause.
- ELException(String, Throwable) - Constructor for exception jakarta.servlet.jsp.el.ELException
-
Deprecated.Creates an ELException with the given detail message and root cause.
- ELException(Throwable) - Constructor for exception jakarta.el.ELException
-
Creates an ELException with the given cause
- ELException(Throwable) - Constructor for exception jakarta.servlet.jsp.el.ELException
-
Deprecated.Creates an ELException with the given root cause.
- ELFunctionMapper - Class in org.apache.jasper.compiler
-
This class generates functions mappers for the EL expressions in the page.
- ELFunctionMapper() - Constructor for class org.apache.jasper.compiler.ELFunctionMapper
- ELInterpreter - Interface in org.apache.jasper.compiler
-
Defines the interface for the expression language interpreter.
- ELInterpreterFactory - Class in org.apache.jasper.compiler
-
Provides
ELInterpreterinstances for JSP compilation. - ELInterpreterFactory.DefaultELInterpreter - Class in org.apache.jasper.compiler
- ELInterpreterTagSetters - Class in org.apache.jasper.optimizations
-
A non-specification compliant
ELInterpreterthat optimizes a subset of setters for tag attributes. - ELInterpreterTagSetters() - Constructor for class org.apache.jasper.optimizations.ELInterpreterTagSetters
- ELManager - Class in jakarta.el
- ELManager() - Constructor for class jakarta.el.ELManager
- ELParseException - Exception in jakarta.servlet.jsp.el
-
Deprecated.As of JSP 2.1, replaced by jakarta.el.ELException
- ELParseException() - Constructor for exception jakarta.servlet.jsp.el.ELParseException
-
Deprecated.Creates an ELParseException with no detail message.
- ELParseException(String) - Constructor for exception jakarta.servlet.jsp.el.ELParseException
-
Deprecated.Creates an ELParseException with the provided detail message.
- ELParser - Class in org.apache.el.parser
- ELParser - Class in org.apache.jasper.compiler
-
This class implements a parser for EL expressions.
- ELParser(InputStream) - Constructor for class org.apache.el.parser.ELParser
-
Constructor with InputStream.
- ELParser(InputStream, String) - Constructor for class org.apache.el.parser.ELParser
-
Constructor with InputStream and supplied encoding
- ELParser(Reader) - Constructor for class org.apache.el.parser.ELParser
-
Constructor.
- ELParser(String, boolean) - Constructor for class org.apache.jasper.compiler.ELParser
- ELParser(ELParserTokenManager) - Constructor for class org.apache.el.parser.ELParser
-
Constructor with generated Token Manager.
- ELParserConstants - Interface in org.apache.el.parser
-
Token literal values and constants.
- ELParserTokenManager - Class in org.apache.el.parser
-
Token Manager.
- ELParserTokenManager(SimpleCharStream) - Constructor for class org.apache.el.parser.ELParserTokenManager
-
Constructor.
- ELParserTokenManager(SimpleCharStream, int) - Constructor for class org.apache.el.parser.ELParserTokenManager
-
Constructor.
- ELParserTreeConstants - Interface in org.apache.el.parser
- ELProcessor - Class in jakarta.el
- ELProcessor() - Constructor for class jakarta.el.ELProcessor
- ELResolver - Class in jakarta.el
- ELResolver() - Constructor for class jakarta.el.ELResolver
- ELResolverImpl - Class in org.apache.jasper.el
-
Deprecated.
- ELResolverImpl(VariableResolver, ExpressionFactory) - Constructor for class org.apache.jasper.el.ELResolverImpl
-
Deprecated.
- ELSupport - Class in org.apache.el.lang
-
A helper class that implements the EL Specification
- ELSupport() - Constructor for class org.apache.el.lang.ELSupport
- EmbeddedServletOptions - Class in org.apache.jasper
-
A class to hold all init parameters specific to the JSP engine.
- EmbeddedServletOptions(ServletConfig, ServletContext) - Constructor for class org.apache.jasper.EmbeddedServletOptions
-
Create an EmbeddedServletOptions object using data available from ServletConfig and ServletContext.
- EMPTY - Static variable in interface org.apache.el.parser.ELParserConstants
-
RegularExpression Id.
- emptyRoleSemantic() - Method in annotation type jakarta.servlet.annotation.HttpMethodConstraint
-
The EmptyRoleSemantic determines the behaviour when the rolesAllowed list is empty.
- enable_tracing() - Method in class org.apache.el.parser.ELParser
-
Enable tracing.
- encodeRedirectUrl(String) - Method in interface jakarta.servlet.http.HttpServletResponse
-
Deprecated.As of version 2.1, use encodeRedirectURL(String url) instead
- encodeRedirectUrl(String) - Method in class jakarta.servlet.http.HttpServletResponseWrapper
-
Deprecated.As of Version 3.0 of the Java Servlet API
- encodeRedirectURL(String) - Method in interface jakarta.servlet.http.HttpServletResponse
-
Encodes the specified URL for use in the
sendRedirectmethod or, if encoding is not needed, returns the URL unchanged. - encodeRedirectURL(String) - Method in class jakarta.servlet.http.HttpServletResponseWrapper
-
The default behavior of this method is to return encodeRedirectURL(String url) on the wrapped response object.
- encodeUrl(String) - Method in interface jakarta.servlet.http.HttpServletResponse
-
Deprecated.As of version 2.1, use encodeURL(String url) instead
- encodeUrl(String) - Method in class jakarta.servlet.http.HttpServletResponseWrapper
-
Deprecated.As of Version 3.0 of the Java Servlet API
- encodeURL(String) - Method in interface jakarta.servlet.http.HttpServletResponse
-
Encodes the specified URL by including the session ID in it, or, if encoding is not needed, returns the URL unchanged.
- encodeURL(String) - Method in class jakarta.servlet.http.HttpServletResponseWrapper
-
The default behavior of this method is to call encodeURL(String url) on the wrapped response object.
- endColumn - Variable in class org.apache.el.parser.Token
-
The column number of the last character of this Token.
- endLine - Variable in class org.apache.el.parser.Token
-
The line number of the last character of this Token.
- enterLambdaScope(Map<String, Object>) - Method in class jakarta.el.ELContext
-
Called when starting to evaluate a lambda expression so that the arguments are available to the EL context during evaluation.
- enterLambdaScope(Map<String, Object>) - Method in class org.apache.el.lang.EvaluationContext
- EOF - Static variable in interface org.apache.el.parser.ELParserConstants
-
End of File.
- EOL - Static variable in exception org.apache.el.parser.ParseException
-
The end of line string for this machine.
- EQ0 - Static variable in interface org.apache.el.parser.ELParserConstants
-
RegularExpression Id.
- EQ1 - Static variable in interface org.apache.el.parser.ELParserConstants
-
RegularExpression Id.
- Equality() - Method in class org.apache.el.parser.ELParser
- equals(ELContext, Object, Object) - Static method in class org.apache.el.lang.ELSupport
-
Compare two objects for equality, after coercing to the same type if appropriate.
- equals(Object) - Method in class jakarta.el.Expression
- equals(Object) - Method in class org.apache.el.lang.FunctionMapperImpl.Function
- equals(Object) - Method in class org.apache.el.MethodExpressionImpl
-
Determines whether the specified object is equal to this
Expression. - equals(Object) - Method in class org.apache.el.MethodExpressionLiteral
- equals(Object) - Method in class org.apache.el.parser.SimpleNode
- equals(Object) - Method in class org.apache.el.ValueExpressionImpl
- equals(Object) - Method in class org.apache.el.ValueExpressionLiteral
- equals(Object) - Method in class org.apache.jasper.el.JspMethodExpression
- equals(Object) - Method in class org.apache.jasper.el.JspValueExpression
- equals(ValueExpressionLiteral) - Method in class org.apache.el.ValueExpressionLiteral
- errDispatcher - Variable in class org.apache.jasper.compiler.Compiler
- ERROR - jakarta.servlet.DispatcherType
-
When the container has passed processing to the error handler mechanism such as a defined error page.
- ERROR_EXCEPTION - Static variable in interface jakarta.servlet.RequestDispatcher
-
The name of the request attribute that should be set by the container when custom error-handling servlet or JSP page is invoked.
- ERROR_EXCEPTION_TYPE - Static variable in interface jakarta.servlet.RequestDispatcher
-
The name of the request attribute that should be set by the container when custom error-handling servlet or JSP page is invoked.
- ERROR_MESSAGE - Static variable in interface jakarta.servlet.RequestDispatcher
-
The name of the request attribute that should be set by the container when custom error-handling servlet or JSP page is invoked.
- ERROR_REQUEST_URI - Static variable in interface jakarta.servlet.RequestDispatcher
-
The name of the request attribute that should be set by the container when custom error-handling servlet or JSP page is invoked.
- ERROR_SERVLET_NAME - Static variable in interface jakarta.servlet.RequestDispatcher
-
The name of the request attribute that should be set by the container when custom error-handling servlet or JSP page is invoked.
- ERROR_STATUS_CODE - Static variable in interface jakarta.servlet.RequestDispatcher
-
The name of the request attribute that should be set by the container when custom error-handling servlet or JSP page is invoked.
- ErrorData - Class in jakarta.servlet.jsp
-
Contains information about an error, for error pages.
- ErrorData(Throwable, int, String, String) - Constructor for class jakarta.servlet.jsp.ErrorData
-
Creates a new ErrorData object.
- ErrorDispatcher - Class in org.apache.jasper.compiler
-
Class responsible for dispatching JSP parse and javac compilation errors to the configured error handler.
- ErrorDispatcher(boolean) - Constructor for class org.apache.jasper.compiler.ErrorDispatcher
-
Constructor.
- ErrorHandler - Interface in org.apache.jasper.compiler
-
Interface for handling JSP parse and javac compilation errors.
- errorOnUseBeanInvalidClassAttribute - Variable in class org.apache.jasper.JspC
-
Needs better documentation, this data member does.
- escapeQueryString(String) - Static method in class org.apache.jasper.runtime.JspRuntimeLibrary
-
Escape special shell characters.
- escapeXml(char[], int) - Static method in class org.apache.jasper.tagplugins.jstl.Util
- escapeXml(String) - Static method in class org.apache.jasper.tagplugins.jstl.Util
-
Performs the following substring replacements (to facilitate output to XML/HTML pages): & -> & < -> < > -> > " -> " ' -> ' See also OutSupport.writeEscapedXml().
- eval(String) - Method in class jakarta.el.ELProcessor
- EVAL_BODY_AGAIN - Static variable in interface jakarta.servlet.jsp.tagext.IterationTag
-
Request the reevaluation of some body.
- EVAL_BODY_BUFFERED - Static variable in interface jakarta.servlet.jsp.tagext.BodyTag
-
Request the creation of new buffer, a BodyContent on which to evaluate the body of this tag.
- EVAL_BODY_INCLUDE - Static variable in interface jakarta.servlet.jsp.tagext.Tag
-
Evaluate body into existing out stream.
- EVAL_BODY_TAG - Static variable in interface jakarta.servlet.jsp.tagext.BodyTag
-
Deprecated.As of Java JSP API 1.2, use BodyTag.EVAL_BODY_BUFFERED or IterationTag.EVAL_BODY_AGAIN.
- EVAL_PAGE - Static variable in interface jakarta.servlet.jsp.tagext.Tag
-
Continue evaluating the page.
- evaluate(VariableResolver) - Method in class jakarta.servlet.jsp.el.Expression
-
Deprecated.Evaluates an expression that was previously prepared.
- evaluate(VariableResolver) - Method in class org.apache.jasper.el.ExpressionImpl
-
Deprecated.
- evaluate(String, Class<?>, VariableResolver, FunctionMapper) - Method in class jakarta.servlet.jsp.el.ExpressionEvaluator
-
Deprecated.Evaluates an expression.
- evaluate(String, Class, VariableResolver, FunctionMapper) - Method in class org.apache.jasper.el.ExpressionEvaluatorImpl
-
Deprecated.
- evaluateNodes(Node.Nodes, SmapStratum, HashMap<String, SmapStratum>, boolean) - Static method in class org.apache.jasper.compiler.SmapUtil
- EvaluationContext - Class in org.apache.el.lang
- EvaluationContext(ELContext, FunctionMapper, VariableMapper) - Constructor for class org.apache.el.lang.EvaluationContext
- EvaluationListener - Class in jakarta.el
- EvaluationListener() - Constructor for class jakarta.el.EvaluationListener
- EXACT - jakarta.servlet.http.MappingMatch
-
The request was mapped to the servlet using an exact URL pattern match.
- EXCEPTION - Static variable in class jakarta.servlet.jsp.PageContext
-
Name used to store uncaught exception in ServletRequest attribute list and PageContext name table.
- ExceptionUtils - Class in org.apache.jasper.runtime
-
Utilities for handling Throwables and Exceptions.
- ExceptionUtils() - Constructor for class org.apache.jasper.runtime.ExceptionUtils
- execute() - Method in class org.apache.jasper.JspC
-
Executes the compilation.
- exists(String) - Method in interface org.apache.tomcat.Jar
-
Determine if the given resource in present in the JAR.
- exitLambdaScope() - Method in class jakarta.el.ELContext
-
Called after evaluating a lambda expression to signal that the arguments are no longer required.
- exitLambdaScope() - Method in class org.apache.el.lang.EvaluationContext
- ExpandBuff(boolean) - Method in class org.apache.el.parser.SimpleCharStream
- expectedTokenSequences - Variable in exception org.apache.el.parser.ParseException
-
Each entry in this array is an array of integers.
- EXPONENT - Static variable in interface org.apache.el.parser.ELParserConstants
-
RegularExpression Id.
- Expression - Class in jakarta.el
- Expression - Class in jakarta.servlet.jsp.el
-
Deprecated.As of JSP 2.1, replaced by jakarta.el.ValueExpression
- Expression() - Constructor for class jakarta.el.Expression
- Expression() - Constructor for class jakarta.servlet.jsp.el.Expression
-
Deprecated.
- Expression() - Method in class org.apache.el.parser.ELParser
- EXPRESSION_ACTION - Static variable in interface org.apache.jasper.compiler.TagConstants
- ExpressionBuilder - Class in org.apache.el.lang
- ExpressionBuilder(String, ELContext) - Constructor for class org.apache.el.lang.ExpressionBuilder
- ExpressionEvaluator - Class in jakarta.servlet.jsp.el
-
Deprecated.As of JSP 2.1, replaced by jakarta.el.ExpressionFactory
- ExpressionEvaluator() - Constructor for class jakarta.servlet.jsp.el.ExpressionEvaluator
-
Deprecated.
- ExpressionEvaluatorImpl - Class in org.apache.jasper.el
-
Deprecated.
- ExpressionEvaluatorImpl(ExpressionFactory) - Constructor for class org.apache.jasper.el.ExpressionEvaluatorImpl
-
Deprecated.
- ExpressionFactory - Class in jakarta.el
- ExpressionFactory() - Constructor for class jakarta.el.ExpressionFactory
- ExpressionFactoryImpl - Class in org.apache.el
- ExpressionFactoryImpl() - Constructor for class org.apache.el.ExpressionFactoryImpl
- ExpressionImpl - Class in org.apache.jasper.el
-
Deprecated.
- ExpressionImpl(ValueExpression, ExpressionFactory) - Constructor for class org.apache.jasper.el.ExpressionImpl
-
Deprecated.
- EXTENDED - org.apache.jasper.TrimSpacesOption
- EXTENSION - jakarta.servlet.http.MappingMatch
-
The request was mapped to the servlet using an extension URL pattern match.
- extensions - Variable in class org.apache.jasper.JspC
-
The file extensions to be handled as JSP files.
F
- failFast - Variable in class org.apache.jasper.JspC
- failOnError - Variable in class org.apache.jasper.JspC
-
Throw an exception if there's a compilation error, or swallow it.
- FALLBACK_ACTION - Static variable in interface org.apache.jasper.compiler.TagConstants
- FALSE - org.apache.jasper.TrimSpacesOption
- FALSE - Static variable in interface org.apache.el.parser.ELParserConstants
-
RegularExpression Id.
- FastRemovalDequeue<T> - Class in org.apache.jasper.util
-
The FastRemovalDequeue is a Dequeue that supports constant time removal of entries.
- FastRemovalDequeue(int) - Constructor for class org.apache.jasper.util.FastRemovalDequeue
-
Initialize empty queue.
- FastRemovalDequeue.Entry - Class in org.apache.jasper.util
-
Implementation of a doubly linked list entry.
- fileSizeThreshold() - Method in annotation type jakarta.servlet.annotation.MultipartConfig
- FillBuff() - Method in class org.apache.el.parser.SimpleCharStream
- filter(LambdaExpression) - Method in class org.apache.el.stream.Stream
- Filter - Interface in jakarta.servlet
-
A filter is an object that performs filtering tasks on either the request to a resource (a servlet or static content), or on the response from a resource, or both.
- FilterChain - Interface in jakarta.servlet
-
A FilterChain is an object provided by the servlet container to the developer giving a view into the invocation chain of a filtered request for a resource.
- FilterConfig - Interface in jakarta.servlet
-
A filter configuration object used by a servlet container to pass information to a filter during initialization.
- filterName() - Method in annotation type jakarta.servlet.annotation.WebFilter
- FilterRegistration - Interface in jakarta.servlet
-
Interface through which a Filter may be further configured.
- FilterRegistration.Dynamic - Interface in jakarta.servlet
-
Interface through which a Filter registered via one of the addFilter methods on ServletContext may be further configured.
- findAncestorWithClass(JspTag, Class<?>) - Static method in class jakarta.servlet.jsp.tagext.SimpleTagSupport
-
Find the instance of a given class type that is closest to a given instance.
- findAncestorWithClass(Tag, Class<?>) - Static method in class jakarta.servlet.jsp.tagext.TagSupport
-
Find the instance of a given class type that is closest to a given instance.
- findAttribute(String) - Method in class jakarta.servlet.jsp.JspContext
-
Searches for the named attribute in page, request, session (if valid), and application scope(s) in order and returns the value associated or null.
- findAttribute(String) - Method in class org.apache.jasper.runtime.JspContextWrapper
- findAttribute(String) - Method in class org.apache.jasper.runtime.PageContextImpl
- findFirst() - Method in class org.apache.el.stream.Stream
- findJspProperty(String) - Method in class org.apache.jasper.compiler.JspConfig
-
Find a property that best matches the supplied resource.
- findStream() - Method in class org.apache.jasper.compiler.AntCompiler.SystemLogHandler
-
Find PrintStream to which the output must be written to.
- fireListeners(ELContext) - Method in class org.apache.jasper.runtime.JspApplicationContextImpl
- first - Variable in class org.apache.jasper.util.FastRemovalDequeue
-
First element of the queue.
- flatMap(LambdaExpression) - Method in class org.apache.el.stream.Stream
- FLOATING_POINT_LITERAL - Static variable in interface org.apache.el.parser.ELParserConstants
-
RegularExpression Id.
- FloatingPoint() - Method in class org.apache.el.parser.ELParser
- flush() - Method in class jakarta.servlet.jsp.JspWriter
-
Flush the stream.
- flush() - Method in class jakarta.servlet.jsp.tagext.BodyContent
-
Redefined flush() so it is not legal.
- flush() - Method in class org.apache.jasper.compiler.AntCompiler.SystemLogHandler
- flush() - Method in class org.apache.jasper.runtime.JspWriterImpl
-
Flush the stream.
- flushBuffer() - Method in interface jakarta.servlet.ServletResponse
-
Forces any content in the buffer to be written to the client.
- flushBuffer() - Method in class jakarta.servlet.ServletResponseWrapper
-
The default behavior of this method is to call flushBuffer() on the wrapped response object.
- flushBuffer() - Method in class org.apache.jasper.runtime.JspWriterImpl
-
Flush the output buffer to the underlying character stream, without flushing the stream itself.
- forEach(LambdaExpression) - Method in class org.apache.el.stream.Stream
- ForEach - Class in org.apache.jasper.tagplugins.jstl.core
- ForEach() - Constructor for class org.apache.jasper.tagplugins.jstl.core.ForEach
- fork - Variable in class org.apache.jasper.EmbeddedServletOptions
-
Should Ant fork its java compiles of JSP pages.
- FORM_AUTH - Static variable in interface jakarta.servlet.http.HttpServletRequest
-
String identifier for Form authentication.
- forName(String) - Static method in class org.apache.el.util.ReflectionUtil
- forNamePrimitive(String) - Static method in class org.apache.el.util.ReflectionUtil
- ForTokens - Class in org.apache.jasper.tagplugins.jstl.core
- ForTokens() - Constructor for class org.apache.jasper.tagplugins.jstl.core.ForTokens
- forward(ServletRequest, ServletResponse) - Method in interface jakarta.servlet.RequestDispatcher
-
Forwards a request from a servlet to another resource (servlet, JSP file, or HTML file) on the server.
- forward(String) - Method in class jakarta.servlet.jsp.PageContext
-
This method is used to re-direct, or "forward" the current ServletRequest and ServletResponse to another active component in the application.
- forward(String) - Method in class org.apache.jasper.runtime.JspContextWrapper
- forward(String) - Method in class org.apache.jasper.runtime.PageContextImpl
- FORWARD - jakarta.servlet.DispatcherType
- FORWARD_ACTION - Static variable in interface org.apache.jasper.compiler.TagConstants
- FORWARD_CONTEXT_PATH - Static variable in interface jakarta.servlet.RequestDispatcher
-
The name of the request attribute that should be set by the container when the
RequestDispatcher.forward(ServletRequest, ServletResponse)method is called. - FORWARD_MAPPING - Static variable in interface jakarta.servlet.RequestDispatcher
-
The name of the request attribute that should be set by the container when the
RequestDispatcher.forward(ServletRequest, ServletResponse)method is called. - FORWARD_PATH_INFO - Static variable in interface jakarta.servlet.RequestDispatcher
-
The name of the request attribute that should be set by the container when the
RequestDispatcher.forward(ServletRequest, ServletResponse)method is called. - FORWARD_QUERY_STRING - Static variable in interface jakarta.servlet.RequestDispatcher
-
The name of the request attribute that should be set by the container when the
RequestDispatcher.forward(ServletRequest, ServletResponse)method is called. - FORWARD_REQUEST_URI - Static variable in interface jakarta.servlet.RequestDispatcher
-
The name of the request attribute that should be set by the container when the
RequestDispatcher.forward(ServletRequest, ServletResponse)method is called. - FORWARD_SERVLET_PATH - Static variable in interface jakarta.servlet.RequestDispatcher
-
The name of the request attribute that should be set by the container when the
RequestDispatcher.forward(ServletRequest, ServletResponse)method is called. - FRG_WEBXML - Static variable in class org.apache.jasper.JspC
- fullstop - Variable in class org.apache.jasper.JspC
- Function() - Constructor for class org.apache.el.lang.FunctionMapperImpl.Function
- Function(String, String, Method) - Constructor for class org.apache.el.lang.FunctionMapperImpl.Function
- Function() - Method in class org.apache.el.parser.ELParser
- FunctionInfo - Class in jakarta.servlet.jsp.tagext
-
Information for a function in a Tag Library.
- FunctionInfo(String, String, String) - Constructor for class jakarta.servlet.jsp.tagext.FunctionInfo
-
Constructor for FunctionInfo.
- FunctionMapper - Class in jakarta.el
- FunctionMapper - Interface in jakarta.servlet.jsp.el
-
Deprecated.As of JSP 2.1, replaced by jakarta.el.FunctionMapper
- FunctionMapper() - Constructor for class jakarta.el.FunctionMapper
- FunctionMapperFactory - Class in org.apache.el.lang
- FunctionMapperFactory(FunctionMapper) - Constructor for class org.apache.el.lang.FunctionMapperFactory
- FunctionMapperImpl - Class in org.apache.el.lang
- FunctionMapperImpl - Class in org.apache.jasper.el
-
Deprecated.
- FunctionMapperImpl() - Constructor for class org.apache.el.lang.FunctionMapperImpl
- FunctionMapperImpl(FunctionMapper) - Constructor for class org.apache.jasper.el.FunctionMapperImpl
-
Deprecated.
- FunctionMapperImpl.Function - Class in org.apache.el.lang
- functions - Variable in class jakarta.servlet.jsp.tagext.TagLibraryInfo
-
An array describing the functions that are defined in this tag library.
- functions - Variable in class org.apache.el.lang.FunctionMapperImpl
- FUNCTIONSUFFIX - Static variable in interface org.apache.el.parser.ELParserConstants
-
RegularExpression Id.
G
- 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 - Variable in class org.apache.jasper.JspC
- genStringAsCharArray() - Method in class org.apache.jasper.EmbeddedServletOptions
-
Are Text strings to be generated as char arrays?
- genStringAsCharArray() - Method in class org.apache.jasper.JspC
-
Indicates whether text strings are to be generated as char arrays.
- genStringAsCharArray() - Method in interface org.apache.jasper.Options
-
Indicates whether text strings are to be generated as char arrays.
- get() - Method in class org.apache.el.stream.Optional
- 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(String) - Static method in class org.apache.el.util.MessageFactory
- get(String, Object...) - Static method in class org.apache.el.util.MessageFactory
- get(K) - Method in class org.apache.el.util.ConcurrentCache
- 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
nullif 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) - 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
nullif 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, ornullif 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) - Method in class org.apache.jasper.runtime.PageContextImpl
- getAttribute(String) - Method in class org.apache.jasper.servlet.JspCServletContext
-
Return the specified context attribute, if any.
- getAttribute(String, int) - Method in class jakarta.servlet.jsp.JspContext
-
Return the object associated with the name in the specified scope or null if not found.
- getAttribute(String, int) - Method in class org.apache.jasper.runtime.JspContextWrapper
- getAttribute(String, int) - Method in class org.apache.jasper.runtime.PageContextImpl
- getAttributeNames() - Method in interface jakarta.servlet.http.HttpSession
-
Returns an
EnumerationofStringobjects containing the names of all the objects bound to this session. - getAttributeNames() - Method in interface jakarta.servlet.ServletContext
-
Returns an
Enumerationcontaining the attribute names available within this servlet context. - getAttributeNames() - Method in interface jakarta.servlet.ServletRequest
-
Returns an
Enumerationcontaining 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
-
Obtain the per-page buffer configuration for this group of JSP pages.
- 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()returnstrue. - getCache() - Method in interface org.apache.jasper.Options
-
The web-application wide cache for the TagLibraryInfo tag library descriptors, used if
Options.isCaching()returnstrue. - 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
-
Obtain the name of the implementation class for the Servlet.
- 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
nullif the cookie has no comment. - getComment() - Method in interface jakarta.servlet.SessionCookieConfig
-
Obtain the comment to use for session cookies.
- 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
-
Obtain the most common type that is acceptable for the given base object.
- 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
nullif 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(Class<?>) - Method in class org.apache.el.lang.EvaluationContext
- getContext(Class<?>) - Method in class org.apache.jasper.el.ELContextWrapper
- getContext(String) - Method in interface jakarta.servlet.ServletContext
-
Returns a
ServletContextobject that corresponds to a specified URL on the server. - 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
Cookieobjects 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
longvalue that represents aDateobject. - 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
-
Obtain the default content type this group of JSP pages.#
- 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
-
Is the deferred El syntax
#{...}allowed to be used as a literal in this group? - getDependants() - Method in interface org.apache.jasper.runtime.JspSourceDependent
-
Returns a map of file names and last modified time where the current page has a source dependency on the file.
- getDependants() - Method in class org.apache.jasper.servlet.JspServletWrapper
-
Get a list of files that the current page has source dependency on.
- getDerivedPackageName() - Method in class org.apache.jasper.JspCompilationContext
- getDescription() - Method in class jakarta.servlet.jsp.tagext.TagAttributeInfo
-
Obtain the description for the attribute,
- getDevelopment() - Method in class org.apache.jasper.EmbeddedServletOptions
-
Is Jasper being used in development mode?
- getDevelopment() - Method in class org.apache.jasper.JspC
-
In JspC this always returns
false. - getDevelopment() - Method in interface org.apache.jasper.Options
-
Main development flag, which enables detailed error reports with sources, as well automatic recompilation of JSPs and tag files.
- 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
-
Obtain the domain to use for session cookies.
- getEffectiveMajorVersion() - Method in interface jakarta.servlet.ServletContext
-
Obtain the major version of the servlet specification for which this web application is implemented.
- getEffectiveMajorVersion() - Method in class org.apache.jasper.servlet.JspCServletContext
- getEffectiveMinorVersion() - Method in interface jakarta.servlet.ServletContext
-
Obtain the minor version of the servlet specification for which this web application is implemented.
- 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
-
Obtain the ELContext for this 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
-
Is Expression Language ignored for this group?
- 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
-
Should an error be raised at translation time for a page in this group if the page contains a reference (e.g.
- 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
-
Obtain the type name, as a string, expected by this attribute.
- getExpressionEvaluator() - Method in class jakarta.servlet.jsp.JspContext
-
Deprecated.As of JSP 2.1, replaced by JspApplicationContext.getExpressionFactory()
- getExpressionEvaluator() - Method in class org.apache.jasper.runtime.JspContextWrapper
-
Deprecated.
- getExpressionEvaluator() - Method in class org.apache.jasper.runtime.PageContextImpl
-
Deprecated.
- getExpressionFactory() - Static method in class jakarta.el.ELManager
- getExpressionFactory() - Method in interface jakarta.servlet.jsp.JspApplicationContext
-
Returns the JSP container's
ExpressionFactoryimplementation for EL use. - getExpressionFactory() - Method in class org.apache.jasper.runtime.JspApplicationContextImpl
- getExpressionString() - Method in class 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
-
Obtain the feature descriptors for the resolvable properties of the given object.
- 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
-
Obtain the size above which the file is save in the temporary location rather than retained in memory.
- 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
nullif this header has not been set. - getHeader(String) - Method in class jakarta.servlet.http.HttpServletResponseWrapper
-
Return the value for the specified header, or
nullif 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
EnumerationofStringobjects. - 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
-
Obtain the collection of security constraints configured for specific methods.
- getHttpServletMapping() - Method in interface jakarta.servlet.http.HttpServletRequest
-
Obtain the mapping information for this request.
- getHttpServletMapping() - Method in class jakarta.servlet.http.HttpServletRequestWrapper
-
The default behavior of this method is to return
HttpServletRequest.getHttpServletMapping()on the wrapped request object. - 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
-
Deprecated.As of Java Servlet API 2.1 with no replacement. This method must return an empty
Enumerationand will be removed in a future version of this API. - 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.SimpleNode
- GetImage() - Method in class org.apache.el.parser.SimpleCharStream
-
Get token literal value.
- 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
-
Obtain the codas to include for this group.
- getIncludePrelude() - Method in class org.apache.jasper.compiler.JspConfig.JspProperty
- getIncludePreludes() - Method in interface jakarta.servlet.descriptor.JspPropertyGroupDescriptor
-
Obtain the preludes to include for this group.
- 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
Stringcontaining the value of the named initialization parameter, ornullif the parameter does not exist. - getInitParameter(String) - Method in class jakarta.servlet.GenericFilter
- getInitParameter(String) - Method in class jakarta.servlet.GenericServlet
-
Returns a
Stringcontaining the value of the named initialization parameter, ornullif 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
Stringcontaining the value of the named initialization parameter, ornullif the parameter does not exist. - getInitParameter(String) - Method in interface jakarta.servlet.ServletContext
-
Returns a
Stringcontaining the value of the named context-wide initialization parameter, ornullif 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
EnumerationofStringobjects, or an emptyEnumerationif 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
EnumerationofStringobjects, or an emptyEnumerationif the servlet has no initialization parameters. - getInitParameterNames() - Method in interface jakarta.servlet.ServletConfig
-
Returns the names of the servlet's initialization parameters as an
EnumerationofStringobjects, or an emptyEnumerationif the servlet has no initialization parameters. - getInitParameterNames() - Method in interface jakarta.servlet.ServletContext
-
Returns the names of the context's initialization parameters as an
EnumerationofStringobjects, or an emptyEnumerationif 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
InputStreamthat can be used to retrieve the contents of the file. - getInputStream() - Method in interface jakarta.servlet.http.WebConnection
-
Provides access to the
ServletInputStreamfor reading data from the client. - 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
-
Retrieves the body of the request as binary data using a
ServletInputStream. - getInputStream() - Method in class jakarta.servlet.ServletRequestWrapper
-
The default behavior of this method is to return getInputStream() on the wrapped request object.
- getInputStream(String) - Method in interface org.apache.tomcat.Jar
-
Obtain an
InputStreamfor a given entry in a JAR. - getInputStream(String, Jar, JspCompilationContext) - Static method in class org.apache.jasper.compiler.JspUtil
- getInstance() - Static method in class org.apache.el.util.JreCompat
- getInstance() - Static method in class org.apache.jasper.runtime.ProtectedFunctionMapper
-
Generated Servlet and Tag Handler implementations call this method to retrieve an instance of the ProtectedFunctionMapper.
- getInstance(ServletContext) - Static method in class org.apache.jasper.compiler.TldCache
- getInstance(ServletContext) - Static method in class org.apache.jasper.runtime.JspApplicationContextImpl
- getInstanceManager(ServletConfig) - Static method in class org.apache.jasper.runtime.InstanceManagerFactory
- 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
-
Should the JSPs in this group be treated as JSP documents?
- getJarFileURL() - Method in interface org.apache.tomcat.Jar
- getJarScanFilter() - Method in interface org.apache.tomcat.JarScanner
- getJarScanner(ServletContext) - Static method in class org.apache.jasper.compiler.JarScannerFactory
-
Obtain the
JarScannerassociated with the specifiedServletContext. - getJavaEncoding() - Method in class org.apache.jasper.EmbeddedServletOptions
- getJavaEncoding() - Method in class org.apache.jasper.JspC
-
Returns the encoding to use for java files.
- getJavaEncoding() - Method in interface org.apache.jasper.Options
- getJavaFileName() - Method in class org.apache.jasper.compiler.JavacErrorDetail
-
Gets the name of the Java source file in which the compilation error occurred.
- getJavaLine() - Method in class org.apache.jasper.compiler.ServletWriter
- getJavaLineNumber() - Method in class org.apache.jasper.compiler.JavacErrorDetail
-
Gets the compilation error line number.
- getJavaPath() - Method in class org.apache.jasper.JspCompilationContext
- getJspApplicationContext(ServletContext) - Method in class jakarta.servlet.jsp.JspFactory
-
Obtain the
JspApplicationContextinstance that was associated within the passedServletContextfor this web application. - getJspApplicationContext(ServletContext) - Method in class org.apache.jasper.runtime.JspFactoryImpl
- getJspBeginLineNumber() - Method in class org.apache.jasper.compiler.JavacErrorDetail
-
Gets the start line number (in the JSP file) of the JSP element responsible for the compilation error.
- getJspBody() - Method in class jakarta.servlet.jsp.tagext.SimpleTagSupport
-
Returns the body passed in by the container via setJspBody.
- getJspConfig() - Method in class org.apache.jasper.EmbeddedServletOptions
- getJspConfig() - Method in class org.apache.jasper.JspC
- getJspConfig() - Method in interface org.apache.jasper.Options
- getJspConfigDescriptor() - Method in 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
-
Provide the set of JSP property groups obtained from the <jsp-config> elements in the web application's deployment descriptors.
- 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
HttpServletRequestobject was last modified, in milliseconds since midnight January 1, 1970 GMT. - getLastModified(String) - Method in class org.apache.jasper.JspCompilationContext
- getLastModified(String) - Method in interface org.apache.tomcat.Jar
-
Obtain the last modified time for the given resource in the JAR.
- getLastModified(String, Jar) - Method in class org.apache.jasper.JspCompilationContext
- getLastUsageTime() - Method in class org.apache.jasper.servlet.JspServletWrapper
- 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
Localethat 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
-
Returns the locale specified for this response using the
ServletResponse.setLocale(java.util.Locale)method. - 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
EnumerationofLocaleobjects 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
-
Obtain the location where temporary files should be stored.
- 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,
-1indicating the cookie will persist until browser shutdown. - getMaxAge() - Method in interface jakarta.servlet.SessionCookieConfig
-
Obtain the maximum age to set for a session cookie.
- getMaxFileSize() - Method in class jakarta.servlet.MultipartConfigElement
-
Obtain the maximum permitted size for a single file.
- 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
-
Obtain the maximum permitted size for a single request.
- 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(ELContext) - Method in class org.apache.jasper.el.JspMethodExpression
- getMethodInfo(EvaluationContext, Class[]) - Method in class org.apache.el.parser.AstValue
- getMethodInfo(EvaluationContext, Class<?>[]) - Method in class org.apache.el.parser.AstIdentifier
- getMethodInfo(EvaluationContext, Class<?>[]) - Method in interface org.apache.el.parser.Node
- getMethodInfo(EvaluationContext, Class<?>[]) - Method in class org.apache.el.parser.SimpleNode
- 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
-
Obtain the collection HTTP methods for which security constraints have been defined.
- getMethodSignature() - Method in class jakarta.servlet.jsp.tagext.TagAttributeInfo
-
If this is a deferred method attribute, obtain the expected method signature.
- getMimeType(String) - Method in interface jakarta.servlet.ServletContext
-
Returns the MIME type of the specified file, or
nullif 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
-
Obtain the name of the Servlet.
- 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
-
Obtain the name to use for the session cookies.
- getNamedDispatcher(String) - Method in interface jakarta.servlet.ServletContext
-
Returns a
RequestDispatcherobject that acts as a wrapper for the named servlet. - 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
-
Provides access to the
ServletOutputStreamfor writing data to the client. - getOutputStream() - Method in interface jakarta.servlet.ServletResponse
-
Returns a
ServletOutputStreamsuitable for writing binary data in the response. - 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
-
Obtain the page encoding for this group.
- 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, ornullif 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
EnumerationofStringobjects 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
Stringobjects containing all of the values the given request parameter has, ornullif 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
-
Obtain the path to use for session cookies.
- 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
Stringcontaining the real path for a given virtual path. - getRealPath(String) - Method in interface jakarta.servlet.ServletRequest
-
Deprecated.As of Version 2.1 of the Java Servlet API, use
ServletContext.getRealPath(java.lang.String)instead. - getRealPath(String) - Method in class jakarta.servlet.ServletRequestWrapper
-
Deprecated.As of Version 3.0 of the Java Servlet API
- 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
nullif 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
RequestDispatcherobject that acts as a wrapper for the resource located at the given path. - getRequestDispatcher(String) - Method in interface jakarta.servlet.ServletRequest
-
Returns a
RequestDispatcherobject 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
HttpServletRequestobject. - 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
InputStreamobject. - 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
-
Deprecated.As of JSP 2.1, replaced by
java.lang.Throwable.getCause() - getRootCause() - Method in exception jakarta.servlet.ServletException
-
Returns the exception that caused this servlet exception.
- getRunAsRole() - Method in interface jakarta.servlet.ServletRegistration
-
Obtain the name of the user / group under which the Servlet has been configured to run.
- 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, orftp. - 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
-
Is scripting disabled for this group?
- getSecure() - Method in class jakarta.servlet.http.Cookie
-
Returns
trueif the browser is sending cookies only over a secure protocol, orfalseif 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() - Method in exception jakarta.servlet.UnavailableException
-
Deprecated.As of Java Servlet API 2.2, with no replacement.
- getServlet() - Method in class org.apache.jasper.servlet.JspServletWrapper
- getServlet(String) - Method in interface jakarta.servlet.ServletContext
-
Deprecated.As of Java Servlet API 2.1, with no direct replacement.
- getServlet(String) - Method in class org.apache.jasper.servlet.JspCServletContext
-
Deprecated.This method has been deprecated with no replacement
- getServletClassName() - Method in class org.apache.jasper.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
-
Returns this servlet's
ServletConfigobject. - getServletConfig() - Method in class jakarta.servlet.jsp.PageContext
-
The ServletConfig instance.
- getServletConfig() - Method in interface jakarta.servlet.Servlet
-
Returns a
ServletConfigobject, 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
ServletContextin which the caller is executing. - getServletContext() - Method in class jakarta.servlet.GenericFilter
- getServletContext() - Method in class jakarta.servlet.GenericServlet
-
Returns a reference to the
ServletContextin 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
ServletContextin 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
-
Deprecated.As of Java Servlet API 2.1, with no replacement.
- getServletNames() - Method in class org.apache.jasper.servlet.JspCServletContext
-
Deprecated.This method has been deprecated with no replacement
- getServletPackageName() - Method in class org.apache.jasper.JspCompilationContext
-
Package name for the generated class 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
-
Obtain a Map of servlet names to servlet registrations for all servlets registered with this context.
- 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
-
Deprecated.As of Java Servlet API 2.0, with no replacement.
- getServlets() - Method in class org.apache.jasper.servlet.JspCServletContext
-
Deprecated.This method has been deprecated with no replacement
- 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() - 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() - 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
- getSession(boolean) - Method in interface jakarta.servlet.http.HttpServletRequest
-
Returns the current
HttpSessionassociated with this request or, if there is no current session andcreateis true, returns a new session. - 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(String) - Method in interface jakarta.servlet.http.HttpSessionContext
-
Deprecated.As of Java Servlet API 2.1 with no replacement. This method must return null and will be removed in a future version of this API.
- getSessionContext() - Method in interface jakarta.servlet.http.HttpSession
-
Deprecated.As of Version 2.1, this method is deprecated and has no replacement. It will be removed in a future version of the Java Servlet API.
- 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() - 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
-
Obtain the location of the tag library.
- 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
-
Provide the set of tag library descriptors obtained from the <jsp-config> elements in the web application's deployment descriptors.
- getTaglibURI() - Method in interface jakarta.servlet.descriptor.TaglibDescriptor
-
Obtain the URI for the tag library.
- 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
-
Should the JSPs in this group have template text that onyl contains whitespace removed?
- getTrimSpaces() - Method in class org.apache.jasper.EmbeddedServletOptions
- getTrimSpaces() - Method in class org.apache.jasper.JspC
- getTrimSpaces() - Method in interface org.apache.jasper.Options
- getType() - Method in class org.apache.jasper.compiler.ELParser
- getType(ELContext) - Method in class jakarta.el.ValueExpression
- getType(ELContext) - Method in class org.apache.el.ValueExpressionImpl
- getType(ELContext) - Method in class org.apache.el.ValueExpressionLiteral
- getType(ELContext) - Method in class org.apache.jasper.el.JspValueExpression
- 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, Object, Object) - Method in class jakarta.servlet.jsp.el.ImplicitObjectELResolver
- getType(ELContext, Object, Object) - Method in class jakarta.servlet.jsp.el.ScopedAttributeELResolver
- getType(ELContext, Object, Object) - Method in class org.apache.el.stream.StreamELResolverImpl
- getType(ELContext, Object, Object) - Method in class org.apache.jasper.el.ELResolverImpl
-
Deprecated.
- 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
- 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
-
Obtain the patterns to which this group applies.
- 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.Principalobject 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() - Method in class jakarta.servlet.http.Cookie
-
Returns the value of the cookie.
- getValue() - Method in class jakarta.servlet.http.HttpSessionBindingEvent
-
Returns the value of the attribute that has been added, removed or replaced.
- 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() - Method in class org.apache.el.parser.Token
-
An optional attribute value of the Token.
- getValue(ELContext) - Method in class jakarta.el.ValueExpression
- getValue(ELContext) - Method in class org.apache.el.ValueExpressionImpl
- getValue(ELContext) - Method in class org.apache.el.ValueExpressionLiteral
- getValue(ELContext) - Method in class org.apache.jasper.el.JspValueExpression
- 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(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, Object, Object) - Method in class jakarta.servlet.jsp.el.ImplicitObjectELResolver
- getValue(ELContext, Object, Object) - Method in class jakarta.servlet.jsp.el.ScopedAttributeELResolver
- getValue(ELContext, Object, Object) - Method in class org.apache.el.stream.StreamELResolverImpl
- 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(String) - Method in interface jakarta.servlet.http.HttpSession
-
Deprecated.As of Version 2.2, this method is replaced by
HttpSession.getAttribute(java.lang.String). - getValue(String) - Method in class jakarta.servlet.jsp.tagext.TagSupport
-
Get a the value associated with a key.
- getValue(String, Class<?>) - Method in class jakarta.el.ELProcessor
- 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
- 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
-
Deprecated.As of Version 2.2, this method is replaced by
HttpSession.getAttributeNames() - getValueReference(ELContext) - Method in class jakarta.el.ValueExpression
- getValueReference(ELContext) - Method in class org.apache.el.ValueExpressionImpl
- 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
- 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
-
Deprecated.As of JSP 2.1, replaced by jakarta.el.ELContext.getELResolver() which can be obtained by jspContext.getELContext().getELResolver()
- getVariableResolver() - Method in class org.apache.jasper.runtime.JspContextWrapper
-
Deprecated.
- getVariableResolver() - Method in class org.apache.jasper.runtime.PageContextImpl
-
Deprecated.
- getVarName() - Method in class jakarta.servlet.jsp.tagext.VariableInfo
-
Returns the name of the scripting variable.
- 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
PrintWriterobject 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.
H
- handleGetProperty(Object, String) - Static method in class org.apache.jasper.runtime.JspRuntimeLibrary
- handleJspException(Exception) - Method in class org.apache.jasper.servlet.JspServletWrapper
-
Attempts to construct a JasperException that contains helpful information about what went wrong.
- handlePageException(Exception) - Method in class jakarta.servlet.jsp.PageContext
-
This method is intended to process an unhandled 'page' level exception by forwarding the exception to the specified error page for this JSP.
- handlePageException(Exception) - Method in class org.apache.jasper.runtime.JspContextWrapper
- handlePageException(Exception) - Method in class org.apache.jasper.runtime.PageContextImpl
- handlePageException(Throwable) - Method in class jakarta.servlet.jsp.PageContext
-
This method is intended to process an unhandled 'page' level exception by forwarding the exception to the specified error page for this JSP.
- handlePageException(Throwable) - Method in class org.apache.jasper.runtime.JspContextWrapper
- handlePageException(Throwable) - Method in class org.apache.jasper.runtime.PageContextImpl
- handleSetProperty(Object, String, boolean) - Static method in class org.apache.jasper.runtime.JspRuntimeLibrary
- handleSetProperty(Object, String, byte) - Static method in class org.apache.jasper.runtime.JspRuntimeLibrary
- handleSetProperty(Object, String, char) - Static method in class org.apache.jasper.runtime.JspRuntimeLibrary
- handleSetProperty(Object, String, double) - Static method in class org.apache.jasper.runtime.JspRuntimeLibrary
- handleSetProperty(Object, String, float) - Static method in class org.apache.jasper.runtime.JspRuntimeLibrary
- handleSetProperty(Object, String, int) - Static method in class org.apache.jasper.runtime.JspRuntimeLibrary
- handleSetProperty(Object, String, long) - Static method in class org.apache.jasper.runtime.JspRuntimeLibrary
- handleSetProperty(Object, String, short) - Static method in class org.apache.jasper.runtime.JspRuntimeLibrary
- handleSetProperty(Object, String, Object) - Static method in class org.apache.jasper.runtime.JspRuntimeLibrary
- handleSetPropertyExpression(Object, String, String, PageContext, ProtectedFunctionMapper) - Static method in class org.apache.jasper.runtime.JspRuntimeLibrary
- HandlesTypes - Annotation Type in jakarta.servlet.annotation
-
This annotation is used to declare an array of application classes which are passed to a
ServletContainerInitializer. - handleThrowable(Throwable) - Static method in class org.apache.jasper.runtime.ExceptionUtils
-
Checks whether the supplied Throwable is one that needs to be rethrown and swallows all others.
- hasDynamicAttributes() - Method in class jakarta.servlet.jsp.tagext.TagInfo
-
Get dynamicAttributes associated with this TagInfo.
- hashCode() - Method in class jakarta.el.Expression
- hashCode() - Method in class org.apache.el.lang.FunctionMapperImpl.Function
- hashCode() - Method in class org.apache.el.MethodExpressionImpl
-
Returns the hash code for this
Expression. - hashCode() - Method in class org.apache.el.MethodExpressionLiteral
- hashCode() - Method in class org.apache.el.parser.SimpleNode
- hashCode() - Method in class org.apache.el.ValueExpressionImpl
- hashCode() - Method in class org.apache.el.ValueExpressionLiteral
- hashCode() - Method in class org.apache.jasper.el.JspMethodExpression
- hashCode() - Method in class org.apache.jasper.el.JspValueExpression
- hasOriginalRequestAndResponse() - Method in interface jakarta.servlet.AsyncContext
- helpNeeded - Variable in class org.apache.jasper.JspC
- HttpConstraint - Annotation Type in jakarta.servlet.annotation
-
This annotation represents the security constraints that are applied to all requests with HTTP protocol method types that are not otherwise represented by a corresponding
HttpMethodConstraintin aServletSecurityannotation. - HttpConstraintElement - Class in jakarta.servlet
-
Equivalent of
HttpConstraintfor programmatic configuration of security constraints. - HttpConstraintElement() - Constructor for class jakarta.servlet.HttpConstraintElement
-
Default constraint is permit with no transport guarantee.
- HttpConstraintElement(ServletSecurity.EmptyRoleSemantic) - Constructor for class jakarta.servlet.HttpConstraintElement
-
Construct a constraint with an empty role semantic.
- HttpConstraintElement(ServletSecurity.EmptyRoleSemantic, ServletSecurity.TransportGuarantee, String...) - Constructor for class jakarta.servlet.HttpConstraintElement
-
Construct a constraint with an empty role semantic, a transport guarantee and roles.
- HttpConstraintElement(ServletSecurity.TransportGuarantee, String...) - Constructor for class jakarta.servlet.HttpConstraintElement
-
Construct a constraint with a transport guarantee and roles.
- HttpFilter - Class in jakarta.servlet.http
-
Provides a base class that implements the Filter interface and ensures that the Request and Response are of type HttpServletRequest and HttpServletResponse respectively.
- HttpFilter() - Constructor for class jakarta.servlet.http.HttpFilter
- HttpJspBase - Class in org.apache.jasper.runtime
-
This is the super class of all JSP-generated servlets.
- HttpJspBase() - Constructor for class org.apache.jasper.runtime.HttpJspBase
- HttpJspPage - Interface in jakarta.servlet.jsp
-
The HttpJspPage interface describes the interaction that a JSP Page Implementation Class must satisfy when using the HTTP protocol.
- HttpMethodConstraint - Annotation Type in jakarta.servlet.annotation
-
Specific security constraints can be applied to different types of request, differentiated by the HTTP protocol method type by using this annotation inside the
ServletSecurityannotation. - HttpMethodConstraintElement - Class in jakarta.servlet
-
Programmatic equivalent of a security constraint defined for a single HTTP method.
- HttpMethodConstraintElement(String) - Constructor for class jakarta.servlet.HttpMethodConstraintElement
-
Construct an instance for the given HTTP method name and a default
HttpConstraintElement. - HttpMethodConstraintElement(String, HttpConstraintElement) - Constructor for class jakarta.servlet.HttpMethodConstraintElement
-
Construct an instance for the given HTTP method name and
HttpConstraintElement. - httpMethodConstraints() - Method in annotation type jakarta.servlet.annotation.ServletSecurity
-
An array of HttpMethodConstraint objects to which the security constraint will be applied
- HttpServlet - Class in jakarta.servlet.http
-
Provides an abstract class to be subclassed to create an HTTP servlet suitable for a Web site.
- HttpServlet() - Constructor for class jakarta.servlet.http.HttpServlet
-
Does nothing, because this is an abstract class.
- HttpServletMapping - Interface in jakarta.servlet.http
-
Represents how the request from which this object was obtained was mapped to the associated servlet.
- HttpServletRequest - Interface in jakarta.servlet.http
-
Extends the
ServletRequestinterface to provide request information for HTTP servlets. - HttpServletRequestWrapper - Class in jakarta.servlet.http
-
Provides a convenient implementation of the HttpServletRequest interface that can be subclassed by developers wishing to adapt the request to a Servlet.
- HttpServletRequestWrapper(HttpServletRequest) - Constructor for class jakarta.servlet.http.HttpServletRequestWrapper
-
Constructs a request object wrapping the given request.
- HttpServletResponse - Interface in jakarta.servlet.http
-
Extends the
ServletResponseinterface to provide HTTP-specific functionality in sending a response. - HttpServletResponseWrapper - Class in jakarta.servlet.http
-
Provides a convenient implementation of the HttpServletResponse interface that can be subclassed by developers wishing to adapt the response from a Servlet.
- HttpServletResponseWrapper(HttpServletResponse) - Constructor for class jakarta.servlet.http.HttpServletResponseWrapper
-
Constructs a response adaptor wrapping the given response.
- HttpSession - Interface in jakarta.servlet.http
-
Provides a way to identify a user across more than one page request or visit to a Web site and to store information about that user.
- HttpSessionActivationListener - Interface in jakarta.servlet.http
-
Objects that are bound to a session may listen to container events notifying them that sessions will be passivated and that session will be activated.
- HttpSessionAttributeListener - Interface in jakarta.servlet.http
-
This listener interface can be implemented in order to get notifications of changes to the attribute lists of sessions within this web application.
- HttpSessionBindingEvent - Class in jakarta.servlet.http
-
Events of this type are either sent to an object that implements
HttpSessionBindingListenerwhen it is bound or unbound from a session, or to anHttpSessionAttributeListenerthat has been configured in the deployment descriptor when any attribute is bound, unbound or replaced in a session. - HttpSessionBindingEvent(HttpSession, String) - Constructor for class jakarta.servlet.http.HttpSessionBindingEvent
-
Constructs an event that notifies an object that it has been bound to or unbound from a session.
- HttpSessionBindingEvent(HttpSession, String, Object) - Constructor for class jakarta.servlet.http.HttpSessionBindingEvent
-
Constructs an event that notifies an object that it has been bound to or unbound from a session.
- HttpSessionBindingListener - Interface in jakarta.servlet.http
-
Causes an object to be notified when it is bound to or unbound from a session.
- HttpSessionContext - Interface in jakarta.servlet.http
-
Deprecated.As of Java(tm) Servlet API 2.1 for security reasons, with no replacement. This interface will be removed in a future version of this API.
- HttpSessionEvent - Class in jakarta.servlet.http
-
This is the class representing event notifications for changes to sessions within a web application.
- HttpSessionEvent(HttpSession) - Constructor for class jakarta.servlet.http.HttpSessionEvent
-
Construct a session event from the given source.
- HttpSessionIdListener - Interface in jakarta.servlet.http
-
Implementations of this interface are notified when an
HttpSession's ID changes. - HttpSessionListener - Interface in jakarta.servlet.http
-
Implementations of this interface are notified of changes to the list of active sessions in a web application.
- HttpUpgradeHandler - Interface in jakarta.servlet.http
-
Interface between the HTTP upgrade process and the new protocol.
- HttpUtils - Class in jakarta.servlet.http
-
Deprecated.As of Java(tm) Servlet API 2.3. These methods were only useful with the default encoding and have been moved to the request interfaces.
- HttpUtils() - Constructor for class jakarta.servlet.http.HttpUtils
-
Deprecated.Constructs an empty
HttpUtilsobject.
I
- id - Variable in class jakarta.servlet.jsp.tagext.TagSupport
-
The value of the id attribute of this tag; or null.
- id - Variable in class org.apache.el.parser.SimpleNode
- ID - Static variable in class jakarta.servlet.jsp.tagext.TagAttributeInfo
-
"id" is wired in to be ID.
- Identifier() - Method in class org.apache.el.parser.ELParser
- IDENTIFIER - Static variable in interface org.apache.el.parser.ELParserConstants
-
RegularExpression Id.
- IE_PLUGIN_URL - Static variable in class org.apache.jasper.Constants
- ieClassId - Variable in class org.apache.jasper.JspC
- If - Class in org.apache.jasper.tagplugins.jstl.core
- If() - Constructor for class org.apache.jasper.tagplugins.jstl.core.If
- ifPresent(LambdaExpression) - Method in class org.apache.el.stream.Optional
- ILLEGAL_CHARACTER - Static variable in interface org.apache.el.parser.ELParserConstants
-
RegularExpression Id.
- image - Variable in class org.apache.el.parser.SimpleNode
- image - Variable in class org.apache.el.parser.Token
-
The string image of the token.
- IMPL_OBJ_START - Static variable in interface org.apache.el.parser.ELParserConstants
-
RegularExpression Id.
- ImplicitObjectELResolver - Class in jakarta.servlet.jsp.el
-
Provides resolution in EL for the implicit variables of a JSP page.
- ImplicitObjectELResolver() - Constructor for class jakarta.servlet.jsp.el.ImplicitObjectELResolver
-
Creates an instance of the implicit object resolver for EL.
- Import - Class in org.apache.jasper.tagplugins.jstl.core
- Import() - Constructor for class org.apache.jasper.tagplugins.jstl.core.Import
- importClass(String) - Method in class jakarta.el.ELManager
- importClass(String) - Method in class jakarta.el.ImportHandler
- ImportHandler - Class in jakarta.el
- ImportHandler() - Constructor for class jakarta.el.ImportHandler
- importPackage(String) - Method in class jakarta.el.ELManager
- importPackage(String) - Method in class jakarta.el.ImportHandler
- ImportResponseWrapper(HttpServletResponse) - Constructor for class org.apache.jasper.tagplugins.jstl.Util.ImportResponseWrapper
- importStatic(String) - Method in class jakarta.el.ELManager
- importStatic(String) - Method in class jakarta.el.ImportHandler
- IN_EXPRESSION - Static variable in interface org.apache.el.parser.ELParserConstants
-
Lexical state.
- IN_SET_OR_MAP - Static variable in interface org.apache.el.parser.ELParserConstants
-
Lexical state.
- inBuf - Variable in class org.apache.el.parser.SimpleCharStream
- INC_WEBXML - Static variable in class org.apache.jasper.JspC
- include(ServletRequest, ServletResponse) - Method in interface jakarta.servlet.RequestDispatcher
-
Includes the content of a resource (servlet, JSP page, HTML file) in the response.
- include(ServletRequest, ServletResponse, String, JspWriter, boolean) - Static method in class org.apache.jasper.runtime.JspRuntimeLibrary
-
Perform a RequestDispatcher.include() operation, with optional flushing of the response beforehand.
- include(String) - Method in class jakarta.servlet.jsp.PageContext
-
Causes the resource specified to be processed as part of the current ServletRequest and ServletResponse being processed by the calling Thread.
- include(String) - Method in class org.apache.jasper.runtime.JspContextWrapper
- include(String) - Method in class org.apache.jasper.runtime.PageContextImpl
- include(String, boolean) - Method in class jakarta.servlet.jsp.PageContext
-
Causes the resource specified to be processed as part of the current ServletRequest and ServletResponse being processed by the calling Thread.
- include(String, boolean) - Method in class org.apache.jasper.runtime.JspContextWrapper
- include(String, boolean) - Method in class org.apache.jasper.runtime.PageContextImpl
- INCLUDE - jakarta.servlet.DispatcherType
- INCLUDE_ACTION - Static variable in interface org.apache.jasper.compiler.TagConstants
- INCLUDE_CONTEXT_PATH - Static variable in interface jakarta.servlet.RequestDispatcher
-
The name of the request attribute that should be set by the container when the
RequestDispatcher.include(ServletRequest, ServletResponse)method is called on theRequestDispatcherobtained by a path and not by a name. - INCLUDE_DIRECTIVE_ACTION - Static variable in interface org.apache.jasper.compiler.TagConstants
- INCLUDE_MAPPING - Static variable in interface jakarta.servlet.RequestDispatcher
-
The name of the request attribute that should be set by the container when the
RequestDispatcher.include(ServletRequest, ServletResponse)method is called on theRequestDispatcherobtained by a path and not by a name. - INCLUDE_PATH_INFO - Static variable in interface jakarta.servlet.RequestDispatcher
-
The name of the request attribute that should be set by the container when the
RequestDispatcher.include(ServletRequest, ServletResponse)method is called on theRequestDispatcherobtained by a path and not by a name. - INCLUDE_QUERY_STRING - Static variable in interface jakarta.servlet.RequestDispatcher
-
The name of the request attribute that should be set by the container when the
RequestDispatcher.include(ServletRequest, ServletResponse)method is called on theRequestDispatcherobtained by a path and not by a name. - INCLUDE_REQUEST_URI - Static variable in interface jakarta.servlet.RequestDispatcher
-
The name of the request attribute that should be set by the container when the
RequestDispatcher.include(ServletRequest, ServletResponse)method is called on theRequestDispatcherobtained by a path and not by a name. - INCLUDE_SERVLET_PATH - Static variable in interface jakarta.servlet.RequestDispatcher
-
The name of the request attribute that should be set by the container when the
RequestDispatcher.include(ServletRequest, ServletResponse)method is called on theRequestDispatcherobtained by a path and not by a name. - incrementJspReloadCount() - Method in class org.apache.jasper.compiler.JspRuntimeContext
-
Increments the JSP reload counter.
- incrementRemoved() - Method in class org.apache.jasper.JspCompilationContext
- incTripCount() - Method in class org.apache.jasper.servlet.JspServletWrapper
- info - Variable in class jakarta.servlet.jsp.tagext.TagLibraryInfo
-
Information (documentation) for this TLD.
- init() - Method in class jakarta.servlet.GenericFilter
-
Convenience method for sub-classes to save them having to call
super.init(config). - init() - Method in class jakarta.servlet.GenericServlet
-
A convenience method which can be overridden so that there's no need to call
super.init(config). - init(FilterConfig) - Method in interface jakarta.servlet.Filter
-
Called by the web container to indicate to a filter that it is being placed into service.
- init(FilterConfig) - Method in class jakarta.servlet.GenericFilter
- init(WebConnection) - Method in interface jakarta.servlet.http.HttpUpgradeHandler
-
This method is called once the request/response pair where
HttpServletRequest.upgrade(Class)is called has completed processing and is the point where control of the connection passes from the container to theHttpUpgradeHandler. - init(ServletConfig) - Method in class jakarta.servlet.GenericServlet
-
Called by the servlet container to indicate to a servlet that the servlet is being placed into service.
- init(ServletConfig) - Method in interface jakarta.servlet.Servlet
-
Called by the servlet container to indicate to a servlet that the servlet is being placed into service.
- init(ServletConfig) - Method in class org.apache.jasper.runtime.HttpJspBase
- init(ServletConfig) - Method in class org.apache.jasper.runtime.TagHandlerPool
- init(ServletConfig) - Method in class org.apache.jasper.servlet.JspServlet
- init(JspCompilationContext, JspServletWrapper) - Method in class org.apache.jasper.compiler.Compiler
- initClassLoader() - Method in class org.apache.jasper.JspC
-
Initializes the classloader as/if needed for the given compilation context.
- initialize(Servlet, ServletRequest, ServletResponse, String, boolean, int, boolean) - Method in class jakarta.servlet.jsp.PageContext
-
The initialize method is called to initialize an uninitialized PageContext so that it may be used by a JSP Implementation class to service an incoming request and response within it's _jspService() method.
- initialize(Servlet, ServletRequest, ServletResponse, String, boolean, int, boolean) - Method in class org.apache.jasper.runtime.JspContextWrapper
- initialize(Servlet, ServletRequest, ServletResponse, String, boolean, int, boolean) - Method in class org.apache.jasper.runtime.PageContextImpl
- initParams() - Method in annotation type jakarta.servlet.annotation.WebFilter
- initParams() - Method in annotation type jakarta.servlet.annotation.WebServlet
- initServletContext(ClassLoader) - Method in class org.apache.jasper.JspC
- initTldScanner(JspCServletContext, ClassLoader) - Method in class org.apache.jasper.JspC
- initWebXml() - Method in class org.apache.jasper.JspC
- input_stream - Variable in class org.apache.el.parser.ELParserTokenManager
- inputStream - Variable in class org.apache.el.parser.SimpleCharStream
- insertBefore - Static variable in class org.apache.jasper.JspC
- installSmap(Map<String, SmapStratum>) - Static method in class org.apache.jasper.compiler.SmapUtil
- instanceManager - Variable in class org.apache.jasper.runtime.TagHandlerPool
- InstanceManager - Interface in org.apache.tomcat
- InstanceManagerBindings - Class in org.apache.tomcat
- InstanceManagerBindings() - Constructor for class org.apache.tomcat.InstanceManagerBindings
- InstanceManagerFactory - Class in org.apache.jasper.runtime
- INSTANCEOF - Static variable in interface org.apache.el.parser.ELParserConstants
-
RegularExpression Id.
- InstrumentableClassLoader - Interface in org.apache.tomcat
-
Specifies a class loader capable of being decorated with
ClassFileTransformers. - Integer() - Method in class org.apache.el.parser.ELParser
- INTEGER_LITERAL - Static variable in interface org.apache.el.parser.ELParserConstants
-
RegularExpression Id.
- interpreterCall(boolean, String, Class<?>, String) - Static method in class org.apache.jasper.compiler.JspUtil
-
Produces a String representing a call to the EL interpreter.
- interpreterCall(JspCompilationContext, boolean, String, Class<?>, String) - Method in interface org.apache.jasper.compiler.ELInterpreter
-
Returns the string representing the code that will be inserted into the servlet generated for JSP.
- interpreterCall(JspCompilationContext, boolean, String, Class<?>, String) - Method in class org.apache.jasper.compiler.ELInterpreterFactory.DefaultELInterpreter
- interpreterCall(JspCompilationContext, boolean, String, Class<?>, String) - Method in class org.apache.jasper.optimizations.ELInterpreterTagSetters
- introspect(Object, ServletRequest) - Static method in class org.apache.jasper.runtime.JspRuntimeLibrary
- introspecthelper(Object, String, String, ServletRequest, String, boolean) - Static method in class org.apache.jasper.runtime.JspRuntimeLibrary
- INVALID_LEXICAL_STATE - Static variable in error org.apache.el.parser.TokenMgrError
-
Tried to change to an invalid lexical state.
- invalidate() - Method in interface jakarta.servlet.http.HttpSession
-
Invalidates this session then unbinds any objects bound to it.
- invoke(ELContext, Object...) - Method in class jakarta.el.LambdaExpression
- invoke(ELContext, Object[]) - Method in class jakarta.el.MethodExpression
- invoke(ELContext, Object[]) - Method in class org.apache.el.MethodExpressionImpl
-
Evaluates the expression relative to the provided context, invokes the method that was found using the supplied parameters, and returns the result of the method invocation.
- invoke(ELContext, Object[]) - Method in class org.apache.el.MethodExpressionLiteral
- invoke(ELContext, Object[]) - Method in class org.apache.jasper.el.JspMethodExpression
- invoke(ELContext, Object, Object, Class<?>[], Object[]) - Method in class jakarta.el.BeanELResolver
- invoke(ELContext, Object, Object, Class<?>[], Object[]) - Method in class jakarta.el.CompositeELResolver
- invoke(ELContext, Object, Object, Class<?>[], Object[]) - Method in class jakarta.el.ELResolver
-
Invokes a method on the the given object.
- invoke(ELContext, Object, Object, Class<?>[], Object[]) - Method in class jakarta.el.StaticFieldELResolver
- invoke(ELContext, Object, Object, Class<?>[], Object[]) - Method in class org.apache.el.stream.StreamELResolverImpl
- invoke(ELContext, Object, Object, Class<?>[], Object[]) - Method in class org.apache.jasper.el.JasperELResolver
- invoke(Writer) - Method in class jakarta.servlet.jsp.tagext.JspFragment
-
Executes the fragment and directs all output to the given Writer, or the JspWriter returned by the getOut() method of the JspContext associated with the fragment if out is null.
- invoke(Object...) - Method in class jakarta.el.LambdaExpression
- invoke(EvaluationContext, Class[], Object[]) - Method in class org.apache.el.parser.AstValue
- invoke(EvaluationContext, Class<?>[], Object[]) - Method in class org.apache.el.parser.AstIdentifier
- invoke(EvaluationContext, Class<?>[], Object[]) - Method in interface org.apache.el.parser.Node
- invoke(EvaluationContext, Class<?>[], Object[]) - Method in class org.apache.el.parser.SimpleNode
- INVOKE_ACTION - Static variable in interface org.apache.jasper.compiler.TagConstants
- IS_SECURITY_ENABLED - Static variable in class org.apache.jasper.Constants
-
Has security been turned on?
- isAbsoluteUrl(String) - Static method in class org.apache.jasper.tagplugins.jstl.Util
-
Returns
trueif our current URL is absolute,falseotherwise. - isAsyncStarted() - Method in interface jakarta.servlet.ServletRequest
- isAsyncStarted() - Method in class jakarta.servlet.ServletRequestWrapper
-
The default behavior of this method is to return isAsyncStarted() on the wrapped request object.
- isAsyncSupported() - Method in interface jakarta.servlet.ServletRequest
- isAsyncSupported() - Method in class jakarta.servlet.ServletRequestWrapper
-
The default behavior of this method is to return isAsyncSupported() on the wrapped request object.
- isAttributeSpecified(String) - Method in interface org.apache.jasper.compiler.tagplugin.TagPluginContext
- isAutoFlush() - Method in class jakarta.servlet.jsp.JspWriter
-
This method indicates whether the JspWriter is autoFlushing.
- isBigDecimalOp(Object, Object) - Static method in class org.apache.el.lang.ELSupport
- isBigIntegerOp(Object, Object) - Static method in class org.apache.el.lang.ELSupport
- isBlockExternal() - Method in class org.apache.jasper.JspC
- isCaching() - Method in class org.apache.jasper.EmbeddedServletOptions
- isCaching() - Method in class org.apache.jasper.JspC
- isCaching() - Method in interface org.apache.jasper.Options
- isCommitted() - Method in interface jakarta.servlet.ServletResponse
-
Returns a boolean indicating if the response has been committed.
- isCommitted() - Method in class jakarta.servlet.ServletResponseWrapper
-
The default behavior of this method is to return isCommitted() on the wrapped response object.
- isCompileCheckInProgress() - Method in class org.apache.jasper.compiler.JspRuntimeContext
- isConstantAttribute(String) - Method in interface org.apache.jasper.compiler.tagplugin.TagPluginContext
- isDeferedSyntaxAllowedAsLiteral() - Method in class org.apache.jasper.compiler.JspConfig.JspProperty
- isDeferredMethod() - Method in class jakarta.servlet.jsp.tagext.TagAttributeInfo
-
Does the attribute expect to be passed a deferred method?
- isDeferredValue() - Method in class jakarta.servlet.jsp.tagext.TagAttributeInfo
-
Does the attribute expect to be passed a deferred value?
- isDoubleOp(Object, Object) - Static method in class org.apache.el.lang.ELSupport
- isELIgnored() - Method in class org.apache.jasper.compiler.JspConfig.JspProperty
- isErrorOnUndeclaredNamespace() - Method in class org.apache.jasper.compiler.JspConfig.JspProperty
- isFinished() - Method in class jakarta.servlet.ServletInputStream
-
Has the end of this InputStream been reached?
- isFragment() - Method in class jakarta.servlet.jsp.tagext.TagAttributeInfo
-
Whether this attribute is of type JspFragment.
- isHttpOnly() - Method in class jakarta.servlet.http.Cookie
-
Gets the flag that controls if this cookie will be hidden from scripts on the client side.
- isHttpOnly() - Method in interface jakarta.servlet.SessionCookieConfig
-
Will session cookies be created with the httpOnly flag set?
- isIdentifier(String) - Static method in class org.apache.el.util.Validation
-
Test whether a string is a Java identifier.
- isJavaKeyword(String) - Static method in class org.apache.jasper.compiler.JspUtil
-
Test whether the argument is a Java keyword.
- isJspPage(String) - Method in class org.apache.jasper.compiler.JspConfig
-
To find out if a uri matches a url pattern in jsp config.
- isLambdaArgument(String) - Method in class jakarta.el.ELContext
-
Determine if the specified name is recognised as the name of a lambda argument.
- isLambdaArgument(String) - Method in class org.apache.el.lang.EvaluationContext
- isLiteralText() - Method in class jakarta.el.Expression
- isLiteralText() - Method in class org.apache.el.MethodExpressionImpl
- isLiteralText() - Method in class org.apache.el.MethodExpressionLiteral
- isLiteralText() - Method in class org.apache.el.ValueExpressionImpl
- isLiteralText() - Method in class org.apache.el.ValueExpressionLiteral
- isLiteralText() - Method in class org.apache.jasper.el.JspMethodExpression
- isLiteralText() - Method in class org.apache.jasper.el.JspValueExpression
- isLongOp(Object, Object) - Static method in class org.apache.el.lang.ELSupport
- isNameResolved(String) - Method in class jakarta.el.BeanNameResolver
-
Can this resolver resolve the given bean name?
- isNew() - Method in interface jakarta.servlet.http.HttpSession
-
Returns
trueif the client does not yet know about the session or if the client chooses not to join the session. - isNumber(Object) - Static method in class org.apache.el.lang.ELArithmetic
- isNumberType(Class<?>) - Static method in class org.apache.el.lang.ELArithmetic
- isOutDated() - Method in class org.apache.jasper.compiler.Compiler
-
This is a protected method intended to be overridden by subclasses of Compiler.
- isOutDated(boolean) - Method in class org.apache.jasper.compiler.Compiler
-
Determine if a compilation is necessary by checking the time stamp of the JSP page with that of the corresponding .class or .java file.
- isPackageProtectionEnabled() - Static method in class org.apache.jasper.security.SecurityUtil
-
Return the
SecurityManageronly if Security is enabled AND package protection mechanism is enabled. - isParametersProvided() - Method in class jakarta.el.MethodExpression
- isParametersProvided() - Method in class org.apache.el.MethodExpressionImpl
- isParametersProvided() - Method in class org.apache.el.parser.AstValue
- isParametersProvided() - Method in interface org.apache.el.parser.Node
- isParametersProvided() - Method in class org.apache.el.parser.SimpleNode
- isParametersProvided() - Method in class org.apache.jasper.el.JspMethodExpression
- isParmetersProvided() - Method in class jakarta.el.MethodExpression
-
Deprecated.
- isParmetersProvided() - Method in class org.apache.el.MethodExpressionImpl
- isPathSeparator(char) - Static method in class org.apache.jasper.JspCompilationContext
- isPermanent() - Method in exception jakarta.servlet.UnavailableException
-
Returns a
booleanindicating whether the servlet is permanently unavailable. - isPoolingEnabled() - Method in class org.apache.jasper.EmbeddedServletOptions
- isPoolingEnabled() - Method in class org.apache.jasper.JspC
- isPoolingEnabled() - Method in interface org.apache.jasper.Options
- isPropertyResolved() - Method in class jakarta.el.ELContext
- isPropertyResolved() - Method in class org.apache.el.lang.EvaluationContext
- isPropertyResolved() - Method in class org.apache.jasper.el.ELContextWrapper
- isPrototypeMode() - Method in class org.apache.jasper.JspCompilationContext
- isReadOnly(ELContext) - Method in class jakarta.el.ValueExpression
- isReadOnly(ELContext) - Method in class org.apache.el.ValueExpressionImpl
- isReadOnly(ELContext) - Method in class org.apache.el.ValueExpressionLiteral
- isReadOnly(ELContext) - Method in class org.apache.jasper.el.JspValueExpression
- isReadOnly(ELContext, Object, Object) - Method in class jakarta.el.ArrayELResolver
- isReadOnly(ELContext, Object, Object) - Method in class jakarta.el.BeanELResolver
- isReadOnly(ELContext, Object, Object) - Method in class jakarta.el.BeanNameELResolver
- isReadOnly(ELContext, Object, Object) - Method in class jakarta.el.CompositeELResolver
- isReadOnly(ELContext, Object, Object) - Method in class jakarta.el.ELResolver
- isReadOnly(ELContext, Object, Object) - Method in class jakarta.el.ListELResolver
- isReadOnly(ELContext, Object, Object) - Method in class jakarta.el.MapELResolver
- isReadOnly(ELContext, Object, Object) - Method in class jakarta.el.ResourceBundleELResolver
- isReadOnly(ELContext, Object, Object) - Method in class jakarta.el.StaticFieldELResolver
- isReadOnly(ELContext, Object, Object) - Method in class jakarta.el.TypeConverter
- isReadOnly(ELContext, Object, Object) - Method in class jakarta.servlet.jsp.el.ImplicitObjectELResolver
- isReadOnly(ELContext, Object, Object) - Method in class jakarta.servlet.jsp.el.ScopedAttributeELResolver
- isReadOnly(ELContext, Object, Object) - Method in class org.apache.el.stream.StreamELResolverImpl
- isReadOnly(ELContext, Object, Object) - Method in class org.apache.jasper.el.ELResolverImpl
-
Deprecated.
- isReadOnly(String) - Method in class jakarta.el.BeanNameResolver
-
Is the named bean read-only?
- isReadOnly(EvaluationContext) - Method in class org.apache.el.parser.AstDeferredExpression
- isReadOnly(EvaluationContext) - Method in class org.apache.el.parser.AstDynamicExpression
- isReadOnly(EvaluationContext) - Method in class org.apache.el.parser.AstIdentifier
- isReadOnly(EvaluationContext) - Method in class org.apache.el.parser.AstValue
- isReadOnly(EvaluationContext) - Method in interface org.apache.el.parser.Node
- isReadOnly(EvaluationContext) - Method in class org.apache.el.parser.SimpleNode
- isReady() - Method in class jakarta.servlet.ServletInputStream
-
Can data be read from this InputStream without blocking? Returns If this method is called and returns false, the container will invoke
ReadListener.onDataAvailable()when data is available. - isReady() - Method in class jakarta.servlet.ServletOutputStream
-
Checks if a non-blocking write will succeed.
- isRemoved() - Method in class org.apache.jasper.JspCompilationContext
- isRequestedSessionIdFromCookie() - Method in interface jakarta.servlet.http.HttpServletRequest
-
Checks whether the requested session ID came in as a cookie.
- isRequestedSessionIdFromCookie() - Method in class jakarta.servlet.http.HttpServletRequestWrapper
-
The default behavior of this method is to return isRequestedSessionIdFromCookie() on the wrapped request object.
- isRequestedSessionIdFromUrl() - Method in interface jakarta.servlet.http.HttpServletRequest
-
Deprecated.As of Version 2.1 of the Java Servlet API, use
HttpServletRequest.isRequestedSessionIdFromURL()instead. - isRequestedSessionIdFromUrl() - Method in class jakarta.servlet.http.HttpServletRequestWrapper
-
Deprecated.As of Version 3.0 of the Java Servlet API
- isRequestedSessionIdFromURL() - Method in interface jakarta.servlet.http.HttpServletRequest
-
Checks whether the requested session ID came in as part of the request URL.
- isRequestedSessionIdFromURL() - Method in class jakarta.servlet.http.HttpServletRequestWrapper
-
The default behavior of this method is to return isRequestedSessionIdFromURL() on the wrapped request object.
- isRequestedSessionIdValid() - Method in interface jakarta.servlet.http.HttpServletRequest
-
Checks whether the requested session ID is still valid.
- isRequestedSessionIdValid() - Method in class jakarta.servlet.http.HttpServletRequestWrapper
-
The default behavior of this method is to return isRequestedSessionIdValid() on the wrapped request object.
- isRequired() - Method in class jakarta.servlet.jsp.tagext.TagAttributeInfo
-
Whether this attribute is required.
- isScriptingInvalid() - Method in class org.apache.jasper.compiler.JspConfig.JspProperty
- isScriptless() - Method in interface org.apache.jasper.compiler.tagplugin.TagPluginContext
- isSecure() - Method in interface jakarta.servlet.ServletRequest
-
Returns a boolean indicating whether this request was made using a secure channel, such as HTTPS.
- isSecure() - Method in class jakarta.servlet.ServletRequestWrapper
-
The default behavior of this method is to return isSecure() on the wrapped request object.
- isSecure() - Method in interface jakarta.servlet.SessionCookieConfig
-
Will session cookies be created with the secure flag set?
- isSkipAll() - Method in interface org.apache.tomcat.JarScanFilter
- isSmapDumped() - Method in class org.apache.jasper.EmbeddedServletOptions
-
Should SMAP info for JSR45 debugging be dumped to a file?
- isSmapDumped() - Method in class org.apache.jasper.JspC
-
This setting is ignored if suppressSmap() is
true. - isSmapDumped() - Method in interface org.apache.jasper.Options
-
This setting is ignored if suppressSmap() is
true. - isSmapSuppressed() - Method in class org.apache.jasper.EmbeddedServletOptions
-
Is the generation of SMAP info for JSR45 debugging suppressed?
- isSmapSuppressed() - Method in class org.apache.jasper.JspC
- isSmapSuppressed() - Method in interface org.apache.jasper.Options
- isStringFloat(String) - Static method in class org.apache.el.lang.ELSupport
- isTagFile() - Method in interface org.apache.jasper.compiler.tagplugin.TagPluginContext
-
Is the tag being used inside a tag file?
- isTagFile() - Method in class org.apache.jasper.JspCompilationContext
- isTagFile() - Method in class org.apache.jasper.servlet.JspServletWrapper
- isTrailerFieldsReady() - Method in interface jakarta.servlet.http.HttpServletRequest
-
Are trailer fields ready to be read (there may still be no trailers to read).
- isTrailerFieldsReady() - Method in class jakarta.servlet.http.HttpServletRequestWrapper
-
Are trailer fields ready to be read (there may still be no trailers to read).
- isTrimDirectiveWhitespaces() - Method in class org.apache.jasper.compiler.JspConfig.JspProperty
- isUserInRole(String) - Method in interface jakarta.servlet.http.HttpServletRequest
-
Returns a boolean indicating whether the authenticated user is included in the specified logical "role".
- isUserInRole(String) - Method in class jakarta.servlet.http.HttpServletRequestWrapper
-
The default behavior of this method is to return isUserInRole(String role) on the wrapped request object.
- isValid(TagData) - Method in class jakarta.servlet.jsp.tagext.TagExtraInfo
-
Translation-time validation of the attributes.
- isValid(TagData) - Method in class jakarta.servlet.jsp.tagext.TagInfo
-
Translation-time validation of the attributes.
- isValidateTld() - Method in class org.apache.jasper.JspC
- isValidateXml() - Method in class org.apache.jasper.JspC
- isWrapperFor(ServletRequest) - Method in class jakarta.servlet.ServletRequestWrapper
-
TODO SERVLET3 - Add comments
- isWrapperFor(ServletResponse) - Method in class jakarta.servlet.ServletResponseWrapper
-
TODO SERVLET3 - Add comments
- isWrapperFor(Class<?>) - Method in class jakarta.servlet.ServletRequestWrapper
-
TODO SERVLET3 - Add comments
- isWrapperFor(Class<?>) - Method in class jakarta.servlet.ServletResponseWrapper
-
TODO SERVLET3 - Add comments
- isXml() - Method in class org.apache.jasper.compiler.JspConfig.JspProperty
- isXpoweredBy() - Method in class org.apache.jasper.EmbeddedServletOptions
-
Is generation of X-Powered-By response header enabled/disabled?
- isXpoweredBy() - Method in class org.apache.jasper.JspC
- isXpoweredBy() - Method in interface org.apache.jasper.Options
- IterationTag - Interface in jakarta.servlet.jsp.tagext
-
The IterationTag interface extends Tag by defining one additional method that controls the reevaluation of its body.
- iterator() - Method in class org.apache.el.stream.Stream
J
- jakarta.el - package jakarta.el
- jakarta.servlet - package jakarta.servlet
-
The jakarta.servlet package contains a number of classes and interfaces that describe and define the contracts between a servlet class and the runtime environment provided for an instance of such a class by a conforming servlet container.
- jakarta.servlet.annotation - package jakarta.servlet.annotation
-
The jakarta.servlet.annotation package contains a number of annotations that allow users to use annotations to declare servlets, filters, listeners and specify the metadata for the declared component.
- jakarta.servlet.descriptor - package jakarta.servlet.descriptor
-
Provides programmatic access to a web application's configuration information that was aggregated from the
web.xmlandweb-fragment.xmldescriptors. - jakarta.servlet.http - package jakarta.servlet.http
-
The jakarta.servlet.http package contains a number of classes and interfaces that describe and define the contracts between a servlet class running under the HTTP protocol and the runtime environment provided for an instance of such a class by a conforming servlet container.
- jakarta.servlet.jsp - package jakarta.servlet.jsp
- jakarta.servlet.jsp.el - package jakarta.servlet.jsp.el
- jakarta.servlet.jsp.tagext - package jakarta.servlet.jsp.tagext
- Jar - Interface in org.apache.tomcat
-
Provides an abstraction for use by the various classes that need to scan JARs.
- JarScanFilter - Interface in org.apache.tomcat
- JarScanner - Interface in org.apache.tomcat
-
Scans a web application and classloader hierarchy for JAR files.
- JarScannerCallback - Interface in org.apache.tomcat
-
This interface is implemented by clients of the
JarScannerto enable them to receive notification of a discovered JAR. - JarScannerFactory - Class in org.apache.jasper.compiler
-
Provide a mechanism for Jasper to obtain a reference to the JarScanner implementation.
- JarScanType - Enum in org.apache.tomcat
- JasperAntLogger() - Constructor for class org.apache.jasper.compiler.AntCompiler.JasperAntLogger
- JasperELResolver - Class in org.apache.jasper.el
-
Jasper-specific CompositeELResolver that optimizes certain functions to avoid unnecessary resolver calls.
- JasperELResolver(List<ELResolver>, ELResolver) - Constructor for class org.apache.jasper.el.JasperELResolver
- JasperException - Exception in org.apache.jasper
-
Base class for all exceptions generated by the JSP engine.
- JasperException(String) - Constructor for exception org.apache.jasper.JasperException
- JasperException(String, Throwable) - Constructor for exception org.apache.jasper.JasperException
-
Creates a JasperException with the embedded exception and the reason for throwing a JasperException.
- JasperException(Throwable) - Constructor for exception org.apache.jasper.JasperException
-
Creates a JasperException with the embedded exception.
- JasperInitializer - Class in org.apache.jasper.servlet
-
Initializer for the Jasper JSP Engine.
- JasperInitializer() - Constructor for class org.apache.jasper.servlet.JasperInitializer
- JasperLoader - Class in org.apache.jasper.servlet
-
Class loader for loading servlet class files (corresponding to JSP files) and tag handler class files (corresponding to tag files).
- JasperLoader(URL[], ClassLoader, String, PermissionCollection) - Constructor for class org.apache.jasper.servlet.JasperLoader
- javacError(String, Exception) - Method in class org.apache.jasper.compiler.ErrorDispatcher
-
Dispatches the given compilation error report and exception to the configured error handler.
- javacError(String, Exception) - Method in interface org.apache.jasper.compiler.ErrorHandler
-
Processes the given javac error report and exception.
- javacError(JavacErrorDetail[]) - Method in class org.apache.jasper.compiler.ErrorDispatcher
-
Dispatches the given javac compilation errors to the configured error handler.
- javacError(JavacErrorDetail[]) - Method in interface org.apache.jasper.compiler.ErrorHandler
-
Processes the given javac compilation errors.
- JavacErrorDetail - Class in org.apache.jasper.compiler
-
Class providing details about a javac compilation error.
- JavacErrorDetail(String, int, StringBuilder) - Constructor for class org.apache.jasper.compiler.JavacErrorDetail
-
Constructor.
- JavacErrorDetail(String, int, String, int, StringBuilder, JspCompilationContext) - Constructor for class org.apache.jasper.compiler.JavacErrorDetail
-
Constructor.
- javacLock - Static variable in class org.apache.jasper.compiler.AntCompiler
- javaEncoding - Variable in class org.apache.jasper.JspC
-
The java file encoding.
- JDTCompiler - Class in org.apache.jasper.compiler
-
JDT class compiler.
- JDTCompiler() - Constructor for class org.apache.jasper.compiler.JDTCompiler
- jj_nt - Variable in class org.apache.el.parser.ELParser
-
Next token.
- jjFillToken() - Method in class org.apache.el.parser.ELParserTokenManager
- jjnewLexState - Static variable in class org.apache.el.parser.ELParserTokenManager
-
Lex State array.
- jjstrLiteralImages - Static variable in class org.apache.el.parser.ELParserTokenManager
-
Token literal values.
- jjtAddChild(Node, int) - Method in interface org.apache.el.parser.Node
-
This method tells the node to add its argument to the node's list of children.
- jjtAddChild(Node, int) - Method in class org.apache.el.parser.SimpleNode
- JJTAND - Static variable in interface org.apache.el.parser.ELParserTreeConstants
- JJTASSIGN - Static variable in interface org.apache.el.parser.ELParserTreeConstants
- JJTBRACKETSUFFIX - Static variable in interface org.apache.el.parser.ELParserTreeConstants
- JJTCHOICE - Static variable in interface org.apache.el.parser.ELParserTreeConstants
- jjtClose() - Method in interface org.apache.el.parser.Node
-
This method is called after all the child nodes have been added.
- jjtClose() - Method in class org.apache.el.parser.SimpleNode
- JJTCOMPOSITEEXPRESSION - Static variable in interface org.apache.el.parser.ELParserTreeConstants
- JJTCONCATENATION - Static variable in interface org.apache.el.parser.ELParserTreeConstants
- JJTDEFERREDEXPRESSION - Static variable in interface org.apache.el.parser.ELParserTreeConstants
- JJTDIV - Static variable in interface org.apache.el.parser.ELParserTreeConstants
- JJTDOTSUFFIX - Static variable in interface org.apache.el.parser.ELParserTreeConstants
- JJTDYNAMICEXPRESSION - Static variable in interface org.apache.el.parser.ELParserTreeConstants
- JJTELParserState - Class in org.apache.el.parser
- JJTELParserState() - Constructor for class org.apache.el.parser.JJTELParserState
- JJTEMPTY - Static variable in interface org.apache.el.parser.ELParserTreeConstants
- JJTEQUAL - Static variable in interface org.apache.el.parser.ELParserTreeConstants
- JJTFALSE - Static variable in interface org.apache.el.parser.ELParserTreeConstants
- JJTFLOATINGPOINT - Static variable in interface org.apache.el.parser.ELParserTreeConstants
- JJTFUNCTION - Static variable in interface org.apache.el.parser.ELParserTreeConstants
- jjtGetChild(int) - Method in interface org.apache.el.parser.Node
-
This method returns a child node.
- jjtGetChild(int) - Method in class org.apache.el.parser.SimpleNode
- jjtGetNumChildren() - Method in interface org.apache.el.parser.Node
-
Return the number of children the node has.
- jjtGetNumChildren() - Method in class org.apache.el.parser.SimpleNode
- jjtGetParent() - Method in interface org.apache.el.parser.Node
- jjtGetParent() - Method in class org.apache.el.parser.SimpleNode
- JJTGREATERTHAN - Static variable in interface org.apache.el.parser.ELParserTreeConstants
- JJTGREATERTHANEQUAL - Static variable in interface org.apache.el.parser.ELParserTreeConstants
- JJTIDENTIFIER - Static variable in interface org.apache.el.parser.ELParserTreeConstants
- JJTINTEGER - Static variable in interface org.apache.el.parser.ELParserTreeConstants
- JJTLAMBDAEXPRESSION - Static variable in interface org.apache.el.parser.ELParserTreeConstants
- JJTLAMBDAPARAMETERS - Static variable in interface org.apache.el.parser.ELParserTreeConstants
- JJTLESSTHAN - Static variable in interface org.apache.el.parser.ELParserTreeConstants
- JJTLESSTHANEQUAL - Static variable in interface org.apache.el.parser.ELParserTreeConstants
- JJTLISTDATA - Static variable in interface org.apache.el.parser.ELParserTreeConstants
- JJTLITERALEXPRESSION - Static variable in interface org.apache.el.parser.ELParserTreeConstants
- JJTMAPDATA - Static variable in interface org.apache.el.parser.ELParserTreeConstants
- JJTMAPENTRY - Static variable in interface org.apache.el.parser.ELParserTreeConstants
- JJTMETHODPARAMETERS - Static variable in interface org.apache.el.parser.ELParserTreeConstants
- JJTMINUS - Static variable in interface org.apache.el.parser.ELParserTreeConstants
- JJTMOD - Static variable in interface org.apache.el.parser.ELParserTreeConstants
- JJTMULT - Static variable in interface org.apache.el.parser.ELParserTreeConstants
- JJTNEGATIVE - Static variable in interface org.apache.el.parser.ELParserTreeConstants
- jjtNodeName - Static variable in interface org.apache.el.parser.ELParserTreeConstants
- JJTNOT - Static variable in interface org.apache.el.parser.ELParserTreeConstants
- JJTNOTEQUAL - Static variable in interface org.apache.el.parser.ELParserTreeConstants
- JJTNULL - Static variable in interface org.apache.el.parser.ELParserTreeConstants
- jjtOpen() - Method in interface org.apache.el.parser.Node
-
This method is called after the node has been made the current node.
- jjtOpen() - Method in class org.apache.el.parser.SimpleNode
- JJTOR - Static variable in interface org.apache.el.parser.ELParserTreeConstants
- JJTPLUS - Static variable in interface org.apache.el.parser.ELParserTreeConstants
- jjtree - Variable in class org.apache.el.parser.ELParser
- JJTSEMICOLON - Static variable in interface org.apache.el.parser.ELParserTreeConstants
- JJTSETDATA - Static variable in interface org.apache.el.parser.ELParserTreeConstants
- jjtSetParent(Node) - Method in interface org.apache.el.parser.Node
-
This pair of methods are used to inform the node of its parent.
- jjtSetParent(Node) - Method in class org.apache.el.parser.SimpleNode
- JJTSTRING - Static variable in interface org.apache.el.parser.ELParserTreeConstants
- JJTTRUE - Static variable in interface org.apache.el.parser.ELParserTreeConstants
- JJTVALUE - Static variable in interface org.apache.el.parser.ELParserTreeConstants
- JJTVOID - Static variable in interface org.apache.el.parser.ELParserTreeConstants
- JreCompat - Class in org.apache.el.util
- JreCompat() - Constructor for class org.apache.el.util.JreCompat
- JSP_ATTRIBUTE_ACTION - Static variable in interface org.apache.jasper.compiler.TagConstants
- JSP_ATTRIBUTE_DIRECTIVE_ACTION - Static variable in interface org.apache.jasper.compiler.TagConstants
- JSP_BODY_ACTION - Static variable in interface org.apache.jasper.compiler.TagConstants
- JSP_DECLARATION_ACTION - Static variable in interface org.apache.jasper.compiler.TagConstants
- JSP_DOBODY_ACTION - Static variable in interface org.apache.jasper.compiler.TagConstants
- JSP_ELEMENT_ACTION - Static variable in interface org.apache.jasper.compiler.TagConstants
- JSP_EXPRESSION_ACTION - Static variable in interface org.apache.jasper.compiler.TagConstants
- JSP_FACTORY_POOL_SIZE_INIT_PARAM - Static variable in class org.apache.jasper.Constants
-
Name of the ServletContext init-param that determines the JSP factory pool size.
- JSP_FALLBACK_ACTION - Static variable in interface org.apache.jasper.compiler.TagConstants
- JSP_FORWARD_ACTION - Static variable in interface org.apache.jasper.compiler.TagConstants
- JSP_GET_PROPERTY_ACTION - Static variable in interface org.apache.jasper.compiler.TagConstants
- JSP_INCLUDE_ACTION - Static variable in interface org.apache.jasper.compiler.TagConstants
- JSP_INCLUDE_DIRECTIVE_ACTION - Static variable in interface org.apache.jasper.compiler.TagConstants
- JSP_INVOKE_ACTION - Static variable in interface org.apache.jasper.compiler.TagConstants
- JSP_OUTPUT_ACTION - Static variable in interface org.apache.jasper.compiler.TagConstants
- JSP_PAGE_DIRECTIVE_ACTION - Static variable in interface org.apache.jasper.compiler.TagConstants
- JSP_PARAM_ACTION - Static variable in interface org.apache.jasper.compiler.TagConstants
- JSP_PARAMS_ACTION - Static variable in interface org.apache.jasper.compiler.TagConstants
- JSP_PLUGIN_ACTION - Static variable in interface org.apache.jasper.compiler.TagConstants
- JSP_ROOT_ACTION - Static variable in interface org.apache.jasper.compiler.TagConstants
- JSP_SCRIPTLET_ACTION - Static variable in interface org.apache.jasper.compiler.TagConstants
- JSP_SET_PROPERTY_ACTION - Static variable in interface org.apache.jasper.compiler.TagConstants
- JSP_TAG_DIRECTIVE_ACTION - Static variable in interface org.apache.jasper.compiler.TagConstants
- JSP_TAGLIB_DIRECTIVE_ACTION - Static variable in interface org.apache.jasper.compiler.TagConstants
- JSP_TEXT_ACTION - Static variable in interface org.apache.jasper.compiler.TagConstants
- JSP_TEXT_ACTION_END - Static variable in interface org.apache.jasper.compiler.TagConstants
- JSP_URI - Static variable in interface org.apache.jasper.compiler.TagConstants
- JSP_USE_BEAN_ACTION - Static variable in interface org.apache.jasper.compiler.TagConstants
- JSP_VARIABLE_DIRECTIVE_ACTION - Static variable in interface org.apache.jasper.compiler.TagConstants
- JspApplicationContext - Interface in jakarta.servlet.jsp
-
Stores application-scoped information for the JSP container.
- JspApplicationContextImpl - Class in org.apache.jasper.runtime
-
Implementation of JspApplicationContext
- JspApplicationContextImpl() - Constructor for class org.apache.jasper.runtime.JspApplicationContextImpl
- JspC - Class in org.apache.jasper
-
Shell for the jspc compiler.
- JspC() - Constructor for class org.apache.jasper.JspC
- JspCompilationContext - Class in org.apache.jasper
-
A place holder for various things that are used through out the JSP engine.
- JspCompilationContext(String, TagInfo, Options, ServletContext, JspServletWrapper, JspRuntimeContext, Jar) - Constructor for class org.apache.jasper.JspCompilationContext
- JspCompilationContext(String, Options, ServletContext, JspServletWrapper, JspRuntimeContext) - Constructor for class org.apache.jasper.JspCompilationContext
- jspConfig - Variable in class org.apache.jasper.JspC
- JspConfig - Class in org.apache.jasper.compiler
-
Handles the jsp-config element in WEB_INF/web.xml.
- JspConfig(ServletContext) - Constructor for class org.apache.jasper.compiler.JspConfig
- JspConfig.JspProperty - Class in org.apache.jasper.compiler
- JspConfig.JspPropertyGroup - Class in org.apache.jasper.compiler
- JspConfigDescriptor - Interface in jakarta.servlet.descriptor
-
This interface exposes the JSP specific configuration information obtain ed from the deployment descriptors.
- jspContext - Variable in class org.apache.jasper.runtime.JspFragmentHelper
- JspContext - Class in jakarta.servlet.jsp
-
JspContextserves as the base class for the PageContext class and abstracts all information that is not specific to servlets. - JspContext() - Constructor for class jakarta.servlet.jsp.JspContext
-
Sole constructor.
- JspContextWrapper - Class in org.apache.jasper.runtime
-
Implementation of a JSP Context Wrapper.
- JspContextWrapper(JspTag, JspContext, ArrayList<String>, ArrayList<String>, ArrayList<String>, Map<String, String>) - Constructor for class org.apache.jasper.runtime.JspContextWrapper
- JspCServletContext - Class in org.apache.jasper.servlet
-
Simple
ServletContextimplementation without HTTP-specific methods. - JspCServletContext(PrintWriter, URL, ClassLoader, boolean, boolean) - Constructor for class org.apache.jasper.servlet.JspCServletContext
-
Create a new instance of this ServletContext implementation.
- jspDestroy() - Method in interface jakarta.servlet.jsp.JspPage
-
The jspDestroy() method is invoked when the JSP page is about to be destroyed.
- jspDestroy() - Method in class org.apache.jasper.runtime.HttpJspBase
- JspELException - Exception in org.apache.jasper.el
- JspELException(String, ELException) - Constructor for exception org.apache.jasper.el.JspELException
- JspEngineInfo - Class in jakarta.servlet.jsp
-
The JspEngineInfo is an abstract class that provides information on the current JSP engine.
- JspEngineInfo() - Constructor for class jakarta.servlet.jsp.JspEngineInfo
-
Sole constructor.
- jspError(Exception) - Method in class org.apache.jasper.compiler.ErrorDispatcher
-
Dispatches the given parsing exception to the configured error handler.
- jspError(Exception, String, String...) - Method in class org.apache.jasper.compiler.ErrorDispatcher
-
Dispatches the given JSP parse error to the configured error handler.
- jspError(String, int, int, String, Exception) - Method in interface org.apache.jasper.compiler.ErrorHandler
-
Processes the given JSP parse error.
- jspError(String, Exception) - Method in interface org.apache.jasper.compiler.ErrorHandler
-
Processes the given JSP parse error.
- jspError(String, String...) - Method in class org.apache.jasper.compiler.ErrorDispatcher
-
Dispatches the given JSP parse error to the configured error handler.
- jspError(Mark, Exception, String, String...) - Method in class org.apache.jasper.compiler.ErrorDispatcher
-
Dispatches the given JSP parse error to the configured error handler.
- jspError(Mark, String, String...) - Method in class org.apache.jasper.compiler.ErrorDispatcher
-
Dispatches the given JSP parse error to the configured error handler.
- jspError(Node, Exception, String, String...) - Method in class org.apache.jasper.compiler.ErrorDispatcher
-
Dispatches the given JSP parse error to the configured error handler.
- jspError(Node, String, String...) - Method in class org.apache.jasper.compiler.ErrorDispatcher
-
Dispatches the given JSP parse error to the configured error handler.
- JspException - Exception in jakarta.servlet.jsp
-
A generic exception known to the JSP engine; uncaught JspExceptions will result in an invocation of the errorpage machinery.
- JspException() - Constructor for exception jakarta.servlet.jsp.JspException
-
Construct a JspException.
- JspException(String) - Constructor for exception jakarta.servlet.jsp.JspException
-
Constructs a new JSP exception with the specified message.
- JspException(String, Throwable) - Constructor for exception jakarta.servlet.jsp.JspException
-
Constructs a new
JSPExceptionwith the specified detail message and cause. - JspException(Throwable) - Constructor for exception jakarta.servlet.jsp.JspException
-
Constructs a new
JSPExceptionwith the specified cause. - JspFactory - Class in jakarta.servlet.jsp
-
The JspFactory is an abstract class that defines a number of factory methods available to a JSP page at runtime for the purposes of creating instances of various interfaces and classes used to support the JSP implementation.
- JspFactory() - Constructor for class jakarta.servlet.jsp.JspFactory
-
Sole constructor.
- JspFactoryImpl - Class in org.apache.jasper.runtime
-
Implementation of JspFactory.
- JspFactoryImpl() - Constructor for class org.apache.jasper.runtime.JspFactoryImpl
- JspFragment - Class in jakarta.servlet.jsp.tagext
-
Encapsulates a portion of JSP code in an object that can be invoked as many times as needed.
- JspFragment() - Constructor for class jakarta.servlet.jsp.tagext.JspFragment
- JspFragmentHelper - Class in org.apache.jasper.runtime
-
Helper class from which all Jsp Fragment helper classes extend.
- JspFragmentHelper(int, JspContext, JspTag) - Constructor for class org.apache.jasper.runtime.JspFragmentHelper
- JspIdConsumer - Interface in jakarta.servlet.jsp.tagext
-
Interface that allows tag handlers to be provided with a unique (within the scope of the web application) ID.
- jspInit() - Method in interface jakarta.servlet.jsp.JspPage
-
The jspInit() method is invoked when the JSP page is initialized.
- jspInit() - Method in class org.apache.jasper.runtime.HttpJspBase
- JspMethodExpression - Class in org.apache.jasper.el
- JspMethodExpression() - Constructor for class org.apache.jasper.el.JspMethodExpression
- JspMethodExpression(String, MethodExpression) - Constructor for class org.apache.jasper.el.JspMethodExpression
- JspMethodNotFoundException - Exception in org.apache.jasper.el
- JspMethodNotFoundException(String, MethodNotFoundException) - Constructor for exception org.apache.jasper.el.JspMethodNotFoundException
- JspPage - Interface in jakarta.servlet.jsp
-
The JspPage interface describes the generic interaction that a JSP Page Implementation class must satisfy; pages that use the HTTP protocol are described by the HttpJspPage interface.
- JspProperty(String, String, String, String, Collection<String>, Collection<String>, String, String, String, String, String) - Constructor for class org.apache.jasper.compiler.JspConfig.JspProperty
- JspPropertyGroupDescriptor - Interface in jakarta.servlet.descriptor
-
Represents the JSP property groups in the deployment descriptors.
- JspPropertyNotFoundException - Exception in org.apache.jasper.el
- JspPropertyNotFoundException(String, PropertyNotFoundException) - Constructor for exception org.apache.jasper.el.JspPropertyNotFoundException
- JspPropertyNotWritableException - Exception in org.apache.jasper.el
- JspPropertyNotWritableException(String, PropertyNotWritableException) - Constructor for exception org.apache.jasper.el.JspPropertyNotWritableException
- JspRuntimeContext - Class in org.apache.jasper.compiler
-
Class for tracking JSP compile time file dependencies when the >%@include file="..."%< directive is used.
- JspRuntimeContext(ServletContext, Options) - Constructor for class org.apache.jasper.compiler.JspRuntimeContext
-
Create a JspRuntimeContext for a web application context.
- JspRuntimeLibrary - Class in org.apache.jasper.runtime
-
Bunch of util methods that are used by code generated for useBean, getProperty and setProperty.
- JspRuntimeLibrary() - Constructor for class org.apache.jasper.runtime.JspRuntimeLibrary
- JspServlet - Class in org.apache.jasper.servlet
-
The JSP engine (a.k.a Jasper).
- JspServlet() - Constructor for class org.apache.jasper.servlet.JspServlet
- JspServletWrapper - Class in org.apache.jasper.servlet
-
The JSP engine (a.k.a Jasper).
- JspServletWrapper(ServletConfig, Options, String, JspRuntimeContext) - Constructor for class org.apache.jasper.servlet.JspServletWrapper
- JspServletWrapper(ServletContext, Options, String, TagInfo, JspRuntimeContext, Jar) - Constructor for class org.apache.jasper.servlet.JspServletWrapper
- JspSourceDependent - Interface in org.apache.jasper.runtime
-
Interface for tracking the source files dependencies, for the purpose of compiling out of date pages.
- JspSourceImports - Interface in org.apache.jasper.runtime
-
The EL engine needs access to the imports used in the JSP page to configure the ELContext.
- JspTag - Interface in jakarta.servlet.jsp.tagext
-
Serves as a base class for Tag and SimpleTag.
- JspTagException - Exception in jakarta.servlet.jsp
-
Exception to be used by a Tag Handler to indicate some unrecoverable error.
- JspTagException() - Constructor for exception jakarta.servlet.jsp.JspTagException
-
Constructs a new JspTagException with no message.
- JspTagException(String) - Constructor for exception jakarta.servlet.jsp.JspTagException
-
Constructs a new JspTagException with the specified message.
- JspTagException(String, Throwable) - Constructor for exception jakarta.servlet.jsp.JspTagException
-
Constructs a new JspTagException when the JSP Tag needs to throw an exception and include a message about the "root cause" exception that interfered with its normal operation, including a description message.
- JspTagException(Throwable) - Constructor for exception jakarta.servlet.jsp.JspTagException
-
Constructs a new JSP Tag exception when the JSP Tag needs to throw an exception and include a message about the "root cause" exception that interfered with its normal operation.
- JspUtil - Class in org.apache.jasper.compiler
-
This class has all the utility method(s).
- JspUtil() - Constructor for class org.apache.jasper.compiler.JspUtil
- JspUtil.ValidAttribute - Class in org.apache.jasper.compiler
- JspValueExpression - Class in org.apache.jasper.el
-
Wrapper for providing context to ValueExpressions
- JspValueExpression() - Constructor for class org.apache.jasper.el.JspValueExpression
- JspValueExpression(String, ValueExpression) - Constructor for class org.apache.jasper.el.JspValueExpression
- jspversion - Variable in class jakarta.servlet.jsp.tagext.TagLibraryInfo
-
The version of the JSP specification this tag library is written to.
- JspWriter - Class in jakarta.servlet.jsp
-
The actions and template data in a JSP page is written using the JspWriter object that is referenced by the implicit variable out which is initialized automatically using methods in the PageContext object.
- JspWriter(int, boolean) - Constructor for class jakarta.servlet.jsp.JspWriter
-
Protected constructor.
- JspWriterImpl - Class in org.apache.jasper.runtime
-
Write text to a character-output stream, buffering characters so as to provide for the efficient writing of single characters, arrays, and strings.
- JspWriterImpl() - Constructor for class org.apache.jasper.runtime.JspWriterImpl
- JspWriterImpl(ServletResponse, int, boolean) - Constructor for class org.apache.jasper.runtime.JspWriterImpl
-
Create a new buffered character-output stream that uses an output buffer of the given size.
- jsw - Variable in class org.apache.jasper.compiler.Compiler
K
- keepGenerated() - Method in class org.apache.jasper.JspCompilationContext
- kind - Variable in class org.apache.el.parser.Token
-
An integer that describes the kind of this token.
L
- LambdaExpression - Class in jakarta.el
- LambdaExpression(List<String>, ValueExpression) - Constructor for class jakarta.el.LambdaExpression
- LambdaExpression() - Method in class org.apache.el.parser.ELParser
- LambdaExpressionOrInvocation() - Method in class org.apache.el.parser.ELParser
- LambdaParameters() - Method in class org.apache.el.parser.ELParser
- largeIcon() - Method in annotation type jakarta.servlet.annotation.WebFilter
- largeIcon() - Method in annotation type jakarta.servlet.annotation.WebServlet
- last - Variable in class org.apache.jasper.util.FastRemovalDequeue
-
Last element of the queue.
- LBRACK - Static variable in interface org.apache.el.parser.ELParserConstants
-
RegularExpression Id.
- LE0 - Static variable in interface org.apache.el.parser.ELParserConstants
-
RegularExpression Id.
- LE1 - Static variable in interface org.apache.el.parser.ELParserConstants
-
RegularExpression Id.
- LETTER - Static variable in interface org.apache.el.parser.ELParserConstants
-
RegularExpression Id.
- LEXICAL_ERROR - Static variable in error org.apache.el.parser.TokenMgrError
-
Lexical error occurred.
- LexicalErr(boolean, int, int, int, String, int) - Static method in error org.apache.el.parser.TokenMgrError
-
Returns a detailed message for the Error when it is thrown by the token manager to indicate a lexical error.
- lexStateNames - Static variable in class org.apache.el.parser.ELParserTokenManager
-
Lexer state names.
- limit(Number) - Method in class org.apache.el.stream.Stream
- line - Variable in class org.apache.el.parser.SimpleCharStream
- LIST_ERRORS - Static variable in class org.apache.jasper.JspC
- ListData() - Method in class org.apache.el.parser.ELParser
- ListELResolver - Class in jakarta.el
- ListELResolver() - Constructor for class jakarta.el.ListELResolver
- ListELResolver(boolean) - Constructor for class jakarta.el.ListELResolver
- listErrors - Variable in class org.apache.jasper.JspC
- Literal() - Method in class org.apache.el.parser.ELParser
- LITERAL_EXPRESSION - Static variable in interface org.apache.el.parser.ELParserConstants
-
RegularExpression Id.
- LiteralExpression() - Method in class org.apache.el.parser.ELParser
- load() - Method in class org.apache.jasper.JspCompilationContext
- loadClass(String) - Method in class org.apache.jasper.servlet.JasperLoader
-
Load the class with the specified name.
- loadClass(String, boolean) - Method in class org.apache.jasper.servlet.JasperLoader
-
Load the class with the specified name, searching using the following algorithm until it finds and returns the class.
- loader - Variable in class org.apache.jasper.JspC
- loadOnStartup() - Method in annotation type jakarta.servlet.annotation.WebServlet
- loadSmap(String, ClassLoader) - Static method in class org.apache.jasper.compiler.SmapUtil
- loadTagFile() - Method in class org.apache.jasper.servlet.JspServletWrapper
-
Compile (if needed) and load a tag file.
- loadTagFilePrototype() - Method in class org.apache.jasper.servlet.JspServletWrapper
-
Compile and load a prototype for the Tag file.
- Localizer - Class in org.apache.jasper.compiler
-
Class responsible for converting error codes to corresponding localized error messages.
- Localizer() - Constructor for class org.apache.jasper.compiler.Localizer
- localName - Variable in class org.apache.el.lang.FunctionMapperImpl.Function
- localName - Variable in class org.apache.el.parser.AstFunction
- locateUriRoot(File) - Method in class org.apache.jasper.JspC
-
Find the WEB-INF dir by looking up in the directory tree.
- location() - Method in annotation type jakarta.servlet.annotation.MultipartConfig
- log(Exception, String) - Method in interface jakarta.servlet.ServletContext
-
Deprecated.As of Java Servlet API 2.1, use
ServletContext.log(String message, Throwable throwable)instead.This method was originally defined to write an exception's stack trace and an explanatory error message to the servlet log file.
- log(Exception, String) - Method in class org.apache.jasper.servlet.JspCServletContext
-
Deprecated.Use log(String,Throwable) instead
- log(String) - Method in class jakarta.servlet.GenericServlet
-
Writes the specified message to a servlet log file, prepended by the servlet's name.
- log(String) - Method in interface jakarta.servlet.ServletContext
-
Writes the specified message to a servlet log file, usually an event log.
- log(String) - Method in class org.apache.jasper.compiler.AntCompiler.JasperAntLogger
- log(String) - Method in class org.apache.jasper.servlet.JspCServletContext
-
Log the specified message.
- log(String, Throwable) - Method in class jakarta.servlet.GenericServlet
-
Writes an explanatory message and a stack trace for a given
Throwableexception to the servlet log file, prepended by the servlet's name. - log(String, Throwable) - Method in interface jakarta.servlet.ServletContext
-
Writes an explanatory message and a stack trace for a given
Throwableexception to the servlet log file. - log(String, Throwable) - Method in class org.apache.jasper.servlet.JspCServletContext
-
Log the specified message and exception.
- logger - Variable in class org.apache.jasper.compiler.AntCompiler
- login(String, String) - Method in interface jakarta.servlet.http.HttpServletRequest
-
Authenticate the provided user name and password and then associated the authenticated user with the request.
- login(String, String) - Method in class jakarta.servlet.http.HttpServletRequestWrapper
-
Authenticate the provided user name and password and then associated the authenticated user with the request.
- logout() - Method in interface jakarta.servlet.http.HttpServletRequest
-
Removes any authenticated user from the request.
- logout() - Method in class jakarta.servlet.http.HttpServletRequestWrapper
-
Removes any authenticated user from the request.
- LONG - Static variable in class org.apache.el.lang.ELArithmetic
- LongDelegate() - Constructor for class org.apache.el.lang.ELArithmetic.LongDelegate
- LOOP_DETECTED - Static variable in error org.apache.el.parser.TokenMgrError
-
Detected (and bailed out of) an infinite loop in the token manager.
- LPAREN - Static variable in interface org.apache.el.parser.ELParserConstants
-
RegularExpression Id.
- LT0 - Static variable in interface org.apache.el.parser.ELParserConstants
-
RegularExpression Id.
- LT1 - Static variable in interface org.apache.el.parser.ELParserConstants
-
RegularExpression Id.
M
- m - Variable in class org.apache.el.lang.FunctionMapperImpl.Function
- main(String[]) - Static method in class org.apache.jasper.JspC
- makeJavaIdentifier(String) - Static method in class org.apache.jasper.compiler.JspUtil
-
Converts the given identifier to a legal Java identifier
- makeJavaIdentifierForAttribute(String) - Static method in class org.apache.jasper.compiler.JspUtil
-
Converts the given identifier to a legal Java identifier to be used for JSP Tag file attribute names.
- makeJavaPackage(String) - Static method in class org.apache.jasper.compiler.JspUtil
-
Converts the given path to a Java package or fully-qualified class name
- makeOutputDir() - Method in class org.apache.jasper.JspCompilationContext
- makeYoungest(FastRemovalDequeue.Entry) - Method in class org.apache.jasper.compiler.JspRuntimeContext
-
Push unloadHandle for JspServletWrapper to front of the queue.
- mangleChar(char) - Static method in class org.apache.jasper.compiler.JspUtil
-
Mangle the specified character to create a legal Java class name.
- map(LambdaExpression) - Method in class org.apache.el.stream.Stream
- map(Node.Nodes) - Static method in class org.apache.jasper.compiler.ELFunctionMapper
-
Creates the functions mappers for all EL expressions in the JSP page.
- MapData() - Method in class org.apache.el.parser.ELParser
- MapELResolver - Class in jakarta.el
- MapELResolver() - Constructor for class jakarta.el.MapELResolver
- MapELResolver(boolean) - Constructor for class jakarta.el.MapELResolver
- MapEntry() - Method in class org.apache.el.parser.ELParser
- mapFunction(String, Class<?>, String, Class<?>[]) - Method in class org.apache.jasper.runtime.ProtectedFunctionMapper
-
Stores a mapping from the given EL function prefix and name to the given Java method.
- mapFunction(String, String, Method) - Method in class jakarta.el.ELManager
- mapFunction(String, String, Method) - Method in class jakarta.el.FunctionMapper
-
Map a method to a function name.
- mapFunction(String, String, Method) - Method in class org.apache.el.lang.FunctionMapperFactory
- mapFunction(String, String, Method) - Method in class org.apache.el.lang.FunctionMapperImpl
- mapout - Variable in class org.apache.jasper.JspC
- mappedFile - Variable in class org.apache.jasper.JspC
- MappingMatch - Enum in jakarta.servlet.http
-
Represents the ways that a request can be mapped to a servlet
- mappingout - Variable in class org.apache.jasper.JspC
- matches(Object, Object) - Method in class org.apache.el.lang.ELArithmetic.BigDecimalDelegate
- matches(Object, Object) - Method in class org.apache.el.lang.ELArithmetic.BigIntegerDelegate
- matches(Object, Object) - Method in class org.apache.el.lang.ELArithmetic.DoubleDelegate
- matches(Object, Object) - Method in class org.apache.el.lang.ELArithmetic.LongDelegate
- matches(Object, Object) - Method in class org.apache.el.lang.ELArithmetic
- Math() - Method in class org.apache.el.parser.ELParser
- max() - Method in class org.apache.el.stream.Stream
- max(LambdaExpression) - Method in class org.apache.el.stream.Stream
- MAX_POOL_SIZE - Static variable in class org.apache.jasper.Constants
-
Default tag handler pool size.
- maxFileSize() - Method in annotation type jakarta.servlet.annotation.MultipartConfig
- maxNextCharInd - Variable in class org.apache.el.parser.SimpleCharStream
- maxRequestSize() - Method in annotation type jakarta.servlet.annotation.MultipartConfig
- memento - Variable in class org.apache.el.lang.FunctionMapperFactory
- mergeIntoWebXml() - Method in class org.apache.jasper.JspC
-
Include the generated web.xml inside the webapp's web.xml.
- MessageFactory - Class in org.apache.el.util
- MessageFactory() - Constructor for class org.apache.el.util.MessageFactory
- method(String) - Method in interface jakarta.servlet.http.PushBuilder
-
Specify the HTTP method to use for the push request.
- MethodExpression - Class in jakarta.el
- MethodExpression() - Constructor for class jakarta.el.MethodExpression
- MethodExpressionImpl - Class in org.apache.el
-
An
Expressionthat refers to a method on an object. - MethodExpressionImpl() - Constructor for class org.apache.el.MethodExpressionImpl
- MethodExpressionImpl(String, Node, FunctionMapper, VariableMapper, Class<?>, Class<?>[]) - Constructor for class org.apache.el.MethodExpressionImpl
- MethodExpressionLiteral - Class in org.apache.el
- MethodExpressionLiteral() - Constructor for class org.apache.el.MethodExpressionLiteral
- MethodExpressionLiteral(String, Class<?>, Class<?>[]) - Constructor for class org.apache.el.MethodExpressionLiteral
- MethodInfo - Class in jakarta.el
- MethodInfo(String, Class<?>, Class<?>[]) - Constructor for class jakarta.el.MethodInfo
- MethodNotFoundException - Exception in jakarta.el
- MethodNotFoundException() - Constructor for exception jakarta.el.MethodNotFoundException
- MethodNotFoundException(String) - Constructor for exception jakarta.el.MethodNotFoundException
- MethodNotFoundException(String, Throwable) - Constructor for exception jakarta.el.MethodNotFoundException
- MethodNotFoundException(Throwable) - Constructor for exception jakarta.el.MethodNotFoundException
- MethodParameters() - Method in class org.apache.el.parser.ELParser
- min() - Method in class org.apache.el.stream.Stream
- min(LambdaExpression) - Method in class org.apache.el.stream.Stream
- MINUS - Static variable in interface org.apache.el.parser.ELParserConstants
-
RegularExpression Id.
- mod(Number, Number) - Method in class org.apache.el.lang.ELArithmetic.BigDecimalDelegate
- mod(Number, Number) - Method in class org.apache.el.lang.ELArithmetic.BigIntegerDelegate
- mod(Number, Number) - Method in class org.apache.el.lang.ELArithmetic.DoubleDelegate
- mod(Number, Number) - Method in class org.apache.el.lang.ELArithmetic.LongDelegate
- mod(Number, Number) - Method in class org.apache.el.lang.ELArithmetic
- mod(Object, Object) - Static method in class org.apache.el.lang.ELArithmetic
- MOD0 - Static variable in interface org.apache.el.parser.ELParserConstants
-
RegularExpression Id.
- MOD1 - Static variable in interface org.apache.el.parser.ELParserConstants
-
RegularExpression Id.
- moveFirst(FastRemovalDequeue.Entry) - Method in class org.apache.jasper.util.FastRemovalDequeue
-
Moves the element in front.
- moveLast(FastRemovalDequeue.Entry) - Method in class org.apache.jasper.util.FastRemovalDequeue
-
Moves the element to the back.
- MULT - Static variable in interface org.apache.el.parser.ELParserConstants
-
RegularExpression Id.
- MultipartConfig - Annotation Type in jakarta.servlet.annotation
-
This annotation is used to indicate that the
Servleton which it is declared expects requests to made using themultipart/form-dataMIME type. - MultipartConfigElement - Class in jakarta.servlet
-
The programmatic equivalent of
MultipartConfigused to configure multi-part handling for a Servlet when registering a Servlet via code. - MultipartConfigElement(MultipartConfig) - Constructor for class jakarta.servlet.MultipartConfigElement
-
Create a programmatic configuration from an annotation.
- MultipartConfigElement(String) - Constructor for class jakarta.servlet.MultipartConfigElement
-
Create a programmatic multi-part configuration with a specific location and defaults for the remaining configuration elements.
- MultipartConfigElement(String, long, long, int) - Constructor for class jakarta.servlet.MultipartConfigElement
-
Create a programmatic multi-part configuration from the individual configuration elements.
- Multiplication() - Method in class org.apache.el.parser.ELParser
- multiply(Number, Number) - Method in class org.apache.el.lang.ELArithmetic.BigDecimalDelegate
- multiply(Number, Number) - Method in class org.apache.el.lang.ELArithmetic.BigIntegerDelegate
- multiply(Number, Number) - Method in class org.apache.el.lang.ELArithmetic.DoubleDelegate
- multiply(Number, Number) - Method in class org.apache.el.lang.ELArithmetic.LongDelegate
- multiply(Number, Number) - Method in class org.apache.el.lang.ELArithmetic
- multiply(Object, Object) - Static method in class org.apache.el.lang.ELArithmetic
N
- name - Variable in class org.apache.el.lang.FunctionMapperImpl.Function
- name() - Method in annotation type jakarta.servlet.annotation.WebInitParam
- name() - Method in annotation type jakarta.servlet.annotation.WebServlet
- NE0 - Static variable in interface org.apache.el.parser.ELParserConstants
-
RegularExpression Id.
- NE1 - Static variable in interface org.apache.el.parser.ELParserConstants
-
RegularExpression Id.
- NESTED - Static variable in class jakarta.servlet.jsp.tagext.VariableInfo
-
Scope information that scripting variable is visible only within the start/end tags.
- newInstance() - Static method in class jakarta.el.ExpressionFactory
-
Create a new
ExpressionFactory. - newInstance(Class<?>) - Method in interface org.apache.tomcat.InstanceManager
- newInstance(Class<?>) - Method in class org.apache.tomcat.SimpleInstanceManager
- newInstance(Object) - Method in interface org.apache.tomcat.InstanceManager
- newInstance(Object) - Method in class org.apache.tomcat.SimpleInstanceManager
- newInstance(String) - Method in interface org.apache.tomcat.InstanceManager
- newInstance(String) - Method in class org.apache.tomcat.SimpleInstanceManager
- newInstance(String, ClassLoader) - Method in interface org.apache.tomcat.InstanceManager
- newInstance(String, ClassLoader) - Method in class org.apache.tomcat.SimpleInstanceManager
- newInstance(Properties) - Static method in class jakarta.el.ExpressionFactory
-
Create a new
ExpressionFactorypassing in the providedProperties. - newLine() - Method in class jakarta.servlet.jsp.JspWriter
-
Write a line separator.
- newLine() - Method in class org.apache.jasper.runtime.BodyContentImpl
-
Write a line separator.
- newLine() - Method in class org.apache.jasper.runtime.JspWriterImpl
-
Write a line separator.
- NewlineReductionServletWriter - Class in org.apache.jasper.compiler
-
This class filters duplicate newlines instructions from the compiler output, and therefore from the runtime JSP.
- NewlineReductionServletWriter(PrintWriter) - Constructor for class org.apache.jasper.compiler.NewlineReductionServletWriter
- newPushBuilder() - Method in interface jakarta.servlet.http.HttpServletRequest
-
Obtain a builder for generating push requests.
- newPushBuilder() - Method in class jakarta.servlet.http.HttpServletRequestWrapper
-
Obtain a builder for generating push requests.
- newTldScanner(ServletContext, boolean, boolean, boolean) - Method in class org.apache.jasper.servlet.JasperInitializer
- newTldScanner(JspCServletContext, boolean, boolean, boolean) - Method in class org.apache.jasper.JspC
- newToken(int) - Static method in class org.apache.el.parser.Token
- newToken(int, String) - Static method in class org.apache.el.parser.Token
-
Returns a new Token object, by default.
- next - Variable in class org.apache.el.parser.Token
-
A reference to the next regular (non-special) token from the input stream.
- nextArg() - Method in class org.apache.jasper.JspC
- nextEntry() - Method in interface org.apache.tomcat.Jar
-
Moves the internal pointer to the next entry in the JAR.
- nextFile() - Method in class org.apache.jasper.JspC
- NO_BUFFER - Static variable in class jakarta.servlet.jsp.JspWriter
-
Constant indicating that the Writer is not buffering output.
- NO_DIE_LEVEL - Static variable in class org.apache.jasper.JspC
- Node - Interface in org.apache.el.parser
- nodeArity() - Method in class org.apache.el.parser.JJTELParserState
- nodeCreated() - Method in class org.apache.el.parser.JJTELParserState
- NodeVisitor - Interface in org.apache.el.parser
- NONE - jakarta.servlet.annotation.ServletSecurity.TransportGuarantee
-
User data must not be encrypted by the container during transport
- noneMatch(LambdaExpression) - Method in class org.apache.el.stream.Stream
- NonLiteral() - Method in class org.apache.el.parser.ELParser
- NOT0 - Static variable in interface org.apache.el.parser.ELParserConstants
-
RegularExpression Id.
- NOT1 - Static variable in interface org.apache.el.parser.ELParserConstants
-
RegularExpression Id.
- notifyAfterEvaluation(String) - Method in class jakarta.el.ELContext
-
Notify interested listeners that an expression has been evaluated.
- notifyAfterEvaluation(String) - Method in class org.apache.el.lang.EvaluationContext
- notifyBeforeEvaluation(String) - Method in class jakarta.el.ELContext
-
Notify interested listeners that an expression will be evaluated.
- notifyBeforeEvaluation(String) - Method in class org.apache.el.lang.EvaluationContext
- notifyPropertyResolved(Object, Object) - Method in class jakarta.el.ELContext
-
Notify interested listeners that a property has been resolved.
- notifyPropertyResolved(Object, Object) - Method in class org.apache.el.lang.EvaluationContext
- NS_PLUGIN_URL - Static variable in class org.apache.jasper.Constants
-
Default URLs to download the plugin for Netscape and IE.
- Null() - Method in class org.apache.el.parser.ELParser
- NULL - Static variable in interface org.apache.el.parser.ELParserConstants
-
RegularExpression Id.
O
- onAllDataRead() - Method in interface jakarta.servlet.ReadListener
-
Invoked when the request body has been fully read.
- onComplete(AsyncEvent) - Method in interface jakarta.servlet.AsyncListener
-
This event is fired after the call to
AsyncContext.complete()has been processed by the container. - onDataAvailable() - Method in interface jakarta.servlet.ReadListener
-
Invoked when data is available to read.
- onError(AsyncEvent) - Method in interface jakarta.servlet.AsyncListener
-
This event is fired if an error occurs during an asynchronous operation but before the container takes any action as a result of the error.
- onError(Throwable) - Method in interface jakarta.servlet.ReadListener
-
Invoked if an error occurs while reading the request body.
- onError(Throwable) - Method in interface jakarta.servlet.WriteListener
-
Invoked if an error occurs while writing the response.
- onStartAsync(AsyncEvent) - Method in interface jakarta.servlet.AsyncListener
-
This event is fired if new call is made to
ServletRequest.startAsync()after the completion of theAsyncContextto which this listener was added. - onStartup(Set<Class<?>>, ServletContext) - Method in interface jakarta.servlet.ServletContainerInitializer
-
Receives notification during startup of a web application of the classes within the web application that matched the criteria defined via the
HandlesTypesannotation. - onStartup(Set<Class<?>>, ServletContext) - Method in class org.apache.jasper.servlet.JasperInitializer
- onTimeout(AsyncEvent) - Method in interface jakarta.servlet.AsyncListener
-
This event is fired if an asynchronous operation times out but before the container takes any action as a result of the timeout.
- onWritePossible() - Method in interface jakarta.servlet.WriteListener
-
Invoked when it it possible to write data without blocking.
- openNodeScope(Node) - Method in class org.apache.el.parser.JJTELParserState
- optimizeLineSection() - Method in class org.apache.jasper.compiler.SmapStratum
-
Combines consecutive LineInfos wherever possible
- OPTION_MAXSIZE - Static variable in class org.apache.jasper.runtime.TagHandlerPool
- OPTION_TAGPOOL - Static variable in class org.apache.jasper.runtime.TagHandlerPool
- OPTION_USEIMFORTAGS - Static variable in class org.apache.jasper.runtime.TagHandlerPool
- Optional - Class in org.apache.el.stream
- options - Variable in class org.apache.jasper.compiler.Compiler
- Options - Interface in org.apache.jasper
-
A class to hold all init parameters specific to the JSP engine.
- Or() - Method in class org.apache.el.parser.ELParser
- OR0 - Static variable in interface org.apache.el.parser.ELParserConstants
-
RegularExpression Id.
- OR1 - Static variable in interface org.apache.el.parser.ELParserConstants
-
RegularExpression Id.
- ORDERED_LIBS - Static variable in interface jakarta.servlet.ServletContext
-
The name of the ServletContext attribute that holds the ordered list of web fragments for this web application.
- orElse(Object) - Method in class org.apache.el.stream.Optional
- orElseGet(Object) - Method in class org.apache.el.stream.Optional
- org.apache.el - package org.apache.el
- org.apache.el.lang - package org.apache.el.lang
- org.apache.el.parser - package org.apache.el.parser
- org.apache.el.stream - package org.apache.el.stream
- org.apache.el.util - package org.apache.el.util
- org.apache.jasper - package org.apache.jasper
- org.apache.jasper.compiler - package org.apache.jasper.compiler
- org.apache.jasper.compiler.tagplugin - package org.apache.jasper.compiler.tagplugin
- org.apache.jasper.el - package org.apache.jasper.el
- org.apache.jasper.optimizations - package org.apache.jasper.optimizations
- org.apache.jasper.runtime - package org.apache.jasper.runtime
- org.apache.jasper.security - package org.apache.jasper.security
- org.apache.jasper.servlet - package org.apache.jasper.servlet
- org.apache.jasper.tagplugins.jstl - package org.apache.jasper.tagplugins.jstl
- org.apache.jasper.tagplugins.jstl.core - package org.apache.jasper.tagplugins.jstl.core
- org.apache.jasper.util - package org.apache.jasper.util
- org.apache.tomcat - package org.apache.tomcat
- OTHER - org.apache.tomcat.JarScanType
- Otherwise - Class in org.apache.jasper.tagplugins.jstl.core
- Otherwise() - Constructor for class org.apache.jasper.tagplugins.jstl.core.Otherwise
- Out - Class in org.apache.jasper.tagplugins.jstl.core
- Out() - Constructor for class org.apache.jasper.tagplugins.jstl.core.Out
- OUT - Static variable in class jakarta.servlet.jsp.PageContext
-
Name used to store current JspWriter in PageContext name table.
- output(JspWriter, Object, String, String, boolean) - Static method in class org.apache.jasper.tagplugins.jstl.core.Out
- OUTPUT_ACTION - Static variable in interface org.apache.jasper.compiler.TagConstants
- owner - Variable in class org.apache.el.lang.FunctionMapperImpl.Function
P
- PAGE - Static variable in class jakarta.servlet.jsp.PageContext
-
Name used to store the Servlet in this PageContext's nametables.
- PAGE_DIRECTIVE_ACTION - Static variable in interface org.apache.jasper.compiler.TagConstants
- PAGE_SCOPE - Static variable in class jakarta.servlet.jsp.PageContext
-
Page scope: (this is the default) the named reference remains available in this PageContext until the return from the current Servlet.service() invocation.
- pageContext - Variable in class jakarta.servlet.jsp.tagext.TagSupport
-
The PageContext.
- PageContext - Class in jakarta.servlet.jsp
-
PageContext extends JspContext to provide useful context information for when JSP technology is used in a Servlet environment.
- PageContext() - Constructor for class jakarta.servlet.jsp.PageContext
-
Sole constructor.
- PAGECONTEXT - Static variable in class jakarta.servlet.jsp.PageContext
-
Name used to store this PageContext in it's own name table.
- PageContextImpl - Class in org.apache.jasper.runtime
-
Implementation of the PageContext class from the JSP spec.
- PageData - Class in jakarta.servlet.jsp.tagext
-
Translation-time information on a JSP page.
- PageData() - Constructor for class jakarta.servlet.jsp.tagext.PageData
-
Sole constructor.
- pageInfo - Variable in class org.apache.jasper.compiler.Compiler
- pageNodes - Variable in class org.apache.jasper.compiler.Compiler
- pages - Variable in class org.apache.jasper.JspC
-
The pages.
- Param - Class in org.apache.jasper.tagplugins.jstl.core
- Param() - Constructor for class org.apache.jasper.tagplugins.jstl.core.Param
- PARAM_ACTION - Static variable in interface org.apache.jasper.compiler.TagConstants
- PARAMS_ACTION - Static variable in interface org.apache.jasper.compiler.TagConstants
- parent - Variable in class org.apache.el.parser.SimpleNode
- parentTag - Variable in class org.apache.jasper.runtime.JspFragmentHelper
- parse(String) - Static method in class org.apache.el.parser.ELParser
- parse(String, boolean) - Static method in class org.apache.jasper.compiler.ELParser
-
Parse an EL expression
- ParseException - Exception in org.apache.el.parser
-
This exception is thrown when parse errors are encountered.
- ParseException() - Constructor for exception org.apache.el.parser.ParseException
-
The following constructors are for use by you for whatever purpose you can think of.
- ParseException(String) - Constructor for exception org.apache.el.parser.ParseException
-
Constructor with message.
- ParseException(Token, int[][], String[]) - Constructor for exception org.apache.el.parser.ParseException
-
This constructor is used by the method "generateParseException" in the generated parser.
- parseExpression(String, Class<?>, FunctionMapper) - Method in class jakarta.servlet.jsp.el.ExpressionEvaluator
-
Deprecated.Prepare an expression for later evaluation.
- parseExpression(String, Class, FunctionMapper) - Method in class org.apache.jasper.el.ExpressionEvaluatorImpl
-
Deprecated.
- parseJavacErrors(String, String, Node.Nodes) - Static method in class org.apache.jasper.compiler.ErrorDispatcher
-
Parses the given error message into an array of javac compilation error messages (one per javac compilation error line number).
- parsePostData(int, ServletInputStream) - Static method in class jakarta.servlet.http.HttpUtils
-
Deprecated.Parses data from an HTML form that the client sends to the server using the HTTP POST method and the application/x-www-form-urlencoded MIME type.
- parseQueryString(String) - Static method in class jakarta.servlet.http.HttpUtils
-
Deprecated.Parses a query string passed from the client to the server and builds a
HashTableobject with key-value pairs. - parseTld(String) - Method in class org.apache.jasper.servlet.TldScanner
- parseTld(TldResourcePath) - Method in class org.apache.jasper.servlet.TldScanner
- Part - Interface in jakarta.servlet.http
-
This class represents a part as uploaded to the server as part of a
multipart/form-datarequest body. - path(String) - Method in interface jakarta.servlet.http.PushBuilder
-
Sets the URI path to be used for the push request.
- PATH - jakarta.servlet.http.MappingMatch
-
The request was mapped to the servlet using a path URL pattern.
- peek(LambdaExpression) - Method in class org.apache.el.stream.Stream
- peekNode() - Method in class org.apache.el.parser.JJTELParserState
- periodicEvent() - Method in class org.apache.jasper.servlet.JspServlet
- periodicEvent() - Method in interface org.apache.tomcat.PeriodicEventListener
-
Execute a periodic task, such as reloading, etc.
- PeriodicEventListener - Interface in org.apache.tomcat
- PERMIT - jakarta.servlet.annotation.ServletSecurity.EmptyRoleSemantic
-
Access MUST be permitted, regardless of authentication state or identity
- PLUGGABILITY - org.apache.tomcat.JarScanType
- PLUGIN_ACTION - Static variable in interface org.apache.jasper.compiler.TagConstants
- PLUS - Static variable in interface org.apache.el.parser.ELParserConstants
-
RegularExpression Id.
- poolingEnabled - Variable in class org.apache.jasper.JspC
- pop() - Method in class org.apache.jasper.util.FastRemovalDequeue
-
Removes the last element of the list and returns its content.
- popBody() - Method in class jakarta.servlet.jsp.JspContext
-
Return the previous JspWriter "out" saved by the matching pushBody(), and update the value of the "out" attribute in the page scope attribute namespace of the JspContext.
- popBody() - Method in class org.apache.jasper.runtime.JspContextWrapper
- popBody() - Method in class org.apache.jasper.runtime.PageContextImpl
- popIndent() - Method in class org.apache.jasper.compiler.ServletWriter
- popNode() - Method in class org.apache.el.parser.JJTELParserState
- prefix - Variable in class jakarta.servlet.jsp.tagext.TagLibraryInfo
-
The prefix assigned to this taglib from the taglib directive.
- prefix - Variable in class org.apache.el.lang.FunctionMapperImpl.Function
- prefix - Variable in class org.apache.el.parser.AstFunction
- prevCharIsCR - Variable in class org.apache.el.parser.SimpleCharStream
- prevCharIsLF - Variable in class org.apache.el.parser.SimpleCharStream
- PRIMITIVE_NAMES - Static variable in class org.apache.el.util.ReflectionUtil
- PRIMITIVES - Static variable in class org.apache.el.util.ReflectionUtil
- print(boolean) - Method in class jakarta.servlet.jsp.JspWriter
-
Print a boolean value.
- print(boolean) - Method in class jakarta.servlet.ServletOutputStream
-
Writes a
booleanvalue to the client, with no carriage return-line feed (CRLF) character at the end. - print(boolean) - Method in class org.apache.jasper.compiler.AntCompiler.SystemLogHandler
- print(boolean) - Method in class org.apache.jasper.runtime.BodyContentImpl
-
Print a boolean value.
- print(boolean) - Method in class org.apache.jasper.runtime.JspWriterImpl
-
Print a boolean value.
- print(char) - Method in class jakarta.servlet.jsp.JspWriter
-
Print a character.
- print(char) - Method in class jakarta.servlet.ServletOutputStream
-
Writes a character to the client, with no carriage return-line feed (CRLF) at the end.
- print(char) - Method in class org.apache.jasper.compiler.AntCompiler.SystemLogHandler
- print(char) - Method in class org.apache.jasper.compiler.ServletWriter
-
Prints the given char.
- print(char) - Method in class org.apache.jasper.runtime.BodyContentImpl
-
Print a character.
- print(char) - Method in class org.apache.jasper.runtime.JspWriterImpl
-
Print a character.
- print(char[]) - Method in class jakarta.servlet.jsp.JspWriter
-
Print an array of characters.
- print(char[]) - Method in class org.apache.jasper.compiler.AntCompiler.SystemLogHandler
- print(char[]) - Method in class org.apache.jasper.runtime.BodyContentImpl
-
Print an array of characters.
- print(char[]) - Method in class org.apache.jasper.runtime.JspWriterImpl
-
Print an array of characters.
- print(double) - Method in class jakarta.servlet.jsp.JspWriter
-
Print a double-precision floating-point number.
- print(double) - Method in class jakarta.servlet.ServletOutputStream
-
Writes a
doublevalue to the client, with no carriage return-line feed (CRLF) at the end. - print(double) - Method in class org.apache.jasper.compiler.AntCompiler.SystemLogHandler
- print(double) - Method in class org.apache.jasper.runtime.BodyContentImpl
-
Print a double-precision floating-point number.
- print(double) - Method in class org.apache.jasper.runtime.JspWriterImpl
-
Print a double-precision floating-point number.
- print(float) - Method in class jakarta.servlet.jsp.JspWriter
-
Print a floating-point number.
- print(float) - Method in class jakarta.servlet.ServletOutputStream
-
Writes a
floatvalue to the client, with no carriage return-line feed (CRLF) at the end. - print(float) - Method in class org.apache.jasper.compiler.AntCompiler.SystemLogHandler
- print(float) - Method in class org.apache.jasper.runtime.BodyContentImpl
-
Print a floating-point number.
- print(float) - Method in class org.apache.jasper.runtime.JspWriterImpl
-
Print a floating-point number.
- print(int) - Method in class jakarta.servlet.jsp.JspWriter
-
Print an integer.
- print(int) - Method in class jakarta.servlet.ServletOutputStream
-
Writes an int to the client, with no carriage return-line feed (CRLF) at the end.
- print(int) - Method in class org.apache.jasper.compiler.AntCompiler.SystemLogHandler
- print(int) - Method in class org.apache.jasper.compiler.ServletWriter
-
Prints the given int.
- print(int) - Method in class org.apache.jasper.runtime.BodyContentImpl
-
Print an integer.
- print(int) - Method in class org.apache.jasper.runtime.JspWriterImpl
-
Print an integer.
- print(long) - Method in class jakarta.servlet.jsp.JspWriter
-
Print a long integer.
- print(long) - Method in class jakarta.servlet.ServletOutputStream
-
Writes a
longvalue to the client, with no carriage return-line feed (CRLF) at the end. - print(long) - Method in class org.apache.jasper.compiler.AntCompiler.SystemLogHandler
- print(long) - Method in class org.apache.jasper.runtime.BodyContentImpl
-
Print a long integer.
- print(long) - Method in class org.apache.jasper.runtime.JspWriterImpl
-
Print a long integer.
- print(Object) - Method in class jakarta.servlet.jsp.JspWriter
-
Print an object.
- print(Object) - Method in class org.apache.jasper.compiler.AntCompiler.SystemLogHandler
- print(Object) - Method in class org.apache.jasper.runtime.BodyContentImpl
-
Print an object.
- print(Object) - Method in class org.apache.jasper.runtime.JspWriterImpl
-
Print an object.
- print(String) - Method in class jakarta.servlet.jsp.JspWriter
-
Print a string.
- print(String) - Method in class jakarta.servlet.ServletOutputStream
-
Writes a
Stringto the client, without a carriage return-line feed (CRLF) character at the end. - print(String) - Method in class org.apache.jasper.compiler.AntCompiler.SystemLogHandler
- print(String) - Method in class org.apache.jasper.compiler.ServletWriter
-
Prints the given string.
- print(String) - Method in class org.apache.jasper.runtime.BodyContentImpl
-
Print a string.
- print(String) - Method in class org.apache.jasper.runtime.JspWriterImpl
-
Print a string.
- printil(String) - Method in class org.apache.jasper.compiler.NewlineReductionServletWriter
- printil(String) - Method in class org.apache.jasper.compiler.ServletWriter
-
Prints the current indention, and then the string, and a '\n'.
- printin() - Method in class org.apache.jasper.compiler.ServletWriter
-
Prints the current indention
- printin(String) - Method in class org.apache.jasper.compiler.ServletWriter
-
Prints the current indention, followed by the given string
- println() - Method in class jakarta.servlet.jsp.JspWriter
-
Terminate the current line by writing the line separator string.
- println() - Method in class jakarta.servlet.ServletOutputStream
-
Writes a carriage return-line feed (CRLF) to the client.
- println() - Method in class org.apache.jasper.compiler.AntCompiler.SystemLogHandler
- println() - Method in class org.apache.jasper.compiler.ServletWriter
-
Prints a '\n'
- println() - Method in class org.apache.jasper.runtime.BodyContentImpl
-
Terminate the current line by writing the line separator string.
- println() - Method in class org.apache.jasper.runtime.JspWriterImpl
-
Terminate the current line by writing the line separator string.
- println(boolean) - Method in class jakarta.servlet.jsp.JspWriter
-
Print a boolean value and then terminate the line.
- println(boolean) - Method in class jakarta.servlet.ServletOutputStream
-
Writes a
booleanvalue to the client, followed by a carriage return-line feed (CRLF). - println(boolean) - Method in class org.apache.jasper.compiler.AntCompiler.SystemLogHandler
- println(boolean) - Method in class org.apache.jasper.runtime.BodyContentImpl
-
Print a boolean value and then terminate the line.
- println(boolean) - Method in class org.apache.jasper.runtime.JspWriterImpl
-
Print a boolean value and then terminate the line.
- println(char) - Method in class jakarta.servlet.jsp.JspWriter
-
Print a character and then terminate the line.
- println(char) - Method in class jakarta.servlet.ServletOutputStream
-
Writes a character to the client, followed by a carriage return-line feed (CRLF).
- println(char) - Method in class org.apache.jasper.compiler.AntCompiler.SystemLogHandler
- println(char) - Method in class org.apache.jasper.runtime.BodyContentImpl
-
Print a character and then terminate the line.
- println(char) - Method in class org.apache.jasper.runtime.JspWriterImpl
-
Print a character and then terminate the line.
- println(char[]) - Method in class jakarta.servlet.jsp.JspWriter
-
Print an array of characters and then terminate the line.
- println(char[]) - Method in class org.apache.jasper.compiler.AntCompiler.SystemLogHandler
- println(char[]) - Method in class org.apache.jasper.runtime.BodyContentImpl
-
Print an array of characters and then terminate the line.
- println(char[]) - Method in class org.apache.jasper.runtime.JspWriterImpl
-
Print an array of characters and then terminate the line.
- println(double) - Method in class jakarta.servlet.jsp.JspWriter
-
Print a double-precision floating-point number and then terminate the line.
- println(double) - Method in class jakarta.servlet.ServletOutputStream
-
Writes a
doublevalue to the client, followed by a carriage return-line feed (CRLF). - println(double) - Method in class org.apache.jasper.compiler.AntCompiler.SystemLogHandler
- println(double) - Method in class org.apache.jasper.runtime.BodyContentImpl
-
Print a double-precision floating-point number and then terminate the line.
- println(double) - Method in class org.apache.jasper.runtime.JspWriterImpl
-
Print a double-precision floating-point number and then terminate the line.
- println(float) - Method in class jakarta.servlet.jsp.JspWriter
-
Print a floating-point number and then terminate the line.
- println(float) - Method in class jakarta.servlet.ServletOutputStream
-
Writes a
floatvalue to the client, followed by a carriage return-line feed (CRLF). - println(float) - Method in class org.apache.jasper.compiler.AntCompiler.SystemLogHandler
- println(float) - Method in class org.apache.jasper.runtime.BodyContentImpl
-
Print a floating-point number and then terminate the line.
- println(float) - Method in class org.apache.jasper.runtime.JspWriterImpl
-
Print a floating-point number and then terminate the line.
- println(int) - Method in class jakarta.servlet.jsp.JspWriter
-
Print an integer and then terminate the line.
- println(int) - Method in class jakarta.servlet.ServletOutputStream
-
Writes an int to the client, followed by a carriage return-line feed (CRLF) character.
- println(int) - Method in class org.apache.jasper.compiler.AntCompiler.SystemLogHandler
- println(int) - Method in class org.apache.jasper.runtime.BodyContentImpl
-
Print an integer and then terminate the line.
- println(int) - Method in class org.apache.jasper.runtime.JspWriterImpl
-
Print an integer and then terminate the line.
- println(long) - Method in class jakarta.servlet.jsp.JspWriter
-
Print a long integer and then terminate the line.
- println(long) - Method in class jakarta.servlet.ServletOutputStream
-
Writes a
longvalue to the client, followed by a carriage return-line feed (CRLF). - println(long) - Method in class org.apache.jasper.compiler.AntCompiler.SystemLogHandler
- println(long) - Method in class org.apache.jasper.runtime.BodyContentImpl
-
Print a long integer and then terminate the line.
- println(long) - Method in class org.apache.jasper.runtime.JspWriterImpl
-
Print a long integer and then terminate the line.
- println(Object) - Method in class jakarta.servlet.jsp.JspWriter
-
Print an Object and then terminate the line.
- println(Object) - Method in class org.apache.jasper.compiler.AntCompiler.SystemLogHandler
- println(Object) - Method in class org.apache.jasper.runtime.BodyContentImpl
-
Print an Object and then terminate the line.
- println(Object) - Method in class org.apache.jasper.runtime.JspWriterImpl
-
Print an Object and then terminate the line.
- println(String) - Method in class jakarta.servlet.jsp.JspWriter
-
Print a String and then terminate the line.
- println(String) - Method in class jakarta.servlet.ServletOutputStream
-
Writes a
Stringto the client, followed by a carriage return-line feed (CRLF). - println(String) - Method in class org.apache.jasper.compiler.AntCompiler.SystemLogHandler
- println(String) - Method in class org.apache.jasper.compiler.ServletWriter
-
Prints the given string followed by '\n'
- println(String) - Method in class org.apache.jasper.runtime.BodyContentImpl
-
Print a String and then terminate the line.
- println(String) - Method in class org.apache.jasper.runtime.JspWriterImpl
-
Print a String and then terminate the line.
- printMessage(String, PrintStream, int) - Method in class org.apache.jasper.compiler.AntCompiler.JasperAntLogger
- printMultiLn(String) - Method in class org.apache.jasper.compiler.ServletWriter
-
Prints the given string.
- processFile(String) - Method in class org.apache.jasper.JspC
- project - Variable in class org.apache.jasper.compiler.AntCompiler
- property - Variable in class org.apache.el.parser.AstValue.Target
- PropertyNotFoundException - Exception in jakarta.el
- PropertyNotFoundException() - Constructor for exception jakarta.el.PropertyNotFoundException
- PropertyNotFoundException(String) - Constructor for exception jakarta.el.PropertyNotFoundException
- PropertyNotFoundException(String, Throwable) - Constructor for exception jakarta.el.PropertyNotFoundException
- PropertyNotFoundException(Throwable) - Constructor for exception jakarta.el.PropertyNotFoundException
- PropertyNotWritableException - Exception in jakarta.el
- PropertyNotWritableException() - Constructor for exception jakarta.el.PropertyNotWritableException
- PropertyNotWritableException(String) - Constructor for exception jakarta.el.PropertyNotWritableException
- PropertyNotWritableException(String, Throwable) - Constructor for exception jakarta.el.PropertyNotWritableException
- PropertyNotWritableException(Throwable) - Constructor for exception jakarta.el.PropertyNotWritableException
- propertyResolved(ELContext, Object, Object) - Method in class jakarta.el.EvaluationListener
-
Fired after a property has been resolved.
- proprietaryEvaluate(String, Class<?>, PageContext, ProtectedFunctionMapper) - Static method in class org.apache.jasper.runtime.PageContextImpl
-
Proprietary method to evaluate EL expressions.
- ProtectedFunctionMapper - Class in org.apache.jasper.runtime
-
Maps EL functions to their Java method counterparts.
- push() - Method in interface jakarta.servlet.http.PushBuilder
-
Generates the push request and sends it to the client unless pushes are not available for some reason.
- push(JspServletWrapper) - Method in class org.apache.jasper.compiler.JspRuntimeContext
-
Push a newly compiled JspServletWrapper into the queue at first execution of jsp.
- push(T) - Method in class org.apache.jasper.util.FastRemovalDequeue
-
Adds an object to the start of the list and returns the entry created for said object.
- pushBody() - Method in class jakarta.servlet.jsp.PageContext
-
Return a new BodyContent object, save the current "out" JspWriter, and update the value of the "out" attribute in the page scope attribute namespace of the PageContext.
- pushBody() - Method in class org.apache.jasper.runtime.JspContextWrapper
- pushBody() - Method in class org.apache.jasper.runtime.PageContextImpl
- pushBody(Writer) - Method in class jakarta.servlet.jsp.JspContext
-
Return a new JspWriter object that sends output to the provided Writer.
- pushBody(Writer) - Method in class org.apache.jasper.runtime.JspContextWrapper
- pushBody(Writer) - Method in class org.apache.jasper.runtime.PageContextImpl
- PushBuilder - Interface in jakarta.servlet.http
-
Builds a push request based on the
HttpServletRequestfrom which this builder was obtained. - pushIndent() - Method in class org.apache.jasper.compiler.ServletWriter
- pushNode(Node) - Method in class org.apache.el.parser.JJTELParserState
- put(K, V) - Method in class org.apache.el.util.ConcurrentCache
- putContext(Class<?>, Object) - Method in class jakarta.el.ELContext
-
Add an object to this EL context under the given key.
- putContext(Class<?>, Object) - Method in class jakarta.el.StandardELContext
- putContext(Class<?>, Object) - Method in class org.apache.el.lang.EvaluationContext
- putContext(Class<?>, Object) - Method in class org.apache.jasper.el.ELContextWrapper
- putValue(String, Object) - Method in interface jakarta.servlet.http.HttpSession
-
Deprecated.As of Version 2.2, this method is replaced by
HttpSession.setAttribute(java.lang.String, java.lang.Object)
Q
- queryString(String) - Method in interface jakarta.servlet.http.PushBuilder
-
Specifies the query string to use in subsequent push requests generated by a call to
PushBuilder.push(). - QUESTIONMARK - Static variable in interface org.apache.el.parser.ELParserConstants
-
RegularExpression Id.
- quoteAttributeEL - Variable in class org.apache.jasper.JspC
R
- RBRACE - Static variable in interface org.apache.el.parser.ELParserConstants
-
RegularExpression Id.
- RBRACK - Static variable in interface org.apache.el.parser.ELParserConstants
-
RegularExpression Id.
- rctxt - Variable in class org.apache.jasper.JspC
-
The runtime context.
- readChar() - Method in class org.apache.el.parser.SimpleCharStream
-
Read a character.
- readExternal(ObjectInput) - Method in class org.apache.el.lang.FunctionMapperImpl.Function
- readExternal(ObjectInput) - Method in class org.apache.el.lang.FunctionMapperImpl
- readExternal(ObjectInput) - Method in class org.apache.el.lang.VariableMapperImpl
- readExternal(ObjectInput) - Method in class org.apache.el.MethodExpressionImpl
- readExternal(ObjectInput) - Method in class org.apache.el.MethodExpressionLiteral
- readExternal(ObjectInput) - Method in class org.apache.el.ValueExpressionImpl
- readExternal(ObjectInput) - Method in class org.apache.el.ValueExpressionLiteral
- readExternal(ObjectInput) - Method in class org.apache.jasper.el.JspMethodExpression
- readExternal(ObjectInput) - Method in class org.apache.jasper.el.JspValueExpression
- readLine(byte[], int, int) - Method in class jakarta.servlet.ServletInputStream
-
Reads the input stream, one line at a time.
- ReadListener - Interface in jakarta.servlet
-
Receives notification of read events when using non-blocking IO.
- recycle() - Method in class org.apache.jasper.runtime.BodyContentImpl
-
This method shall "reset" the internal state of a BodyContentImpl, releasing all internal references, and preparing it for potential reuse by a later invocation of
PageContextImpl.pushBody(Writer). - Redirect - Class in org.apache.jasper.tagplugins.jstl.core
- Redirect() - Constructor for class org.apache.jasper.tagplugins.jstl.core.Redirect
- reduce(LambdaExpression) - Method in class org.apache.el.stream.Stream
- reduce(Object, LambdaExpression) - Method in class org.apache.el.stream.Stream
- ReflectionUtil - Class in org.apache.el.util
-
Utilities for Managing Serialization and Reflection
- Registration - Interface in jakarta.servlet
-
Common interface for the registration of Filters and Servlets.
- Registration.Dynamic - Interface in jakarta.servlet
-
Interface through which a Servlet or Filter registered via one of the addServlet or addFilter methods, respectively, on ServletContext may be further configured.
- ReInit(InputStream) - Method in class org.apache.el.parser.ELParser
-
Reinitialise.
- ReInit(InputStream) - Method in class org.apache.el.parser.SimpleCharStream
-
Reinitialise.
- ReInit(InputStream, int, int) - Method in class org.apache.el.parser.SimpleCharStream
-
Reinitialise.
- ReInit(InputStream, int, int, int) - Method in class org.apache.el.parser.SimpleCharStream
-
Reinitialise.
- ReInit(InputStream, String) - Method in class org.apache.el.parser.ELParser
-
Reinitialise.
- ReInit(InputStream, String) - Method in class org.apache.el.parser.SimpleCharStream
-
Reinitialise.
- ReInit(InputStream, String, int, int) - Method in class org.apache.el.parser.SimpleCharStream
-
Reinitialise.
- ReInit(InputStream, String, int, int, int) - Method in class org.apache.el.parser.SimpleCharStream
-
Reinitialise.
- ReInit(Reader) - Method in class org.apache.el.parser.ELParser
-
Reinitialise.
- ReInit(Reader) - Method in class org.apache.el.parser.SimpleCharStream
-
Reinitialise.
- ReInit(Reader, int, int) - Method in class org.apache.el.parser.SimpleCharStream
-
Reinitialise.
- ReInit(Reader, int, int, int) - Method in class org.apache.el.parser.SimpleCharStream
-
Reinitialise.
- ReInit(ELParserTokenManager) - Method in class org.apache.el.parser.ELParser
-
Reinitialise.
- ReInit(SimpleCharStream) - Method in class org.apache.el.parser.ELParserTokenManager
-
Reinitialise parser.
- ReInit(SimpleCharStream, int) - Method in class org.apache.el.parser.ELParserTokenManager
-
Reinitialise parser.
- release() - Method in class jakarta.servlet.jsp.PageContext
-
This method shall "reset" the internal state of a PageContext, releasing all internal references, and preparing the PageContext for potential reuse by a later invocation of initialize().
- release() - Method in class jakarta.servlet.jsp.tagext.BodyTagSupport
-
Release state.
- release() - Method in interface jakarta.servlet.jsp.tagext.Tag
-
Called on a Tag handler to release state.
- release() - Method in class jakarta.servlet.jsp.tagext.TagAdapter
-
Must not be called.
- release() - Method in class jakarta.servlet.jsp.tagext.TagLibraryValidator
-
Release any data kept by this instance for validation purposes.
- release() - Method in class jakarta.servlet.jsp.tagext.TagSupport
-
Release state.
- release() - Method in class org.apache.jasper.runtime.JspContextWrapper
- release() - Method in class org.apache.jasper.runtime.PageContextImpl
- release() - Method in class org.apache.jasper.runtime.TagHandlerPool
-
Calls the release() method of all available tag handlers in this tag handler pool.
- releasePageContext(PageContext) - Method in class jakarta.servlet.jsp.JspFactory
-
called to release a previously allocated PageContext object.
- releasePageContext(PageContext) - Method in class org.apache.jasper.runtime.JspFactoryImpl
- releaseTag(Tag, InstanceManager) - Static method in class org.apache.jasper.runtime.JspRuntimeLibrary
- releaseTag(Tag, InstanceManager, boolean) - Static method in class org.apache.jasper.runtime.JspRuntimeLibrary
- remove(FastRemovalDequeue.Entry) - Method in class org.apache.jasper.util.FastRemovalDequeue
-
Removes any element of the list and returns its content.
- Remove - Class in org.apache.jasper.tagplugins.jstl.core
- Remove() - Constructor for class org.apache.jasper.tagplugins.jstl.core.Remove
- removeAttribute(int) - Method in class org.apache.jasper.util.UniqueAttributesImpl
- removeAttribute(String) - Method in interface jakarta.servlet.http.HttpSession
-
Removes the object bound with the specified name from this session.
- removeAttribute(String) - Method in class jakarta.servlet.jsp.JspContext
-
Remove the object reference associated with the given name from all scopes.
- removeAttribute(String) - Method in interface jakarta.servlet.ServletContext
-
Removes the attribute with the given name from the servlet context.
- removeAttribute(String) - Method in interface jakarta.servlet.ServletRequest
-
Removes an attribute from this request.
- removeAttribute(String) - Method in class jakarta.servlet.ServletRequestWrapper
-
The default behavior of this method is to call removeAttribute(String name) on the wrapped request object.
- removeAttribute(String) - Method in class org.apache.jasper.runtime.JspContextWrapper
- removeAttribute(String) - Method in class org.apache.jasper.runtime.PageContextImpl
- removeAttribute(String) - Method in class org.apache.jasper.servlet.JspCServletContext
-
Remove the specified context attribute.
- removeAttribute(String, int) - Method in class jakarta.servlet.jsp.JspContext
-
Remove the object reference associated with the specified name in the given scope.
- removeAttribute(String, int) - Method in class org.apache.jasper.runtime.JspContextWrapper
- removeAttribute(String, int) - Method in class org.apache.jasper.runtime.PageContextImpl
- removeGeneratedClassFiles() - Method in class org.apache.jasper.compiler.Compiler
- removeGeneratedFiles() - Method in class org.apache.jasper.compiler.Compiler
-
Remove generated files
- removeHeader(String) - Method in interface jakarta.servlet.http.PushBuilder
-
Removes an HTTP header from the request.
- removeTransformer(ClassFileTransformer) - Method in interface org.apache.tomcat.InstrumentableClassLoader
-
Removes the specified class file transformer from this class loader.
- removeValue(String) - Method in interface jakarta.servlet.http.HttpSession
-
Deprecated.As of Version 2.2, this method is replaced by
HttpSession.removeAttribute(java.lang.String) - removeValue(String) - Method in class jakarta.servlet.jsp.tagext.TagSupport
-
Remove a value associated with a key.
- removeWrapper(String) - Method in class org.apache.jasper.compiler.JspRuntimeContext
-
Remove a JspServletWrapper.
- reportBuf - Variable in class org.apache.jasper.compiler.AntCompiler.JasperAntLogger
- REQUEST - jakarta.servlet.DispatcherType
-
Normal (non-dispatched) requests.
- REQUEST - Static variable in class jakarta.servlet.jsp.PageContext
-
Name used to store ServletRequest in PageContext name table.
- REQUEST_SCOPE - Static variable in class jakarta.servlet.jsp.PageContext
-
Request scope: the named reference remains available from the ServletRequest associated with the Servlet until the current request is completed.
- REQUEST_TIME_VALUE - Static variable in class jakarta.servlet.jsp.tagext.TagData
-
Distinguished value for an attribute to indicate its value is a request-time expression (which is not yet available because TagData instances are used at translation-time).
- requestDestroyed(ServletRequestEvent) - Method in interface jakarta.servlet.ServletRequestListener
-
The request is about to go out of scope of the web application.
- RequestDispatcher - Interface in jakarta.servlet
-
Defines an object that receives requests from the client and sends them to any resource (such as a servlet, HTML file, or JSP file) on the server.
- requestInitialized(ServletRequestEvent) - Method in interface jakarta.servlet.ServletRequestListener
-
The request is about to come into scope of the web application.
- reset() - Method in interface jakarta.servlet.ServletResponse
-
Clears any data that exists in the buffer as well as the status code and headers.
- reset() - Method in class jakarta.servlet.ServletResponseWrapper
-
The default behavior of this method is to call reset() on the wrapped response object.
- reset() - Method in class org.apache.el.parser.JJTELParserState
- reset() - Method in interface org.apache.tomcat.Jar
-
Resets the internal pointer used to track JAR entries to the beginning of the JAR.
- resetBuffer() - Method in interface jakarta.servlet.ServletResponse
-
Clears the content of the underlying buffer in the response without clearing headers or status code.
- resetBuffer() - Method in class jakarta.servlet.ServletResponseWrapper
-
The default behavior of this method is to call resetBuffer() on the wrapped response object.
- resetBuffer() - Method in class org.apache.jasper.runtime.ServletResponseWrapperInclude
-
Clears the output buffer of the JspWriter associated with the including page.
- RESOLVABLE_AT_DESIGN_TIME - Static variable in class jakarta.el.ELResolver
- resolveClass(String) - Method in class jakarta.el.ImportHandler
- resolveFile(String) - Method in class org.apache.jasper.JspC
-
Resolves the relative or absolute pathname correctly in both Ant and command-line situations.
- resolveFunction(String, String) - Method in class jakarta.el.FunctionMapper
- resolveFunction(String, String) - Method in interface jakarta.servlet.jsp.el.FunctionMapper
-
Deprecated.Resolves the specified local name and prefix into a Java.lang.Method.
- resolveFunction(String, String) - Method in class org.apache.el.lang.FunctionMapperFactory
- resolveFunction(String, String) - Method in class org.apache.el.lang.FunctionMapperImpl
- resolveFunction(String, String) - Method in class org.apache.jasper.el.FunctionMapperImpl
-
Deprecated.
- resolveFunction(String, String) - Method in class org.apache.jasper.runtime.ProtectedFunctionMapper
-
Resolves the specified local name and prefix into a Java.lang.Method.
- resolveRelativeUri(String) - Method in class org.apache.jasper.JspCompilationContext
-
Get the full value of a URI relative to this compilations context uses current file as the base.
- resolveStatic(String) - Method in class jakarta.el.ImportHandler
- resolveUrl(String, String, PageContext) - Static method in class org.apache.jasper.tagplugins.jstl.Util
-
Utility methods taken from org.apache.taglibs.standard.tag.common.core.UrlSupport
- resolveVariable(String) - Method in class jakarta.el.VariableMapper
- resolveVariable(String) - Method in interface jakarta.servlet.jsp.el.VariableResolver
-
Deprecated.Resolves the specified variable.
- resolveVariable(String) - Method in class org.apache.el.lang.VariableMapperFactory
- resolveVariable(String) - Method in class org.apache.el.lang.VariableMapperImpl
- resolveVariable(String) - Method in class org.apache.jasper.el.VariableResolverImpl
-
Deprecated.
- resolveVariable(String) - Method in class org.apache.jasper.runtime.JspContextWrapper
-
Deprecated.
- ResourceBundleELResolver - Class in jakarta.el
- ResourceBundleELResolver() - Constructor for class jakarta.el.ResourceBundleELResolver
- RESPONSE - Static variable in class jakarta.servlet.jsp.PageContext
-
Name used to store ServletResponse in PageContext name table.
- reuse(Tag) - Method in class org.apache.jasper.runtime.TagHandlerPool
-
Adds the given tag handler to this tag handler pool, unless this tag handler pool has already reached its capacity, in which case the tag handler's release() method is called.
- rolesAllowed() - Method in annotation type jakarta.servlet.annotation.HttpConstraint
-
The authorized roles' names.
- rolesAllowed() - Method in annotation type jakarta.servlet.annotation.HttpMethodConstraint
-
The authorized roles' names.
- ROOT_ACTION - Static variable in interface org.apache.jasper.compiler.TagConstants
- rootNode() - Method in class org.apache.el.parser.JJTELParserState
- RPAREN - Static variable in interface org.apache.el.parser.ELParserConstants
-
RegularExpression Id.
S
- 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-Lineis not allowed for the resource identified by theRequest-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-URIis 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
Locationfield. - scan() - Method in class org.apache.jasper.servlet.TldScanner
-
Scan for TLDs in all places defined by the specification: Tag libraries defined by the platform Entries from <jsp-config> in web.xml A resources under /WEB-INF In jar files from /WEB-INF/lib Additional entries from the container
- scan(File, String, boolean) - Method in interface org.apache.tomcat.JarScannerCallback
-
A directory was found that is to be treated as an unpacked JAR.
- scan(Jar, String, boolean) - Method in interface org.apache.tomcat.JarScannerCallback
-
A JAR was found and may be accessed for further processing via the provided URL connection.
- scan(JarScanType, ServletContext, JarScannerCallback) - Method in interface org.apache.tomcat.JarScanner
-
Scan the provided ServletContext and classloader for JAR files.
- scanFiles() - Method in class org.apache.jasper.JspC
-
Locate all jsp files in the webapp.
- scanJars() - Method in class org.apache.jasper.servlet.TldPreScanned
- scanJars() - Method in class org.apache.jasper.servlet.TldScanner
-
Scan for TLDs in JARs in /WEB-INF/lib.
- scanJspConfig() - Method in class org.apache.jasper.servlet.TldScanner
-
Scan for TLDs defined in <jsp-config>.
- scanner - Variable in class org.apache.jasper.JspC
- scanPlatform() - Method in class org.apache.jasper.servlet.TldScanner
-
Scan for TLDs required by the platform specification.
- scanResourcePaths(String) - Method in class org.apache.jasper.servlet.TldScanner
-
Scan web application resources for TLDs, recursively.
- scanWebInfClasses() - Method in interface org.apache.tomcat.JarScannerCallback
-
A directory structure was found within the web application at /WEB-INF/classes that should be handled as an unpacked JAR.
- ScopedAttributeELResolver - Class in jakarta.servlet.jsp.el
- 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(ClassLoader) - Static method in class org.apache.jasper.security.SecurityClassLoad
- SecurityClassLoad - Class in org.apache.jasper.security
-
Static class used to preload java classes when using the Java SecurityManager so that the defineClassInPackage RuntimePermission does not trigger an AccessControlException.
- SecurityClassLoad() - Constructor for class org.apache.jasper.security.SecurityClassLoad
- SecurityUtil - Class in org.apache.jasper.security
-
Util class for Security related operations.
- SecurityUtil() - Constructor for class org.apache.jasper.security.SecurityUtil
- Semicolon() - Method in class org.apache.el.parser.ELParser
- SEMICOLON - Static variable in interface org.apache.el.parser.ELParserConstants
-
RegularExpression Id.
- 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) - Method in class jakarta.servlet.http.HttpServletResponseWrapper
-
The default behavior of this method is to call sendError(int sc) on the wrapped response object.
- 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, 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.
- 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(HttpServletRequest, HttpServletResponse) - Method in class jakarta.servlet.http.HttpServlet
-
Receives standard HTTP requests from the public
servicemethod and dispatches them to thedoMethod methods defined in this class. - 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
- service(ServletRequest, ServletResponse) - Method in class jakarta.servlet.GenericServlet
-
Called by the servlet container to allow the servlet to respond to a request.
- service(ServletRequest, ServletResponse) - Method in class jakarta.servlet.http.HttpServlet
-
Dispatches client requests to the protected
servicemethod. - service(ServletRequest, ServletResponse) - Method in interface jakarta.servlet.Servlet
-
Called by the servlet container to allow the servlet to respond to a request.
- 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
readLinemethod for reading data one line at a time. - ServletInputStream() - Constructor for class jakarta.servlet.ServletInputStream
-
Does nothing, because this is an abstract class.
- servletNames() - Method in annotation type jakarta.servlet.annotation.WebFilter
- 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
Servletimplementation 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
-
The programmatic equivalent of
ServletSecurityused to configre security constraints for a Servlet. - ServletSecurityElement() - Constructor for class jakarta.servlet.ServletSecurityElement
-
Use default HttpConstraint.
- ServletSecurityElement(ServletSecurity) - Constructor for class jakarta.servlet.ServletSecurityElement
-
Create from an annotation.
- ServletSecurityElement(HttpConstraintElement) - Constructor for class jakarta.servlet.ServletSecurityElement
-
Use specified HttpConstraintElement.
- ServletSecurityElement(HttpConstraintElement, Collection<HttpMethodConstraintElement>) - Constructor for class jakarta.servlet.ServletSecurityElement
-
Use specified HttpConstraintElement as default and specific constraints for specified methods.
- ServletSecurityElement(Collection<HttpMethodConstraintElement>) - Constructor for class jakarta.servlet.ServletSecurityElement
-
Use specific constraints for specified methods and default HttpConstraintElement for all other methods.
- 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
-
Defines the permitted options for configuring the session tracking mode.
- 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(int, String, String, String, String, String) - Method in class org.apache.jasper.util.UniqueAttributesImpl
- 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) - 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) - Method in class org.apache.jasper.runtime.PageContextImpl
- setAttribute(String, Object) - Method in class org.apache.jasper.servlet.JspCServletContext
-
Set or replace the specified context attribute.
- setAttribute(String, Object, int) - Method in class jakarta.servlet.jsp.JspContext
-
Register the name and value specified with appropriate scope semantics.
- setAttribute(String, Object, int) - Method in class org.apache.jasper.runtime.JspContextWrapper
- setAttribute(String, Object, int) - Method in class org.apache.jasper.runtime.PageContextImpl
- setAttributes(Attributes) - Method in class org.apache.jasper.util.UniqueAttributesImpl
- setBasePackageName(String) - Method in class org.apache.jasper.JspCompilationContext
-
The package name into which the servlet class is generated.
- 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
JspContextfor this invocation. - setJspContext(JspContext) - Method in class jakarta.servlet.jsp.tagext.SimpleTagSupport
-
Stores the provided JSP context in the private jspContext field.
- setJspFiles(String) - Method in class org.apache.jasper.JspC
-
Parses comma-separated list of JSP files to be processed.
- setJspId(String) - Method in interface jakarta.servlet.jsp.tagext.JspIdConsumer
-
Set the unique ID for the tag handler.
- setJspReloadCount(int) - Method in class org.apache.jasper.compiler.JspRuntimeContext
-
Resets the JSP reload counter.
- setJspReloadCount(int) - Method in class org.apache.jasper.servlet.JspServlet
-
Resets the JSP reload counter.
- setLastModificationTest(long) - Method in class org.apache.jasper.servlet.JspServletWrapper
- setListErrors(boolean) - Method in class org.apache.jasper.JspC
- setLoadOnStartup(int) - Method in interface jakarta.servlet.ServletRegistration.Dynamic
-
Set the loadOnStartup order for the Servlet
- 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
-
Set the multi-part configuration for the associated Servlet.
- 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(boolean) - Method in class org.apache.el.lang.EvaluationContext
- setPropertyResolved(boolean) - Method in class org.apache.jasper.el.ELContextWrapper
- setPropertyResolved(Object, Object) - Method in class jakarta.el.ELContext
-
Mark the given property as resolved and notify any interested listeners.
- setPropertyResolved(Object, Object) - Method in class org.apache.el.lang.EvaluationContext
- 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
-
Sets the
ReadListenerfor thisServletInputStreamand thereby switches to non-blocking IO. - 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
-
Set the name of the user / group under which the Servlet should be configured to run.
- 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
-
Add security constraints to this Servlet.
- 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) - 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) - Method in class org.apache.jasper.tagplugins.jstl.Util.ImportResponseWrapper
- setStatus(int, String) - Method in interface jakarta.servlet.http.HttpServletResponse
-
Deprecated.As of version 2.1, due to ambiguous meaning of the message parameter. To set a status code use
setStatus(int), to send an error with a description usesendError(int, String). - setStatus(int, String) - Method in class jakarta.servlet.http.HttpServletResponseWrapper
-
Deprecated.As of Version 3.0 of the Java Servlet API
- 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(boolean) - Method in class org.apache.jasper.JspC
- setTrimSpaces(String) - Method in class org.apache.jasper.JspC
-
Sets the option to control handling of template text that consists entirely of whitespace.
- setTrimSpaces(TrimSpacesOption) - Method in class org.apache.jasper.JspC
- setUriroot(String) - Method in class org.apache.jasper.JspC
-
Base dir for the webapp.
- setValidateTld(boolean) - Method in class org.apache.jasper.JspC
- setValidateXml(boolean) - Method in class org.apache.jasper.JspC
- setValue(ELContext, Object) - Method in class jakarta.el.ValueExpression
- setValue(ELContext, Object) - Method in class org.apache.el.ValueExpressionImpl
- setValue(ELContext, Object) - Method in class org.apache.el.ValueExpressionLiteral
- setValue(ELContext, Object) - Method in class org.apache.jasper.el.JspValueExpression
- 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(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, Object, Object) - Method in class jakarta.servlet.jsp.el.ImplicitObjectELResolver
- setValue(ELContext, Object, Object, Object) - Method in class jakarta.servlet.jsp.el.ScopedAttributeELResolver
- setValue(ELContext, Object, Object, Object) - Method in class org.apache.el.stream.StreamELResolverImpl
- setValue(ELContext, Object, Object, Object) - Method in class org.apache.jasper.el.ELResolverImpl
-
Deprecated.
- setValue(String) - Method in class jakarta.servlet.http.Cookie
-
Assigns a new value to a cookie after the cookie is created.
- setValue(String, Object) - Method in class jakarta.el.ELProcessor
- 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
- setVariable(String, ValueExpression) - Method in class jakarta.el.ELManager
- 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
- setVariable(String, String) - Method in class jakarta.el.ELProcessor
- 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
-
Sets the
WriteListenerfor thisServletOutputStreamand thereby switches to non-blocking IO. - 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(InputStream) - Constructor for class org.apache.el.parser.SimpleCharStream
-
Constructor.
- SimpleCharStream(InputStream, 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) - 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, String, int, int, int) - Constructor for class org.apache.el.parser.SimpleCharStream
-
Constructor.
- SimpleCharStream(Reader) - Constructor for class org.apache.el.parser.SimpleCharStream
-
Constructor.
- SimpleCharStream(Reader, int, int) - Constructor for class org.apache.el.parser.SimpleCharStream
-
Constructor.
- SimpleCharStream(Reader, int, int, int) - 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.
- SINGLE - org.apache.jasper.TrimSpacesOption
- SingleThreadModel - Interface in jakarta.servlet
-
Deprecated.As of Java Servlet API 2.4, with no direct replacement.
- 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.
- smallIcon() - Method in annotation type jakarta.servlet.annotation.WebFilter
- smallIcon() - Method in annotation type jakarta.servlet.annotation.WebServlet
- 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.
- SSL - jakarta.servlet.SessionTrackingMode
-
Use SSL session.
- STANDARD_IMPORTS - Static variable in class org.apache.jasper.Constants
- StandardELContext - Class in jakarta.el
- StandardELContext(ELContext) - Constructor for class jakarta.el.StandardELContext
- StandardELContext(ExpressionFactory) - 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() - 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 interface jakarta.servlet.ServletRequest
- 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
- STATIC_LEXER_ERROR - Static variable in error org.apache.el.parser.TokenMgrError
-
An attempt was made to create a second instance of a static token manager.
- 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
-
Provides
StringInterpreterinstances for JSP compilation. - 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(Number, Number) - Method in class org.apache.el.lang.ELArithmetic
- subtract(Object, Object) - Static 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.
T
- tabSize - Variable in class org.apache.el.parser.SimpleCharStream
- Tag - Interface in jakarta.servlet.jsp.tagext
-
The interface of a classic tag handler that does not want to manipulate its body.
- TAG_DIRECTIVE_ACTION - Static variable in interface org.apache.jasper.compiler.TagConstants
- TagAdapter - Class in jakarta.servlet.jsp.tagext
-
Wraps any SimpleTag and exposes it using a Tag interface.
- TagAdapter(SimpleTag) - Constructor for class jakarta.servlet.jsp.tagext.TagAdapter
-
Creates a new TagAdapter that wraps the given SimpleTag and returns the parent tag when getParent() is called.
- TagAttributeInfo - Class in jakarta.servlet.jsp.tagext
-
Information on the attributes of a Tag, available at translation time.
- TagAttributeInfo(String, boolean, String, boolean) - Constructor for class jakarta.servlet.jsp.tagext.TagAttributeInfo
-
Constructor for TagAttributeInfo.
- TagAttributeInfo(String, boolean, String, boolean, boolean) - Constructor for class jakarta.servlet.jsp.tagext.TagAttributeInfo
-
JSP 2.0 Constructor for TagAttributeInfo.
- TagAttributeInfo(String, boolean, String, boolean, boolean, String, boolean, boolean, String, String) - Constructor for class jakarta.servlet.jsp.tagext.TagAttributeInfo
-
JSP 2.1 Constructor for TagAttributeInfo.
- TagConstants - Interface in org.apache.jasper.compiler
- TagData - Class in jakarta.servlet.jsp.tagext
-
The (translation-time only) attribute/value information for a tag instance.
- TagData(Object[][]) - Constructor for class jakarta.servlet.jsp.tagext.TagData
-
Constructor for TagData.
- TagData(Hashtable<String, Object>) - Constructor for class jakarta.servlet.jsp.tagext.TagData
-
Constructor for a TagData.
- TagExtraInfo - Class in jakarta.servlet.jsp.tagext
-
Optional class provided by the tag library author to describe additional translation-time information not described in the TLD.
- TagExtraInfo() - Constructor for class jakarta.servlet.jsp.tagext.TagExtraInfo
-
Sole constructor.
- TagFileInfo - Class in jakarta.servlet.jsp.tagext
-
Tag information for a tag file in a Tag Library; This class is instantiated from the Tag Library Descriptor file (TLD) and is available only at translation time.
- TagFileInfo(String, String, TagInfo) - Constructor for class jakarta.servlet.jsp.tagext.TagFileInfo
-
Constructor for TagFileInfo from data in the JSP 2.0 format for TLD.
- tagFiles - Variable in class jakarta.servlet.jsp.tagext.TagLibraryInfo
-
An array describing the tag files that are defined in this tag library.
- TagHandlerPool - Class in org.apache.jasper.runtime
-
Pool of tag handlers that can be reused.
- TagHandlerPool() - Constructor for class org.apache.jasper.runtime.TagHandlerPool
-
Constructs a tag handler pool with the default capacity.
- TagInfo - Class in jakarta.servlet.jsp.tagext
-
Tag information for a tag in a Tag Library; This class is instantiated from the Tag Library Descriptor file (TLD) and is available only at translation time.
- TagInfo(String, String, String, String, TagLibraryInfo, TagExtraInfo, TagAttributeInfo[]) - Constructor for class jakarta.servlet.jsp.tagext.TagInfo
-
Constructor for TagInfo from data in the JSP 1.1 format for TLD.
- TagInfo(String, String, String, String, TagLibraryInfo, TagExtraInfo, TagAttributeInfo[], String, String, String, TagVariableInfo[]) - Constructor for class jakarta.servlet.jsp.tagext.TagInfo
-
Constructor for TagInfo from data in the JSP 1.2 format for TLD.
- TagInfo(String, String, String, String, TagLibraryInfo, TagExtraInfo, TagAttributeInfo[], String, String, String, TagVariableInfo[], boolean) - Constructor for class jakarta.servlet.jsp.tagext.TagInfo
-
Constructor for TagInfo from data in the JSP 2.0 format for TLD.
- TAGLIB_DIRECTIVE_ACTION - Static variable in interface org.apache.jasper.compiler.TagConstants
- TaglibDescriptor - Interface in jakarta.servlet.descriptor
-
Represents a taglib descriptor definitions in the deployment descriptor.
- TagLibraryInfo - Class in jakarta.servlet.jsp.tagext
-
Translation-time information associated with a taglib directive, and its underlying TLD file.
- TagLibraryInfo(String, String) - Constructor for class jakarta.servlet.jsp.tagext.TagLibraryInfo
-
Constructor.
- TagLibraryValidator - Class in jakarta.servlet.jsp.tagext
-
Translation-time validator class for a JSP page.
- TagLibraryValidator() - Constructor for class jakarta.servlet.jsp.tagext.TagLibraryValidator
-
Sole constructor.
- TagPlugin - Interface in org.apache.jasper.compiler.tagplugin
-
This interface is to be implemented by the plugin author, to supply an alternate implementation of the tag handlers.
- TagPluginContext - Interface in org.apache.jasper.compiler.tagplugin
-
This interface allows the plugin author to make inquiries about the properties of the current tag, and to use Jasper resources to generate direct Java codes in place of tag handler invocations.
- tagPluginManager - Variable in class org.apache.jasper.JspC
- TagPluginManager - Class in org.apache.jasper.compiler
-
Manages tag plugin optimizations.
- TagPluginManager(ServletContext) - Constructor for class org.apache.jasper.compiler.TagPluginManager
- tags - Variable in class jakarta.servlet.jsp.tagext.TagLibraryInfo
-
An array describing the tags that are defined in this tag library.
- TagSupport - Class in jakarta.servlet.jsp.tagext
-
A base class for defining new tag handlers implementing Tag.
- TagSupport() - Constructor for class jakarta.servlet.jsp.tagext.TagSupport
-
Default constructor, all subclasses are required to define only a public constructor with the same signature, and to call the superclass constructor.
- TagVariableInfo - Class in jakarta.servlet.jsp.tagext
-
Variable information for a tag in a Tag Library; This class is instantiated from the Tag Library Descriptor file (TLD) and is available only at translation time.
- TagVariableInfo(String, String, String, boolean, int) - Constructor for class jakarta.servlet.jsp.tagext.TagVariableInfo
-
Constructor for TagVariableInfo.
- target - Variable in class org.apache.el.lang.FunctionMapperFactory
- Target() - Constructor for class org.apache.el.parser.AstValue.Target
- targetClassName - Variable in class org.apache.jasper.JspC
- targetPackage - Variable in class org.apache.jasper.JspC
- TEMPDIR - Static variable in interface jakarta.servlet.ServletContext
-
The name of the ServletContext attribute that holds the temporary file location for the web application.
- TEXT_ACTION - Static variable in interface org.apache.jasper.compiler.TagConstants
- TextOptimizer - Class in org.apache.jasper.compiler
- TextOptimizer() - Constructor for class org.apache.jasper.compiler.TextOptimizer
- tfp - Variable in class org.apache.jasper.compiler.Compiler
- threadCount - Variable in class org.apache.jasper.JspC
-
The number of threads to use; default is one per core
- TLD - org.apache.tomcat.JarScanType
- tldCache - Variable in class org.apache.jasper.JspC
-
Cache for the TLD locations
- TldCache - Class in org.apache.jasper.compiler
-
This class caches parsed instances of TLD files to remove the need for the same TLD to be parsed for each JSP that references it.
- TldCache(ServletContext, Map<String, TldResourcePath>, Map<TldResourcePath, TaglibXml>) - Constructor for class org.apache.jasper.compiler.TldCache
- TldPreScanned - Class in org.apache.jasper.servlet
- TldPreScanned(ServletContext, boolean, boolean, boolean, Collection<URL>) - Constructor for class org.apache.jasper.servlet.TldPreScanned
- TldScanner - Class in org.apache.jasper.servlet
-
Scans for and loads Tag Library Descriptors contained in a web application.
- TldScanner(ServletContext, boolean, boolean, boolean) - Constructor for class org.apache.jasper.servlet.TldScanner
-
Initialise with the application's ServletContext.
- tlibversion - Variable in class jakarta.servlet.jsp.tagext.TagLibraryInfo
-
The version of the tag library.
- toArray() - Method in class org.apache.el.stream.Stream
- toClass(String, ClassLoader) - Static method in class org.apache.jasper.compiler.JspUtil
-
Returns the
Classobject associated with the class or interface with the given string name. - toJavaSourceType(String) - Static method in class org.apache.jasper.compiler.JspUtil
-
Class.getName() return arrays in the form "[[[<et>", where et, the element type can be one of ZBCDFIJS or L<classname>;.
- toJavaSourceTypeFromTld(String) - Static method in class org.apache.jasper.compiler.JspUtil
-
Handles taking input from TLDs 'java.lang.Object' -> 'java.lang.Object.class' 'int' -> 'int.class' 'void' -> 'Void.TYPE' 'int[]' -> 'int[].class'
- token - Variable in class org.apache.el.parser.ELParser
-
Current token.
- Token - Class in org.apache.el.parser
-
Describes the input token stream.
- Token() - Constructor for class org.apache.el.parser.Token
-
No-argument constructor
- Token(int) - Constructor for class org.apache.el.parser.Token
-
Constructs a new token for the specified Image.
- Token(int, String) - Constructor for class org.apache.el.parser.Token
-
Constructs a new token for the specified Image and Kind.
- token_source - Variable in class org.apache.el.parser.ELParser
-
Generated Token Manager.
- tokenImage - Static variable in interface org.apache.el.parser.ELParserConstants
-
Literal token values.
- tokenImage - Variable in exception org.apache.el.parser.ParseException
-
This is a reference to the "tokenImage" array of the generated parser within which the parse error occurred.
- TokenMgrError - Error in org.apache.el.parser
-
Token Manager Error.
- TokenMgrError() - Constructor for error org.apache.el.parser.TokenMgrError
-
No arg constructor.
- TokenMgrError(boolean, int, int, int, String, int, int) - Constructor for error org.apache.el.parser.TokenMgrError
-
Full Constructor.
- TokenMgrError(String, int) - Constructor for error org.apache.el.parser.TokenMgrError
-
Constructor with message and reason.
- toList() - Method in class org.apache.el.stream.Stream
- toString() - Method in class jakarta.servlet.jsp.tagext.TagAttributeInfo
-
Returns a String representation of this TagAttributeInfo, suitable for debugging purposes.
- toString() - Method in class org.apache.el.parser.AstFunction
- toString() - Method in class org.apache.el.parser.AstLambdaExpression
- toString() - Method in class org.apache.el.parser.AstLambdaParameters
- toString() - Method in class org.apache.el.parser.AstMethodParameters
- toString() - Method in class org.apache.el.parser.SimpleNode
- toString() - Method in class org.apache.el.parser.Token
-
Returns the image.
- toString() - Method in class org.apache.el.ValueExpressionImpl
- toString() - Method in class org.apache.jasper.compiler.SmapStratum
- toString() - Method in class org.apache.jasper.util.FastRemovalDequeue.Entry
- toString(boolean) - Static method in class org.apache.jasper.runtime.JspRuntimeLibrary
- toString(byte) - Static method in class org.apache.jasper.runtime.JspRuntimeLibrary
- toString(char) - Static method in class org.apache.jasper.runtime.JspRuntimeLibrary
- toString(double) - Static method in class org.apache.jasper.runtime.JspRuntimeLibrary
- toString(float) - Static method in class org.apache.jasper.runtime.JspRuntimeLibrary
- toString(int) - Static method in class org.apache.jasper.runtime.JspRuntimeLibrary
- toString(long) - Static method in class org.apache.jasper.runtime.JspRuntimeLibrary
- toString(short) - Static method in class org.apache.jasper.runtime.JspRuntimeLibrary
- toString(Object) - Static method in class org.apache.jasper.runtime.JspRuntimeLibrary
- toTypeArray(String[]) - Static method in class org.apache.el.util.ReflectionUtil
-
Converts an array of Class names to Class types.
- toTypeNameArray(Class<?>[]) - Static method in class org.apache.el.util.ReflectionUtil
-
Converts an array of Class types to Class names.
- trace_enabled() - Method in class org.apache.el.parser.ELParser
-
Trace enabled.
- trackLineColumn - Variable in class org.apache.el.parser.SimpleCharStream
- transportGuarantee() - Method in annotation type jakarta.servlet.annotation.HttpConstraint
-
Determines whether SSL/TLS is required to process the current request.
- transportGuarantee() - Method in annotation type jakarta.servlet.annotation.HttpMethodConstraint
-
Determines whether SSL/TLS is required to process the current request.
- trimSpaces - Variable in class org.apache.jasper.JspC
- TrimSpacesOption - Enum in org.apache.jasper
- TRUE - org.apache.jasper.TrimSpacesOption
- TRUE - Static variable in interface org.apache.el.parser.ELParserConstants
-
RegularExpression Id.
- TryCatchFinally - Interface in jakarta.servlet.jsp.tagext
-
The auxiliary interface of a Tag, IterationTag or BodyTag tag handler that wants additional hooks for managing resources.
- TYPE - Static variable in class jakarta.el.ELResolver
- TypeConverter - Class in jakarta.el
- TypeConverter() - Constructor for class jakarta.el.TypeConverter
- types - Variable in class org.apache.el.lang.FunctionMapperImpl.Function
U
- Unary() - Method in class org.apache.el.parser.ELParser
- UnavailableException - Exception in jakarta.servlet
-
Defines an exception that a servlet or filter throws to indicate that it is permanently or temporarily unavailable.
- UnavailableException(int, Servlet, String) - Constructor for exception jakarta.servlet.UnavailableException
-
Deprecated.As of Java Servlet API 2.2, use
UnavailableException(String, int)instead. - UnavailableException(Servlet, String) - Constructor for exception jakarta.servlet.UnavailableException
-
Deprecated.As of Java Servlet API 2.2, use
UnavailableException(String)instead. - UnavailableException(String) - Constructor for exception jakarta.servlet.UnavailableException
-
Constructs a new exception with a descriptive message indicating that the servlet is permanently unavailable.
- UnavailableException(String, int) - Constructor for exception jakarta.servlet.UnavailableException
-
Constructs a new exception with a descriptive message indicating that the servlet is temporarily unavailable and giving an estimate of how long it will be unavailable.
- unbind(boolean, ClassLoader) - Method in interface org.apache.tomcat.ContextBind
-
Restore the current thread context class loader to the original class loader in used before
ContextBind.bind(boolean, ClassLoader)was called. - unbind(ClassLoader) - Static method in class org.apache.tomcat.InstanceManagerBindings
- UNBOUNDED_BUFFER - Static variable in class jakarta.servlet.jsp.JspWriter
-
Constant indicating that the Writer is buffered and is unbounded; this is used in BodyContent.
- UniqueAttributesImpl - Class in org.apache.jasper.util
-
Wraps the default attributes implementation and ensures that each attribute has a unique qname as required by the JSP specification.
- UniqueAttributesImpl() - Constructor for class org.apache.jasper.util.UniqueAttributesImpl
- UniqueAttributesImpl(boolean) - Constructor for class org.apache.jasper.util.UniqueAttributesImpl
- unpop(T) - Method in class org.apache.jasper.util.FastRemovalDequeue
-
Adds an object to the end of the list and returns the entry created for said object.
- unpush() - Method in class org.apache.jasper.util.FastRemovalDequeue
-
Removes the first element of the list and returns its content.
- unsetThread() - Static method in class org.apache.jasper.compiler.AntCompiler.SystemLogHandler
-
Stop capturing thread's output and return captured data as a String.
- unwrapInvocationTargetException(Throwable) - Static method in class org.apache.jasper.runtime.ExceptionUtils
-
Checks whether the supplied Throwable is an instance of
InvocationTargetExceptionand returns the throwable that is wrapped by it, if there is any. - UpdateLineColumn(char) - Method in class org.apache.el.parser.SimpleCharStream
- upgrade(Class<T>) - Method in interface jakarta.servlet.http.HttpServletRequest
-
Start the HTTP upgrade process and create and instance of the provided protocol handler class.
- upgrade(Class<T>) - Method in class jakarta.servlet.http.HttpServletRequestWrapper
-
Start the HTTP upgrade process and create and instance of the provided protocol handler class.
- uri - Variable in class jakarta.servlet.jsp.tagext.TagLibraryInfo
-
The value of the uri attribute from the taglib directive for this library.
- uriBase - Variable in class org.apache.jasper.JspC
- uriRoot - Variable in class org.apache.jasper.JspC
- Url - Class in org.apache.jasper.tagplugins.jstl.core
- Url() - Constructor for class org.apache.jasper.tagplugins.jstl.core.Url
- URL - jakarta.servlet.SessionTrackingMode
-
Use url rewriting (also known as path parameter)
- URLEncode(String, String) - Static method in class org.apache.jasper.runtime.JspRuntimeLibrary
-
URL encodes a string, based on the supplied character encoding.
- urlPatterns() - Method in annotation type jakarta.servlet.annotation.WebFilter
- urlPatterns() - Method in annotation type jakarta.servlet.annotation.WebServlet
- urn - Variable in class jakarta.servlet.jsp.tagext.TagLibraryInfo
-
The "reliable" URN indicated in the TLD.
- URN_JSPTAGDIR - Static variable in interface org.apache.jasper.compiler.TagConstants
- URN_JSPTLD - Static variable in interface org.apache.jasper.compiler.TagConstants
- USE_BEAN_ACTION - Static variable in interface org.apache.jasper.compiler.TagConstants
- useInstanceManagerForTags - Variable in class org.apache.jasper.runtime.TagHandlerPool
- Util - Class in org.apache.jasper.tagplugins.jstl
-
Util contains some often used consts, static methods and embedded class to support the JSTL tag plugin.
- Util() - Constructor for class org.apache.jasper.tagplugins.jstl.Util
- Util.ImportResponseWrapper - Class in org.apache.jasper.tagplugins.jstl
-
Wraps responses to allow us to retrieve results as Strings.
V
- validate(TagData) - Method in class jakarta.servlet.jsp.tagext.TagExtraInfo
-
Translation-time validation of the attributes.
- validate(TagData) - Method in class jakarta.servlet.jsp.tagext.TagInfo
-
Translation-time validation of the attributes.
- validate(String, String, PageData) - Method in class jakarta.servlet.jsp.tagext.TagLibraryValidator
-
Validate a JSP page.
- validateTld - Variable in class org.apache.jasper.JspC
- validateXml - Variable in class org.apache.jasper.JspC
- Validation - Class in org.apache.el.util
- ValidationMessage - Class in jakarta.servlet.jsp.tagext
-
A validation message from either TagLibraryValidator or TagExtraInfo.
- ValidationMessage(String, String) - Constructor for class jakarta.servlet.jsp.tagext.ValidationMessage
-
Create a ValidationMessage.
- ValidAttribute(String) - Constructor for class org.apache.jasper.compiler.JspUtil.ValidAttribute
- ValidAttribute(String, boolean) - Constructor for class org.apache.jasper.compiler.JspUtil.ValidAttribute
- value() - Method in annotation type jakarta.servlet.annotation.HandlesTypes
- value() - Method in annotation type jakarta.servlet.annotation.HttpConstraint
-
The EmptyRoleSemantic determines the behaviour when the rolesAllowed list is empty.
- value() - Method in annotation type jakarta.servlet.annotation.HttpMethodConstraint
-
HTTP Protocol method name (e.g.
- value() - Method in annotation type jakarta.servlet.annotation.ServletSecurity
-
The default constraint to apply to requests not handled by specific method constraints
- value() - Method in annotation type jakarta.servlet.annotation.WebFilter
-
A convenience method, to allow extremely simple annotation of a class.
- value() - Method in annotation type jakarta.servlet.annotation.WebInitParam
- value() - Method in annotation type jakarta.servlet.annotation.WebListener
- value() - Method in annotation type jakarta.servlet.annotation.WebServlet
-
A convenience method, to allow extremely simple annotation of a class.
- Value() - Method in class org.apache.el.parser.ELParser
- valueBound(HttpSessionBindingEvent) - Method in interface jakarta.servlet.http.HttpSessionBindingListener
-
Notifies the object that it is being bound to a session and identifies the session.
- ValueExpression - Class in jakarta.el
- ValueExpression() - Constructor for class jakarta.el.ValueExpression
- ValueExpressionImpl - Class in org.apache.el
-
An
Expressionthat can get or set a value. - ValueExpressionImpl() - Constructor for class org.apache.el.ValueExpressionImpl
- ValueExpressionImpl(String, Node, FunctionMapper, VariableMapper, Class<?>) - Constructor for class org.apache.el.ValueExpressionImpl
- ValueExpressionLiteral - Class in org.apache.el
- ValueExpressionLiteral() - Constructor for class org.apache.el.ValueExpressionLiteral
- ValueExpressionLiteral(Object, Class<?>) - Constructor for class org.apache.el.ValueExpressionLiteral
- valueOf(String) - Static method in enum jakarta.servlet.annotation.ServletSecurity.EmptyRoleSemantic
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum jakarta.servlet.annotation.ServletSecurity.TransportGuarantee
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum jakarta.servlet.DispatcherType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum jakarta.servlet.http.MappingMatch
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum jakarta.servlet.SessionTrackingMode
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.apache.jasper.TrimSpacesOption
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.apache.tomcat.JarScanType
-
Returns the enum constant of this type with the specified name.
- ValuePrefix() - Method in class org.apache.el.parser.ELParser
- ValueReference - Class in jakarta.el
- ValueReference(Object, Object) - Constructor for class jakarta.el.ValueReference
- values() - Static method in enum jakarta.servlet.annotation.ServletSecurity.EmptyRoleSemantic
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum jakarta.servlet.annotation.ServletSecurity.TransportGuarantee
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum jakarta.servlet.DispatcherType
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum jakarta.servlet.http.MappingMatch
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum jakarta.servlet.SessionTrackingMode
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.apache.jasper.TrimSpacesOption
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.apache.tomcat.JarScanType
-
Returns an array containing the constants of this enum type, in the order they are declared.
- ValueSuffix() - Method in class org.apache.el.parser.ELParser
- valueUnbound(HttpSessionBindingEvent) - Method in interface jakarta.servlet.http.HttpSessionBindingListener
-
Notifies the object that it is being unbound from a session and identifies the session.
- VARIABLE_DIRECTIVE_ACTION - Static variable in interface org.apache.jasper.compiler.TagConstants
- VariableInfo - Class in jakarta.servlet.jsp.tagext
-
Information on the scripting variables that are created/modified by a tag (at run-time).
- VariableInfo(String, String, boolean, int) - Constructor for class jakarta.servlet.jsp.tagext.VariableInfo
-
Constructor These objects can be created (at translation time) by the TagExtraInfo instances.
- VariableMapper - Class in jakarta.el
- VariableMapper() - Constructor for class jakarta.el.VariableMapper
- VariableMapperFactory - Class in org.apache.el.lang
- VariableMapperFactory(VariableMapper) - Constructor for class org.apache.el.lang.VariableMapperFactory
- VariableMapperImpl - Class in org.apache.el.lang
- VariableMapperImpl() - Constructor for class org.apache.el.lang.VariableMapperImpl
- VariableResolver - Interface in jakarta.servlet.jsp.el
-
Deprecated.As of JSP 2.1, replaced by jakarta.el.ELResolver
- VariableResolverImpl - Class in org.apache.jasper.el
-
Deprecated.
- VariableResolverImpl(ELContext) - Constructor for class org.apache.jasper.el.VariableResolverImpl
-
Deprecated.
- verbose - Variable in class org.apache.jasper.JspC
- visit(Node) - Method in class org.apache.el.lang.ExpressionBuilder
- visit(Node) - Method in interface org.apache.el.parser.NodeVisitor
W
- WebConnection - Interface in jakarta.servlet.http
-
The interface used by an
HttpUpgradeHandlerto interact with an upgraded HTTP connection. - WebFilter - Annotation Type in jakarta.servlet.annotation
-
The annotation used to declare a Servlet
Filter. - WebInitParam - Annotation Type in jakarta.servlet.annotation
-
The annotation used to declare an initialization parameter on a
ServletorFilter, within aWebFilterorWebServletannotation.
E.g. - WebListener - Annotation Type in jakarta.servlet.annotation
-
The annotation used to declare a listener for various types of event, in a given web application context.
The class annotated MUST implement one, (or more), of the following interfaces:HttpSessionAttributeListener,HttpSessionListener,ServletContextAttributeListener,ServletContextListener,ServletRequestAttributeListener,ServletRequestListenerorHttpSessionIdListener
E.g. - WebServlet - Annotation Type in jakarta.servlet.annotation
-
This annotation is used to declare the configuration of a
Servlet. - webxmlEncoding - Variable in class org.apache.jasper.JspC
- webxmlFile - Variable in class org.apache.jasper.JspC
- webxmlLevel - Variable in class org.apache.jasper.JspC
- When - Class in org.apache.jasper.tagplugins.jstl.core
- When() - Constructor for class org.apache.jasper.tagplugins.jstl.core.When
- wrapped - Variable in class org.apache.jasper.compiler.AntCompiler.SystemLogHandler
-
Wrapped PrintStream.
- write(byte[]) - Method in class org.apache.jasper.compiler.AntCompiler.SystemLogHandler
- write(byte[], int, int) - Method in class org.apache.jasper.compiler.AntCompiler.SystemLogHandler
- write(char[]) - Method in class org.apache.jasper.runtime.BodyContentImpl
-
Write an array of characters.
- write(char[]) - Method in class org.apache.jasper.runtime.JspWriterImpl
-
Write an array of characters.
- write(char[], int, int) - Method in class org.apache.jasper.runtime.BodyContentImpl
-
Write a portion of an array of characters.
- write(char[], int, int) - Method in class org.apache.jasper.runtime.JspWriterImpl
-
Write a portion of an array of characters.
- write(int) - Method in class org.apache.jasper.compiler.AntCompiler.SystemLogHandler
- write(int) - Method in class org.apache.jasper.runtime.BodyContentImpl
-
Write a single character.
- write(int) - Method in class org.apache.jasper.runtime.JspWriterImpl
-
Write a single character.
- write(String) - Method in interface jakarta.servlet.http.Part
-
A convenience method to write an uploaded part to disk.
- write(String) - Method in class org.apache.jasper.runtime.BodyContentImpl
-
Write a string.
- write(String, int, int) - Method in class org.apache.jasper.runtime.BodyContentImpl
-
Write a portion of a String.
- write(String, int, int) - Method in class org.apache.jasper.runtime.JspWriterImpl
-
Write a portion of a String.
- writeExternal(ObjectOutput) - Method in class org.apache.el.lang.FunctionMapperImpl.Function
- writeExternal(ObjectOutput) - Method in class org.apache.el.lang.FunctionMapperImpl
- writeExternal(ObjectOutput) - Method in class org.apache.el.lang.VariableMapperImpl
- writeExternal(ObjectOutput) - Method in class org.apache.el.MethodExpressionImpl
- writeExternal(ObjectOutput) - Method in class org.apache.el.MethodExpressionLiteral
- writeExternal(ObjectOutput) - Method in class org.apache.el.ValueExpressionImpl
- writeExternal(ObjectOutput) - Method in class org.apache.el.ValueExpressionLiteral
- writeExternal(ObjectOutput) - Method in class org.apache.jasper.el.JspMethodExpression
- writeExternal(ObjectOutput) - Method in class org.apache.jasper.el.JspValueExpression
- WriteListener - Interface in jakarta.servlet
-
Receives notification of write events when using non-blocking IO.
- writeOut(Writer) - Method in class jakarta.servlet.jsp.tagext.BodyContent
-
Write the contents of this BodyContent into a Writer.
- writeOut(Writer) - Method in class org.apache.jasper.runtime.BodyContentImpl
-
Write the contents of this BodyJspWriter into a Writer.
X
- XML_BLOCK_EXTERNAL_INIT_PARAM - Static variable in class org.apache.jasper.Constants
-
Name of the ServletContext init-param that determines if the XML parsers will block the resolution of external entities.
- XML_VALIDATION_TLD_INIT_PARAM - Static variable in class org.apache.jasper.Constants
-
Name of the ServletContext init-param that determines if the XML parsers used for *.tld files will be validating or not.
- xpoweredBy - Variable in class org.apache.jasper.JspC
_
- _jspDestroy() - Method in class org.apache.jasper.runtime.HttpJspBase
- _jspInit() - Method in class org.apache.jasper.runtime.HttpJspBase
- _jspService(HttpServletRequest, HttpServletResponse) - Method in interface jakarta.servlet.jsp.HttpJspPage
-
The _jspService()method corresponds to the body of the JSP page.
- _jspService(HttpServletRequest, HttpServletResponse) - Method in class org.apache.jasper.runtime.HttpJspBase
- _jspx_page_context - Variable in class org.apache.jasper.runtime.JspFragmentHelper
All Classes All Packages