- C2BConverter - Class in org.apache.tomcat.util.buf
-
NIO based character encoder.
- C2BConverter(Charset) - Constructor for class org.apache.tomcat.util.buf.C2BConverter
-
- cache - Variable in class org.apache.jasper.JspC
-
- cache - Variable in class org.apache.tomcat.util.digester.RulesBase
-
The set of registered Rule instances, keyed by the matching pattern.
- cacheSize - Static variable in class org.apache.tomcat.util.buf.StringCache
-
- caching - Variable in class org.apache.jasper.JspC
-
- callMethod1(Object, String, Object, String, ClassLoader) - Static method in class org.apache.tomcat.util.IntrospectionUtils
-
- callMethodN(Object, String, Object[], Class<?>[]) - Static method in class org.apache.tomcat.util.IntrospectionUtils
-
- CallMethodRule - Class in org.apache.tomcat.util.digester
-
Rule implementation that calls a method on an object on the stack
(normally the top/parent object), passing arguments collected from
subsequent CallParamRule rules or from the body of this
element.
- CallMethodRule(String, int) - Constructor for class org.apache.tomcat.util.digester.CallMethodRule
-
Construct a "call method" rule with the specified method name.
- CallMethodRule(int, String, int) - Constructor for class org.apache.tomcat.util.digester.CallMethodRule
-
Construct a "call method" rule with the specified method name.
- CallMethodRule(String) - Constructor for class org.apache.tomcat.util.digester.CallMethodRule
-
Construct a "call method" rule with the specified method name.
- CallMethodRule(int, String, int, Class<?>[]) - Constructor for class org.apache.tomcat.util.digester.CallMethodRule
-
Construct a "call method" rule with the specified method name and
parameter types.
- CallParamRule - Class in org.apache.tomcat.util.digester
-
Rule implementation that saves a parameter for use by a surrounding
CallMethodRule.
- CallParamRule(int) - Constructor for class org.apache.tomcat.util.digester.CallParamRule
-
Construct a "call parameter" rule that will save the body text of this
element as the parameter value.
- CallParamRule(int, String) - Constructor for class org.apache.tomcat.util.digester.CallParamRule
-
Construct a "call parameter" rule that will save the value of the
specified attribute as the parameter value.
- canBeRequestTime() - Method in class javax.servlet.jsp.tagext.TagAttributeInfo
-
Whether this attribute can hold a request-time value.
- canCreateBean(String) - Method in class javax.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.tomcat.util.IntrospectionUtils
-
Reverse of Introspector.decapitalize.
- CaseInsensitiveKeyMap<V> - Class in org.apache.tomcat.util.collections
-
A Map implementation that uses case-insensitive (using
Locale.ENGLISH) strings as keys.
- CaseInsensitiveKeyMap() - Constructor for class org.apache.tomcat.util.collections.CaseInsensitiveKeyMap
-
- 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
-
- ccCache - Static variable in class org.apache.tomcat.util.buf.StringCache
-
Cache for char chunk.
- ccCount - Static variable in class org.apache.tomcat.util.buf.StringCache
-
toString count for char chunk.
- ccStats - Static variable in class org.apache.tomcat.util.buf.StringCache
-
Statistics hash map for char chunk.
- ch - Variable in class org.apache.jasper.xmlparser.XMLString
-
The character array.
- characters(char[], int, int) - Method in class org.apache.tomcat.util.digester.Digester
-
Process notification of character data received from the body of
an XML element.
- charAt(int) - Method in class org.apache.tomcat.util.buf.CharChunk
-
- CharChunk - Class in org.apache.tomcat.util.buf
-
Utilities to manipulate char chunks.
- CharChunk() - Constructor for class org.apache.tomcat.util.buf.CharChunk
-
Creates a new, uninitialized CharChunk object.
- CharChunk(int) - Constructor for class org.apache.tomcat.util.buf.CharChunk
-
- CharChunk.CharInputChannel - Interface in org.apache.tomcat.util.buf
-
- CharChunk.CharOutputChannel - Interface in org.apache.tomcat.util.buf
-
When we need more space we'll either
grow the buffer ( up to the limit ) or send it to a channel.
- charEnabled - Static variable in class org.apache.tomcat.util.buf.StringCache
-
- check(JarScanType, String) - Method in interface org.apache.tomcat.JarScanFilter
-
- check(JarScanType, String) - Method in class org.apache.tomcat.util.scan.StandardJarScanFilter
-
- check(Permission) - Method in interface org.apache.tomcat.util.security.PermissionCheck
-
Does this component have the given permission?
- 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
-
- classLoader - Variable in class org.apache.tomcat.util.digester.Digester
-
The class loader to use for instantiating application objects.
- classLoaderLoggers - Variable in class org.apache.juli.ClassLoaderLogManager
-
Map containing the classloader information, keyed per classloader.
- ClassLoaderLogManager - Class in org.apache.juli
-
Per classloader LogManager implementation.
- ClassLoaderLogManager() - Constructor for class org.apache.juli.ClassLoaderLogManager
-
- ClassLoaderLogManager.ClassLoaderLogInfo - Class in org.apache.juli
-
- ClassLoaderLogManager.LogNode - Class in org.apache.juli
-
- ClassLoaderLogManager.RootLogger - Class in org.apache.juli
-
This class is needed to instantiate the root of each per classloader
hierarchy.
- className - Variable in class org.apache.tomcat.util.digester.ObjectCreateRule
-
The Java class name of the object to be created.
- classPath - Variable in class org.apache.jasper.JspC
-
- cleanDirectBuffer(ByteBuffer) - Static method in class org.apache.tomcat.util.buf.ByteBufferUtils
-
- clear() - Method in class javax.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
-
- clear() - Method in class org.apache.jasper.xmlparser.XMLString
-
Resets all of the values to their defaults.
- clear() - Method in class org.apache.jasper.xmlparser.XMLStringBuffer
-
Clears the string buffer.
- clear() - Method in class org.apache.tomcat.util.collections.ManagedConcurrentWeakHashMap
-
- clear() - Method in class org.apache.tomcat.util.collections.SynchronizedQueue
-
- clear() - Method in class org.apache.tomcat.util.collections.SynchronizedStack
-
- clear() - Method in class org.apache.tomcat.util.digester.Digester
-
Clear the current contents of the object stack.
- clear() - Method in interface org.apache.tomcat.util.digester.Rules
-
Clear all existing Rule instance registrations.
- clear() - Method in class org.apache.tomcat.util.digester.RulesBase
-
Clear all existing Rule instance registrations.
- clear() - Static method in class org.apache.tomcat.util.IntrospectionUtils
-
- clearBody() - Method in class javax.servlet.jsp.tagext.BodyContent
-
Clear the body without throwing any exceptions.
- clearBuffer() - Method in class javax.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
-
- close() - Method in class javax.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 class org.apache.jasper.xmlparser.ASCIIReader
-
Close the stream.
- close() - Method in class org.apache.jasper.xmlparser.UCSReader
-
Close the stream.
- close() - Method in class org.apache.jasper.xmlparser.UTF8Reader
-
Close the stream.
- close() - Method in class org.apache.juli.AsyncFileHandler
-
- close() - Method in class org.apache.juli.FileHandler
-
Close the currently open log file (if any).
- close() - Method in interface org.apache.tomcat.Jar
-
Close any resources associated with this JAR.
- close(InputSource) - Static method in class org.apache.tomcat.util.descriptor.InputSourceUtil
-
- close() - Method in class org.apache.tomcat.util.scan.JarFileUrlJar
-
- close() - Method in class org.apache.tomcat.util.scan.JarFileUrlNestedJar
-
- close() - Method in class org.apache.tomcat.util.scan.NonClosingJarInputStream
-
- close() - Method in class org.apache.tomcat.util.scan.UrlJar
-
- closed - Variable in class org.apache.juli.AsyncFileHandler
-
- closeNodeScope(Node, int) - Method in class org.apache.el.parser.JJTELParserState
-
- closeNodeScope(Node, boolean) - Method in class org.apache.el.parser.JJTELParserState
-
- closeStream() - Method in class org.apache.tomcat.util.scan.AbstractInputStreamJar
-
- closeWriter() - Method in class org.apache.juli.FileHandler
-
- coerce(Number) - Method in class org.apache.el.lang.ELArithmetic.BigDecimalDelegate
-
- coerce(String) - Method in class org.apache.el.lang.ELArithmetic.BigDecimalDelegate
-
- coerce(Number) - Method in class org.apache.el.lang.ELArithmetic.BigIntegerDelegate
-
- coerce(String) - Method in class org.apache.el.lang.ELArithmetic.BigIntegerDelegate
-
- coerce(Number) - Method in class org.apache.el.lang.ELArithmetic
-
- coerce(Object) - Method in class org.apache.el.lang.ELArithmetic
-
- coerce(String) - Method in class org.apache.el.lang.ELArithmetic
-
- coerce(Number) - Method in class org.apache.el.lang.ELArithmetic.DoubleDelegate
-
- coerce(String) - Method in class org.apache.el.lang.ELArithmetic.DoubleDelegate
-
- coerce(Number) - Method in class org.apache.el.lang.ELArithmetic.LongDelegate
-
- 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, boolean) - Static method in class org.apache.jasper.compiler.JspUtil
-
- coerceToBoolean(String) - Static method in class org.apache.jasper.runtime.JspRuntimeLibrary
-
- coerceToByte(String, boolean) - Static method in class org.apache.jasper.compiler.JspUtil
-
- coerceToByte(String) - Static method in class org.apache.jasper.runtime.JspRuntimeLibrary
-
- coerceToChar(String, boolean) - Static method in class org.apache.jasper.compiler.JspUtil
-
- coerceToChar(String) - Static method in class org.apache.jasper.runtime.JspRuntimeLibrary
-
- coerceToCharacter(String, boolean) - Static method in class org.apache.jasper.compiler.JspUtil
-
- coerceToDouble(String, boolean) - Static method in class org.apache.jasper.compiler.JspUtil
-
- coerceToDouble(String) - Static method in class org.apache.jasper.runtime.JspRuntimeLibrary
-
- coerceToEnum(ELContext, Object, Class) - Static method in class org.apache.el.lang.ELSupport
-
- coerceToFloat(String, boolean) - Static method in class org.apache.jasper.compiler.JspUtil
-
- coerceToFloat(String) - Static method in class org.apache.jasper.runtime.JspRuntimeLibrary
-
- coerceToInt(String, boolean) - Static method in class org.apache.jasper.compiler.JspUtil
-
- coerceToInt(String) - Static method in class org.apache.jasper.runtime.JspRuntimeLibrary
-
- coerceToInteger(String, boolean) - Static method in class org.apache.jasper.compiler.JspUtil
-
- coerceToLong(String, boolean) - Static method in class org.apache.jasper.compiler.JspUtil
-
- coerceToLong(String) - Static method in class org.apache.jasper.runtime.JspRuntimeLibrary
-
- coerceToNumber(Number, Class<?>) - Static method in class org.apache.el.lang.ELSupport
-
- coerceToNumber(ELContext, Object, Class<?>) - Static method in class org.apache.el.lang.ELSupport
-
- coerceToNumber(String, Class<?>) - Static method in class org.apache.el.lang.ELSupport
-
- 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, boolean) - Static method in class org.apache.jasper.compiler.JspUtil
-
- coerceToShort(String) - Static method in class org.apache.jasper.runtime.JspRuntimeLibrary
-
- coerceToString(ELContext, Object) - Static method in class org.apache.el.lang.ELSupport
-
Coerce an object to a string.
- coerceToType(Object, Class<?>) - Method in class javax.el.ExpressionFactory
-
Coerce the supplied object to the requested type.
- coerceToType(Object, Class<?>) - Method in class org.apache.el.ExpressionFactoryImpl
-
- coerceToType(ELContext, Object, Class<?>) - Static method in class org.apache.el.lang.ELSupport
-
- 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
-
- compare(ByteChunk, byte[]) - Static method in class org.apache.tomcat.util.buf.StringCache
-
Compare given byte chunk with byte array.
- compare(CharChunk, char[]) - Static method in class org.apache.tomcat.util.buf.StringCache
-
Compare given char chunk with char array.
- compile() - Method in class org.apache.jasper.compiler.Compiler
-
Compile the jsp file from the current engine context.
- 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.
- compile - Variable in class org.apache.jasper.JspC
-
- compile() - Method in class org.apache.jasper.JspCompilationContext
-
- Compiler - Class in org.apache.jasper.compiler
-
Main JSP compiler class.
- Compiler() - Constructor for class org.apache.jasper.compiler.Compiler
-
- compiler - Variable in class org.apache.jasper.JspC
-
- compilerSourceVM - Variable in class org.apache.jasper.JspC
-
- compilerTargetVM - Variable in class org.apache.jasper.JspC
-
- completeWebXml() - Method in class org.apache.jasper.JspC
-
- CompositeELResolver - Class in javax.el
-
- CompositeELResolver() - Constructor for class javax.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
-
- ConcurrentCache<K,V> - Class in org.apache.tomcat.util.collections
-
- ConcurrentCache(int) - Constructor for class org.apache.tomcat.util.collections.ConcurrentCache
-
- ConcurrentMessageDigest - Class in org.apache.tomcat.util.security
-
A thread safe wrapper around
MessageDigest that does not make use
of ThreadLocal and - broadly - only creates enough MessageDigest objects
to satisfy the concurrency requirements.
- CONFIG - Static variable in class javax.servlet.jsp.PageContext
-
Name used to store ServletConfig in PageContext name table.
- ConfigFileLoader - Class in org.apache.tomcat.util.file
-
This class is used to obtain
InputStreams for configuration files
from a given location String.
- configure() - Method in class org.apache.tomcat.util.digester.Digester
-
Provide a hook for lazy configuration of this Digester
instance.
- configured - Variable in class org.apache.tomcat.util.digester.Digester
-
Has this Digester been configured yet.
- configureInjectionRules(Digester, String) - Method in class org.apache.tomcat.util.descriptor.web.WebRuleSet
-
- configureNamingRules(Digester) - Method in class org.apache.tomcat.util.descriptor.web.WebRuleSet
-
- 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
-
- Constants - Class in org.apache.tomcat.util.buf
-
String constants for the file package.
- Constants() - Constructor for class org.apache.tomcat.util.buf.Constants
-
- Constants - Class in org.apache.tomcat.util.descriptor
-
- Constants() - Constructor for class org.apache.tomcat.util.descriptor.Constants
-
- Constants - Class in org.apache.tomcat.util.descriptor.web
-
- Constants() - Constructor for class org.apache.tomcat.util.descriptor.web.Constants
-
- Constants - Class in org.apache.tomcat.util.scan
-
String constants for the scan package.
- Constants() - Constructor for class org.apache.tomcat.util.scan.Constants
-
- Constants - Class in org.apache.tomcat.util.threads
-
Static constants for this package.
- Constants() - Constructor for class org.apache.tomcat.util.threads.Constants
-
- containsAlphabetOrPad(byte[]) - Method in class org.apache.tomcat.util.codec.binary.BaseNCodec
-
Tests a given byte array to see if it contains any characters within the alphabet or PAD.
- containsKey(Object) - Method in class org.apache.tomcat.util.collections.CaseInsensitiveKeyMap
-
- containsKey(Object) - Method in class org.apache.tomcat.util.collections.ManagedConcurrentWeakHashMap
-
- containsValue(Object) - Method in class org.apache.tomcat.util.collections.ManagedConcurrentWeakHashMap
-
- context - Variable in class org.apache.jasper.JspC
-
The servlet context.
- ContextBind - Interface in org.apache.tomcat
-
- contextCreated(ELContextEvent) - Method in interface javax.el.ELContextListener
-
- ContextEjb - Class in org.apache.tomcat.util.descriptor.web
-
Representation of an EJB resource reference for a web application, as
represented in a <ejb-ref> element in the
deployment descriptor.
- ContextEjb() - Constructor for class org.apache.tomcat.util.descriptor.web.ContextEjb
-
- ContextEnvironment - Class in org.apache.tomcat.util.descriptor.web
-
Representation of an application environment entry, as represented in
an <env-entry> element in the deployment descriptor.
- ContextEnvironment() - Constructor for class org.apache.tomcat.util.descriptor.web.ContextEnvironment
-
- ContextHandler - Class in org.apache.tomcat.util.descriptor.web
-
Representation of a handler reference for a web service, as
represented in a <handler> element in the
deployment descriptor.
- ContextHandler() - Constructor for class org.apache.tomcat.util.descriptor.web.ContextHandler
-
- ContextLocalEjb - Class in org.apache.tomcat.util.descriptor.web
-
Representation of a local EJB resource reference for a web application, as
represented in a <ejb-local-ref> element in the
deployment descriptor.
- ContextLocalEjb() - Constructor for class org.apache.tomcat.util.descriptor.web.ContextLocalEjb
-
- ContextResource - Class in org.apache.tomcat.util.descriptor.web
-
Representation of a resource reference for a web application, as
represented in a <resource-ref> element in the
deployment descriptor.
- ContextResource() - Constructor for class org.apache.tomcat.util.descriptor.web.ContextResource
-
- ContextResourceEnvRef - Class in org.apache.tomcat.util.descriptor.web
-
Representation of an application resource reference, as represented in
an <res-env-refy> element in the deployment descriptor.
- ContextResourceEnvRef() - Constructor for class org.apache.tomcat.util.descriptor.web.ContextResourceEnvRef
-
- ContextResourceLink - Class in org.apache.tomcat.util.descriptor.web
-
Representation of a resource link for a web application, as
represented in a <ResourceLink> element in the
server configuration file.
- ContextResourceLink() - Constructor for class org.apache.tomcat.util.descriptor.web.ContextResourceLink
-
- ContextService - Class in org.apache.tomcat.util.descriptor.web
-
Representation of a web service reference for a web application, as
represented in a <service-ref> element in the
deployment descriptor.
- ContextService() - Constructor for class org.apache.tomcat.util.descriptor.web.ContextService
-
- contextStopping() - Method in class org.apache.tomcat.util.threads.ThreadPoolExecutor
-
- ContextTransaction - Class in org.apache.tomcat.util.descriptor.web
-
Representation of an application resource reference, as represented in
an <res-env-refy> element in the deployment descriptor.
- ContextTransaction() - Constructor for class org.apache.tomcat.util.descriptor.web.ContextTransaction
-
- convert(String, String, Class<?>, Class<?>) - Static method in class org.apache.jasper.runtime.JspRuntimeLibrary
-
- convert(ByteChunk, CharChunk, boolean) - Method in class org.apache.tomcat.util.buf.B2CConverter
-
Convert the given bytes to characters.
- convert(CharChunk, ByteChunk) - Method in class org.apache.tomcat.util.buf.C2BConverter
-
Convert the given characters to bytes.
- convert(ByteChunk, boolean) - Method in class org.apache.tomcat.util.buf.UDecoder
-
URLDecode, will modify the source.
- convert(CharChunk, boolean) - Method in class org.apache.tomcat.util.buf.UDecoder
-
In-buffer processing - the buffer will be modified.
- convert(MessageBytes, boolean) - Method in class org.apache.tomcat.util.buf.UDecoder
-
URLDecode, will modify the source
- convert(String, boolean) - Method in class org.apache.tomcat.util.buf.UDecoder
-
%xx decoding of a string.
- convert(String, Class<?>) - Static method in class org.apache.tomcat.util.IntrospectionUtils
-
- convertToBytes(String) - Static method in class org.apache.tomcat.util.buf.ByteChunk
-
Convert specified String to a byte array.
- convertToType(ELContext, Object, Class<?>) - Method in class javax.el.CompositeELResolver
-
- convertToType(Object, Class<?>) - Method in class javax.el.ELContext
-
Coerce the supplied object to the requested type.
- convertToType(ELContext, Object, Class<?>) - Method in class javax.el.ELResolver
-
Converts the given object to the given type.
- convertToType(ELContext, Object, Class<?>) - Method in class javax.el.TypeConverter
-
- convertToType(Object, Class<?>) - Method in class org.apache.el.lang.EvaluationContext
-
- 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
-
- countDown() - Method in class org.apache.tomcat.util.threads.LimitLatch
-
Releases a shared latch, making it available for another thread to use.
- countUpOrAwait() - Method in class org.apache.tomcat.util.threads.LimitLatch
-
Acquires a shared latch if one is available or waits for one if no shared
latch is current available.
- create() - Method in class org.apache.el.lang.FunctionMapperFactory
-
- create() - Method in class org.apache.el.lang.VariableMapperFactory
-
- createAbsoluteOrdering() - Method in class org.apache.tomcat.util.descriptor.web.WebXml
-
- 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
-
- createConstraints(ServletSecurityElement, String) - Static method in class org.apache.tomcat.util.descriptor.web.SecurityConstraint
-
- createELContext(JspContext) - Method in class org.apache.jasper.runtime.JspApplicationContextImpl
-
- createFilter(Class<T>) - Method in class org.apache.jasper.servlet.JspCServletContext
-
- createJarInputStream() - Method in class org.apache.tomcat.util.scan.AbstractInputStreamJar
-
- createJarInputStream() - Method in class org.apache.tomcat.util.scan.JarFileUrlNestedJar
-
- createJarInputStream() - Method in class org.apache.tomcat.util.scan.UrlJar
-
- createJavacError(String, Node.Nodes, StringBuilder, int) - Static method in class org.apache.jasper.compiler.ErrorDispatcher
-
Create a compilation error.
- createJavacError(String, Node.Nodes, StringBuilder, int, JspCompilationContext) - Static method in class org.apache.jasper.compiler.ErrorDispatcher
-
Create a compilation error.
- createListener(Class<T>) - Method in class org.apache.jasper.servlet.JspCServletContext
-
- createMethodExpression(ELContext, String, Class<?>, Class<?>[]) - Method in class javax.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
-
- createObject(Attributes) - Method in class org.apache.tomcat.util.digester.AbstractObjectCreationFactory
-
Factory method called by
FactoryCreateRule to supply an
object based on the element's attributes.
- createObject(Attributes) - Method in interface org.apache.tomcat.util.digester.ObjectCreationFactory
-
Factory method called by
FactoryCreateRule to supply an
object based on the element's attributes.
- createOutputDir() - Method in class org.apache.jasper.JspCompilationContext
-
- createSAXException(String, Exception) - Method in class org.apache.tomcat.util.digester.Digester
-
Create a SAX exception which also understands about the location in
the digester file where the exception occurs
- createSAXException(Exception) - Method in class org.apache.tomcat.util.digester.Digester
-
Create a SAX exception which also understands about the location in
the digester file where the exception occurs
- createSAXException(String) - Method in class org.apache.tomcat.util.digester.Digester
-
Create a SAX exception which also understands about the location in
the digester file where the exception occurs
- 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 javax.el.ExpressionFactory
-
Create a new value expression.
- createValueExpression(Object, Class<?>) - Method in class javax.el.ExpressionFactory
-
- createValueExpression(ELContext, String, Class<?>) - Method in class org.apache.el.ExpressionFactoryImpl
-
- createValueExpression(Object, Class<?>) - Method in class org.apache.el.ExpressionFactoryImpl
-
- createValueExpression(Class<?>) - Method in class org.apache.el.lang.ExpressionBuilder
-
- creationFactory - Variable in class org.apache.tomcat.util.digester.FactoryCreateRule
-
The object creation factory we will use to instantiate objects
as required based on the attributes specified in the matched XML
element.
- ctxt - Variable in class org.apache.jasper.compiler.Compiler
-
- curChar - Variable in class org.apache.el.parser.ELParserTokenManager
-
- currentThreadShouldBeStopped() - Method in class org.apache.tomcat.util.threads.ThreadPoolExecutor
-
- currentToken - Variable in exception org.apache.el.parser.ParseException
-
This is the last token that has been consumed successfully.
- 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 javax.el
-
- ELClass(Class<?>) - Constructor for class javax.el.ELClass
-
- ELContext - Class in javax.el
-
- ELContext() - Constructor for class javax.el.ELContext
-
- ELContextEvent - Class in javax.el
-
- ELContextEvent(ELContext) - Constructor for class javax.el.ELContextEvent
-
- ELContextImpl - Class in org.apache.jasper.el
-
Implementation of ELContext
- ELContextImpl(ExpressionFactory) - Constructor for class org.apache.jasper.el.ELContextImpl
-
- ELContextImpl(ELResolver) - Constructor for class org.apache.jasper.el.ELContextImpl
-
- ELContextListener - Interface in javax.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 javax.el
-
Represents any of the exception conditions that can arise during expression
evaluation.
- ELException() - Constructor for exception javax.el.ELException
-
Creates an ELException with no detail message
- ELException(String) - Constructor for exception javax.el.ELException
-
Creates an ELException with the provided detail message.
- ELException(Throwable) - Constructor for exception javax.el.ELException
-
Creates an ELException with the given cause
- ELException(String, Throwable) - Constructor for exception javax.el.ELException
-
Creates an ELException with the given detail message and root cause.
- ELException - Exception in javax.servlet.jsp.el
-
- ELException() - Constructor for exception javax.servlet.jsp.el.ELException
-
Deprecated.
Creates an ELException with no detail message.
- ELException(String) - Constructor for exception javax.servlet.jsp.el.ELException
-
Deprecated.
Creates an ELException with the provided detail message.
- ELException(Throwable) - Constructor for exception javax.servlet.jsp.el.ELException
-
Deprecated.
Creates an ELException with the given root cause.
- ELException(String, Throwable) - Constructor for exception javax.servlet.jsp.el.ELException
-
Deprecated.
Creates an ELException with the given detail message and 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
-
- ELInterpreterFactory.DefaultELInterpreter - Class in org.apache.jasper.compiler
-
- ELManager - Class in javax.el
-
- ELManager() - Constructor for class javax.el.ELManager
-
- ELParseException - Exception in javax.servlet.jsp.el
-
- ELParseException() - Constructor for exception javax.servlet.jsp.el.ELParseException
-
Deprecated.
Creates an ELParseException with no detail message.
- ELParseException(String) - Constructor for exception javax.servlet.jsp.el.ELParseException
-
Deprecated.
Creates an ELParseException with the provided detail message.
- ELParser - Class in org.apache.el.parser
-
- 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(ELParserTokenManager) - Constructor for class org.apache.el.parser.ELParser
-
Constructor with generated Token Manager.
- ELParser - Class in org.apache.jasper.compiler
-
This class implements a parser for EL expressions.
- ELParser(String, boolean) - Constructor for class org.apache.jasper.compiler.ELParser
-
- 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 javax.el
-
- ELProcessor() - Constructor for class javax.el.ELProcessor
-
- ELResolver - Class in javax.el
-
- ELResolver() - Constructor for class javax.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.
- empty() - Method in class org.apache.tomcat.util.digester.ArrayStack
-
Return true if this stack is currently empty.
- enable_tracing() - Method in class org.apache.el.parser.ELParser
-
Enable tracing.
- encode(Object) - Method in class org.apache.tomcat.util.codec.binary.BaseNCodec
-
Encodes an Object using the Base-N algorithm.
- encode(byte[]) - Method in class org.apache.tomcat.util.codec.binary.BaseNCodec
-
Encodes a byte[] containing binary data, into a byte[] containing characters in the alphabet.
- encode(byte[], int, int) - Method in class org.apache.tomcat.util.codec.binary.BaseNCodec
-
Encodes a byte[] containing binary data, into a byte[] containing
characters in the alphabet.
- encode(byte[]) - Method in interface org.apache.tomcat.util.codec.BinaryEncoder
-
Encodes a byte array and return the encoded data as a byte array.
- encode(Object) - Method in interface org.apache.tomcat.util.codec.Encoder
-
Encodes an "Object" and returns the encoded content as an Object.
- encode(byte[]) - Static method in class org.apache.tomcat.util.security.MD5Encoder
-
Encodes the 128 bit (16 bytes) MD5 into a 32 character String.
- encodeAsString(byte[]) - Method in class org.apache.tomcat.util.codec.binary.BaseNCodec
-
Encodes a byte[] containing binary data, into a String containing characters in the appropriate alphabet.
- encodeBase64(byte[]) - Static method in class org.apache.tomcat.util.codec.binary.Base64
-
Encodes binary data using the base64 algorithm but does not chunk the output.
- encodeBase64(byte[], boolean) - Static method in class org.apache.tomcat.util.codec.binary.Base64
-
Encodes binary data using the base64 algorithm, optionally chunking the output into 76 character blocks.
- encodeBase64(byte[], boolean, boolean) - Static method in class org.apache.tomcat.util.codec.binary.Base64
-
Encodes binary data using the base64 algorithm, optionally chunking the output into 76 character blocks.
- encodeBase64(byte[], boolean, boolean, int) - Static method in class org.apache.tomcat.util.codec.binary.Base64
-
Encodes binary data using the base64 algorithm, optionally chunking the output into 76 character blocks.
- encodeBase64Chunked(byte[]) - Static method in class org.apache.tomcat.util.codec.binary.Base64
-
Encodes binary data using the base64 algorithm and chunks the encoded output into 76 character blocks
- encodeBase64String(byte[]) - Static method in class org.apache.tomcat.util.codec.binary.Base64
-
Encodes binary data using the base64 algorithm but does not chunk the output.
- encodeBase64URLSafe(byte[]) - Static method in class org.apache.tomcat.util.codec.binary.Base64
-
Encodes binary data using a URL-safe variation of the base64 algorithm but does not chunk the output.
- encodeBase64URLSafeString(byte[]) - Static method in class org.apache.tomcat.util.codec.binary.Base64
-
Encodes binary data using a URL-safe variation of the base64 algorithm but does not chunk the output.
- encodeInteger(BigInteger) - Static method in class org.apache.tomcat.util.codec.binary.Base64
-
Encodes to a byte64-encoded integer according to crypto standards such as W3C's XML-Signature.
- encodeLoop(CharBuffer, ByteBuffer) - Method in class org.apache.tomcat.util.buf.Utf8Encoder
-
- Encoder - Interface in org.apache.tomcat.util.codec
-
Provides the highest level of abstraction for Encoders.
- EncoderException - Exception in org.apache.tomcat.util.codec
-
Thrown when there is a failure condition during the encoding process.
- EncoderException() - Constructor for exception org.apache.tomcat.util.codec.EncoderException
-
Constructs a new exception with null as its detail message.
- EncoderException(String) - Constructor for exception org.apache.tomcat.util.codec.EncoderException
-
Constructs a new exception with the specified detail message.
- EncoderException(String, Throwable) - Constructor for exception org.apache.tomcat.util.codec.EncoderException
-
Constructs a new exception with the specified detail message and cause.
- EncoderException(Throwable) - Constructor for exception org.apache.tomcat.util.codec.EncoderException
-
Constructs a new exception with the specified cause and a detail message of (cause==null ?
null : cause.toString()) (which typically contains the class and detail message of cause).
- encodeToString(byte[]) - Method in class org.apache.tomcat.util.codec.binary.BaseNCodec
-
Encodes a byte[] containing binary data, into a String containing characters in the Base-N alphabet.
- encodeURL(String, int, int) - Method in class org.apache.tomcat.util.buf.UEncoder
-
URL Encode string, using a specified encoding.
- EncodingMap - Class in org.apache.jasper.xmlparser
-
EncodingMap is a convenience class which handles conversions between
IANA encoding names and Java encoding names, and vice versa.
- EncodingMap() - Constructor for class org.apache.jasper.xmlparser.EncodingMap
-
Default constructor.
- end(String, String) - Method in class org.apache.tomcat.util.digester.CallMethodRule
-
Process the end of this element.
- end(String, String) - Method in class org.apache.tomcat.util.digester.CallParamRule
-
Process any body texts now.
- end(String, String) - Method in class org.apache.tomcat.util.digester.FactoryCreateRule
-
Process the end of this element.
- end(String, String) - Method in class org.apache.tomcat.util.digester.ObjectCreateRule
-
Process the end of this element.
- end(String, String) - Method in class org.apache.tomcat.util.digester.Rule
-
This method is called when the end of a matching XML element
is encountered.
- end(String, String) - Method in class org.apache.tomcat.util.digester.SetNextRule
-
Process the end of this element.
- endColumn - Variable in class org.apache.el.parser.Token
-
The column number of the last character of this Token.
- endDocument() - Method in class org.apache.tomcat.util.digester.Digester
-
Process notification of the end of the document being reached.
- endElement(String, String, String) - Method in class org.apache.tomcat.util.digester.Digester
-
Process notification of the end of an XML element being reached.
- endLine - Variable in class org.apache.el.parser.Token
-
The line number of the last character of this Token.
- endPrefixMapping(String) - Method in class org.apache.tomcat.util.digester.Digester
-
Process notification that a namespace prefix is going out of scope.
- endsWith(String) - Method in class org.apache.tomcat.util.buf.CharChunk
-
- ensureBufferSize(int, BaseNCodec.Context) - Method in class org.apache.tomcat.util.codec.binary.BaseNCodec
-
Ensure that the buffer has room for size bytes
- enterLambdaScope(Map<String, Object>) - Method in class javax.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
-
- entityResolver - Variable in class org.apache.tomcat.util.digester.Digester
-
The EntityResolver used by the SAX parser.
- entityValidator - Variable in class org.apache.tomcat.util.digester.Digester
-
The URLs of entityValidator that have been registered, keyed by the public
identifier that corresponds.
- entryExists(String) - Method in interface org.apache.tomcat.Jar
-
Determines if a specific entry exists within the JAR.
- entryExists(String) - Method in class org.apache.tomcat.util.scan.AbstractInputStreamJar
-
- entryExists(String) - Method in class org.apache.tomcat.util.scan.JarFileUrlJar
-
- entrySet() - Method in class org.apache.tomcat.util.collections.CaseInsensitiveKeyMap
-
- entrySet() - Method in class org.apache.tomcat.util.collections.ManagedConcurrentWeakHashMap
-
- EOF - Static variable in interface org.apache.el.parser.ELParserConstants
-
End of File.
- 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(Object) - Method in class javax.el.Expression
-
- 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 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(ValueExpressionLiteral) - 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(String) - Method in class org.apache.jasper.xmlparser.XMLString
-
Returns true if the contents of this XMLString structure and
the specified string are equal.
- equals(Object) - Method in class org.apache.tomcat.util.buf.ByteChunk
-
- equals(String) - Method in class org.apache.tomcat.util.buf.ByteChunk
-
Compares the message bytes to the specified String object.
- equals(ByteChunk) - Method in class org.apache.tomcat.util.buf.ByteChunk
-
- equals(byte[], int, int) - Method in class org.apache.tomcat.util.buf.ByteChunk
-
- equals(CharChunk) - Method in class org.apache.tomcat.util.buf.ByteChunk
-
- equals(char[], int, int) - Method in class org.apache.tomcat.util.buf.ByteChunk
-
- equals(Object) - Method in class org.apache.tomcat.util.buf.CharChunk
-
- equals(String) - Method in class org.apache.tomcat.util.buf.CharChunk
-
Compares the message bytes to the specified String object.
- equals(CharChunk) - Method in class org.apache.tomcat.util.buf.CharChunk
-
- equals(char[], int, int) - Method in class org.apache.tomcat.util.buf.CharChunk
-
- equals(String) - Method in class org.apache.tomcat.util.buf.MessageBytes
-
Compares the message bytes to the specified String object.
- equals(Object) - Method in class org.apache.tomcat.util.buf.MessageBytes
-
- equals(MessageBytes) - Method in class org.apache.tomcat.util.buf.MessageBytes
-
- equals(Object) - Method in class org.apache.tomcat.util.descriptor.tld.TldResourcePath
-
- equals(Object) - Method in class org.apache.tomcat.util.descriptor.web.ContextEjb
-
- equals(Object) - Method in class org.apache.tomcat.util.descriptor.web.ContextEnvironment
-
- equals(Object) - Method in class org.apache.tomcat.util.descriptor.web.ContextHandler
-
- equals(Object) - Method in class org.apache.tomcat.util.descriptor.web.ContextLocalEjb
-
- equals(Object) - Method in class org.apache.tomcat.util.descriptor.web.ContextResource
-
- equals(Object) - Method in class org.apache.tomcat.util.descriptor.web.ContextResourceEnvRef
-
- equals(Object) - Method in class org.apache.tomcat.util.descriptor.web.ContextResourceLink
-
- equals(Object) - Method in class org.apache.tomcat.util.descriptor.web.ContextService
-
- equals(Object) - Method in class org.apache.tomcat.util.descriptor.web.LoginConfig
-
- equals(Object) - Method in class org.apache.tomcat.util.descriptor.web.MessageDestination
-
- equals(Object) - Method in class org.apache.tomcat.util.descriptor.web.MessageDestinationRef
-
- equals(Object) - Method in class org.apache.tomcat.util.descriptor.web.MultipartDef
-
- equals(Object) - Method in class org.apache.tomcat.util.descriptor.web.ResourceBase
-
- equals(Object) - Method in class org.apache.tomcat.util.descriptor.web.TaglibDescriptorImpl
-
- equalsIgnoreCase(String) - Method in class org.apache.tomcat.util.buf.ByteChunk
-
Compares the message bytes to the specified String object.
- equalsIgnoreCase(String) - Method in class org.apache.tomcat.util.buf.CharChunk
-
Compares the message bytes to the specified String object.
- equalsIgnoreCase(String) - Method in class org.apache.tomcat.util.buf.MessageBytes
-
Compares the message bytes to the specified String object.
- errDispatcher - Variable in class org.apache.jasper.compiler.Compiler
-
- error(Object) - Method in interface org.apache.juli.logging.Log
-
Log a message with error log level.
- error(Object, Throwable) - Method in interface org.apache.juli.logging.Log
-
Log an error with error log level.
- ERROR - Static variable in class org.apache.tomcat.util.descriptor.web.FilterMap
-
The name of this filter to be executed when this mapping matches
a particular request.
- error(SAXParseException) - Method in class org.apache.tomcat.util.descriptor.XmlErrorHandler
-
- error(SAXParseException) - Method in class org.apache.tomcat.util.digester.Digester
-
Forward notification of a parsing error to the application supplied
error handler (if any).
- ErrorData - Class in javax.servlet.jsp
-
Contains information about an error, for error pages.
- ErrorData(Throwable, int, String, String) - Constructor for class javax.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.
- errorHandler - Variable in class org.apache.tomcat.util.digester.Digester
-
The application-supplied error handler that is notified when parsing
warnings, errors, or fatal errors occur.
- errorOnUseBeanInvalidClassAttribute - Variable in class org.apache.jasper.JspC
-
Needs better documentation, this data member does.
- ErrorPage - Class in org.apache.tomcat.util.descriptor.web
-
Representation of an error page element for a web application,
as represented in a <error-page> element in the
deployment descriptor.
- ErrorPage() - Constructor for class org.apache.tomcat.util.descriptor.web.ErrorPage
-
- escapeQueryString(String) - Static method in class org.apache.jasper.runtime.JspRuntimeLibrary
-
Escape special shell characters.
- escapeXml(String) - Static method in class org.apache.jasper.compiler.JspUtil
-
Escape the 5 entities defined by XML.
- 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().
- escapeXml(char[], int) - Static method in class org.apache.jasper.tagplugins.jstl.Util
-
- eval(String) - Method in class javax.el.ELProcessor
-
- EVAL_BODY_AGAIN - Static variable in interface javax.servlet.jsp.tagext.IterationTag
-
Request the reevaluation of some body.
- EVAL_BODY_BUFFERED - Static variable in interface javax.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 javax.servlet.jsp.tagext.Tag
-
Evaluate body into existing out stream.
- EVAL_BODY_TAG - Static variable in interface javax.servlet.jsp.tagext.BodyTag
-
- EVAL_PAGE - Static variable in interface javax.servlet.jsp.tagext.Tag
-
Continue evaluating the page.
- evaluate(VariableResolver) - Method in class javax.servlet.jsp.el.Expression
-
Deprecated.
Evaluates an expression that was previously prepared.
- evaluate(String, Class, VariableResolver, FunctionMapper) - Method in class javax.servlet.jsp.el.ExpressionEvaluator
-
Deprecated.
Evaluates an expression.
- evaluate(String, Class, VariableResolver, FunctionMapper) - Method in class org.apache.jasper.el.ExpressionEvaluatorImpl
-
Deprecated.
- evaluate(VariableResolver) - Method in class org.apache.jasper.el.ExpressionImpl
-
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 javax.el
-
- EvaluationListener() - Constructor for class javax.el.EvaluationListener
-
- EXCEPTION - Static variable in class javax.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
-
- ExceptionUtils - Class in org.apache.tomcat.util
-
Utilities for handling Throwables and Exceptions.
- ExceptionUtils() - Constructor for class org.apache.tomcat.util.ExceptionUtils
-
- execute() - Method in class org.apache.jasper.JspC
-
Executes the compilation.
- execute(Runnable) - Method in class org.apache.tomcat.util.threads.ThreadPoolExecutor
- execute(Runnable, long, TimeUnit) - Method in class org.apache.tomcat.util.threads.ThreadPoolExecutor
-
Executes the given command at some time in the future.
- exitLambdaScope() - Method in class javax.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
-
- expand(ByteBuffer, int) - Static method in class org.apache.tomcat.util.buf.ByteBufferUtils
-
Expands buffer to the given size unless it is already as big or bigger.
- 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 javax.el
-
- Expression() - Constructor for class javax.el.Expression
-
- Expression - Class in javax.servlet.jsp.el
-
- Expression() - Constructor for class javax.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 javax.servlet.jsp.el
-
- ExpressionEvaluator() - Constructor for class javax.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 javax.el
-
- ExpressionFactory() - Constructor for class javax.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.
- extensions - Variable in class org.apache.jasper.JspC
-
The file extensions to be handled as JSP files.
- gc() - Static method in class org.apache.tomcat.util.Diagnostics
-
Initiate garbage collection via MX Bean
- 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(String[]) - Method in class org.apache.jasper.compiler.AntCompiler
-
Compile the servlet from .java file to .class file
- generateClass(String[]) - Method in class org.apache.jasper.compiler.Compiler
-
Servlet compilation.
- generateClass(String[]) - 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.
- genStringAsCharArray() - Method in class org.apache.jasper.EmbeddedServletOptions
-
Are Text strings to be generated as char arrays?
- genStringAsCharArray - Variable in class org.apache.jasper.JspC
-
- genStringAsCharArray() - Method in class org.apache.jasper.JspC
-
Indicates whether text strings are to be generated as char arrays.
- genStringAsCharArray() - Method in interface org.apache.jasper.Options
-
Indicates whether text strings are to be generated as char arrays.
- get() - Method in class org.apache.el.stream.Optional
-
- get(K) - Method in class org.apache.el.util.ConcurrentCache
-
- get(String) - Static method in class org.apache.el.util.MessageFactory
-
- get(String, Object...) - Static method in class org.apache.el.util.MessageFactory
-
- get(Class<? extends Tag>) - Method in class org.apache.jasper.runtime.TagHandlerPool
-
Gets the next available tag handler from this tag handler pool,
instantiating one if this tag handler pool is empty.
- get(ClassLoader) - Static method in class org.apache.tomcat.InstanceManagerBindings
-
- get(Object) - Method in class org.apache.tomcat.util.collections.CaseInsensitiveKeyMap
-
- get(K) - Method in class org.apache.tomcat.util.collections.ConcurrentCache
-
- get(Object) - Method in class org.apache.tomcat.util.collections.ManagedConcurrentWeakHashMap
-
- GET_PROPERTY_ACTION - Static variable in interface org.apache.jasper.compiler.TagConstants
-
- getAbsoluteOrdering() - Method in class org.apache.tomcat.util.descriptor.web.WebXml
-
- getAccessCount() - Method in class org.apache.tomcat.util.buf.StringCache
-
- getActiveCount() - Method in interface org.apache.tomcat.util.threads.ResizableExecutor
-
Returns the approximate number of threads that are actively executing
tasks.
- getAdaptee() - Method in class javax.servlet.jsp.tagext.TagAdapter
-
Gets the tag that is being adapted to the Tag interface.
- getAfterOrdering() - Method in class org.apache.tomcat.util.descriptor.web.WebXml
-
- getAllRoles() - Method in class org.apache.tomcat.util.descriptor.web.SecurityConstraint
-
Was the "all roles" wildcard included in this authentication
constraint?
- getAsyncSupported() - Method in class org.apache.tomcat.util.descriptor.web.FilterDef
-
- getAsyncSupported() - Method in class org.apache.tomcat.util.descriptor.web.ServletDef
-
- getAttribute(String) - Method in class javax.servlet.jsp.JspContext
-
Returns the object associated with the name in the page scope or null
if not found.
- getAttribute(String, int) - Method in class javax.servlet.jsp.JspContext
-
Return the object associated with the name in the specified
scope or null if not found.
- getAttribute(String) - Method in class javax.servlet.jsp.tagext.TagData
-
The value of the attribute.
- getAttribute(String) - Method in class org.apache.jasper.runtime.JspContextWrapper
-
- getAttribute(String, int) - Method in class org.apache.jasper.runtime.JspContextWrapper
-
- getAttribute(String) - Method in class org.apache.jasper.runtime.PageContextImpl
-
- getAttribute(String, int) - Method in class org.apache.jasper.runtime.PageContextImpl
-
- getAttribute(String) - Method in class org.apache.jasper.servlet.JspCServletContext
-
Return the specified context attribute, if any.
- getAttributeNames() - Method in class org.apache.jasper.servlet.JspCServletContext
-
Return an enumeration of context attribute names.
- getAttributeNamesInScope(int) - Method in class javax.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 javax.servlet.jsp.tagext.TagData
-
Enumerates the attributes.
- getAttributes() - Method in class javax.servlet.jsp.tagext.TagInfo
-
Attribute information (in the TLD) on this tag.
- getAttributes() - Method in class org.apache.tomcat.util.descriptor.tld.TagXml
-
- getAttributesScope(String) - Method in class javax.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 javax.servlet.jsp.tagext.TagData
-
Get the value for a given attribute.
- getAuth() - Method in class org.apache.tomcat.util.descriptor.web.ContextResource
-
- getAuthConstraint() - Method in class org.apache.tomcat.util.descriptor.web.SecurityConstraint
-
Return the authorization constraint present flag for this security
constraint.
- getAuthenticatedUsers() - Method in class org.apache.tomcat.util.descriptor.web.SecurityConstraint
-
Was the "all authenticated users" wildcard included in this
authentication constraint?
- getAuthMethod() - Method in class org.apache.tomcat.util.descriptor.web.LoginConfig
-
- getBase() - Method in class javax.el.ValueReference
-
- getBean(String) - Method in class javax.el.BeanNameResolver
-
Returns the named bean.
- getBeanType(String) - Method in class org.apache.jasper.compiler.BeanRepository
-
- getBeforeOrdering() - Method in class org.apache.tomcat.util.descriptor.web.WebXml
-
- 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 javax.servlet.jsp.tagext.BodyTagSupport
-
Get current bodyContent.
- getBodyContent() - Method in class javax.servlet.jsp.tagext.TagInfo
-
The bodycontent information for this tag.
- getBodyContent() - Method in class org.apache.tomcat.util.descriptor.tld.TagXml
-
- getBuf() - Method in class org.apache.tomcat.util.buf.ByteBufferHolder
-
- getBuffer() - Method in class org.apache.jasper.compiler.JspConfig.JspProperty
-
- getBuffer() - Method in class org.apache.tomcat.util.buf.ByteChunk
-
- getBuffer() - Method in class org.apache.tomcat.util.buf.CharChunk
-
- getBuffer() - Method in class org.apache.tomcat.util.descriptor.web.JspPropertyGroup
-
- getBuffer() - Method in class org.apache.tomcat.util.descriptor.web.JspPropertyGroupDescriptorImpl
-
- getBufferSize() - Method in class javax.servlet.jsp.JspWriter
-
This method returns the size of the buffer used by the JspWriter.
- getBufferSize() - Method in class org.apache.jasper.runtime.BodyContentImpl
-
This method returns the size of the buffer used by the JspWriter.
- getByteChunk() - Method in class org.apache.tomcat.util.buf.MessageBytes
-
Returns the byte chunk, representing the byte[] and offset/length.
- getByteEnabled() - Method in class org.apache.tomcat.util.buf.StringCache
-
- getBytes() - Method in class org.apache.tomcat.util.buf.ByteChunk
-
- getBytesUtf8(String) - Static method in class org.apache.tomcat.util.codec.binary.StringUtils
-
Encodes the given string into a sequence of bytes using the UTF-8 charset, storing the result into a new byte
array.
- getCache() - Method in class org.apache.jasper.EmbeddedServletOptions
-
- getCache() - Method in class org.apache.jasper.JspC
-
The web-application wide cache for the TagLibraryInfo tag library
descriptors, used if
Options.isCaching() returns
true.
- getCache() - Method in interface org.apache.jasper.Options
-
The web-application wide cache for the TagLibraryInfo tag library
descriptors, used if
Options.isCaching() returns
true.
- getCacheSize() - Method in class org.apache.tomcat.util.buf.StringCache
-
- getCharChunk() - Method in class org.apache.tomcat.util.buf.MessageBytes
-
Returns the char chunk, representing the char[] and offset/length.
- getCharEnabled() - Method in class org.apache.tomcat.util.buf.StringCache
-
- getCharEncoding() - Method in class org.apache.jasper.tagplugins.jstl.Util.ImportResponseWrapper
-
- getChars() - Method in class org.apache.tomcat.util.buf.CharChunk
-
- getCharset(String) - Static method in class org.apache.tomcat.util.buf.B2CConverter
-
- getCharset() - Method in class org.apache.tomcat.util.buf.B2CConverter
-
- getCharset() - Method in class org.apache.tomcat.util.buf.ByteChunk
-
- getCharset() - Method in class org.apache.tomcat.util.buf.C2BConverter
-
- getCharset() - Method in class org.apache.tomcat.util.buf.MessageBytes
-
- getCharsetLower(String) - Static method in class org.apache.tomcat.util.buf.B2CConverter
-
Only to be used when it is known that the encoding name is in lower case.
- 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.JspCompilationContext
-
- getClassImports() - Method in interface org.apache.jasper.runtime.JspSourceImports
-
- getClassLoader() - Method in class org.apache.jasper.JspCompilationContext
-
What class loader to use for loading classes while compiling
this JSP?
- getClassLoader() - Method in class org.apache.jasper.servlet.JspCServletContext
-
- getClassLoader() - Method in class org.apache.tomcat.util.digester.Digester
-
Return the class loader to be used for instantiating application objects
when required.
- getClassLoaderInfo(ClassLoader) - Method in class org.apache.juli.ClassLoaderLogManager
-
Retrieve the configuration associated with the specified classloader.
- getClassName() - Method in class javax.servlet.jsp.tagext.TagVariableInfo
-
The body of the <variable-class> element.
- getClassName() - Method in class javax.servlet.jsp.tagext.VariableInfo
-
Returns the type of this variable.
- getClassPath() - Method in class org.apache.jasper.compiler.JspRuntimeContext
-
- getClassPath() - Method in class org.apache.jasper.EmbeddedServletOptions
-
What classpath should I use while compiling the servlets
generated from JSP files?
- getClassPath() - Method in class org.apache.jasper.JspC
- getClassPath() - Method in class org.apache.jasper.JspCompilationContext
-
- getClassPath() - Method in interface org.apache.jasper.Options
-
- getCloseMethod() - Method in class org.apache.tomcat.util.descriptor.web.ContextResource
-
- 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.
- getCommonPropertyType(ELContext, Object) - Method in class javax.el.ArrayELResolver
-
- getCommonPropertyType(ELContext, Object) - Method in class javax.el.BeanELResolver
-
- getCommonPropertyType(ELContext, Object) - Method in class javax.el.BeanNameELResolver
-
- getCommonPropertyType(ELContext, Object) - Method in class javax.el.CompositeELResolver
-
- getCommonPropertyType(ELContext, Object) - Method in class javax.el.ELResolver
-
- getCommonPropertyType(ELContext, Object) - Method in class javax.el.ListELResolver
-
- getCommonPropertyType(ELContext, Object) - Method in class javax.el.MapELResolver
-
- getCommonPropertyType(ELContext, Object) - Method in class javax.el.ResourceBundleELResolver
-
- getCommonPropertyType(ELContext, Object) - Method in class javax.el.StaticFieldELResolver
-
Always returns String.class.
- getCommonPropertyType(ELContext, Object) - Method in class javax.el.TypeConverter
-
- getCommonPropertyType(ELContext, Object) - Method in class javax.servlet.jsp.el.ImplicitObjectELResolver
-
- getCommonPropertyType(ELContext, Object) - Method in class javax.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
-
- getContainer() - Method in interface org.apache.tomcat.util.descriptor.web.NamingResources
-
- getContent() - Method in class org.apache.jasper.util.FastRemovalDequeue.Entry
-
- getContentTypeAttribute(String, String) - Static method in class org.apache.jasper.tagplugins.jstl.Util
-
Get the value associated with a content-type attribute.
- getContext(Class) - Method in class javax.el.ELContext
-
Obtain the context object for the given key.
- getContext(Class) - Method in class javax.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 class org.apache.jasper.servlet.JspCServletContext
-
Return the servlet context for the specified path.
- getContextParams() - Method in class org.apache.tomcat.util.descriptor.web.WebXml
-
- 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 '/'.
- getCookieComment() - Method in class org.apache.tomcat.util.descriptor.web.SessionConfig
-
- getCookieDomain() - Method in class org.apache.tomcat.util.descriptor.web.SessionConfig
-
- getCookieHttpOnly() - Method in class org.apache.tomcat.util.descriptor.web.SessionConfig
-
- getCookieMaxAge() - Method in class org.apache.tomcat.util.descriptor.web.SessionConfig
-
- getCookieName() - Method in class org.apache.tomcat.util.descriptor.web.SessionConfig
-
- getCookiePath() - Method in class org.apache.tomcat.util.descriptor.web.SessionConfig
-
- getCookieSecure() - Method in class org.apache.tomcat.util.descriptor.web.SessionConfig
-
- getCount() - Method in class org.apache.tomcat.util.digester.Digester
-
- getCount() - Method in class org.apache.tomcat.util.threads.LimitLatch
-
Returns the current count for the latch
- getCreationTime() - Method in class org.apache.tomcat.util.threads.TaskThread
-
- getCurrentElementName() - Method in class org.apache.tomcat.util.digester.Digester
-
- getDec(int) - Static method in class org.apache.tomcat.util.buf.HexUtils
-
- getDeclare() - Method in class javax.servlet.jsp.tagext.TagVariableInfo
-
The body of the <declare> element.
- getDeclare() - Method in class javax.servlet.jsp.tagext.VariableInfo
-
Returns whether this is a new variable.
- getDefaultBufferSize() - Method in class org.apache.tomcat.util.codec.binary.BaseNCodec
-
Get the default buffer size.
- getDefaultContentType() - Method in class org.apache.jasper.compiler.JspConfig.JspProperty
-
- getDefaultContentType() - Method in class org.apache.tomcat.util.descriptor.web.JspPropertyGroup
-
- getDefaultContentType() - Method in class org.apache.tomcat.util.descriptor.web.JspPropertyGroupDescriptorImpl
-
- getDefaultFactory() - Static method in class javax.servlet.jsp.JspFactory
-
Returns the default factory for this implementation.
- getDefaultResolver(ExpressionFactory) - Static method in class org.apache.jasper.el.ELContextImpl
-
- getDefaultSessionTrackingModes() - Method in class org.apache.jasper.servlet.JspCServletContext
-
- getDeferredSyntax() - Method in class org.apache.tomcat.util.descriptor.web.JspPropertyGroup
-
- getDeferredSyntaxAllowedAsLiteral() - Method in class org.apache.tomcat.util.descriptor.web.JspPropertyGroupDescriptorImpl
-
- getDelegate() - Method in class org.apache.tomcat.util.descriptor.web.WebXml
-
- getDenyUncoveredHttpMethods() - Method in class org.apache.tomcat.util.descriptor.web.WebXml
-
- 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 javax.servlet.jsp.tagext.TagAttributeInfo
-
- getDescription() - Method in class org.apache.tomcat.util.descriptor.web.ApplicationParameter
-
- getDescription() - Method in class org.apache.tomcat.util.descriptor.web.FilterDef
-
- getDescription() - Method in class org.apache.tomcat.util.descriptor.web.ResourceBase
-
- getDescription() - Method in class org.apache.tomcat.util.descriptor.web.SecurityCollection
-
- getDescription() - Method in class org.apache.tomcat.util.descriptor.web.ServletDef
-
- 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.
- getDigester() - Method in class org.apache.tomcat.util.digester.AbstractObjectCreationFactory
-
- getDigester() - Method in interface org.apache.tomcat.util.digester.ObjectCreationFactory
-
- getDigester() - Method in class org.apache.tomcat.util.digester.Rule
-
Identify the Digester with which this Rule is associated.
- getDigester() - Method in interface org.apache.tomcat.util.digester.Rules
-
- getDigester() - Method in class org.apache.tomcat.util.digester.RulesBase
-
Return the Digester instance with which this Rules instance is
associated.
- getDispatcherMapping() - Method in class org.apache.tomcat.util.descriptor.web.FilterMap
-
- getDispatcherNames() - Method in class org.apache.tomcat.util.descriptor.web.FilterMap
-
- getDisplayName() - Method in class javax.servlet.jsp.tagext.TagInfo
-
Get the displayName.
- getDisplayName() - Method in class org.apache.tomcat.util.descriptor.tld.TagFileXml
-
- getDisplayName() - Method in class org.apache.tomcat.util.descriptor.tld.TagXml
-
- getDisplayname() - Method in class org.apache.tomcat.util.descriptor.web.ContextService
-
- getDisplayName() - Method in class org.apache.tomcat.util.descriptor.web.FilterDef
-
- getDisplayName() - Method in class org.apache.tomcat.util.descriptor.web.MessageDestination
-
- getDisplayName() - Method in class org.apache.tomcat.util.descriptor.web.SecurityConstraint
-
- getDisplayName() - Method in class org.apache.tomcat.util.descriptor.web.ServletDef
-
- getDisplayName() - Method in class org.apache.tomcat.util.descriptor.web.WebXml
-
- 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
-
- getDocumentLocator() - Method in class org.apache.tomcat.util.digester.Digester
-
Gets the document locator associated with our parser.
- getEffectiveMajorVersion() - Method in class org.apache.jasper.servlet.JspCServletContext
-
- getEffectiveMinorVersion() - Method in class org.apache.jasper.servlet.JspCServletContext
-
- getEffectiveSessionTrackingModes() - Method in class org.apache.jasper.servlet.JspCServletContext
-
- getEjbLocalRefs() - Method in class org.apache.tomcat.util.descriptor.web.WebXml
-
- getEjbRefs() - Method in class org.apache.tomcat.util.descriptor.web.WebXml
-
- getELContext() - Method in class javax.el.ELContextEvent
-
- getELContext() - Method in class javax.el.ELManager
-
- getELContext() - Method in class javax.servlet.jsp.JspContext
-
- getELContext() - Method in class org.apache.el.lang.EvaluationContext
-
- getELContext() - Method in class org.apache.jasper.runtime.JspContextWrapper
-
- getELContext() - Method in class org.apache.jasper.runtime.PageContextImpl
-
- getElIgnored() - Method in class org.apache.tomcat.util.descriptor.web.JspPropertyGroup
-
- getElIgnored() - Method in class org.apache.tomcat.util.descriptor.web.JspPropertyGroupDescriptorImpl
-
- 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 javax.el.ELProcessor
-
- getELResolver() - Method in class javax.el.ELContext
-
- getELResolver() - Method in class javax.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
-
- getEnabled() - Method in class org.apache.tomcat.util.descriptor.web.ServletDef
-
- getEnclosingWriter() - Method in class javax.servlet.jsp.tagext.BodyContent
-
Get the enclosing JspWriter.
- getEncodedLength(byte[]) - Method in class org.apache.tomcat.util.codec.binary.BaseNCodec
-
Calculates the amount of space needed to encode the supplied array.
- getEncoding(String, Jar, JspCompilationContext, ErrorDispatcher) - Static method in class org.apache.jasper.xmlparser.XMLEncodingDetector
-
Autodetects the encoding of the XML document supplied by the given
input stream.
- getEncoding() - Method in class org.apache.tomcat.util.descriptor.web.SecurityCollection
-
Obtain the encoding of the XML source that was used to populated this
object.
- getEncoding() - Method in class org.apache.tomcat.util.descriptor.web.XmlEncodingBase
-
Obtain the encoding of the XML source that was used to populated this
object.
- getEnd() - Method in class org.apache.tomcat.util.buf.ByteChunk
-
- getEnd() - Method in class org.apache.tomcat.util.buf.CharChunk
-
- 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 javax.servlet.jsp.JspFactory
-
called to get implementation-specific information on the current JSP
engine.
- getEngineInfo() - Method in class org.apache.jasper.runtime.JspFactoryImpl
-
- getEntityResolver() - Method in class org.apache.tomcat.util.digester.Digester
-
Return the Entity Resolver used by the SAX parser.
- getEntryInputStream() - Method in interface org.apache.tomcat.Jar
-
Obtains the input stream for the current entry.
- getEntryInputStream() - Method in class org.apache.tomcat.util.scan.AbstractInputStreamJar
-
- getEntryInputStream() - Method in class org.apache.tomcat.util.scan.JarFileUrlJar
-
- getEntryName() - Method in interface org.apache.tomcat.Jar
-
Obtains the name of the current entry.
- getEntryName() - Method in class org.apache.tomcat.util.descriptor.tld.TldResourcePath
-
Returns the name of the JAR entry that contains the TLD.
- getEntryName() - Method in class org.apache.tomcat.util.scan.AbstractInputStreamJar
-
- getEntryName() - Method in class org.apache.tomcat.util.scan.JarFileUrlJar
-
- getEnvEntries() - Method in class org.apache.tomcat.util.descriptor.web.WebXml
-
- getErrorCode() - Method in class org.apache.tomcat.util.descriptor.web.ErrorPage
-
- getErrorData() - Method in class javax.servlet.jsp.PageContext
-
Provides convenient access to error information.
- getErrorDispatcher() - Method in class org.apache.jasper.compiler.Compiler
-
- getErrorHandler() - Method in class org.apache.tomcat.util.digester.Digester
-
- getErrorMessage() - Method in class org.apache.jasper.compiler.JavacErrorDetail
-
Gets the compilation error message.
- getErrorOnUndeclaredNamespace() - Method in class org.apache.tomcat.util.descriptor.web.JspPropertyGroup
-
- getErrorOnUndeclaredNamespace() - Method in class org.apache.tomcat.util.descriptor.web.JspPropertyGroupDescriptorImpl
-
- 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.
- getErrorPage() - Method in class org.apache.tomcat.util.descriptor.web.LoginConfig
-
- getErrorPages() - Method in class org.apache.tomcat.util.descriptor.web.WebXml
-
- getErrors() - Method in class org.apache.tomcat.util.descriptor.XmlErrorHandler
-
- getEvaluationListeners() - Method in class javax.el.ELContext
-
Obtain the list of registered EvaluationListeners.
- getEvaluationListeners() - Method in class org.apache.el.lang.EvaluationContext
-
- getException() - Method in class javax.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.
- getExceptionType() - Method in class org.apache.tomcat.util.descriptor.web.ErrorPage
-
- getExpectedType() - Method in class javax.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 javax.servlet.jsp.tagext.TagAttributeInfo
-
- getExpressionEvaluator() - Method in class javax.servlet.jsp.JspContext
-
- getExpressionEvaluator() - Method in class org.apache.jasper.runtime.JspContextWrapper
-
Deprecated.
- getExpressionEvaluator() - Method in class org.apache.jasper.runtime.PageContextImpl
-
Deprecated.
- getExpressionFactory() - Static method in class javax.el.ELManager
-
- getExpressionFactory() - Method in interface javax.servlet.jsp.JspApplicationContext
-
Returns the JSP container's ExpressionFactory implementation
for EL use.
- getExpressionFactory() - Method in class org.apache.jasper.runtime.JspApplicationContextImpl
-
- getExpressionString() - Method in class javax.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.
- getExternalSubset(String, String) - Method in class org.apache.tomcat.util.descriptor.LocalResolver
-
- getFactory() - Static method in class org.apache.juli.logging.LogFactory
-
Construct (if necessary) and return a LogFactory
instance, using the following ordered lookup procedure to determine
the name of the implementation class to be loaded.
- getFactory() - Method in class org.apache.tomcat.util.descriptor.web.ContextResourceLink
-
- getFactory() - Method in class org.apache.tomcat.util.digester.Digester
-
SAX parser factory method.
- getFailOnError() - Method in class org.apache.jasper.JspC
-
- getFakeAttributes() - Method in class org.apache.tomcat.util.digester.Digester
-
- getFeatureDescriptors(ELContext, Object) - Method in class javax.el.ArrayELResolver
-
- getFeatureDescriptors(ELContext, Object) - Method in class javax.el.BeanELResolver
-
- getFeatureDescriptors(ELContext, Object) - Method in class javax.el.BeanNameELResolver
-
- getFeatureDescriptors(ELContext, Object) - Method in class javax.el.CompositeELResolver
-
- getFeatureDescriptors(ELContext, Object) - Method in class javax.el.ELResolver
-
- getFeatureDescriptors(ELContext, Object) - Method in class javax.el.ListELResolver
-
- getFeatureDescriptors(ELContext, Object) - Method in class javax.el.MapELResolver
-
- getFeatureDescriptors(ELContext, Object) - Method in class javax.el.ResourceBundleELResolver
-
- getFeatureDescriptors(ELContext, Object) - Method in class javax.el.StaticFieldELResolver
-
Always returns null.
- getFeatureDescriptors(ELContext, Object) - Method in class javax.el.TypeConverter
-
- getFeatureDescriptors(ELContext, Object) - Method in class javax.servlet.jsp.el.ImplicitObjectELResolver
-
- getFeatureDescriptors(ELContext, Object) - Method in class javax.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.
- getFileSizeThreshold() - Method in class org.apache.tomcat.util.descriptor.web.MultipartDef
-
- getFilter() - Method in class org.apache.tomcat.util.descriptor.web.FilterDef
-
- getFilterClass() - Method in class org.apache.tomcat.util.descriptor.web.FilterDef
-
- getFilterMappings() - Method in class org.apache.tomcat.util.descriptor.web.WebXml
-
- getFilterName() - Method in class org.apache.tomcat.util.descriptor.web.FilterDef
-
- getFilterName() - Method in class org.apache.tomcat.util.descriptor.web.FilterMap
-
- getFilterRegistration(String) - Method in class org.apache.jasper.servlet.JspCServletContext
-
- getFilterRegistrations() - Method in class org.apache.jasper.servlet.JspCServletContext
-
- getFilters() - Method in class org.apache.tomcat.util.descriptor.web.WebXml
-
- 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.
- getFormat(long) - Method in class org.apache.juli.DateFormatCache
-
- getFQCN() - Method in class org.apache.jasper.JspCompilationContext
-
- getFragments() - Method in class org.apache.tomcat.util.descriptor.web.FragmentJarScannerCallback
-
- getFunction(String) - Method in class javax.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 javax.servlet.jsp.tagext.FunctionInfo
-
The class of the function.
- getFunctionMapper() - Method in class javax.el.ELContext
-
- getFunctionMapper() - Method in class javax.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 javax.servlet.jsp.tagext.TagLibraryInfo
-
An array describing the functions that are defined in this tag library.
- getFunctions() - Method in class org.apache.tomcat.util.descriptor.tld.TaglibXml
-
- getFunctionSignature() - Method in class javax.servlet.jsp.tagext.FunctionInfo
-
The signature of the function.
- getGlobal() - Method in class org.apache.tomcat.util.descriptor.web.ContextResourceLink
-
- getHandler(String) - Method in class org.apache.tomcat.util.descriptor.web.ContextService
-
- getHandlerclass() - Method in class org.apache.tomcat.util.descriptor.web.ContextHandler
-
- getHandlers() - Method in class org.apache.tomcat.util.descriptor.web.ContextService
-
- getHex(int) - Static method in class org.apache.tomcat.util.buf.HexUtils
-
- getHitCount() - Method in class org.apache.tomcat.util.buf.StringCache
-
- getHome() - Method in class org.apache.tomcat.util.descriptor.web.ContextEjb
-
- getHome() - Method in class org.apache.tomcat.util.descriptor.web.ContextLocalEjb
-
- getHostName() - Method in interface org.apache.juli.WebappProperties
-
Returns a name for the logging system to use for the Host where the
web application, if any, associated with the class loader is deployed.
- getIANA2JavaMapping(String) - Static method in class org.apache.jasper.xmlparser.EncodingMap
-
Returns the Java encoding name for the specified IANA encoding name.
- getId() - Method in class javax.servlet.jsp.tagext.TagData
-
The value of the tag's id attribute.
- getId() - Method in class javax.servlet.jsp.tagext.TagSupport
-
The value of the id attribute of this tag; or null.
- getId() - Method in class javax.servlet.jsp.tagext.ValidationMessage
-
Get the jsp:id.
- getIdAttribute(TagAttributeInfo[]) - Static method in class javax.servlet.jsp.tagext.TagAttributeInfo
-
Convenience static method that goes through an array of TagAttributeInfo
objects and looks for "id".
- getIeClassId() - Method in class org.apache.jasper.EmbeddedServletOptions
-
Class ID for use in the plugin tag when the browser is IE.
- getIeClassId() - Method in class org.apache.jasper.JspC
-
Gets the class-id value that is sent to Internet Explorer when using
<jsp:plugin> tags.
- getIeClassId() - Method in interface org.apache.jasper.Options
-
Gets the class-id value that is sent to Internet Explorer when using
<jsp:plugin> tags.
- getImage() - Method in interface org.apache.el.parser.Node
-
- GetImage() - Method in class org.apache.el.parser.SimpleCharStream
-
Get token literal value.
- getImage() - Method in class org.apache.el.parser.SimpleNode
-
- getImportHandler() - Method in class javax.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 class org.apache.tomcat.util.descriptor.web.JspPropertyGroup
-
- getIncludeCodas() - Method in class org.apache.tomcat.util.descriptor.web.JspPropertyGroupDescriptorImpl
-
- getIncludePrelude() - Method in class org.apache.jasper.compiler.JspConfig.JspProperty
-
- getIncludePreludes() - Method in class org.apache.tomcat.util.descriptor.web.JspPropertyGroup
-
- getIncludePreludes() - Method in class org.apache.tomcat.util.descriptor.web.JspPropertyGroupDescriptorImpl
-
- getInfo() - Method in class org.apache.tomcat.util.descriptor.tld.TagFileXml
-
- getInfo() - Method in class org.apache.tomcat.util.descriptor.tld.TaglibXml
-
- getInfo() - Method in class org.apache.tomcat.util.descriptor.tld.TagXml
-
- getInfoString() - Method in class javax.servlet.jsp.tagext.TagInfo
-
The information string for the tag.
- getInfoString() - Method in class javax.servlet.jsp.tagext.TagLibraryInfo
-
Information (documentation) for this TLD.
- getInitFunctionMap() - Method in class javax.el.ExpressionFactory
-
- getInitParameter(String) - Method in class org.apache.jasper.servlet.JspCServletContext
-
Return the specified context initialization parameter.
- getInitParameterNames() - Method in class org.apache.jasper.servlet.JspCServletContext
-
Return an enumeration of the names of context initialization
parameters.
- getInitParameters() - Method in class javax.servlet.jsp.tagext.TagLibraryValidator
-
Get the init parameters data as an immutable Map.
- getInitParams() - Method in class org.apache.tomcat.util.descriptor.tld.ValidatorXml
-
- getInjectionTargets() - Method in interface org.apache.tomcat.util.descriptor.web.Injectable
-
- getInjectionTargets() - Method in class org.apache.tomcat.util.descriptor.web.ResourceBase
-
- getInputSource(String, Jar, JspCompilationContext) - Static method in class org.apache.jasper.compiler.JspUtil
-
- getInputStream() - Method in class javax.servlet.jsp.tagext.PageData
-
Returns an input stream on the XML view of a JSP page.
- getInputStream(String, Jar, JspCompilationContext) - Static method in class org.apache.jasper.compiler.JspUtil
-
- getInputStream(String) - Method in interface org.apache.tomcat.Jar
-
- getInputStream(String) - Static method in class org.apache.tomcat.util.file.ConfigFileLoader
-
Load the resource from the specified location.
- getInputStream(String) - Method in class org.apache.tomcat.util.scan.AbstractInputStreamJar
-
- getInputStream(String) - Method in class org.apache.tomcat.util.scan.JarFileUrlJar
-
- getInstance(ServletContext) - Static method in class org.apache.jasper.compiler.TldCache
-
- getInstance(ServletContext) - Static method in class org.apache.jasper.runtime.JspApplicationContextImpl
-
- getInstance() - Static method in class org.apache.jasper.runtime.ProtectedFunctionMapper
-
Generated Servlet and Tag Handler implementations call this method to
retrieve an instance of the ProtectedFunctionMapper.
- getInstance(String) - Method in class org.apache.juli.logging.LogFactory
-
Construct (if necessary) and return a Log instance,
using the factory's current set of configuration attributes.
- getInstance(Class<?>) - Method in class org.apache.juli.logging.LogFactory
-
Convenience method to derive a name from the specified class and
call getInstance(String) with it.
- getInstance() - Static method in class org.apache.tomcat.util.compat.JreCompat
-
- getInstanceManager(ServletConfig) - Static method in class org.apache.jasper.runtime.InstanceManagerFactory
-
- getInteger() - Method in class org.apache.el.parser.AstInteger
-
- getInterface() - Method in class org.apache.tomcat.util.descriptor.web.ContextService
-
- getIsXml() - Method in class org.apache.tomcat.util.descriptor.web.JspPropertyGroup
-
- getIsXml() - Method in class org.apache.tomcat.util.descriptor.web.JspPropertyGroupDescriptorImpl
-
- getJarEntryURL(URL, String) - Static method in class org.apache.tomcat.util.scan.JarFactory
-
- getJarFileURL() - Method in interface org.apache.tomcat.Jar
-
- getJarFileURL() - Method in class org.apache.tomcat.util.scan.AbstractInputStreamJar
-
- getJarFileURL() - Method in class org.apache.tomcat.util.scan.JarFileUrlJar
-
- getJarName() - Method in class org.apache.tomcat.util.descriptor.web.WebXml
-
- getJarScanFilter() - Method in interface org.apache.tomcat.JarScanner
-
- getJarScanFilter() - Method in class org.apache.tomcat.util.scan.StandardJarScanner
-
- getJarScanner(ServletContext) - Static method in class org.apache.jasper.compiler.JarScannerFactory
-
- getJavaEncoding() - Method in class org.apache.jasper.EmbeddedServletOptions
-
- getJavaEncoding() - Method in class org.apache.jasper.JspC
-
Returns the encoding to use for
java files.
- getJavaEncoding() - Method in interface org.apache.jasper.Options
-
- getJavaFileName() - Method in class org.apache.jasper.compiler.JavacErrorDetail
-
Gets the name of the Java source file in which the compilation error
occurred.
- getJavaLine() - Method in class org.apache.jasper.compiler.ServletWriter
-
- getJavaLineNumber() - Method in class org.apache.jasper.compiler.JavacErrorDetail
-
Gets the compilation error line number.
- getJavaPath() - Method in class org.apache.jasper.JspCompilationContext
-
- getJaxrpcmappingfile() - Method in class org.apache.tomcat.util.descriptor.web.ContextService
-
- getJspApplicationContext(ServletContext) - Method in class javax.servlet.jsp.JspFactory
-
Obtain the JspApplicationContext instance that was
associated within the passed ServletContext for this web
application.
- getJspApplicationContext(ServletContext) - Method in class org.apache.jasper.runtime.JspFactoryImpl
-
- getJspBeginLineNumber() - Method in class org.apache.jasper.compiler.JavacErrorDetail
-
Gets the start line number (in the JSP file) of the JSP element
responsible for the compilation error.
- getJspBody() - Method in class javax.servlet.jsp.tagext.SimpleTagSupport
-
Returns the body passed in by the container via setJspBody.
- getJspConfig() - Method in class org.apache.jasper.EmbeddedServletOptions
-
- getJspConfig() - Method in class org.apache.jasper.JspC
- getJspConfig() - Method in interface org.apache.jasper.Options
-
- getJspConfigDescriptor() - Method in class org.apache.jasper.servlet.JspCServletContext
-
- getJspConfigDescriptor() - Method in class org.apache.tomcat.util.descriptor.web.WebXml
-
- getJspContext() - Method in class javax.servlet.jsp.tagext.JspFragment
-
Returns the JspContext that is bound to this JspFragment.
- getJspContext() - Method in class javax.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.
- getJspFile() - Method in class org.apache.tomcat.util.descriptor.web.ServletDef
-
- 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
-
- getJspProperty() - Method in class org.apache.jasper.compiler.JspConfig.JspPropertyGroup
-
- getJspPropertyGroups() - Method in class org.apache.tomcat.util.descriptor.web.JspConfigDescriptorImpl
-
- getJspPropertyGroups() - Method in class org.apache.tomcat.util.descriptor.web.WebXml
-
- 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.
- 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
-
- getJspVersion() - Method in class org.apache.tomcat.util.descriptor.tld.TaglibXml
-
- 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 javax.el.ELClass
-
- getLambdaArgument(String) - Method in class javax.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 javax.servlet.jsp.tagext.TagInfo
-
Get the path to the large icon.
- getLargeIcon() - Method in class org.apache.tomcat.util.descriptor.tld.TagFileXml
-
- getLargeIcon() - Method in class org.apache.tomcat.util.descriptor.tld.TagXml
-
- getLargeIcon() - Method in class org.apache.tomcat.util.descriptor.web.ContextService
-
- getLargeIcon() - Method in class org.apache.tomcat.util.descriptor.web.FilterDef
-
- getLargeIcon() - Method in class org.apache.tomcat.util.descriptor.web.MessageDestination
-
- getLargeIcon() - Method in class org.apache.tomcat.util.descriptor.web.ServletDef
-
- getLastJspQueueUpdate() - Method in class org.apache.jasper.compiler.JspRuntimeContext
-
- getLastModificationTest() - Method in class org.apache.jasper.servlet.JspServletWrapper
-
- getLastModified(String) - Method in class org.apache.jasper.JspCompilationContext
-
- getLastModified(String, Jar) - Method in class org.apache.jasper.JspCompilationContext
-
- getLastModified(String) - Method in interface org.apache.tomcat.Jar
-
Obtain the last modified time for the given resource in the JAR.
- getLastModified(String) - Method in class org.apache.tomcat.util.scan.AbstractInputStreamJar
-
- getLastModified(String) - Method in class org.apache.tomcat.util.scan.JarFileUrlJar
-
- getLastUsageTime() - Method in class org.apache.jasper.servlet.JspServletWrapper
-
- getLength() - Method in class org.apache.tomcat.util.buf.ByteChunk
-
- getLength() - Method in class org.apache.tomcat.util.buf.CharChunk
-
- getLength() - Method in class org.apache.tomcat.util.buf.MessageBytes
-
Returns the length of the original buffer.
- getLimit() - Method in class org.apache.tomcat.util.buf.ByteChunk
-
- getLimit() - Method in class org.apache.tomcat.util.buf.CharChunk
-
- getLimit() - Method in class org.apache.tomcat.util.threads.LimitLatch
-
Obtain the current limit.
- getLine() - Method in class org.apache.el.parser.SimpleCharStream
-
Deprecated.
- getLink() - Method in class org.apache.tomcat.util.descriptor.web.ContextEjb
-
- getLink() - Method in class org.apache.tomcat.util.descriptor.web.ContextLocalEjb
-
- getLink() - Method in class org.apache.tomcat.util.descriptor.web.MessageDestinationRef
-
- getLink() - Method in class org.apache.tomcat.util.descriptor.web.SecurityRoleRef
-
- getListeners() - Method in class org.apache.jasper.servlet.TldScanner
-
Returns a list of all listeners declared by scanned TLDs.
- getListeners() - Method in class org.apache.tomcat.util.descriptor.tld.TaglibXml
-
- getListeners() - Method in class org.apache.tomcat.util.descriptor.web.WebXml
-
- getLoadOnStartup() - Method in class org.apache.tomcat.util.descriptor.web.ServletDef
-
- getLocal() - Method in class org.apache.tomcat.util.descriptor.web.ContextLocalEjb
-
- getLocale() - Method in class javax.el.ELContext
-
- getLocale() - Method in class org.apache.el.lang.EvaluationContext
-
- getLocale() - Method in class org.apache.jasper.el.ELContextWrapper
-
- getLocale() - Method in class org.apache.tomcat.util.res.StringManager
-
Identify the Locale this StringManager is associated with.
- getLocaleEncodingMappings() - Method in class org.apache.tomcat.util.descriptor.web.WebXml
-
- getLocalName() - Method in class org.apache.el.parser.AstFunction
-
- getLocalparts() - Method in class org.apache.tomcat.util.descriptor.web.ContextHandler
-
- getLocation() - Method in class org.apache.tomcat.util.descriptor.web.ErrorPage
-
- getLocation() - Method in class org.apache.tomcat.util.descriptor.web.MultipartDef
-
- getLog(Class<?>) - Static method in class org.apache.juli.logging.LogFactory
-
Convenience method to return a named logger, without the application
having to care about factories.
- getLog(String) - Static method in class org.apache.juli.logging.LogFactory
-
Convenience method to return a named logger, without the application
having to care about factories.
- getLogger(String) - Method in class org.apache.juli.ClassLoaderLogManager
-
Get the logger associated with the specified name inside
the classloader local configuration.
- getLogger() - Method in class org.apache.tomcat.util.digester.Digester
-
- getLoggerNames() - Method in class org.apache.juli.ClassLoaderLogManager
-
Get an enumeration of the logger names currently defined in the
classloader local configuration.
- getLoginConfig() - Method in class org.apache.tomcat.util.descriptor.web.WebXml
-
- getLoginPage() - Method in class org.apache.tomcat.util.descriptor.web.LoginConfig
-
- getLong() - Method in class org.apache.tomcat.util.buf.ByteChunk
-
- getLong() - Method in class org.apache.tomcat.util.buf.MessageBytes
-
Convert the buffer to an long, cache the value.
- getMajorVersion() - Method in class org.apache.jasper.servlet.JspCServletContext
-
Return the Servlet API major version number.
- getMajorVersion() - Method in class org.apache.tomcat.util.descriptor.web.WebXml
-
- getManager(Class<?>) - Static method in class org.apache.tomcat.util.res.StringManager
-
Get the StringManager for a given class.
- getManager(String) - Static method in class org.apache.tomcat.util.res.StringManager
-
Get the StringManager for a particular package.
- getManager(String, Locale) - Static method in class org.apache.tomcat.util.res.StringManager
-
Get the StringManager for a particular package and Locale.
- getManager(String, Enumeration<Locale>) - Static method in class org.apache.tomcat.util.res.StringManager
-
Retrieve the StringManager for a list of Locales.
- getManifest() - Method in interface org.apache.tomcat.Jar
-
Obtain the manifest for the JAR file.
- getManifest() - Method in class org.apache.tomcat.util.scan.AbstractInputStreamJar
-
- getManifest() - Method in class org.apache.tomcat.util.scan.JarFileUrlJar
-
- 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
-
- getMatch() - Method in class org.apache.tomcat.util.digester.Digester
-
- getMatchAllServletNames() - Method in class org.apache.tomcat.util.descriptor.web.FilterMap
-
- getMatchAllUrlPatterns() - Method in class org.apache.tomcat.util.descriptor.web.FilterMap
-
- getMaxFileSize() - Method in class org.apache.tomcat.util.descriptor.web.MultipartDef
-
- 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 org.apache.tomcat.util.descriptor.web.MultipartDef
-
- getMaxThreads() - Method in interface org.apache.tomcat.util.threads.ResizableExecutor
-
- getMessage() - Method in class javax.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, String) - Static method in class org.apache.jasper.compiler.Localizer
-
- getMessage(String, String, String) - Static method in class org.apache.jasper.compiler.Localizer
-
- getMessage(String, String, String, String) - Static method in class org.apache.jasper.compiler.Localizer
-
- getMessage(String, String, String, String, String) - Static method in class org.apache.jasper.compiler.Localizer
-
- getMessage(String, Object[]) - Static method in class org.apache.jasper.compiler.Localizer
-
- getMessageDestinationRefs() - Method in class org.apache.tomcat.util.descriptor.web.WebXml
-
- getMessageDestinations() - Method in class org.apache.tomcat.util.descriptor.web.WebXml
-
- 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 javax.el.MethodExpression
-
- getMethodInfo(ELContext) - Method in class org.apache.el.MethodExpressionImpl
-
Evaluates the expression relative to the provided context, and returns
information about the actual referenced method.
- getMethodInfo(ELContext) - Method in class org.apache.el.MethodExpressionLiteral
-
- getMethodInfo(EvaluationContext, Class<?>[]) - Method in class org.apache.el.parser.AstIdentifier
-
- getMethodInfo(EvaluationContext, Class[]) - Method in class org.apache.el.parser.AstValue
-
- getMethodInfo(EvaluationContext, Class<?>[]) - Method in interface org.apache.el.parser.Node
-
- getMethodInfo(EvaluationContext, Class<?>[]) - Method in class org.apache.el.parser.SimpleNode
-
- getMethodInfo(ELContext) - Method in class org.apache.jasper.el.JspMethodExpression
-
- getMethodSignature() - Method in class javax.servlet.jsp.tagext.TagAttributeInfo
-
- getMimeMappings() - Method in class org.apache.tomcat.util.descriptor.web.WebXml
-
- getMimeType(String) - Method in class org.apache.jasper.servlet.JspCServletContext
-
Return the MIME type for the specified filename.
- getMinorVersion() - Method in class org.apache.jasper.servlet.JspCServletContext
-
Return the Servlet API minor version number.
- getMinorVersion() - Method in class org.apache.tomcat.util.descriptor.web.WebXml
-
- 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
-
- getMultipartDef() - Method in class org.apache.tomcat.util.descriptor.web.ServletDef
-
- getName() - Method in class javax.el.MethodInfo
-
- getName() - Method in class javax.servlet.jsp.tagext.FunctionInfo
-
The name of the function.
- getName() - Method in class javax.servlet.jsp.tagext.TagAttributeInfo
-
The name of this attribute.
- getName() - Method in class javax.servlet.jsp.tagext.TagFileInfo
-
The unique action name of this tag.
- getName() - Method in class org.apache.tomcat.util.descriptor.tld.TagFileXml
-
- getName() - Method in class org.apache.tomcat.util.descriptor.tld.TagXml
-
- getName() - Method in class org.apache.tomcat.util.descriptor.web.ApplicationParameter
-
- getName() - Method in class org.apache.tomcat.util.descriptor.web.ErrorPage
-
- getName() - Method in interface org.apache.tomcat.util.descriptor.web.Injectable
-
- getName() - Method in class org.apache.tomcat.util.descriptor.web.ResourceBase
-
- getName() - Method in class org.apache.tomcat.util.descriptor.web.SecurityCollection
-
- getName() - Method in class org.apache.tomcat.util.descriptor.web.SecurityRoleRef
-
- getName() - Method in class org.apache.tomcat.util.descriptor.web.WebXml
-
- getNamedDispatcher(String) - Method in class org.apache.jasper.servlet.JspCServletContext
-
Return a request dispatcher for the specified servlet name.
- getNameFromAttribute() - Method in class javax.servlet.jsp.tagext.TagVariableInfo
-
The body of the <name-from-attribute> element.
- getNameGiven() - Method in class javax.servlet.jsp.tagext.TagVariableInfo
-
The body of the <name-given> element.
- getNamespaceAware() - Method in class org.apache.tomcat.util.digester.Digester
-
- getNamespaceuri(String) - Method in class org.apache.tomcat.util.descriptor.web.ContextHandler
-
- getNamespaceURI() - Method in class org.apache.tomcat.util.digester.Rule
-
Return the namespace URI for which this Rule is relevant, if any.
- getNamespaceURI() - Method in interface org.apache.tomcat.util.digester.Rules
-
- getNamespaceURI() - Method in class org.apache.tomcat.util.digester.RulesBase
-
Return the namespace URI that will be applied to all subsequently
added Rule objects.
- getNamespaceURI() - Method in interface org.apache.tomcat.util.digester.RuleSet
-
- getNamespaceURI() - Method in class org.apache.tomcat.util.digester.RuleSetBase
-
Return the namespace URI that will be applied to all Rule instances
created from this RuleSet.
- getNamingResources() - Method in class org.apache.tomcat.util.descriptor.web.ResourceBase
-
- 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.
- getOffset() - Method in class org.apache.tomcat.util.buf.ByteChunk
-
- getOffset() - Method in class org.apache.tomcat.util.buf.CharChunk
-
- getOption(ServletConfig, String, String) - Static method in class org.apache.jasper.runtime.TagHandlerPool
-
- getOptions() - Method in class org.apache.jasper.JspCompilationContext
-
- getOut() - Method in class javax.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 class org.apache.jasper.runtime.ServletResponseWrapperInclude
-
- getOutputStream() - Method in class org.apache.jasper.tagplugins.jstl.Util.ImportResponseWrapper
-
- getOverride() - Method in class org.apache.tomcat.util.descriptor.web.ApplicationParameter
-
- getOverride() - Method in class org.apache.tomcat.util.descriptor.web.ContextEnvironment
-
- getOverride() - Method in class org.apache.tomcat.util.descriptor.web.ContextResourceEnvRef
-
- getPackageImports() - Method in interface org.apache.jasper.runtime.JspSourceImports
-
- getPage() - Method in class javax.servlet.jsp.PageContext
-
The current value of the page object (In a Servlet environment,
this is an instance of javax.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 javax.servlet.jsp.JspFactory
-
obtains an instance of an implementation dependent
javax.servlet.jsp.PageContext abstract class for the calling Servlet
and currently pending request and response.
- getPageContext(Servlet, ServletRequest, ServletResponse, String, boolean, int, boolean) - Method in class org.apache.jasper.runtime.JspFactoryImpl
-
- getPageEncoding() - Method in class org.apache.jasper.compiler.JspConfig.JspProperty
-
- getPageEncoding() - Method in class org.apache.tomcat.util.descriptor.web.JspPropertyGroup
-
- getPageEncoding() - Method in class org.apache.tomcat.util.descriptor.web.JspPropertyGroupDescriptorImpl
-
- getPageInfo() - Method in class org.apache.jasper.compiler.Compiler
-
- getPageNodes() - Method in class org.apache.jasper.compiler.Compiler
-
Retrieves the parsed nodes of the JSP page, if they are available.
- getParameterMap() - Method in class org.apache.tomcat.util.descriptor.web.FilterDef
-
- getParameterMap() - Method in class org.apache.tomcat.util.descriptor.web.ServletDef
-
- getParameters(EvaluationContext) - Method in class org.apache.el.parser.AstMethodParameters
-
- getParamTypes() - Method in class javax.el.MethodInfo
-
- getParent() - Method in interface javax.servlet.jsp.tagext.SimpleTag
-
Returns the parent of this tag, for collaboration purposes.
- getParent() - Method in class javax.servlet.jsp.tagext.SimpleTagSupport
-
Returns the parent of this tag, for collaboration purposes.
- getParent() - Method in interface javax.servlet.jsp.tagext.Tag
-
Get the parent (closest enclosing tag handler) for this tag handler.
- getParent() - Method in class javax.servlet.jsp.tagext.TagAdapter
-
Returns the parent of this tag, which is always getAdaptee().getParent().
- getParent() - Method in class javax.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
-
- getParser() - Method in class org.apache.tomcat.util.digester.Digester
-
- getPath() - Method in class javax.servlet.jsp.tagext.TagFileInfo
-
Where to find the .tag file implementing this action.
- getPath() - Method in class org.apache.jasper.compiler.JspConfig.JspPropertyGroup
-
- getPath() - Method in class org.apache.tomcat.util.descriptor.tld.TagFileXml
-
- 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.
- getPluggabilityScan() - Method in class org.apache.tomcat.util.scan.StandardJarScanFilter
-
- getPluggabilitySkip() - Method in class org.apache.tomcat.util.scan.StandardJarScanFilter
-
- getPluginAttribute(String) - Method in interface org.apache.jasper.compiler.tagplugin.TagPluginContext
-
Get the value of an attribute in the current tagplugin context.
- getPlugins() - Method in class org.apache.tomcat.util.descriptor.tagplugin.TagPluginParser
-
- getPoolSize() - Method in interface org.apache.tomcat.util.threads.ResizableExecutor
-
Returns the current number of threads in the pool.
- getPortlink(String) - Method in class org.apache.tomcat.util.descriptor.web.ContextService
-
- getPortName(int) - Method in class org.apache.tomcat.util.descriptor.web.ContextHandler
-
- getPortNamesSize() - Method in class org.apache.tomcat.util.descriptor.web.ContextHandler
-
- getPostConstructMethods() - Method in class org.apache.tomcat.util.descriptor.web.WebXml
-
- getPreDestroyMethods() - Method in class org.apache.tomcat.util.descriptor.web.WebXml
-
- getPrefix() - Method in class org.apache.el.parser.AstFunction
-
- getPrefixString() - Method in class javax.servlet.jsp.tagext.TagLibraryInfo
-
The prefix assigned to this taglib from the taglib directive
- getPreviousOut() - Method in class javax.servlet.jsp.tagext.BodyTagSupport
-
Get surrounding out JspWriter.
- getProject() - Method in class org.apache.jasper.compiler.AntCompiler
-
- getProperty() - Method in class javax.el.ValueReference
-
- getProperty(String) - Method in class org.apache.jasper.EmbeddedServletOptions
-
- getProperty(String) - Method in class org.apache.juli.ClassLoaderLogManager
-
Get the value of the specified property in the classloader local
configuration.
- getProperty(String) - Method in class org.apache.tomcat.util.descriptor.web.ContextTransaction
-
- getProperty(String) - Method in class org.apache.tomcat.util.descriptor.web.ResourceBase
-
- getProperty(String) - Method in class org.apache.tomcat.util.digester.Digester
-
Return the current value of the specified property for the underlying
XMLReader implementation.
- getProperty(Object, String) - Static method in class org.apache.tomcat.util.IntrospectionUtils
-
- getProperty(String) - Method in interface org.apache.tomcat.util.IntrospectionUtils.PropertySource
-
- getPublicId() - Method in class org.apache.tomcat.util.descriptor.web.WebXml
-
- getPublicId() - Method in class org.apache.tomcat.util.digester.Digester
-
- getQueuedThreads() - Method in class org.apache.tomcat.util.threads.LimitLatch
-
Provide access to the list of threads waiting to acquire this limited
shared latch.
- 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 javax.servlet.jsp.tagext.BodyContent
-
Return the value of this BodyContent as a Reader.
- getReader() - Method in class org.apache.jasper.runtime.BodyContentImpl
-
Return the value of this BodyJspWriter as a Reader.
- getReadMethod(Class<?>, String) - Static method in class org.apache.jasper.runtime.JspRuntimeLibrary
-
- getRealmName() - Method in class org.apache.tomcat.util.descriptor.web.LoginConfig
-
- 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 javax.servlet.jsp.tagext.TagLibraryInfo
-
The "reliable" URN indicated in the TLD (the uri element).
- getRemaining() - Method in class javax.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
-
- getRemote() - Method in class org.apache.tomcat.util.descriptor.web.ContextEjb
-
- getReplaced() - Method in class org.apache.jasper.util.FastRemovalDequeue.Entry
-
- getReport() - Method in class org.apache.jasper.compiler.AntCompiler.JasperAntLogger
-
- getRequest() - Method in class javax.servlet.jsp.PageContext
-
The current value of the request object (a ServletRequest).
- getRequest() - Method in class org.apache.jasper.runtime.JspContextWrapper
-
- getRequest() - Method in class org.apache.jasper.runtime.PageContextImpl
-
- getRequestDispatcher(String) - Method in class org.apache.jasper.servlet.JspCServletContext
-
Return a request dispatcher for the specified context-relative path.
- getRequestURI() - Method in class javax.servlet.jsp.ErrorData
-
Returns the request URI.
- getRequiredVersion() - Method in class javax.servlet.jsp.tagext.TagLibraryInfo
-
A string describing the required version of the JSP container.
- getResource(String) - Method in class org.apache.jasper.JspCompilationContext
-
- getResource(String) - Method in class org.apache.jasper.servlet.JspCServletContext
-
Return a URL object of a resource that is mapped to the
specified context-relative path.
- getResourceAsStream(String) - Method in class org.apache.jasper.JspCompilationContext
-
Gets a resource as a stream, relative to the meanings of this
context's implementation.
- getResourceAsStream(String) - Method in class org.apache.jasper.servlet.JasperLoader
-
Delegate to parent
- getResourceAsStream(String) - Method in class org.apache.jasper.servlet.JspCServletContext
-
Return an InputStream allowing access to the resource at the
specified context-relative path.
- getResourceEnvRefs() - Method in class org.apache.tomcat.util.descriptor.web.WebXml
-
- 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.
- getResourceRefs() - Method in class org.apache.tomcat.util.descriptor.web.WebXml
-
- getResponse() - Method in class javax.servlet.jsp.PageContext
-
The current value of the response object (a ServletResponse).
- getResponse() - Method in class org.apache.jasper.runtime.JspContextWrapper
-
- getResponse() - Method in class org.apache.jasper.runtime.PageContextImpl
-
- getReturnType() - Method in class javax.el.MethodInfo
-
- getRoot() - Method in class org.apache.tomcat.util.digester.Digester
-
When the Digester is being used as a SAXContentHandler,
this method allows you to access the root object that has been
created after parsing.
- getRootCause() - Method in exception javax.servlet.jsp.el.ELException
-
Deprecated.
Returns the root cause.
- getRootCause() - Method in exception javax.servlet.jsp.JspException
-
- getRuleNamespaceURI() - Method in class org.apache.tomcat.util.digester.Digester
-
- getRules() - Method in class org.apache.tomcat.util.digester.Digester
-
Return the Rules implementation object containing our
rules collection and associated matching policy.
- getRulesValidation() - Method in class org.apache.tomcat.util.digester.Digester
-
- getRunAs() - Method in class org.apache.tomcat.util.descriptor.web.ServletDef
-
- getRuntimeContext() - Method in class org.apache.jasper.JspCompilationContext
-
- getSAXLogger() - Method in class org.apache.tomcat.util.digester.Digester
-
Gets the logger used for logging SAX-related information.
- getScope() - Method in class javax.servlet.jsp.tagext.TagVariableInfo
-
The body of the <scope> element.
- getScope() - Method in class javax.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.
- getScope() - Method in class org.apache.tomcat.util.descriptor.web.ContextResource
-
- 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 class org.apache.tomcat.util.descriptor.web.JspPropertyGroup
-
- getScriptingInvalid() - Method in class org.apache.tomcat.util.descriptor.web.JspPropertyGroupDescriptorImpl
-
- getSecurityConstraints() - Method in class org.apache.tomcat.util.descriptor.web.WebXml
-
- getSecurityRoleRefs() - Method in class org.apache.tomcat.util.descriptor.web.ServletDef
-
- getSecurityRoles() - Method in class org.apache.tomcat.util.descriptor.web.WebXml
-
- getServerInfo() - Method in class org.apache.jasper.servlet.JspCServletContext
-
Return descriptive information about this server.
- getServiceendpoints() - Method in class org.apache.tomcat.util.descriptor.web.ContextService
-
Declares a client dependency on the container to resolving a Service Endpoint Interface
to a WSDL port.
- getServiceName() - Method in interface org.apache.juli.WebappProperties
-
Returns a name for the logging system to use for the Service where the
Host, if any, associated with the class loader is deployed.
- getServiceqname() - Method in class org.apache.tomcat.util.descriptor.web.ContextService
-
- getServiceqname(int) - Method in class org.apache.tomcat.util.descriptor.web.ContextService
-
- getServiceqnameLocalpart() - Method in class org.apache.tomcat.util.descriptor.web.ContextService
-
- getServiceqnameNamespaceURI() - Method in class org.apache.tomcat.util.descriptor.web.ContextService
-
- getServiceRefs() - Method in class org.apache.tomcat.util.descriptor.web.WebXml
-
- getServlet(String) - Method in class org.apache.jasper.servlet.JspCServletContext
-
- getServlet() - Method in class org.apache.jasper.servlet.JspServletWrapper
-
- getServletClass() - Method in class org.apache.tomcat.util.descriptor.web.ServletDef
-
- getServletClassName() - Method in class org.apache.jasper.JspCompilationContext
-
Just the class name (does not include package name) of the
generated class.
- getServletConfig() - Method in class javax.servlet.jsp.PageContext
-
The ServletConfig instance.
- getServletConfig() - Method in class org.apache.jasper.runtime.JspContextWrapper
-
- getServletConfig() - Method in class org.apache.jasper.runtime.PageContextImpl
-
- getServletContext() - Method in class javax.servlet.jsp.PageContext
-
The ServletContext instance.
- getServletContext() - Method in class org.apache.jasper.JspCompilationContext
-
- getServletContext() - Method in class org.apache.jasper.runtime.JspContextWrapper
-
- getServletContext() - Method in class org.apache.jasper.runtime.PageContextImpl
-
- getServletContext() - Method in class org.apache.jasper.servlet.JspServletWrapper
-
- getServletContextName() - Method in class org.apache.jasper.servlet.JspCServletContext
-
Return the name of this servlet context.
- getServletInfo() - Method in class org.apache.jasper.runtime.HttpJspBase
-
- getServletJavaFileName() - Method in class org.apache.jasper.JspCompilationContext
-
- getServletMappings() - Method in class org.apache.tomcat.util.descriptor.web.WebXml
-
- getServletName() - Method in class javax.servlet.jsp.ErrorData
-
Returns the name of the servlet invoked.
- getServletName() - Method in class org.apache.tomcat.util.descriptor.web.ServletDef
-
- getServletNames() - Method in class org.apache.jasper.servlet.JspCServletContext
-
- getServletNames() - Method in class org.apache.tomcat.util.descriptor.web.FilterMap
-
- getServletPackageName() - Method in class org.apache.jasper.JspCompilationContext
-
Package name for the generated class is make up of the base package
name, which is user settable, and the derived package name.
- getServletRegistration(String) - Method in class org.apache.jasper.servlet.JspCServletContext
-
- getServletRegistrations() - Method in class org.apache.jasper.servlet.JspCServletContext
-
- getServlets() - Method in class org.apache.jasper.servlet.JspCServletContext
-
- getServlets() - Method in class org.apache.tomcat.util.descriptor.web.WebXml
-
- getSession() - Method in class javax.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
-
- getSessionConfig() - Method in class org.apache.tomcat.util.descriptor.web.WebXml
-
- getSessionCookieConfig() - Method in class org.apache.jasper.servlet.JspCServletContext
-
- getSessionTimeout() - Method in class org.apache.tomcat.util.descriptor.web.SessionConfig
-
- getSessionTrackingModes() - Method in class org.apache.tomcat.util.descriptor.web.SessionConfig
-
- getShortName() - Method in class javax.servlet.jsp.tagext.TagLibraryInfo
-
The preferred short name (prefix) as indicated in the TLD.
- getShortName() - Method in class org.apache.tomcat.util.descriptor.tld.TaglibXml
-
- getSingleton() - Method in class org.apache.tomcat.util.descriptor.web.ContextResource
-
- getSize() - Method in class org.apache.jasper.util.FastRemovalDequeue
-
Retrieve the size of the list.
- getSmallIcon() - Method in class javax.servlet.jsp.tagext.TagInfo
-
Get the path to the small icon.
- getSmallIcon() - Method in class org.apache.tomcat.util.descriptor.tld.TagFileXml
-
- getSmallIcon() - Method in class org.apache.tomcat.util.descriptor.tld.TagXml
-
- getSmallIcon() - Method in class org.apache.tomcat.util.descriptor.web.ContextService
-
- getSmallIcon() - Method in class org.apache.tomcat.util.descriptor.web.FilterDef
-
- getSmallIcon() - Method in class org.apache.tomcat.util.descriptor.web.MessageDestination
-
- getSmallIcon() - Method in class org.apache.tomcat.util.descriptor.web.ServletDef
-
- getSoapRole(int) - Method in class org.apache.tomcat.util.descriptor.web.ContextHandler
-
- getSoapRolesSize() - Method in class org.apache.tomcat.util.descriptor.web.ContextHandler
-
- getSpecificationVersion() - Method in class javax.servlet.jsp.JspEngineInfo
-
Return the version number of the JSP specification that is supported by
this JSP engine.
- getStart() - Method in class org.apache.tomcat.util.buf.ByteChunk
-
- getStart() - Method in class org.apache.tomcat.util.buf.CharChunk
-
- getStatus() - Method in class org.apache.jasper.tagplugins.jstl.Util.ImportResponseWrapper
-
- getStatusCode() - Method in class javax.servlet.jsp.ErrorData
-
Returns the status code of the error.
- getStratumName() - Method in class org.apache.jasper.compiler.SmapStratum
-
- getStreamELResolver() - Method in class javax.el.ExpressionFactory
-
- getStreamELResolver() - Method in class org.apache.el.ExpressionFactoryImpl
-
- getStrictQuoteEscaping() - Method in class org.apache.jasper.EmbeddedServletOptions
-
- getStrictQuoteEscaping() - Method in class org.apache.jasper.JspC
-
- getStrictQuoteEscaping() - Method in interface org.apache.jasper.Options
-
- getString() - Method in class javax.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.compiler.SmapGenerator
-
- getString() - Method in class org.apache.jasper.compiler.SmapStratum
-
- 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
-
- getString() - Method in class org.apache.tomcat.util.buf.MessageBytes
-
Returns the string value.
- getString(String) - Method in class org.apache.tomcat.util.res.StringManager
-
Get a string from the underlying resource bundle or return null if the
String is not found.
- getString(String, Object...) - Method in class org.apache.tomcat.util.res.StringManager
-
Get a string from the underlying resource bundle and format
it with the given set of arguments.
- getSubmittedCount() - Method in class org.apache.tomcat.util.threads.ThreadPoolExecutor
-
- GetSuffix(int) - Method in class org.apache.el.parser.SimpleCharStream
-
Get the suffix.
- getTabSize(int) - Method in class org.apache.el.parser.SimpleCharStream
-
- getTag(String) - Method in class javax.servlet.jsp.tagext.TagLibraryInfo
-
Get the TagInfo for a given tag name, looking through all the tags in
this tag library.
- getTagClass() - Method in class org.apache.tomcat.util.descriptor.tld.TagXml
-
- getTagClassName() - Method in class javax.servlet.jsp.tagext.TagInfo
-
Name of the class that provides the handler for this tag.
- getTagExtraInfo() - Method in class javax.servlet.jsp.tagext.TagInfo
-
The instance (if any) for extra tag information.
- getTagFile(String) - Method in class javax.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 javax.servlet.jsp.tagext.TagLibraryInfo
-
An array describing the tag files that are defined in this tag library.
- getTagFiles() - Method in class org.apache.tomcat.util.descriptor.tld.TaglibXml
-
- getTagHandlerClassName(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 javax.servlet.jsp.tagext.TagExtraInfo
-
Get the TagInfo for this class.
- getTagInfo() - Method in class javax.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 class org.apache.tomcat.util.descriptor.web.TaglibDescriptorImpl
-
- getTagLibrary() - Method in class javax.servlet.jsp.tagext.TagInfo
-
The instance of TabLibraryInfo we belong to.
- getTagLibraryInfos() - Method in class javax.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 class org.apache.tomcat.util.descriptor.web.JspConfigDescriptorImpl
-
- getTaglibs() - Method in class org.apache.tomcat.util.descriptor.web.WebXml
-
- getTaglibURI() - Method in class org.apache.tomcat.util.descriptor.web.TaglibDescriptorImpl
-
- getTaglibXml(TldResourcePath) - Method in class org.apache.jasper.compiler.TldCache
-
- getTagName() - Method in class javax.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 javax.servlet.jsp.tagext.TagLibraryInfo
-
An array describing the tags that are defined in this tag library.
- getTags() - Method in class org.apache.tomcat.util.descriptor.tld.TaglibXml
-
- getTagVariableInfos() - Method in class javax.servlet.jsp.tagext.TagInfo
-
Get TagVariableInfo objects associated with this TagInfo.
- getTargetClass() - Method in class org.apache.tomcat.util.descriptor.web.InjectionTarget
-
- getTargetName() - Method in class org.apache.tomcat.util.descriptor.web.InjectionTarget
-
- getTeiClass() - Method in class org.apache.tomcat.util.descriptor.tld.TagXml
-
- getTemporaryVariableName() - Method in interface org.apache.jasper.compiler.tagplugin.TagPluginContext
-
- getThreadDump() - Static method in class org.apache.tomcat.util.Diagnostics
-
Retrieves a formatted JVM thread dump.
- getThreadDump(Enumeration<Locale>) - Static method in class org.apache.tomcat.util.Diagnostics
-
Retrieves a formatted JVM thread dump.
- getThreadDump(StringManager) - Static method in class org.apache.tomcat.util.Diagnostics
-
Retrieve a JVM thread dump formatted
using the given StringManager.
- getThreadRenewalDelay() - Method in class org.apache.tomcat.util.threads.ThreadPoolExecutor
-
- getThrowable() - Method in class javax.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 javax.servlet.error.exception request
attribute value, if present, otherwise the value of the
javax.servlet.jsp.jspException request attribute value.
- getTimeFormat() - Method in class org.apache.juli.DateFormatCache
-
- getTimeFormat() - Method in class org.apache.juli.OneLineFormatter
-
Obtain the format currently being used for time stamps in log messages.
- 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.
- getTldScan() - Method in class org.apache.tomcat.util.scan.StandardJarScanFilter
-
- getTldSkip() - Method in class org.apache.tomcat.util.scan.StandardJarScanFilter
-
- getTlibVersion() - Method in class org.apache.tomcat.util.descriptor.tld.TaglibXml
-
- getToken(int) - Method in class org.apache.el.parser.ELParser
-
Get the specific Token.
- getTrainThreshold() - Method in class org.apache.tomcat.util.buf.StringCache
-
- getTrimDirectiveWhitespaces() - Method in class org.apache.tomcat.util.descriptor.web.JspPropertyGroupDescriptorImpl
-
- getTrimSpaces() - Method in class org.apache.jasper.EmbeddedServletOptions
-
Should white spaces between directives or actions be trimmed?
- getTrimSpaces() - Method in class org.apache.jasper.JspC
- getTrimSpaces() - Method in interface org.apache.jasper.Options
-
- getTrimWhitespace() - Method in class org.apache.tomcat.util.descriptor.web.JspPropertyGroup
-
- getType(ELContext, Object, Object) - Method in class javax.el.ArrayELResolver
-
- getType(ELContext, Object, Object) - Method in class javax.el.BeanELResolver
-
- getType(ELContext, Object, Object) - Method in class javax.el.BeanNameELResolver
-
- getType(ELContext, Object, Object) - Method in class javax.el.CompositeELResolver
-
- getType(ELContext, Object, Object) - Method in class javax.el.ELResolver
-
- getType(ELContext, Object, Object) - Method in class javax.el.ListELResolver
-
- getType(ELContext, Object, Object) - Method in class javax.el.MapELResolver
-
- getType(ELContext, Object, Object) - Method in class javax.el.ResourceBundleELResolver
-
- getType(ELContext, Object, Object) - Method in class javax.el.StaticFieldELResolver
-
- getType(ELContext, Object, Object) - Method in class javax.el.TypeConverter
-
- getType(ELContext) - Method in class javax.el.ValueExpression
-
- getType(ELContext, Object, Object) - Method in class javax.servlet.jsp.el.ImplicitObjectELResolver
-
- getType(ELContext, Object, Object) - Method in class javax.servlet.jsp.el.ScopedAttributeELResolver
-
- getType(EvaluationContext) - Method in class org.apache.el.parser.ArithmeticNode
-
- getType(EvaluationContext) - Method in class org.apache.el.parser.AstAssign
-
- getType(EvaluationContext) - Method in class org.apache.el.parser.AstChoice
-
- getType(EvaluationContext) - Method in class org.apache.el.parser.AstCompositeExpression
-
- getType(EvaluationContext) - Method in class org.apache.el.parser.AstConcatenation
-
- getType(EvaluationContext) - Method in class org.apache.el.parser.AstDeferredExpression
-
- getType(EvaluationContext) - Method in class org.apache.el.parser.AstDynamicExpression
-
- getType(EvaluationContext) - Method in class org.apache.el.parser.AstEmpty
-
- getType(EvaluationContext) - Method in class org.apache.el.parser.AstFloatingPoint
-
- getType(EvaluationContext) - Method in class org.apache.el.parser.AstFunction
-
- getType(EvaluationContext) - Method in class org.apache.el.parser.AstIdentifier
-
- getType(EvaluationContext) - Method in class org.apache.el.parser.AstInteger
-
- getType(EvaluationContext) - Method in class org.apache.el.parser.AstListData
-
- getType(EvaluationContext) - Method in class org.apache.el.parser.AstLiteralExpression
-
- getType(EvaluationContext) - Method in class org.apache.el.parser.AstMapData
-
- getType(EvaluationContext) - Method in class org.apache.el.parser.AstNegative
-
- getType(EvaluationContext) - Method in class org.apache.el.parser.AstNot
-
- getType(EvaluationContext) - Method in class org.apache.el.parser.AstNull
-
- getType(EvaluationContext) - Method in class org.apache.el.parser.AstSemicolon
-
- getType(EvaluationContext) - Method in class org.apache.el.parser.AstSetData
-
- getType(EvaluationContext) - Method in class org.apache.el.parser.AstString
-
- getType(EvaluationContext) - Method in class org.apache.el.parser.AstValue
-
- getType(EvaluationContext) - Method in class org.apache.el.parser.BooleanNode
-
- getType(EvaluationContext) - Method in interface org.apache.el.parser.Node
-
- getType(EvaluationContext) - Method in class org.apache.el.parser.SimpleNode
-
- getType(ELContext, Object, Object) - Method in class org.apache.el.stream.StreamELResolverImpl
-
- getType(ELContext) - Method in class org.apache.el.ValueExpressionImpl
-
- getType(ELContext) - Method in class org.apache.el.ValueExpressionLiteral
-
- getType() - Method in class org.apache.jasper.compiler.ELParser
-
- getType(ELContext, Object, Object) - Method in class org.apache.jasper.el.ELResolverImpl
-
Deprecated.
- getType(ELContext) - Method in class org.apache.jasper.el.JspValueExpression
-
- getType() - Method in class org.apache.tomcat.util.buf.MessageBytes
-
Return the type of the original content.
- getType() - Method in class org.apache.tomcat.util.descriptor.web.ResourceBase
-
- getTypeName() - Method in class javax.servlet.jsp.tagext.TagAttributeInfo
-
The type (as a String) of this attribute.
- getUnloadHandle() - Method in class org.apache.jasper.servlet.JspServletWrapper
-
- getUnquoted(String, char, boolean, boolean, boolean, boolean) - Static method in class org.apache.jasper.compiler.AttributeParser
-
Parses the provided input String as a JSP attribute and returns an
unquoted value.
- getURI() - Method in class javax.servlet.jsp.tagext.TagLibraryInfo
-
The value of the uri attribute from the taglib directive for this
library.
- getUri() - Method in class org.apache.tomcat.util.descriptor.tld.TaglibXml
-
- 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.
- getUrl() - Method in class org.apache.tomcat.util.descriptor.tld.TldResourcePath
-
Returns the URL of the TLD or of the JAR containing the TLD.
- getURL() - Method in class org.apache.tomcat.util.descriptor.web.WebXml
-
- getURL(String) - Method in class org.apache.tomcat.util.scan.AbstractInputStreamJar
-
- getURL(String) - Method in class org.apache.tomcat.util.scan.JarFileUrlJar
-
- getURLPatterns() - Method in class org.apache.tomcat.util.descriptor.web.FilterMap
-
- getUrlPatterns() - Method in class org.apache.tomcat.util.descriptor.web.JspPropertyGroup
-
- getUrlPatterns() - Method in class org.apache.tomcat.util.descriptor.web.JspPropertyGroupDescriptorImpl
-
- getUsage() - Method in class org.apache.tomcat.util.descriptor.web.MessageDestinationRef
-
- getUseContextClassLoader() - Method in class org.apache.tomcat.util.digester.Digester
-
- getUseExactMatch() - Method in class org.apache.tomcat.util.digester.CallMethodRule
-
Should MethodUtils.invokeExactMethod
be used for the reflection.
- getUserConstraint() - Method in class org.apache.tomcat.util.descriptor.web.SecurityConstraint
-
Return the user data constraint for this security constraint.
- getValidating() - Method in class org.apache.tomcat.util.digester.Digester
-
- getValidator() - Method in class org.apache.tomcat.util.descriptor.tld.TaglibXml
-
- getValidatorClass() - Method in class org.apache.tomcat.util.descriptor.tld.ValidatorXml
-
- getValue(ELContext, Object, Object) - Method in class javax.el.ArrayELResolver
-
- getValue(ELContext, Object, Object) - Method in class javax.el.BeanELResolver
-
- getValue(ELContext, Object, Object) - Method in class javax.el.BeanNameELResolver
-
- getValue(ELContext, Object, Object) - Method in class javax.el.CompositeELResolver
-
- getValue(String, Class<?>) - Method in class javax.el.ELProcessor
-
- getValue(ELContext, Object, Object) - Method in class javax.el.ELResolver
-
- getValue(ELContext, Object, Object) - Method in class javax.el.ListELResolver
-
- getValue(ELContext, Object, Object) - Method in class javax.el.MapELResolver
-
- getValue(ELContext, Object, Object) - Method in class javax.el.ResourceBundleELResolver
-
- getValue(ELContext, Object, Object) - Method in class javax.el.StaticFieldELResolver
-
- getValue(ELContext, Object, Object) - Method in class javax.el.TypeConverter
-
- getValue(ELContext) - Method in class javax.el.ValueExpression
-
- getValue(ELContext, Object, Object) - Method in class javax.servlet.jsp.el.ImplicitObjectELResolver
-
- getValue(ELContext, Object, Object) - Method in class javax.servlet.jsp.el.ScopedAttributeELResolver
-
- getValue(String) - Method in class javax.servlet.jsp.tagext.TagSupport
-
Get a the value associated with a key.
- getValue(EvaluationContext) - Method in class org.apache.el.parser.AstAnd
-
- getValue(EvaluationContext) - Method in class org.apache.el.parser.AstAssign
-
- getValue(EvaluationContext) - Method in class org.apache.el.parser.AstBracketSuffix
-
- getValue(EvaluationContext) - Method in class org.apache.el.parser.AstChoice
-
- getValue(EvaluationContext) - Method in class org.apache.el.parser.AstCompositeExpression
-
- getValue(EvaluationContext) - Method in class org.apache.el.parser.AstConcatenation
-
- getValue(EvaluationContext) - Method in class org.apache.el.parser.AstDeferredExpression
-
- getValue(EvaluationContext) - Method in class org.apache.el.parser.AstDiv
-
- getValue(EvaluationContext) - Method in class org.apache.el.parser.AstDotSuffix
-
- getValue(EvaluationContext) - Method in class org.apache.el.parser.AstDynamicExpression
-
- getValue(EvaluationContext) - Method in class org.apache.el.parser.AstEmpty
-
- getValue(EvaluationContext) - Method in class org.apache.el.parser.AstEqual
-
- getValue(EvaluationContext) - Method in class org.apache.el.parser.AstFalse
-
- getValue(EvaluationContext) - Method in class org.apache.el.parser.AstFloatingPoint
-
- getValue(EvaluationContext) - Method in class org.apache.el.parser.AstFunction
-
- getValue(EvaluationContext) - Method in class org.apache.el.parser.AstGreaterThan
-
- getValue(EvaluationContext) - Method in class org.apache.el.parser.AstGreaterThanEqual
-
- getValue(EvaluationContext) - Method in class org.apache.el.parser.AstIdentifier
-
- getValue(EvaluationContext) - Method in class org.apache.el.parser.AstInteger
-
- getValue(EvaluationContext) - Method in class org.apache.el.parser.AstLambdaExpression
-
- getValue(EvaluationContext) - Method in class org.apache.el.parser.AstLessThan
-
- getValue(EvaluationContext) - Method in class org.apache.el.parser.AstLessThanEqual
-
- getValue(EvaluationContext) - Method in class org.apache.el.parser.AstListData
-
- getValue(EvaluationContext) - Method in class org.apache.el.parser.AstLiteralExpression
-
- getValue(EvaluationContext) - Method in class org.apache.el.parser.AstMapData
-
- getValue(EvaluationContext) - Method in class org.apache.el.parser.AstMinus
-
- getValue(EvaluationContext) - Method in class org.apache.el.parser.AstMod
-
- getValue(EvaluationContext) - Method in class org.apache.el.parser.AstMult
-
- getValue(EvaluationContext) - Method in class org.apache.el.parser.AstNegative
-
- getValue(EvaluationContext) - Method in class org.apache.el.parser.AstNot
-
- getValue(EvaluationContext) - Method in class org.apache.el.parser.AstNotEqual
-
- getValue(EvaluationContext) - Method in class org.apache.el.parser.AstNull
-
- getValue(EvaluationContext) - Method in class org.apache.el.parser.AstOr
-
- getValue(EvaluationContext) - Method in class org.apache.el.parser.AstPlus
-
- getValue(EvaluationContext) - Method in class org.apache.el.parser.AstSemicolon
-
- getValue(EvaluationContext) - Method in class org.apache.el.parser.AstSetData
-
- getValue(EvaluationContext) - Method in class org.apache.el.parser.AstString
-
- getValue(EvaluationContext) - Method in class org.apache.el.parser.AstTrue
-
- getValue(EvaluationContext) - Method in class org.apache.el.parser.AstValue
-
- getValue(EvaluationContext) - Method in interface org.apache.el.parser.Node
-
- getValue(EvaluationContext) - Method in class org.apache.el.parser.SimpleNode
-
- getValue() - Method in class org.apache.el.parser.Token
-
An optional attribute value of the Token.
- getValue(ELContext, Object, Object) - Method in class org.apache.el.stream.StreamELResolverImpl
-
- getValue(ELContext) - Method in class org.apache.el.ValueExpressionImpl
-
- getValue(ELContext) - Method in class org.apache.el.ValueExpressionLiteral
-
- getValue(ELContext, Object, Object) - Method in class org.apache.jasper.el.ELResolverImpl
-
Deprecated.
- getValue(ELContext, Object, Object) - Method in class org.apache.jasper.el.JasperELResolver
-
- getValue(ELContext) - Method in class org.apache.jasper.el.JspValueExpression
-
- getValue() - Method in class org.apache.tomcat.util.descriptor.web.ApplicationParameter
-
- getValue() - Method in class org.apache.tomcat.util.descriptor.web.ContextEnvironment
-
- 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
-
- getValueReference(ELContext) - Method in class javax.el.ValueExpression
-
- getValueReference(EvaluationContext) - Method in class org.apache.el.parser.AstIdentifier
-
- getValueReference(EvaluationContext) - Method in class org.apache.el.parser.AstValue
-
- getValueReference(EvaluationContext) - Method in interface org.apache.el.parser.Node
-
- getValueReference(EvaluationContext) - Method in class org.apache.el.parser.SimpleNode
-
- getValueReference(ELContext) - Method in class org.apache.el.ValueExpressionImpl
-
- getValues() - Method in class javax.servlet.jsp.tagext.TagSupport
-
Enumerate the keys for the values kept by this tag handler.
- getVariableInfo(TagData) - Method in class javax.servlet.jsp.tagext.TagExtraInfo
-
information on scripting variables defined by the tag associated with
this TagExtraInfo instance.
- getVariableInfo(TagData) - Method in class javax.servlet.jsp.tagext.TagInfo
-
Information on the scripting objects created by this tag at runtime.
- getVariableMapper() - Method in class javax.el.ELContext
-
- getVariableMapper() - Method in class javax.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 javax.servlet.jsp.JspContext
-
- getVariableResolver() - Method in class org.apache.jasper.runtime.JspContextWrapper
-
Deprecated.
- getVariableResolver() - Method in class org.apache.jasper.runtime.PageContextImpl
-
Deprecated.
- getVariables() - Method in class org.apache.tomcat.util.descriptor.tld.TagXml
-
- getVarName() - Method in class javax.servlet.jsp.tagext.VariableInfo
-
Returns the name of the scripting variable.
- getVersion() - Method in class org.apache.tomcat.util.descriptor.web.WebXml
-
- getVirtualServerName() - Method in class org.apache.jasper.servlet.JspCServletContext
-
- getVMInfo() - Static method in class org.apache.tomcat.util.Diagnostics
-
Retrieves a formatted JVM information text.
- getVMInfo(Enumeration<Locale>) - Static method in class org.apache.tomcat.util.Diagnostics
-
Retrieves a formatted JVM information text.
- getVMInfo(StringManager) - Static method in class org.apache.tomcat.util.Diagnostics
-
Retrieve a JVM information text formatted
using the given StringManager.
- getWarnings() - Method in class org.apache.tomcat.util.descriptor.XmlErrorHandler
-
- getWebappJar() - Method in class org.apache.tomcat.util.descriptor.web.WebXml
-
- getWebappName() - Method in interface org.apache.juli.WebappProperties
-
Returns a name for the logging system to use for the web application, if
any, associated with the class loader.
- getWebappPath() - Method in class org.apache.tomcat.util.descriptor.tld.TldResourcePath
-
Returns the path within the web application, if any, that the resource
returned by
TldResourcePath.getUrl() was obtained from.
- getWelcomeFiles() - Method in class org.apache.tomcat.util.descriptor.web.WebXml
-
- getWrapper(String) - Method in class org.apache.jasper.compiler.JspRuntimeContext
-
Get an already existing JspServletWrapper.
- getWriteMethod(Class<?>, String) - Static method in class org.apache.jasper.runtime.JspRuntimeLibrary
-
- getWriter() - Method in class org.apache.jasper.JspCompilationContext
-
- getWriter() - Method in class org.apache.jasper.runtime.ServletResponseWrapperInclude
-
Returns a wrapper around the JspWriter of the including page.
- getWriter() - Method in class org.apache.jasper.tagplugins.jstl.Util.ImportResponseWrapper
-
- getWsdlfile() - Method in class org.apache.tomcat.util.descriptor.web.ContextService
-
- getXMLReader() - Method in class org.apache.tomcat.util.digester.Digester
-
Return the XMLReader to be used for parsing the input document.
- GT0 - Static variable in interface org.apache.el.parser.ELParserConstants
-
RegularExpression Id.
- GT1 - Static variable in interface org.apache.el.parser.ELParserConstants
-
RegularExpression Id.
- ID - Static variable in class javax.servlet.jsp.tagext.TagAttributeInfo
-
"id" is wired in to be ID.
- id - Variable in class javax.servlet.jsp.tagext.TagSupport
-
The value of the id attribute of this tag; or null.
- id - Variable in class org.apache.el.parser.SimpleNode
-
- 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
-
- ignorableWhitespace(char[], int, int) - Method in class org.apache.tomcat.util.digester.Digester
-
Process notification of ignorable whitespace received from the body of
an XML element.
- 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 javax.servlet.jsp.el
-
- ImplicitObjectELResolver() - Constructor for class javax.servlet.jsp.el.ImplicitObjectELResolver
-
- ImplicitTldRuleSet - Class in org.apache.tomcat.util.descriptor.tld
-
RulesSet for digesting implicit.tld files.
- ImplicitTldRuleSet() - Constructor for class org.apache.tomcat.util.descriptor.tld.ImplicitTldRuleSet
-
- 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 javax.el.ELManager
-
- importClass(String) - Method in class javax.el.ImportHandler
-
- ImportHandler - Class in javax.el
-
- ImportHandler() - Constructor for class javax.el.ImportHandler
-
- importPackage(String) - Method in class javax.el.ELManager
-
- importPackage(String) - Method in class javax.el.ImportHandler
-
- ImportResponseWrapper(HttpServletResponse) - Constructor for class org.apache.jasper.tagplugins.jstl.Util.ImportResponseWrapper
-
- importStatic(String) - Method in class javax.el.ELManager
-
- importStatic(String) - Method in class javax.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(String) - Method in class javax.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 javax.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, boolean) - Method in class org.apache.jasper.runtime.JspContextWrapper
-
- 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 org.apache.jasper.runtime.PageContextImpl
-
- include(String, boolean) - Method in class org.apache.jasper.runtime.PageContextImpl
-
- INCLUDE - Static variable in class org.apache.tomcat.util.descriptor.web.FilterMap
-
- INCLUDE_ACTION - Static variable in interface org.apache.jasper.compiler.TagConstants
-
- INCLUDE_DIRECTIVE_ACTION - Static variable in interface org.apache.jasper.compiler.TagConstants
-
- included(String, String) - Method in class org.apache.tomcat.util.descriptor.web.SecurityConstraint
-
Check if the contraint applies to a URI and method.
- 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
-
- indexOf(String, int, int, int) - Method in class org.apache.tomcat.util.buf.ByteChunk
-
- indexOf(char, int) - Method in class org.apache.tomcat.util.buf.ByteChunk
-
Returns the first instance of the given character in this ByteChunk
starting at the specified byte.
- indexOf(byte[], int, int, char) - Static method in class org.apache.tomcat.util.buf.ByteChunk
-
Returns the first instance of the given character in the given byte array
between the specified start and end.
- indexOf(char) - Method in class org.apache.tomcat.util.buf.CharChunk
-
- indexOf(char, int) - Method in class org.apache.tomcat.util.buf.CharChunk
-
- indexOf(char[], int, int, char) - Static method in class org.apache.tomcat.util.buf.CharChunk
-
- indexOf(String, int, int, int) - Method in class org.apache.tomcat.util.buf.CharChunk
-
- indexOf(String, int) - Method in class org.apache.tomcat.util.buf.MessageBytes
-
- indexOf(String) - Method in class org.apache.tomcat.util.buf.MessageBytes
-
- indexOfIgnoreCase(String, int) - Method in class org.apache.tomcat.util.buf.MessageBytes
-
- info - Variable in class javax.servlet.jsp.tagext.TagLibraryInfo
-
Information (documentation) for this TLD.
- info(Object) - Method in interface org.apache.juli.logging.Log
-
Log a message with info log level.
- info(Object, Throwable) - Method in interface org.apache.juli.logging.Log
-
Log an error with info log level.
- init(JspCompilationContext, JspServletWrapper) - Method in class org.apache.jasper.compiler.Compiler
-
- 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(String) - Static method in class org.apache.tomcat.util.security.ConcurrentMessageDigest
-
- 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 javax.servlet.jsp.PageContext
-
The initialize method is called to initialize an uninitialized PageContext
so that it may be used by a JSP Implementation class to service an
incoming request and response within it's _jspService() method.
- initialize(Servlet, ServletRequest, ServletResponse, String, boolean, int, boolean) - Method in class org.apache.jasper.runtime.JspContextWrapper
-
- initialize(Servlet, ServletRequest, ServletResponse, String, boolean, int, boolean) - Method in class org.apache.jasper.runtime.PageContextImpl
-
- initServletContext(ClassLoader) - Method in class org.apache.jasper.JspC
-
- initTldScanner(JspCServletContext, ClassLoader) - Method in class org.apache.jasper.JspC
-
- initWebXml() - Method in class org.apache.jasper.JspC
-
- Injectable - Interface in org.apache.tomcat.util.descriptor.web
-
- InjectionTarget - Class in org.apache.tomcat.util.descriptor.web
-
- InjectionTarget() - Constructor for class org.apache.tomcat.util.descriptor.web.InjectionTarget
-
- InjectionTarget(String, String) - Constructor for class org.apache.tomcat.util.descriptor.web.InjectionTarget
-
- input_stream - Variable in class org.apache.el.parser.ELParserTokenManager
-
- InputSourceUtil - Class in org.apache.tomcat.util.descriptor
-
- inputStream - Variable in class org.apache.el.parser.SimpleCharStream
-
- insertBefore - Static variable in class org.apache.jasper.JspC
-
- installSmap(String[]) - 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
-
- Integer() - Method in class org.apache.el.parser.ELParser
-
- INTEGER_LITERAL - Static variable in interface org.apache.el.parser.ELParserConstants
-
RegularExpression Id.
- 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(boolean, String, Class<?>, String) - Static method in class org.apache.jasper.compiler.JspUtil
-
Produces a String representing a call to the EL interpreter.
- 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
-
- IntrospectionUtils - Class in org.apache.tomcat.util
-
Utils for introspection and reflection
- IntrospectionUtils() - Constructor for class org.apache.tomcat.util.IntrospectionUtils
-
- IntrospectionUtils.PropertySource - Interface in org.apache.tomcat.util
-
- invoke(ELContext, Object, Object, Class<?>[], Object[]) - Method in class javax.el.BeanELResolver
-
- invoke(ELContext, Object, Object, Class<?>[], Object[]) - Method in class javax.el.CompositeELResolver
-
- invoke(ELContext, Object, Object, Class<?>[], Object[]) - Method in class javax.el.ELResolver
-
Invokes a method on the the given object.
- invoke(ELContext, Object...) - Method in class javax.el.LambdaExpression
-
- invoke(Object...) - Method in class javax.el.LambdaExpression
-
- invoke(ELContext, Object[]) - Method in class javax.el.MethodExpression
-
- invoke(ELContext, Object, Object, Class<?>[], Object[]) - Method in class javax.el.StaticFieldELResolver
-
- invoke(Writer) - Method in class javax.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(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(EvaluationContext, Class<?>[], Object[]) - Method in class org.apache.el.parser.AstIdentifier
-
- invoke(EvaluationContext, Class[], Object[]) - Method in class org.apache.el.parser.AstValue
-
- 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(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(ELContext, Object[]) - Method in class org.apache.jasper.el.JspMethodExpression
-
- INVOKE_ACTION - Static variable in interface org.apache.jasper.compiler.TagConstants
-
- IS_IBM_JVM - Static variable in class org.apache.tomcat.util.compat.JreVendor
-
- IS_ORACLE_JVM - Static variable in class org.apache.tomcat.util.compat.JreVendor
-
- IS_SECURITY_ENABLED - Static variable in class org.apache.jasper.Constants
-
Has security been turned on?
- IS_SECURITY_ENABLED - Static variable in class org.apache.tomcat.util.descriptor.Constants
-
- IS_SECURITY_ENABLED - Static variable in class org.apache.tomcat.util.threads.Constants
-
Has security been turned on?
- isAbsoluteUrl(String) - Static method in class org.apache.jasper.tagplugins.jstl.Util
-
Returns true if our current URL is absolute,
false otherwise.
- isAttributeSpecified(String) - Method in interface org.apache.jasper.compiler.tagplugin.TagPluginContext
-
- isAutoFlush() - Method in class javax.servlet.jsp.JspWriter
-
This method indicates whether the JspWriter is autoFlushing.
- isBase64(byte) - Static method in class org.apache.tomcat.util.codec.binary.Base64
-
Returns whether or not the octet is in the base 64 alphabet.
- isBase64(String) - Static method in class org.apache.tomcat.util.codec.binary.Base64
-
Tests a given String to see if it contains only valid characters within the Base64 alphabet.
- isBase64(byte[]) - Static method in class org.apache.tomcat.util.codec.binary.Base64
-
Tests a given byte array to see if it contains only valid characters within the Base64 alphabet.
- 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
-
- isConstantAttribute(String) - Method in interface org.apache.jasper.compiler.tagplugin.TagPluginContext
-
- isContent(int) - Static method in class org.apache.jasper.xmlparser.XMLChar
-
Returns true if the specified character can be considered content.
- isDebugEnabled() - Method in interface org.apache.juli.logging.Log
-
Is debug logging currently enabled?
- isDefaultPluggabilityScan() - Method in class org.apache.tomcat.util.scan.StandardJarScanFilter
-
- isDefaultTldScan() - Method in class org.apache.tomcat.util.scan.StandardJarScanFilter
-
- isDeferedSyntaxAllowedAsLiteral() - Method in class org.apache.jasper.compiler.JspConfig.JspProperty
-
- isDeferredMethod() - Method in class javax.servlet.jsp.tagext.TagAttributeInfo
-
- isDeferredValue() - Method in class javax.servlet.jsp.tagext.TagAttributeInfo
-
- isDistributable() - Method in class org.apache.tomcat.util.descriptor.web.WebXml
-
- isDoubleOp(Object, Object) - Static method in class org.apache.el.lang.ELSupport
-
- isELIgnored() - Method in class org.apache.jasper.compiler.JspConfig.JspProperty
-
- isEmpty() - Method in class org.apache.tomcat.util.collections.ManagedConcurrentWeakHashMap
-
- isErrorEnabled() - Method in interface org.apache.juli.logging.Log
-
Is error logging currently enabled?
- isErrorOnUndeclaredNamespace() - Method in class org.apache.jasper.compiler.JspConfig.JspProperty
-
- isExactMatch() - Method in class org.apache.tomcat.util.digester.SetNextRule
-
Is exact matching being used.
- isExternal() - Method in class org.apache.jasper.xmlparser.XMLEncodingDetector
-
- isFakeAttribute(Object, String) - Method in class org.apache.tomcat.util.digester.Digester
-
Determine if an attribute is a fake attribute.
- isFatalEnabled() - Method in interface org.apache.juli.logging.Log
-
Is fatal logging currently enabled?
- isFlipped() - Method in class org.apache.tomcat.util.buf.ByteBufferHolder
-
- isFragment() - Method in class javax.servlet.jsp.tagext.TagAttributeInfo
-
Whether this attribute is of type JspFragment.
- isFromDescriptor() - Method in class org.apache.tomcat.util.descriptor.web.SecurityCollection
-
- isHighSurrogate(int) - Static method in class org.apache.jasper.xmlparser.XMLChar
-
Returns whether the given character is a high surrogate
- isIdentifier(String) - Static method in class org.apache.el.util.Validation
-
Test whether a string is a Java identifier.
- isInAlphabet(byte) - Method in class org.apache.tomcat.util.codec.binary.Base64
-
Returns whether or not the octet is in the Base64 alphabet.
- isInAlphabet(byte) - Method in class org.apache.tomcat.util.codec.binary.BaseNCodec
-
Returns whether or not the octet is in the current alphabet.
- isInAlphabet(byte[], boolean) - Method in class org.apache.tomcat.util.codec.binary.BaseNCodec
-
Tests a given byte array to see if it contains only valid characters within the alphabet.
- isInAlphabet(String) - Method in class org.apache.tomcat.util.codec.binary.BaseNCodec
-
Tests a given String to see if it contains only valid characters within the alphabet.
- isInfoEnabled() - Method in interface org.apache.juli.logging.Log
-
Is info logging currently enabled?
- isInstanceOfInaccessibleObjectException(Exception) - Method in class org.apache.tomcat.util.compat.JreCompat
-
Test if the provided exception is an instance of
java.lang.reflect.InaccessibleObjectException.
- isInvalid(int) - Static method in class org.apache.jasper.xmlparser.XMLChar
-
Returns true if the specified character is invalid.
- isJavaKeyword(String) - Static method in class org.apache.jasper.compiler.JspUtil
-
Test whether the argument is a Java keyword.
- isJre8Available() - Static method in class org.apache.tomcat.util.compat.JreCompat
-
- isJre9Available() - Static method in class org.apache.tomcat.util.compat.JreCompat
-
- isJspPage(String) - Method in class org.apache.jasper.compiler.JspConfig
-
To find out if an uri matches an url pattern in jsp config.
- isLambdaArgument(String) - Method in class javax.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 javax.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
-
- isLowSurrogate(int) - Static method in class org.apache.jasper.xmlparser.XMLChar
-
Returns whether the given character is a low surrogate
- isMetadataComplete() - Method in class org.apache.tomcat.util.descriptor.web.WebXml
-
- isName(int) - Static method in class org.apache.jasper.xmlparser.XMLChar
-
Returns true if the specified character is a valid name
character as defined by production [4] in the XML 1.0
specification.
- isNameResolved(String) - Method in class javax.el.BeanNameResolver
-
Can this resolver resolve the given bean name?
- isNameStart(int) - Static method in class org.apache.jasper.xmlparser.XMLChar
-
Returns true if the specified character is a valid name start
character as defined by production [5] in the XML 1.0
specification.
- isNull() - Method in class org.apache.tomcat.util.buf.ByteChunk
-
- isNull() - Method in class org.apache.tomcat.util.buf.CharChunk
-
- isNull() - Method in class org.apache.tomcat.util.buf.MessageBytes
-
- isNumber(Object) - Static method in class org.apache.el.lang.ELArithmetic
-
- isNumberType(Class<?>) - Static method in class org.apache.el.lang.ELArithmetic
-
- isOk() - Method in class org.apache.tomcat.util.descriptor.web.FragmentJarScannerCallback
-
- 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.
- isOverridable() - Method in class org.apache.tomcat.util.descriptor.web.ServletDef
-
- isOverridable() - Method in class org.apache.tomcat.util.descriptor.web.WebXml
-
- isPackageProtectionEnabled() - Static method in class org.apache.jasper.security.SecurityUtil
-
Return the SecurityManager only if Security is enabled AND
package protection mechanism is enabled.
- isParametersProvided() - Method in class javax.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
-
- isParmetersProvided() - Method in class javax.el.MethodExpression
-
- isParmetersProvided() - Method in class org.apache.el.MethodExpressionImpl
-
- isPathSeparator(char) - Static method in class org.apache.jasper.JspCompilationContext
-
- isPoolingEnabled() - Method in class org.apache.jasper.EmbeddedServletOptions
-
- isPoolingEnabled() - Method in class org.apache.jasper.JspC
- isPoolingEnabled() - Method in interface org.apache.jasper.Options
-
- isPropertyResolved() - Method in class javax.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, Object, Object) - Method in class javax.el.ArrayELResolver
-
- isReadOnly(ELContext, Object, Object) - Method in class javax.el.BeanELResolver
-
- isReadOnly(ELContext, Object, Object) - Method in class javax.el.BeanNameELResolver
-
- isReadOnly(String) - Method in class javax.el.BeanNameResolver
-
Is the named bean read-only?
- isReadOnly(ELContext, Object, Object) - Method in class javax.el.CompositeELResolver
-
- isReadOnly(ELContext, Object, Object) - Method in class javax.el.ELResolver
-
- isReadOnly(ELContext, Object, Object) - Method in class javax.el.ListELResolver
-
- isReadOnly(ELContext, Object, Object) - Method in class javax.el.MapELResolver
-
- isReadOnly(ELContext, Object, Object) - Method in class javax.el.ResourceBundleELResolver
-
- isReadOnly(ELContext, Object, Object) - Method in class javax.el.StaticFieldELResolver
-
- isReadOnly(ELContext, Object, Object) - Method in class javax.el.TypeConverter
-
- isReadOnly(ELContext) - Method in class javax.el.ValueExpression
-
- isReadOnly(ELContext, Object, Object) - Method in class javax.servlet.jsp.el.ImplicitObjectELResolver
-
- isReadOnly(ELContext, Object, Object) - Method in class javax.servlet.jsp.el.ScopedAttributeELResolver
-
- 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
-
- isReadOnly(ELContext, Object, Object) - Method in class org.apache.el.stream.StreamELResolverImpl
-
- isReadOnly(ELContext) - Method in class org.apache.el.ValueExpressionImpl
-
- isReadOnly(ELContext) - Method in class org.apache.el.ValueExpressionLiteral
-
- isReadOnly(ELContext, Object, Object) - Method in class org.apache.jasper.el.ELResolverImpl
-
Deprecated.
- isReadOnly(ELContext) - Method in class org.apache.jasper.el.JspValueExpression
-
- isRemoved() - Method in class org.apache.jasper.JspCompilationContext
-
- isRequired() - Method in class javax.servlet.jsp.tagext.TagAttributeInfo
-
Whether this attribute is required.
- isScanAllDirectories() - Method in class org.apache.tomcat.util.scan.StandardJarScanner
-
- isScanAllFiles() - Method in class org.apache.tomcat.util.scan.StandardJarScanner
-
- isScanBootstrapClassPath() - Method in class org.apache.tomcat.util.scan.StandardJarScanner
-
- isScanClassPath() - Method in class org.apache.tomcat.util.scan.StandardJarScanner
-
- isScriptingInvalid() - Method in class org.apache.jasper.compiler.JspConfig.JspProperty
-
- isScriptless() - Method in interface org.apache.jasper.compiler.tagplugin.TagPluginContext
-
- 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
-
- isSpace(int) - Static method in class org.apache.jasper.xmlparser.XMLChar
-
Returns true if the specified character is a space character
as defined by production [3] in the XML 1.0 specification.
- 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
-
- isThreadContentionMonitoringEnabled() - Static method in class org.apache.tomcat.util.Diagnostics
-
Check whether thread contention monitoring is enabled.
- isThreadCpuTimeEnabled() - Static method in class org.apache.tomcat.util.Diagnostics
-
Check whether thread cpu time measurement is enabled.
- isTraceEnabled() - Method in interface org.apache.juli.logging.Log
-
Is trace logging currently enabled?
- isTrimDirectiveWhitespaces() - Method in class org.apache.jasper.compiler.JspConfig.JspProperty
-
- isUndeflow() - Method in class org.apache.tomcat.util.buf.C2BConverter
-
- isUrlSafe() - Method in class org.apache.tomcat.util.codec.binary.Base64
-
Returns our current encode mode.
- isUseShutdownHook() - Method in class org.apache.juli.ClassLoaderLogManager
-
- isValid(TagData) - Method in class javax.servlet.jsp.tagext.TagExtraInfo
-
Translation-time validation of the attributes.
- isValid(TagData) - Method in class javax.servlet.jsp.tagext.TagInfo
-
Translation-time validation of the attributes.
- isValid(int) - Static method in class org.apache.jasper.xmlparser.XMLChar
-
Returns true if the specified character is valid.
- isValidateTld() - Method in class org.apache.jasper.JspC
-
- isValidateXml() - Method in class org.apache.jasper.JspC
-
- isValidIANAEncoding(String) - Static method in class org.apache.jasper.xmlparser.XMLChar
-
Returns true if the encoding name is a valid IANA encoding.
- isWarnEnabled() - Method in interface org.apache.juli.logging.Log
-
Is warn logging currently enabled?
- isWhiteSpace(byte) - Static method in class org.apache.tomcat.util.codec.binary.BaseNCodec
-
Checks if a byte value is whitespace or not.
- 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 javax.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
-
- Jar - Interface in org.apache.tomcat
-
Provides an abstraction for use by the various classes that need to scan
JARs.
- JAR_EXT - Static variable in class org.apache.tomcat.util.scan.Constants
-
- JarFactory - Class in org.apache.tomcat.util.scan
-
Provide a mechanism to obtain objects that implement
Jar.
- JarFileUrlJar - Class in org.apache.tomcat.util.scan
-
Implementation of
Jar that is optimised for file based JAR URLs that
refer directly to a JAR file (e.g URLs of the form jar:file: ...
- JarFileUrlJar(URL, boolean) - Constructor for class org.apache.tomcat.util.scan.JarFileUrlJar
-
- JarFileUrlNestedJar - Class in org.apache.tomcat.util.scan
-
Implementation of
Jar that is optimised for file
based JAR URLs that refer to a JAR file nested inside a WAR
(e.g URLs of the form jar:file: ...
- JarFileUrlNestedJar(URL) - Constructor for class org.apache.tomcat.util.scan.JarFileUrlNestedJar
-
- 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
JarScanner to 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, PermissionCollection) - Constructor for class org.apache.jasper.servlet.JasperLoader
-
- javacError(JavacErrorDetail[]) - Method in class org.apache.jasper.compiler.ErrorDispatcher
-
Dispatches the given javac compilation errors to the configured error
handler.
- 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(JavacErrorDetail[]) - Method in interface org.apache.jasper.compiler.ErrorHandler
-
Processes the given javac compilation errors.
- javacError(String, Exception) - Method in interface org.apache.jasper.compiler.ErrorHandler
-
Processes the given javac error report and exception.
- 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
-
- JAVAEE_1_4_NS - Static variable in class org.apache.tomcat.util.descriptor.XmlIdentifiers
-
- JAVAEE_5_NS - Static variable in class org.apache.tomcat.util.descriptor.XmlIdentifiers
-
- JAVAEE_6_NS - Static variable in class org.apache.tomcat.util.descriptor.XmlIdentifiers
-
- JAVAEE_7_NS - Static variable in class org.apache.tomcat.util.descriptor.XmlIdentifiers
-
- javaEncoding - Variable in class org.apache.jasper.JspC
-
The java file encoding.
- javax.el - package javax.el
-
- javax.servlet.jsp - package javax.servlet.jsp
-
- javax.servlet.jsp.el - package javax.servlet.jsp.el
-
- javax.servlet.jsp.tagext - package javax.servlet.jsp.tagext
-
- JdkLoggerFormatter - Class in org.apache.juli
-
A more compact formatter.
- JdkLoggerFormatter() - Constructor for class org.apache.juli.JdkLoggerFormatter
-
- 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.tomcat.util.compat
-
This is the base implementation class for JRE compatibility and provides an
implementation based on Java 7.
- JreCompat() - Constructor for class org.apache.tomcat.util.compat.JreCompat
-
- JreVendor - Class in org.apache.tomcat.util.compat
-
- JreVendor() - Constructor for class org.apache.tomcat.util.compat.JreVendor
-
- 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_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_PACKAGE_NAME - Static variable in class org.apache.jasper.Constants
-
The default package name for compiled jsp pages.
- 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_SERVLET_BASE - Static variable in class org.apache.jasper.Constants
-
The base class of the generated servlets.
- 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 javax.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, Options, ServletContext, JspServletWrapper, JspRuntimeContext) - Constructor for class org.apache.jasper.JspCompilationContext
-
- JspCompilationContext(String, TagInfo, Options, ServletContext, JspServletWrapper, JspRuntimeContext, Jar) - Constructor for class org.apache.jasper.JspCompilationContext
-
- 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 - Variable in class org.apache.jasper.JspC
-
- jspConfig - Variable in class org.apache.tomcat.util.descriptor.web.WebRuleSet
-
The SetJspConfig rule used to parse the web.xml
- JspConfig.JspProperty - Class in org.apache.jasper.compiler
-
- JspConfig.JspPropertyGroup - Class in org.apache.jasper.compiler
-
- JspConfigDescriptorImpl - Class in org.apache.tomcat.util.descriptor.web
-
- JspConfigDescriptorImpl(Collection<JspPropertyGroupDescriptor>, Collection<TaglibDescriptor>) - Constructor for class org.apache.tomcat.util.descriptor.web.JspConfigDescriptorImpl
-
- JspContext - Class in javax.servlet.jsp
-
JspContext serves as the base class for the
PageContext class and abstracts all information that is not specific
to servlets.
- JspContext() - Constructor for class javax.servlet.jsp.JspContext
-
Sole constructor.
- jspContext - Variable in class org.apache.jasper.runtime.JspFragmentHelper
-
- 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 ServletContext implementation 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 javax.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 javax.servlet.jsp
-
The JspEngineInfo is an abstract class that provides information on the
current JSP engine.
- JspEngineInfo() - Constructor for class javax.servlet.jsp.JspEngineInfo
-
Sole constructor.
- jspError(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, String, String...) - Method in class org.apache.jasper.compiler.ErrorDispatcher
-
Dispatches the given JSP parse error to the configured error handler.
- 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(Mark, Exception, 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(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.
- JspException - Exception in javax.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 javax.servlet.jsp.JspException
-
Construct a JspException.
- JspException(String) - Constructor for exception javax.servlet.jsp.JspException
-
Constructs a new JSP exception with the
specified message.
- JspException(String, Throwable) - Constructor for exception javax.servlet.jsp.JspException
-
Constructs a new JSPException with the specified detail
message and cause.
- JspException(Throwable) - Constructor for exception javax.servlet.jsp.JspException
-
Constructs a new JSPException with the specified cause.
- JspFactory - Class in javax.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 javax.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 javax.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 javax.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 javax.servlet.jsp.tagext
-
- jspInit() - Method in interface javax.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 javax.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
-
- JspPropertyGroup - Class in org.apache.tomcat.util.descriptor.web
-
Representation of a jsp-property-group element in web.xml.
- JspPropertyGroup() - Constructor for class org.apache.tomcat.util.descriptor.web.JspPropertyGroup
-
- JspPropertyGroupDescriptorImpl - Class in org.apache.tomcat.util.descriptor.web
-
- JspPropertyGroupDescriptorImpl(JspPropertyGroup) - Constructor for class org.apache.tomcat.util.descriptor.web.JspPropertyGroupDescriptorImpl
-
- 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 javax.servlet.jsp.tagext
-
Serves as a base class for Tag and SimpleTag.
- JspTagException - Exception in javax.servlet.jsp
-
Exception to be used by a Tag Handler to indicate some unrecoverable error.
- JspTagException(String) - Constructor for exception javax.servlet.jsp.JspTagException
-
Constructs a new JspTagException with the specified message.
- JspTagException() - Constructor for exception javax.servlet.jsp.JspTagException
-
Constructs a new JspTagException with no message.
- JspTagException(String, Throwable) - Constructor for exception javax.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 javax.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 javax.servlet.jsp.tagext.TagLibraryInfo
-
The version of the JSP specification this tag library is written to.
- JspWriter - Class in javax.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 javax.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
-
- Package - Static variable in class org.apache.tomcat.util.buf.Constants
-
- Package - Static variable in class org.apache.tomcat.util.scan.Constants
-
- PACKAGE_NAME - Static variable in class org.apache.tomcat.util.descriptor.Constants
-
- PACKAGE_NAME - Static variable in class org.apache.tomcat.util.descriptor.web.Constants
-
- pad - Variable in class org.apache.tomcat.util.codec.binary.BaseNCodec
-
- PAD_DEFAULT - Static variable in class org.apache.tomcat.util.codec.binary.BaseNCodec
-
Byte used to pad output.
- PAGE - Static variable in class javax.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 javax.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 - Class in javax.servlet.jsp
-
PageContext extends JspContext to provide useful context information for
when JSP technology is used in a Servlet environment.
- PageContext() - Constructor for class javax.servlet.jsp.PageContext
-
Sole constructor.
- PAGECONTEXT - Static variable in class javax.servlet.jsp.PageContext
-
Name used to store this PageContext in it's own name table.
- pageContext - Variable in class javax.servlet.jsp.tagext.TagSupport
-
The PageContext.
- PageContextImpl - Class in org.apache.jasper.runtime
-
Implementation of the PageContext class from the JSP spec.
- PageData - Class in javax.servlet.jsp.tagext
-
Translation-time information on a JSP page.
- PageData() - Constructor for class javax.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
-
- paramClassNames - Variable in class org.apache.tomcat.util.digester.CallMethodRule
-
The names of the classes of the parameters to be collected.
- paramCount - Variable in class org.apache.tomcat.util.digester.CallMethodRule
-
The number of parameters to collect from MethodParam rules.
- paramIndex - Variable in class org.apache.tomcat.util.digester.CallParamRule
-
The zero-relative index of the parameter we are saving.
- params - Variable in class org.apache.tomcat.util.digester.Digester
-
The parameters stack being utilized by CallMethodRule and
CallParamRule rules.
- PARAMS_ACTION - Static variable in interface org.apache.jasper.compiler.TagConstants
-
- paramType - Variable in class org.apache.tomcat.util.digester.SetNextRule
-
The Java class name of the parameter type expected by the method.
- paramTypes - Variable in class org.apache.tomcat.util.digester.CallMethodRule
-
The parameter types of the parameters to be collected.
- 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
- parse(URL) - Method in class org.apache.tomcat.util.descriptor.tagplugin.TagPluginParser
-
- parse(TldResourcePath) - Method in class org.apache.tomcat.util.descriptor.tld.TldParser
-
- parse(File) - Method in class org.apache.tomcat.util.digester.Digester
-
Parse the content of the specified file using this Digester.
- parse(InputSource) - Method in class org.apache.tomcat.util.digester.Digester
-
Parse the content of the specified input source using this Digester.
- parse(InputStream) - Method in class org.apache.tomcat.util.digester.Digester
-
Parse the content of the specified input stream using this Digester.
- ParseException - Exception in org.apache.el.parser
-
This exception is thrown when parse errors are encountered.
- ParseException(Token, int[][], String[]) - Constructor for exception org.apache.el.parser.ParseException
-
This constructor is used by the method "generateParseException"
in the generated parser.
- 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.
- parseExpression(String, Class, FunctionMapper) - Method in class javax.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).
- parseLong(byte[], int, int) - Static method in class org.apache.tomcat.util.buf.Ascii
-
Parses an unsigned long from the specified subarray of bytes.
- parser - Variable in class org.apache.tomcat.util.digester.Digester
-
The SAXParser we will use to parse the input stream.
- parseTld(String) - Method in class org.apache.jasper.servlet.TldScanner
-
- parseTld(TldResourcePath) - Method in class org.apache.jasper.servlet.TldScanner
-
- parseWebXml(URL, WebXml, boolean) - Method in class org.apache.tomcat.util.descriptor.web.WebXmlParser
-
Parse a web descriptor at a location.
- parseWebXml(InputSource, WebXml, boolean) - Method in class org.apache.tomcat.util.descriptor.web.WebXmlParser
-
- peek(LambdaExpression) - Method in class org.apache.el.stream.Stream
-
- peek() - Method in class org.apache.tomcat.util.digester.ArrayStack
-
Returns the top item off of this stack without removing it.
- peek(int) - Method in class org.apache.tomcat.util.digester.ArrayStack
-
Returns the n'th item down (zero-relative) from the top of this
stack without removing it.
- peek() - Method in class org.apache.tomcat.util.digester.Digester
-
Return the top object on the stack without removing it.
- peek(int) - Method in class org.apache.tomcat.util.digester.Digester
-
Return the n'th object down the stack, where 0 is the top element
and [getCount()-1] is the bottom element.
- peekChar() - Method in class org.apache.jasper.xmlparser.XMLEncodingDetector
-
Returns the next character on the input.
- peekNode() - Method in class org.apache.el.parser.JJTELParserState
-
- peekParams() - Method in class org.apache.tomcat.util.digester.Digester
-
Return the top object on the parameters stack without removing it.
- PEM_CHUNK_SIZE - Static variable in class org.apache.tomcat.util.codec.binary.BaseNCodec
-
PEM chunk size per RFC 1421 section 4.3.2.4.
- 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
-
- PermissionCheck - Interface in org.apache.tomcat.util.security
-
This interface is implemented by components to enable privileged code to
check whether the component has a given permission.
- PLUGIN_ACTION - Static variable in interface org.apache.jasper.compiler.TagConstants
-
- PLUS - Static variable in interface org.apache.el.parser.ELParserConstants
-
RegularExpression Id.
- poll() - Method in class org.apache.tomcat.util.collections.SynchronizedQueue
-
- poll(long, TimeUnit) - Method in class org.apache.tomcat.util.threads.TaskQueue
-
- 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.
- pop() - Method in class org.apache.tomcat.util.collections.SynchronizedStack
-
- pop() - Method in class org.apache.tomcat.util.digester.ArrayStack
-
Pops the top item off of this stack and return it.
- pop() - Method in class org.apache.tomcat.util.digester.Digester
-
Pop the top object off of the stack, and return it.
- popBody() - Method in class javax.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
-
- popParams() - Method in class org.apache.tomcat.util.digester.Digester
-
Pop the top object off of the parameters stack, and return it.
- PRECOMPILE - Static variable in class org.apache.jasper.Constants
-
The query parameter that causes the JSP engine to just
pregenerated the servlet but not invoke it.
- prefix - Variable in class javax.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
-
- prefix - Variable in class org.apache.juli.ClassLoaderLogManager
-
This prefix is used to allow using prefixes for the properties names
of handlers and their subcomponents.
- prefix - Variable in class org.apache.tomcat.util.descriptor.web.WebRuleSet
-
The matching pattern prefix to use for recognizing our elements.
- 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 javax.servlet.jsp.JspWriter
-
Print a boolean value.
- print(char) - Method in class javax.servlet.jsp.JspWriter
-
Print a character.
- print(int) - Method in class javax.servlet.jsp.JspWriter
-
Print an integer.
- print(long) - Method in class javax.servlet.jsp.JspWriter
-
Print a long integer.
- print(float) - Method in class javax.servlet.jsp.JspWriter
-
Print a floating-point number.
- print(double) - Method in class javax.servlet.jsp.JspWriter
-
Print a double-precision floating-point number.
- print(char[]) - Method in class javax.servlet.jsp.JspWriter
-
Print an array of characters.
- print(String) - Method in class javax.servlet.jsp.JspWriter
-
Print a string.
- print(Object) - Method in class javax.servlet.jsp.JspWriter
-
Print an object.
- print(boolean) - Method in class org.apache.jasper.compiler.AntCompiler.SystemLogHandler
-
- print(char) - Method in class org.apache.jasper.compiler.AntCompiler.SystemLogHandler
-
- print(int) - Method in class org.apache.jasper.compiler.AntCompiler.SystemLogHandler
-
- print(long) - Method in class org.apache.jasper.compiler.AntCompiler.SystemLogHandler
-
- print(float) - Method in class org.apache.jasper.compiler.AntCompiler.SystemLogHandler
-
- print(double) - Method in class org.apache.jasper.compiler.AntCompiler.SystemLogHandler
-
- print(char[]) - Method in class org.apache.jasper.compiler.AntCompiler.SystemLogHandler
-
- print(String) - Method in class org.apache.jasper.compiler.AntCompiler.SystemLogHandler
-
- print(Object) - Method in class org.apache.jasper.compiler.AntCompiler.SystemLogHandler
-
- print(char) - Method in class org.apache.jasper.compiler.ServletWriter
-
Prints the given char.
- print(int) - Method in class org.apache.jasper.compiler.ServletWriter
-
Prints the given int.
- print(String) - Method in class org.apache.jasper.compiler.ServletWriter
-
Prints the given string.
- print(boolean) - Method in class org.apache.jasper.runtime.BodyContentImpl
-
Print a boolean value.
- print(char) - Method in class org.apache.jasper.runtime.BodyContentImpl
-
Print a character.
- print(int) - Method in class org.apache.jasper.runtime.BodyContentImpl
-
Print an integer.
- print(long) - Method in class org.apache.jasper.runtime.BodyContentImpl
-
Print a long integer.
- print(float) - Method in class org.apache.jasper.runtime.BodyContentImpl
-
Print a floating-point number.
- print(double) - Method in class org.apache.jasper.runtime.BodyContentImpl
-
Print a double-precision floating-point number.
- print(char[]) - Method in class org.apache.jasper.runtime.BodyContentImpl
-
Print an array of characters.
- print(String) - Method in class org.apache.jasper.runtime.BodyContentImpl
-
Print a string.
- print(Object) - Method in class org.apache.jasper.runtime.BodyContentImpl
-
Print an object.
- print(boolean) - Method in class org.apache.jasper.runtime.JspWriterImpl
-
Print a boolean value.
- print(char) - Method in class org.apache.jasper.runtime.JspWriterImpl
-
Print a character.
- print(int) - Method in class org.apache.jasper.runtime.JspWriterImpl
-
Print an integer.
- print(long) - Method in class org.apache.jasper.runtime.JspWriterImpl
-
Print a long integer.
- print(float) - Method in class org.apache.jasper.runtime.JspWriterImpl
-
Print a floating-point number.
- print(double) - Method in class org.apache.jasper.runtime.JspWriterImpl
-
Print a double-precision floating-point number.
- print(char[]) - Method in class org.apache.jasper.runtime.JspWriterImpl
-
Print an array of characters.
- print(String) - Method in class org.apache.jasper.runtime.JspWriterImpl
-
Print a string.
- print(Object) - Method in class org.apache.jasper.runtime.JspWriterImpl
-
Print an object.
- 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 javax.servlet.jsp.JspWriter
-
Terminate the current line by writing the line separator string.
- println(boolean) - Method in class javax.servlet.jsp.JspWriter
-
Print a boolean value and then terminate the line.
- println(char) - Method in class javax.servlet.jsp.JspWriter
-
Print a character and then terminate the line.
- println(int) - Method in class javax.servlet.jsp.JspWriter
-
Print an integer and then terminate the line.
- println(long) - Method in class javax.servlet.jsp.JspWriter
-
Print a long integer and then terminate the line.
- println(float) - Method in class javax.servlet.jsp.JspWriter
-
Print a floating-point number and then terminate the line.
- println(double) - Method in class javax.servlet.jsp.JspWriter
-
Print a double-precision floating-point number and then terminate the
line.
- println(char[]) - Method in class javax.servlet.jsp.JspWriter
-
Print an array of characters and then terminate the line.
- println(String) - Method in class javax.servlet.jsp.JspWriter
-
Print a String and then terminate the line.
- println(Object) - Method in class javax.servlet.jsp.JspWriter
-
Print an Object and then terminate the line.
- println() - Method in class org.apache.jasper.compiler.AntCompiler.SystemLogHandler
-
- println(boolean) - Method in class org.apache.jasper.compiler.AntCompiler.SystemLogHandler
-
- println(char) - Method in class org.apache.jasper.compiler.AntCompiler.SystemLogHandler
-
- println(int) - Method in class org.apache.jasper.compiler.AntCompiler.SystemLogHandler
-
- println(long) - Method in class org.apache.jasper.compiler.AntCompiler.SystemLogHandler
-
- println(float) - Method in class org.apache.jasper.compiler.AntCompiler.SystemLogHandler
-
- println(double) - Method in class org.apache.jasper.compiler.AntCompiler.SystemLogHandler
-
- println(char[]) - Method in class org.apache.jasper.compiler.AntCompiler.SystemLogHandler
-
- println(String) - Method in class org.apache.jasper.compiler.AntCompiler.SystemLogHandler
-
- println(Object) - 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() - Method in class org.apache.jasper.compiler.ServletWriter
-
Prints a '\n'
- println() - Method in class org.apache.jasper.runtime.BodyContentImpl
-
Terminate the current line by writing the line separator string.
- println(boolean) - Method in class org.apache.jasper.runtime.BodyContentImpl
-
Print a boolean value and then terminate the line.
- println(char) - Method in class org.apache.jasper.runtime.BodyContentImpl
-
Print a character and then terminate the line.
- println(int) - Method in class org.apache.jasper.runtime.BodyContentImpl
-
Print an integer and then terminate the line.
- println(long) - Method in class org.apache.jasper.runtime.BodyContentImpl
-
Print a long integer and then terminate the line.
- println(float) - Method in class org.apache.jasper.runtime.BodyContentImpl
-
Print a floating-point number and then terminate the line.
- println(double) - Method in class org.apache.jasper.runtime.BodyContentImpl
-
Print a double-precision floating-point number and then terminate the
line.
- println(char[]) - Method in class org.apache.jasper.runtime.BodyContentImpl
-
Print an array of characters and then terminate the line.
- println(String) - Method in class org.apache.jasper.runtime.BodyContentImpl
-
Print a String and then terminate the line.
- println(Object) - Method in class org.apache.jasper.runtime.BodyContentImpl
-
Print an Object and then terminate the line.
- println() - Method in class org.apache.jasper.runtime.JspWriterImpl
-
Terminate the current line by writing the line separator string.
- println(boolean) - Method in class org.apache.jasper.runtime.JspWriterImpl
-
Print a boolean value and then terminate the line.
- println(char) - Method in class org.apache.jasper.runtime.JspWriterImpl
-
Print a character and then terminate the line.
- println(int) - Method in class org.apache.jasper.runtime.JspWriterImpl
-
Print an integer and then terminate the line.
- println(long) - Method in class org.apache.jasper.runtime.JspWriterImpl
-
Print a long integer and then terminate the line.
- println(float) - Method in class org.apache.jasper.runtime.JspWriterImpl
-
Print a floating-point number and then terminate the line.
- println(double) - Method in class org.apache.jasper.runtime.JspWriterImpl
-
Print a double-precision floating-point number and then terminate the
line.
- println(char[]) - Method in class org.apache.jasper.runtime.JspWriterImpl
-
Print an array of characters and then terminate the line.
- println(String) - Method in class org.apache.jasper.runtime.JspWriterImpl
-
Print a String and then terminate the line.
- println(Object) - Method in class org.apache.jasper.runtime.JspWriterImpl
-
Print an Object and then terminate the line.
- 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.
- PrivilegedGetTccl - Class in org.apache.tomcat.util.security
-
- PrivilegedGetTccl() - Constructor for class org.apache.tomcat.util.security.PrivilegedGetTccl
-
- PrivilegedSetTccl - Class in org.apache.tomcat.util.security
-
- PrivilegedSetTccl(ClassLoader) - Constructor for class org.apache.tomcat.util.security.PrivilegedSetTccl
-
- processFile(String) - Method in class org.apache.jasper.JspC
-
- processingInstruction(String, String) - Method in class org.apache.tomcat.util.digester.Digester
-
Process notification of a processing instruction that was encountered.
- processMethodCallResult(Object) - Method in class org.apache.tomcat.util.digester.CallMethodRule
-
Subclasses may override this method to perform additional processing of the
invoked method's result.
- project - Variable in class org.apache.jasper.compiler.AntCompiler
-
- property - Variable in class org.apache.el.parser.AstValue.Target
-
- PropertyNotFoundException - Exception in javax.el
-
- PropertyNotFoundException() - Constructor for exception javax.el.PropertyNotFoundException
-
- PropertyNotFoundException(String) - Constructor for exception javax.el.PropertyNotFoundException
-
- PropertyNotFoundException(Throwable) - Constructor for exception javax.el.PropertyNotFoundException
-
- PropertyNotFoundException(String, Throwable) - Constructor for exception javax.el.PropertyNotFoundException
-
- PropertyNotWritableException - Exception in javax.el
-
- PropertyNotWritableException() - Constructor for exception javax.el.PropertyNotWritableException
-
- PropertyNotWritableException(String) - Constructor for exception javax.el.PropertyNotWritableException
-
- PropertyNotWritableException(Throwable) - Constructor for exception javax.el.PropertyNotWritableException
-
- PropertyNotWritableException(String, Throwable) - Constructor for exception javax.el.PropertyNotWritableException
-
- propertyResolved(ELContext, Object, Object) - Method in class javax.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.
- publicId - Variable in class org.apache.tomcat.util.digester.Digester
-
The public identifier of the DTD we are currently parsing under
(if any).
- publish(LogRecord) - Method in class org.apache.juli.AsyncFileHandler
-
- publish(LogRecord) - Method in class org.apache.juli.FileHandler
-
Format and publish a LogRecord.
- publishInternal(LogRecord) - Method in class org.apache.juli.AsyncFileHandler
-
- 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.
- push(T) - Method in class org.apache.tomcat.util.collections.SynchronizedStack
-
- push(E) - Method in class org.apache.tomcat.util.digester.ArrayStack
-
Pushes a new item onto the top of this stack.
- push(Object) - Method in class org.apache.tomcat.util.digester.Digester
-
Push a new object onto the top of the object stack.
- pushBody(Writer) - Method in class javax.servlet.jsp.JspContext
-
Return a new JspWriter object that sends output to the
provided Writer.
- pushBody() - Method in class javax.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(Writer) - Method in class org.apache.jasper.runtime.JspContextWrapper
-
- pushBody() - Method in class org.apache.jasper.runtime.PageContextImpl
-
- pushBody(Writer) - Method in class org.apache.jasper.runtime.PageContextImpl
-
- pushIndent() - Method in class org.apache.jasper.compiler.ServletWriter
-
- pushNode(Node) - Method in class org.apache.el.parser.JJTELParserState
-
- pushParams(Object) - Method in class org.apache.tomcat.util.digester.Digester
-
Push a new object onto the top of the parameters stack.
- put(K, V) - Method in class org.apache.el.util.ConcurrentCache
-
- put(String, V) - Method in class org.apache.tomcat.util.collections.CaseInsensitiveKeyMap
-
- put(K, V) - Method in class org.apache.tomcat.util.collections.ConcurrentCache
-
- put(K, V) - Method in class org.apache.tomcat.util.collections.ManagedConcurrentWeakHashMap
-
- putAll(Map<? extends String, ? extends V>) - Method in class org.apache.tomcat.util.collections.CaseInsensitiveKeyMap
- putContext(Class, Object) - Method in class javax.el.ELContext
-
Add an object to this EL context under the given key.
- putContext(Class, Object) - Method in class javax.el.StandardELContext
-
- putContext(Class, Object) - Method in class org.apache.el.lang.EvaluationContext
-
- putContext(Class, Object) - Method in class org.apache.jasper.el.ELContextWrapper
-
- putIfAbsent(K, V) - Method in class org.apache.tomcat.util.collections.ManagedConcurrentWeakHashMap
-
- 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.
- read() - Method in class org.apache.jasper.xmlparser.ASCIIReader
-
Read a single character.
- read(char[], int, int) - Method in class org.apache.jasper.xmlparser.ASCIIReader
-
Read characters into a portion of an array.
- read() - Method in class org.apache.jasper.xmlparser.UCSReader
-
Read a single character.
- read(char[], int, int) - Method in class org.apache.jasper.xmlparser.UCSReader
-
Read characters into a portion of an array.
- read() - Method in class org.apache.jasper.xmlparser.UTF8Reader
-
Read a single character.
- read(char[], int, int) - Method in class org.apache.jasper.xmlparser.UTF8Reader
-
Read characters into a portion of an array.
- readChar() - Method in class org.apache.el.parser.SimpleCharStream
-
Read a character.
- readConfiguration() - Method in class org.apache.juli.ClassLoaderLogManager
-
- readConfiguration(InputStream) - Method in class org.apache.juli.ClassLoaderLogManager
-
- readConfiguration(ClassLoader) - Method in class org.apache.juli.ClassLoaderLogManager
-
Read configuration for the specified classloader.
- readConfiguration(InputStream, ClassLoader) - Method in class org.apache.juli.ClassLoaderLogManager
-
Load specified configuration.
- reader - Variable in class org.apache.tomcat.util.digester.Digester
-
The XMLReader used to parse digester rules.
- 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
-
- ready() - Method in class org.apache.jasper.xmlparser.ASCIIReader
-
Tell whether this stream is ready to be read.
- ready() - Method in class org.apache.jasper.xmlparser.UCSReader
-
Tell whether this stream is ready to be read.
- ready() - Method in class org.apache.jasper.xmlparser.UTF8Reader
-
Tell whether this stream is ready to be read.
- reallyClose() - Method in class org.apache.tomcat.util.scan.NonClosingJarInputStream
-
- realReadBytes() - Method in interface org.apache.tomcat.util.buf.ByteChunk.ByteInputChannel
-
Read new bytes.
- realReadChars() - Method in interface org.apache.tomcat.util.buf.CharChunk.CharInputChannel
-
Read new characters.
- realWriteBytes(byte[], int, int) - Method in interface org.apache.tomcat.util.buf.ByteChunk.ByteOutputChannel
-
Send the bytes ( usually the internal conversion buffer ).
- realWriteChars(char[], int, int) - Method in interface org.apache.tomcat.util.buf.CharChunk.CharOutputChannel
-
Send the bytes ( usually the internal conversion buffer ).
- 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).
- recycle() - Method in class org.apache.tomcat.util.buf.B2CConverter
-
Reset the decoder state.
- recycle() - Method in class org.apache.tomcat.util.buf.ByteChunk
-
Resets the message buff to an uninitialized state.
- recycle() - Method in class org.apache.tomcat.util.buf.C2BConverter
-
Reset the encoder state.
- recycle() - Method in class org.apache.tomcat.util.buf.CharChunk
-
Resets the message bytes to an uninitialized state.
- recycle() - Method in class org.apache.tomcat.util.buf.MessageBytes
-
Resets the message bytes to an uninitialized (NULL) state.
- recycle() - Method in class org.apache.tomcat.util.descriptor.web.WebRuleSet
-
Reset counter used for validating the web.xml file.
- 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
- register(String, String) - Method in class org.apache.tomcat.util.digester.Digester
-
Register the specified DTD URL for the specified public identifier.
- ReInit(InputStream) - Method in class org.apache.el.parser.ELParser
-
Reinitialise.
- ReInit(InputStream, String) - Method in class org.apache.el.parser.ELParser
-
Reinitialise.
- ReInit(Reader) - Method in class org.apache.el.parser.ELParser
-
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.
- ReInit(Reader, int, int, int) - Method in class org.apache.el.parser.SimpleCharStream
-
Reinitialise.
- ReInit(Reader, int, int) - Method in class org.apache.el.parser.SimpleCharStream
-
Reinitialise.
- ReInit(Reader) - 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(InputStream, int, int, int) - Method in class org.apache.el.parser.SimpleCharStream
-
Reinitialise.
- ReInit(InputStream, String) - Method in class org.apache.el.parser.SimpleCharStream
-
Reinitialise.
- ReInit(InputStream) - 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, int, int) - Method in class org.apache.el.parser.SimpleCharStream
-
Reinitialise.
- relativeOrdering - Variable in class org.apache.tomcat.util.descriptor.web.WebRuleSet
-
The RelativeOrderingRule rule used to parse the web.xml
- release() - Method in class javax.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 javax.servlet.jsp.tagext.BodyTagSupport
-
Release state.
- release() - Method in interface javax.servlet.jsp.tagext.Tag
-
Called on a Tag handler to release state.
- release() - Method in class javax.servlet.jsp.tagext.TagAdapter
-
Must not be called.
- release() - Method in class javax.servlet.jsp.tagext.TagLibraryValidator
-
Release any data kept by this instance for validation purposes.
- release() - Method in class javax.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.
- release(ClassLoader) - Static method in class org.apache.juli.logging.LogFactory
-
Release any internal references to previously created
LogFactory
instances that have been associated with the specified class loader
(if any), after calling the instance method
release() on
each of them.
- releaseAll() - Method in class org.apache.tomcat.util.threads.LimitLatch
-
- releasePageContext(PageContext) - Method in class javax.servlet.jsp.JspFactory
-
called to release a previously allocated PageContext object.
- releasePageContext(PageContext) - Method in class org.apache.jasper.runtime.JspFactoryImpl
-
- remainingCapacity() - Method in class org.apache.tomcat.util.threads.TaskQueue
-
- Remove - Class in org.apache.jasper.tagplugins.jstl.core
-
- Remove() - Constructor for class org.apache.jasper.tagplugins.jstl.core.Remove
-
- remove(FastRemovalDequeue<T>.Entry) - Method in class org.apache.jasper.util.FastRemovalDequeue
-
Removes any element of the list and returns its content.
- remove(Object) - Method in class org.apache.tomcat.util.collections.CaseInsensitiveKeyMap
-
- remove(Object) - Method in class org.apache.tomcat.util.collections.ManagedConcurrentWeakHashMap
-
- remove(Object, Object) - Method in class org.apache.tomcat.util.collections.ManagedConcurrentWeakHashMap
-
- removeAttribute(String) - Method in class javax.servlet.jsp.JspContext
-
Remove the object reference associated with the given name
from all scopes.
- removeAttribute(String, int) - Method in class javax.servlet.jsp.JspContext
-
Remove the object reference associated with the specified name
in the given scope.
- removeAttribute(String) - Method in class org.apache.jasper.runtime.JspContextWrapper
-
- removeAttribute(String, int) - Method in class org.apache.jasper.runtime.JspContextWrapper
-
- removeAttribute(String, int) - Method in class org.apache.jasper.runtime.PageContextImpl
-
- removeAttribute(String) - Method in class org.apache.jasper.runtime.PageContextImpl
-
- removeAttribute(String) - Method in class org.apache.jasper.servlet.JspCServletContext
-
Remove the specified context attribute.
- removeAttribute(int) - Method in class org.apache.jasper.util.UniqueAttributesImpl
-
- removeAuthRole(String) - Method in class org.apache.tomcat.util.descriptor.web.SecurityConstraint
-
Remove the specified role from the set of roles permitted to access
the resources protected by this security constraint.
- removeCollection(SecurityCollection) - Method in class org.apache.tomcat.util.descriptor.web.SecurityConstraint
-
Remove the specified web resource collection from those protected by
this security constraint.
- removeEnvironment(String) - Method in interface org.apache.tomcat.util.descriptor.web.NamingResources
-
- removeGeneratedClassFiles() - Method in class org.apache.jasper.compiler.Compiler
-
- removeGeneratedFiles() - Method in class org.apache.jasper.compiler.Compiler
-
Remove generated files
- removeMethod(String) - Method in class org.apache.tomcat.util.descriptor.web.SecurityCollection
-
Remove the specified HTTP request method from those that are part
of this web resource collection.
- removeOmittedMethod(String) - Method in class org.apache.tomcat.util.descriptor.web.SecurityCollection
-
Remove the specified HTTP request method from those that are explicitly
excluded from this web resource collection.
- removePattern(String) - Method in class org.apache.tomcat.util.descriptor.web.SecurityCollection
-
Remove the specified URL pattern from those that are part of this
web resource collection.
- removeProperty(String) - Method in class org.apache.tomcat.util.descriptor.web.ContextTransaction
-
Remove a configured property.
- removeProperty(String) - Method in class org.apache.tomcat.util.descriptor.web.ResourceBase
-
Remove a configured property.
- removeResource(String) - Method in interface org.apache.tomcat.util.descriptor.web.NamingResources
-
- removeResourceLink(String) - Method in interface org.apache.tomcat.util.descriptor.web.NamingResources
-
- removeTransformer(ClassFileTransformer) - Method in interface org.apache.tomcat.InstrumentableClassLoader
-
Removes the specified class file transformer from this class loader.
- removeValue(String) - Method in class javax.servlet.jsp.tagext.TagSupport
-
Remove a value associated with a key.
- removeWrapper(String) - Method in class org.apache.jasper.compiler.JspRuntimeContext
-
Remove a JspServletWrapper.
- replace(String) - Method in class org.apache.juli.ClassLoaderLogManager
-
System property replacement in the given string.
- replace(K, V, V) - Method in class org.apache.tomcat.util.collections.ManagedConcurrentWeakHashMap
-
- replace(K, V) - Method in class org.apache.tomcat.util.collections.ManagedConcurrentWeakHashMap
-
- replaceProperties(String, Hashtable<Object, Object>, IntrospectionUtils.PropertySource[]) - Static method in class org.apache.tomcat.util.IntrospectionUtils
-
Replace ${NAME} with the property value.
- reportBuf - Variable in class org.apache.jasper.compiler.AntCompiler.JasperAntLogger
-
- REQUEST - Static variable in class javax.servlet.jsp.PageContext
-
Name used to store ServletRequest in PageContext name table.
- REQUEST - Static variable in class org.apache.tomcat.util.descriptor.web.FilterMap
-
- REQUEST_SCOPE - Static variable in class javax.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 javax.servlet.jsp.tagext.TagData
-
Distinguished value for an attribute to indicate its value
is a request-time expression (which is not yet available because
TagData instances are used at translation-time).
- reset() - Method in class org.apache.el.parser.JJTELParserState
-
- reset() - Method in class org.apache.jasper.xmlparser.ASCIIReader
-
Reset the stream.
- reset() - Method in class org.apache.jasper.xmlparser.UCSReader
-
Reset the stream.
- reset() - Method in class org.apache.jasper.xmlparser.UTF8Reader
-
Reset the stream.
- reset() - Method in class org.apache.juli.ClassLoaderLogManager
-
- reset() - Method in interface org.apache.tomcat.Jar
-
Resets the internal pointer used to track JAR entries to the beginning of
the JAR.
- reset() - Method in class org.apache.tomcat.util.buf.StringCache
-
- reset() - Method in class org.apache.tomcat.util.digester.Digester
-
- reset() - Method in class org.apache.tomcat.util.scan.AbstractInputStreamJar
-
- reset() - Method in class org.apache.tomcat.util.scan.JarFileUrlJar
-
- reset() - Method in class org.apache.tomcat.util.threads.LimitLatch
-
Resets the latch and initializes the shared acquisition counter to zero.
- resetBuffer() - Method in class org.apache.jasper.runtime.ServletResponseWrapperInclude
-
Clears the output buffer of the JspWriter associated with the including
page.
- resetPeakThreadCount() - Static method in class org.apache.tomcat.util.Diagnostics
-
Reset peak thread count in ThreadMXBean
- resetPeakUsage(String) - Static method in class org.apache.tomcat.util.Diagnostics
-
Reset peak memory usage data in MemoryPoolMXBean
- ResizableExecutor - Interface in org.apache.tomcat.util.threads
-
- resizePool(int, int) - Method in interface org.apache.tomcat.util.threads.ResizableExecutor
-
- resizeQueue(int) - Method in interface org.apache.tomcat.util.threads.ResizableExecutor
-
- RESOLVABLE_AT_DESIGN_TIME - Static variable in class javax.el.ELResolver
-
- resolveClass(String) - Method in class javax.el.ImportHandler
-
- resolveEntity(String, String) - Method in class org.apache.tomcat.util.descriptor.LocalResolver
-
- resolveEntity(String, String, String, String) - Method in class org.apache.tomcat.util.descriptor.LocalResolver
-
- resolveEntity(String, String, String, String) - Method in class org.apache.tomcat.util.digester.Digester
-
- 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 javax.el.FunctionMapper
-
- resolveFunction(String, String) - Method in interface javax.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 javax.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 javax.el.VariableMapper
-
- resolveVariable(String) - Method in interface javax.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.
- ResourceBase - Class in org.apache.tomcat.util.descriptor.web
-
Representation of an Context element
- ResourceBase() - Constructor for class org.apache.tomcat.util.descriptor.web.ResourceBase
-
- ResourceBundleELResolver - Class in javax.el
-
- ResourceBundleELResolver() - Constructor for class javax.el.ResourceBundleELResolver
-
- RESPONSE - Static variable in class javax.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.
- ROLE_ALL_AUTHENTICATED_USERS - Static variable in class org.apache.tomcat.util.descriptor.web.SecurityConstraint
-
- ROLE_ALL_ROLES - Static variable in class org.apache.tomcat.util.descriptor.web.SecurityConstraint
-
- root - Variable in class org.apache.tomcat.util.digester.Digester
-
The "root" element of the stack (in other words, the last object
that was popped.
- ROOT_ACTION - Static variable in interface org.apache.jasper.compiler.TagConstants
-
- RootLogger() - Constructor for class org.apache.juli.ClassLoaderLogManager.RootLogger
-
- rootNode() - Method in class org.apache.el.parser.JJTELParserState
-
- RPAREN - Static variable in interface org.apache.el.parser.ELParserConstants
-
RegularExpression Id.
- Rule - Class in org.apache.tomcat.util.digester
-
Concrete implementations of this class implement actions to be taken when
a corresponding nested pattern of XML elements has been matched.
- Rule() - Constructor for class org.apache.tomcat.util.digester.Rule
-
Base constructor.
- rules - Variable in class org.apache.tomcat.util.digester.Digester
-
The Rules implementation containing our collection of
Rule instances and associated matching policy.
- Rules - Interface in org.apache.tomcat.util.digester
-
Public interface defining a collection of Rule instances (and corresponding
matching patterns) plus an implementation of a matching policy that selects
the rules that match a particular pattern of nested elements discovered
during parsing.
- rules() - Method in interface org.apache.tomcat.util.digester.Rules
-
Return a List of all registered Rule instances, or a zero-length List
if there are no registered Rule instances.
- rules - Variable in class org.apache.tomcat.util.digester.RulesBase
-
The set of registered Rule instances, in the order that they were
originally registered.
- rules() - Method in class org.apache.tomcat.util.digester.RulesBase
-
Return a List of all registered Rule instances, or a zero-length List
if there are no registered Rule instances.
- RulesBase - Class in org.apache.tomcat.util.digester
-
Default implementation of the Rules interface that supports
the standard rule matching behavior.
- RulesBase() - Constructor for class org.apache.tomcat.util.digester.RulesBase
-
- RuleSet - Interface in org.apache.tomcat.util.digester
-
Public interface defining a shorthand means of configuring a complete
set of related Rule definitions, possibly associated with
a particular namespace URI, in one operation.
- RuleSetBase - Class in org.apache.tomcat.util.digester
-
Convenience base class that implements the
RuleSet interface.
- RuleSetBase() - Constructor for class org.apache.tomcat.util.digester.RuleSetBase
-
- rulesValidation - Variable in class org.apache.tomcat.util.digester.Digester
-
Warn on missing attributes and elements.
- run - Variable in class org.apache.juli.AsyncFileHandler.LoggerThread
-
- run() - Method in class org.apache.juli.AsyncFileHandler.LoggerThread
-
- run() - Method in class org.apache.tomcat.util.security.PrivilegedGetTccl
-
- run() - Method in class org.apache.tomcat.util.security.PrivilegedSetTccl
-
- saxLog - Variable in class org.apache.tomcat.util.digester.Digester
-
The Log to which all SAX event related logging calls will be made.
- scan() - Method in class org.apache.jasper.servlet.TldScanner
-
Scan for TLDs in all places defined by the specification:
Tag libraries defined by the platform
Entries from <jsp-config> in web.xml
A resources under /WEB-INF
In jar files from /WEB-INF/lib
Additional entries from the container
- scan(JarScanType, ServletContext, JarScannerCallback) - Method in interface org.apache.tomcat.JarScanner
-
Scan the provided ServletContext and classloader for JAR files.
- scan(Jar, String, boolean) - Method in interface org.apache.tomcat.JarScannerCallback
-
A JAR was found and may be accessed for further processing via the
provided URL connection.
- scan(File, String, boolean) - Method in interface org.apache.tomcat.JarScannerCallback
-
A directory was found that is to be treated as an unpacked JAR.
- scan(Jar, String, boolean) - Method in class org.apache.tomcat.util.descriptor.web.FragmentJarScannerCallback
-
- scan(File, String, boolean) - Method in class org.apache.tomcat.util.descriptor.web.FragmentJarScannerCallback
-
- scan(JarScanType, ServletContext, JarScannerCallback) - Method in class org.apache.tomcat.util.scan.StandardJarScanner
-
Scan the provided ServletContext and class loader for JAR files.
- SCAN_JARS_PROPERTY - Static variable in class org.apache.tomcat.util.scan.Constants
-
- scanChar() - Method in class org.apache.jasper.xmlparser.XMLEncodingDetector
-
Returns the next character on the input.
- scanData(String, XMLStringBuffer) - Method in class org.apache.jasper.xmlparser.XMLEncodingDetector
-
Scans a range of character data up to the specified delimiter,
setting the fields of the XMLString structure, appropriately.
- scanFiles(File) - 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>.
- scanLiteral(int, XMLString) - Method in class org.apache.jasper.xmlparser.XMLEncodingDetector
-
Scans a range of attribute value data, setting the fields of the
XMLString structure, appropriately.
- scanName() - Method in class org.apache.jasper.xmlparser.XMLEncodingDetector
-
Returns a string matching the Name production appearing immediately
on the input as a symbol, or null if no Name string is present.
- 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.
- scanPseudoAttribute(boolean, XMLString) - Method in class org.apache.jasper.xmlparser.XMLEncodingDetector
-
Scans a pseudo attribute.
- 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.
- scanWebInfClasses() - Method in class org.apache.tomcat.util.descriptor.web.FragmentJarScannerCallback
-
- ScopedAttributeELResolver - Class in javax.servlet.jsp.el
-
- ScopedAttributeELResolver() - Constructor for class javax.servlet.jsp.el.ScopedAttributeELResolver
-
- scratchDir - Variable in class org.apache.jasper.JspC
-
- SCRIPTLET_ACTION - Static variable in interface org.apache.jasper.compiler.TagConstants
-
- SecurityClassLoad - Class in org.apache.jasper.security
-
Static class used to preload java classes when using the
Java SecurityManager so that the defineClassInPackage
RuntimePermission does not trigger an AccessControlException.
- SecurityClassLoad() - Constructor for class org.apache.jasper.security.SecurityClassLoad
-
- securityClassLoad(ClassLoader) - Static method in class org.apache.jasper.security.SecurityClassLoad
-
- SecurityCollection - Class in org.apache.tomcat.util.descriptor.web
-
Representation of a web resource collection for a web application's security
constraint, as represented in a <web-resource-collection>
element in the deployment descriptor.
- SecurityCollection() - Constructor for class org.apache.tomcat.util.descriptor.web.SecurityCollection
-
Construct a new security collection instance with default values.
- SecurityCollection(String, String) - Constructor for class org.apache.tomcat.util.descriptor.web.SecurityCollection
-
Construct a new security collection instance with specified values.
- SecurityConstraint - Class in org.apache.tomcat.util.descriptor.web
-
Representation of a security constraint element for a web application,
as represented in a <security-constraint> element in the
deployment descriptor.
- SecurityConstraint() - Constructor for class org.apache.tomcat.util.descriptor.web.SecurityConstraint
-
Construct a new security constraint instance with default values.
- SecurityRoleRef - Class in org.apache.tomcat.util.descriptor.web
-
Representation of a security role reference for a web application, as
represented in a <security-role-ref> element
in the deployment descriptor.
- SecurityRoleRef() - Constructor for class org.apache.tomcat.util.descriptor.web.SecurityRoleRef
-
- 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.
- 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_METHOD_NAME - Static variable in class org.apache.jasper.Constants
-
_jspService is the name of the method that is called by
HttpJspBase.service().
- SERVLET_API_PUBLIC_IDS - Static variable in class org.apache.tomcat.util.descriptor.DigesterFactory
-
Mapping of well-known public IDs used by the Servlet API to the matching
local resource.
- SERVLET_API_SYSTEM_IDS - Static variable in class org.apache.tomcat.util.descriptor.DigesterFactory
-
Mapping of well-known system IDs used by the Servlet API to the matching
local resource.
- SERVLET_CLASSPATH - Static variable in class org.apache.jasper.Constants
-
ServletContext attribute for classpath.
- SERVLET_CONTEXT_ATTRIBUTE_NAME - Static variable in class org.apache.jasper.compiler.TldCache
-
- ServletDef - Class in org.apache.tomcat.util.descriptor.web
-
Representation of a servlet definition for a web application, as represented
in a <servlet> element in the deployment descriptor.
- ServletDef() - Constructor for class org.apache.tomcat.util.descriptor.web.ServletDef
-
- servletout - Variable in class org.apache.jasper.JspC
-
- ServletResponseWrapperInclude - Class in org.apache.jasper.runtime
-
ServletResponseWrapper used by the JSP 'include' action.
- ServletResponseWrapperInclude(ServletResponse, JspWriter) - Constructor for class org.apache.jasper.runtime.ServletResponseWrapperInclude
-
- ServletWriter - Class in org.apache.jasper.compiler
-
This is what is used to generate servlets.
- ServletWriter(PrintWriter) - Constructor for class org.apache.jasper.compiler.ServletWriter
-
- SESSION - Static variable in class javax.servlet.jsp.PageContext
-
Name used to store HttpSession in PageContext name table.
- SESSION_PARAMETER_NAME - Static variable in class org.apache.jasper.Constants
-
The name of the path parameter used to pass the session identifier
back and forth with the client.
- SESSION_SCOPE - Static variable in class javax.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.
- SessionConfig - Class in org.apache.tomcat.util.descriptor.web
-
Representation of a session configuration element for a web application,
as represented in a <session-config> element in the
deployment descriptor.
- SessionConfig() - Constructor for class org.apache.tomcat.util.descriptor.web.SessionConfig
-
- sessionConfig - Variable in class org.apache.tomcat.util.descriptor.web.WebRuleSet
-
The SetSessionConfig rule used to parse the web.xml
- 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.
- setAlwaysAddWelcomeFiles(boolean) - Method in class org.apache.tomcat.util.descriptor.web.WebXml
-
When merging from this web.xml, should the welcome files be added to the
target web.xml even if it already contains welcome file definitions.
- setArgs(String[]) - Method in class org.apache.jasper.JspC
-
Apply command-line arguments.
- setAsyncSupported(String) - Method in class org.apache.tomcat.util.descriptor.web.FilterDef
-
- setAsyncSupported(String) - Method in class org.apache.tomcat.util.descriptor.web.ServletDef
-
- setAttribute(String, Object) - Method in class javax.servlet.jsp.JspContext
-
Register the name and value specified with page scope semantics.
- setAttribute(String, Object, int) - Method in class javax.servlet.jsp.JspContext
-
Register the name and value specified with appropriate
scope semantics.
- setAttribute(String, Object) - Method in class javax.servlet.jsp.tagext.TagData
-
Set the value of an attribute.
- setAttribute(String, Object) - Method in class org.apache.jasper.runtime.JspContextWrapper
-
- setAttribute(String, Object, int) - Method in class org.apache.jasper.runtime.JspContextWrapper
-
- setAttribute(String, Object) - Method in class org.apache.jasper.runtime.PageContextImpl
-
- setAttribute(String, Object, int) - Method in class org.apache.jasper.runtime.PageContextImpl
-
- setAttribute(String, Object) - Method in class org.apache.jasper.servlet.JspCServletContext
-
Set or replace the specified context attribute.
- setAttribute(int, String, String, String, String, String) - Method in class org.apache.jasper.util.UniqueAttributesImpl
-
- setAttributes(Attributes) - Method in class org.apache.jasper.util.UniqueAttributesImpl
-
- setAuth(String) - Method in class org.apache.tomcat.util.descriptor.web.ContextResource
-
- setAuthConstraint(boolean) - Method in class org.apache.tomcat.util.descriptor.web.SecurityConstraint
-
Set the authorization constraint present flag for this security
constraint.
- setAuthMethod(String) - Method in class org.apache.tomcat.util.descriptor.web.LoginConfig
-
- setBeanValue(String, Object) - Method in class javax.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 javax.servlet.jsp.tagext.BodyTag
-
Set the bodyContent property.
- setBodyContent(BodyContent) - Method in class javax.servlet.jsp.tagext.BodyTagSupport
-
Prepare for evaluation of the body: stash the bodyContent away.
- setBodyContent(String) - Method in class org.apache.tomcat.util.descriptor.tld.TagXml
-
- setBuffer(String) - Method in class org.apache.tomcat.util.descriptor.web.JspPropertyGroup
-
- setByteEnabled(boolean) - Method in class org.apache.tomcat.util.buf.StringCache
-
- setByteInputChannel(ByteChunk.ByteInputChannel) - Method in class org.apache.tomcat.util.buf.ByteChunk
-
When the buffer is empty, read the data from the input channel.
- setByteOutputChannel(ByteChunk.ByteOutputChannel) - Method in class org.apache.tomcat.util.buf.ByteChunk
-
When the buffer is full, write the data to the output channel.
- setBytes(byte[], int, int) - Method in class org.apache.tomcat.util.buf.ByteChunk
-
Sets the message bytes to the specified subarray of bytes.
- setBytes(byte[], int, int) - Method in class org.apache.tomcat.util.buf.MessageBytes
-
Sets the content to the specified subarray of bytes.
- setCacheSize(int) - Method in class org.apache.tomcat.util.buf.StringCache
-
- setCaching(boolean) - Method in class org.apache.jasper.JspC
-
Sets the option to enable caching.
- setCharEnabled(boolean) - Method in class org.apache.tomcat.util.buf.StringCache
-
- setCharEncoding(String) - Method in class org.apache.jasper.tagplugins.jstl.Util.ImportResponseWrapper
-
- setCharInputChannel(CharChunk.CharInputChannel) - Method in class org.apache.tomcat.util.buf.CharChunk
-
When the buffer is empty, read the data from the input channel.
- setCharOutputChannel(CharChunk.CharOutputChannel) - Method in class org.apache.tomcat.util.buf.CharChunk
-
When the buffer is full, write the data to the output channel.
- setChars(char[], int, int) - Method in class org.apache.tomcat.util.buf.CharChunk
-
- setChars(char[], int, int) - Method in class org.apache.tomcat.util.buf.MessageBytes
-
Sets the content to be a char[]
- setCharset(Charset) - Method in class org.apache.tomcat.util.buf.ByteChunk
-
- setCharset(Charset) - Method in class org.apache.tomcat.util.buf.MessageBytes
-
Set the Charset used for string<->byte conversions.
- setClassDebugInfo(boolean) - Method in class org.apache.jasper.JspC
-
Sets the option to include debug information in compiled class.
- 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.
- setClassLoader(ClassLoader) - Method in class org.apache.tomcat.util.descriptor.tld.TldParser
-
- setClassLoader(ClassLoader) - Method in class org.apache.tomcat.util.descriptor.web.WebXmlParser
-
Sets the ClassLoader to be used for creating descriptor objects.
- setClassLoader(ClassLoader) - Method in class org.apache.tomcat.util.digester.Digester
-
Set the class loader to be used for instantiating application objects
when required.
- setClassName(String) - Method in class org.apache.jasper.JspC
-
Class name of the generated file ( without package ).
- setClassName(String) - Method in class org.apache.tomcat.util.descriptor.tld.TldRuleSet.Variable
-
- 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.
- setCloseMethod(String) - Method in class org.apache.tomcat.util.descriptor.web.ContextResource
-
- setCollectionUsageThreshold(String, long) - Static method in class org.apache.tomcat.util.Diagnostics
-
Set collection usage threshold in MemoryPoolMXBean
- setCompilationException(JasperException) - Method in class org.apache.jasper.servlet.JspServletWrapper
-
Sets the compilation exception for this JspServletWrapper.
- setCompile(boolean) - Method in class org.apache.jasper.JspC
-
Sets the compile flag.
- setCompiler(String) - Method in class org.apache.jasper.JspC
-
Sets the option to determine what compiler to use.
- setCompilerSourceVM(String) - Method in class org.apache.jasper.JspC
-
Sets the compiler source VM.
- setCompilerTargetVM(String) - Method in class org.apache.jasper.JspC
-
Sets the compiler target VM.
- setContentType(String) - Method in class org.apache.jasper.tagplugins.jstl.Util.ImportResponseWrapper
-
- setCookieComment(String) - Method in class org.apache.tomcat.util.descriptor.web.SessionConfig
-
- setCookieDomain(String) - Method in class org.apache.tomcat.util.descriptor.web.SessionConfig
-
- setCookieHttpOnly(String) - Method in class org.apache.tomcat.util.descriptor.web.SessionConfig
-
- setCookieMaxAge(String) - Method in class org.apache.tomcat.util.descriptor.web.SessionConfig
-
- setCookieName(String) - Method in class org.apache.tomcat.util.descriptor.web.SessionConfig
-
- setCookiePath(String) - Method in class org.apache.tomcat.util.descriptor.web.SessionConfig
-
- setCookieSecure(String) - Method in class org.apache.tomcat.util.descriptor.web.SessionConfig
-
- SetData() - Method in class org.apache.el.parser.ELParser
-
- setDebugStream(PrintStream) - Method in class org.apache.el.parser.ELParserTokenManager
-
Set debug output.
- setDeclare(boolean) - Method in class org.apache.tomcat.util.descriptor.tld.TldRuleSet.Variable
-
- setDefaultContentType(String) - Method in class org.apache.tomcat.util.descriptor.web.JspPropertyGroup
-
- setDefaultFactory(JspFactory) - Static method in class javax.servlet.jsp.JspFactory
-
set the default factory for this implementation.
- setDefaultPluggabilityScan(boolean) - Method in class org.apache.tomcat.util.scan.StandardJarScanFilter
-
- setDefaultTldScan(boolean) - Method in class org.apache.tomcat.util.scan.StandardJarScanFilter
-
- setDeferredMethod() - Method in class org.apache.tomcat.util.descriptor.tld.TldRuleSet.Attribute
-
- setDeferredSyntax(String) - Method in class org.apache.tomcat.util.descriptor.web.JspPropertyGroup
-
- setDeferredValue() - Method in class org.apache.tomcat.util.descriptor.tld.TldRuleSet.Attribute
-
- setDelegate(boolean) - Method in class org.apache.tomcat.util.descriptor.web.WebXml
-
- setDenyUncoveredHttpMethods(boolean) - Method in class org.apache.tomcat.util.descriptor.web.WebXml
-
- setDescription(String) - Method in class org.apache.tomcat.util.descriptor.tld.TldRuleSet.Attribute
-
- setDescription(String) - Method in class org.apache.tomcat.util.descriptor.web.ApplicationParameter
-
- setDescription(String) - Method in class org.apache.tomcat.util.descriptor.web.FilterDef
-
- setDescription(String) - Method in class org.apache.tomcat.util.descriptor.web.ResourceBase
-
- setDescription(String) - Method in class org.apache.tomcat.util.descriptor.web.SecurityCollection
-
Set the description of this web resource collection.
- setDescription(String) - Method in class org.apache.tomcat.util.descriptor.web.ServletDef
-
- setDigester(Digester) - Method in class org.apache.tomcat.util.digester.AbstractObjectCreationFactory
-
Set the
Digester to allow the implementation to do logging,
classloading based on the digester's classloader, etc.
- setDigester(Digester) - Method in class org.apache.tomcat.util.digester.CallMethodRule
-
Set the associated digester.
- setDigester(Digester) - Method in interface org.apache.tomcat.util.digester.ObjectCreationFactory
-
Set the
Digester to allow the implementation to do logging,
classloading based on the digester's classloader, etc.
- setDigester(Digester) - Method in class org.apache.tomcat.util.digester.Rule
-
Set the Digester with which this Rule is
associated.
- setDigester(Digester) - Method in interface org.apache.tomcat.util.digester.Rules
-
Set the Digester instance with which this Rules instance is associated.
- setDigester(Digester) - Method in class org.apache.tomcat.util.digester.RulesBase
-
Set the Digester instance with which this Rules instance is associated.
- setDispatcher(String) - Method in class org.apache.tomcat.util.descriptor.web.FilterMap
-
This method will be used to set the current state of the FilterMap
representing the state of when filters should be applied.
- setDisplayName(String) - Method in class org.apache.tomcat.util.descriptor.tld.TagFileXml
-
- setDisplayName(String) - Method in class org.apache.tomcat.util.descriptor.tld.TagXml
-
- setDisplayname(String) - Method in class org.apache.tomcat.util.descriptor.web.ContextService
-
- setDisplayName(String) - Method in class org.apache.tomcat.util.descriptor.web.FilterDef
-
- setDisplayName(String) - Method in class org.apache.tomcat.util.descriptor.web.MessageDestination
-
- setDisplayName(String) - Method in class org.apache.tomcat.util.descriptor.web.SecurityConstraint
-
Set the display name of this security constraint.
- setDisplayName(String) - Method in class org.apache.tomcat.util.descriptor.web.ServletDef
-
- setDisplayName(String) - Method in class org.apache.tomcat.util.descriptor.web.WebXml
-
- setDistributable(boolean) - Method in class org.apache.tomcat.util.descriptor.web.WebXml
-
- setDocumentLocator(Locator) - Method in class org.apache.tomcat.util.digester.Digester
-
Sets the document locator associated with our parser.
- setDoEmbedded(boolean) - Method in class org.apache.jasper.compiler.SmapGenerator
-
Instructs the SmapGenerator whether to actually print any embedded
SMAPs or not.
- setDynamicAttribute(String, String, Object) - Method in interface javax.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.
- setDynamicAttributes(boolean) - Method in class org.apache.tomcat.util.descriptor.tld.TagXml
-
- setELContext(ELContext) - Method in class javax.el.ELManager
-
- setELContext(ELContext) - Method in class javax.el.LambdaExpression
-
- setElIgnored(String) - Method in class org.apache.tomcat.util.descriptor.web.JspPropertyGroup
-
- setEnabled(String) - Method in class org.apache.tomcat.util.descriptor.web.ServletDef
-
- setEncoding(String) - Method in class org.apache.tomcat.util.descriptor.web.SecurityCollection
-
- setEncoding(String) - Method in class org.apache.tomcat.util.descriptor.web.XmlEncodingBase
-
- setEncoding(String) - Method in interface org.apache.tomcat.util.digester.DocumentProperties.Encoding
-
- setEnd(int) - Method in class org.apache.tomcat.util.buf.ByteChunk
-
- setEnd(int) - Method in class org.apache.tomcat.util.buf.CharChunk
-
- setEntityResolver(EntityResolver) - Method in class org.apache.tomcat.util.digester.Digester
-
Set the EntityResolver used by SAX when resolving
public id and system id.
- setError() - Method in class org.apache.jasper.compiler.AntCompiler.SystemLogHandler
-
- setErrorCode(int) - Method in class org.apache.tomcat.util.descriptor.web.ErrorPage
-
Set the error code.
- setErrorCode(String) - Method in class org.apache.tomcat.util.descriptor.web.ErrorPage
-
Set the error code (hack for default XmlMapper data type).
- setErrorHandler(ErrorHandler) - Method in class org.apache.tomcat.util.digester.Digester
-
Set the error handler for this Digester.
- setErrorOnUndeclaredNamespace(String) - Method in class org.apache.tomcat.util.descriptor.web.JspPropertyGroup
-
- 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.
- setErrorPage(String) - Method in class org.apache.tomcat.util.descriptor.web.LoginConfig
-
- setExactMatch(boolean) - Method in class org.apache.tomcat.util.digester.SetNextRule
-
Set whether exact matching is enabled.
- setExceptionType(String) - Method in class org.apache.tomcat.util.descriptor.web.ErrorPage
-
Set the exception type.
- setExpectedTypeName(String) - Method in class org.apache.tomcat.util.descriptor.tld.TldRuleSet.Attribute
-
- setFactory(String) - Method in class org.apache.tomcat.util.descriptor.web.ContextResourceLink
-
- setFailOnError(boolean) - Method in class org.apache.jasper.JspC
-
Sets the option that throws an exception in case of a compilation error.
- setFakeAttributes(Map<Class<?>, List<String>>) - Method in class org.apache.tomcat.util.digester.Digester
-
Set the fake attributes.
- setFeature(String, boolean) - Method in class org.apache.tomcat.util.digester.Digester
-
Sets a flag indicating whether the requested feature is supported
by the underlying implementation of org.xml.sax.XMLReader.
- setFileSizeThreshold(String) - Method in class org.apache.tomcat.util.descriptor.web.MultipartDef
-
- setFilter(Filter) - Method in class org.apache.tomcat.util.descriptor.web.FilterDef
-
- setFilterClass(String) - Method in class org.apache.tomcat.util.descriptor.web.FilterDef
-
- setFilterName(String) - Method in class org.apache.tomcat.util.descriptor.web.FilterDef
-
- setFilterName(String) - Method in class org.apache.tomcat.util.descriptor.web.FilterMap
-
- setForcedRemainingCapacity(Integer) - Method in class org.apache.tomcat.util.threads.TaskQueue
-
- setFragment(boolean) - Method in class org.apache.tomcat.util.descriptor.tld.TldRuleSet.Attribute
-
- setFromDescriptor(boolean) - Method in class org.apache.tomcat.util.descriptor.web.SecurityCollection
-
Set if this constraint was defined in a deployment descriptor.
- 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.
- setGlobal(String) - Method in class org.apache.tomcat.util.descriptor.web.ContextResourceLink
-
- setHandlerclass(String) - Method in class org.apache.tomcat.util.descriptor.web.ContextHandler
-
- setHome(String) - Method in class org.apache.tomcat.util.descriptor.web.ContextEjb
-
- setHome(String) - Method in class org.apache.tomcat.util.descriptor.web.ContextLocalEjb
-
- setId(String) - Method in class javax.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
-
- setInfo(String) - Method in class org.apache.tomcat.util.descriptor.tld.TagFileXml
-
- setInfo(String) - Method in class org.apache.tomcat.util.descriptor.tld.TaglibXml
-
- setInfo(String) - Method in class org.apache.tomcat.util.descriptor.tld.TagXml
-
- setInitParameter(String, String) - Method in class org.apache.jasper.servlet.JspCServletContext
-
- setInitParameters(Map<String, Object>) - Method in class javax.servlet.jsp.tagext.TagLibraryValidator
-
Set the init data in the TLD for this validator.
- setInterface(String) - Method in class org.apache.tomcat.util.descriptor.web.ContextService
-
- setIsXml(String) - Method in class org.apache.tomcat.util.descriptor.web.JspPropertyGroup
-
- setJarName(String) - Method in class org.apache.tomcat.util.descriptor.web.WebXml
-
- setJarScanFilter(JarScanFilter) - Method in interface org.apache.tomcat.JarScanner
-
- setJarScanFilter(JarScanFilter) - Method in class org.apache.tomcat.util.scan.StandardJarScanner
-
- setJavaEncoding(String) - Method in class org.apache.jasper.JspC
-
Sets the encoding to use for
java files.
- setJaxrpcmappingfile(String) - Method in class org.apache.tomcat.util.descriptor.web.ContextService
-
- setJspBody(JspFragment) - Method in interface javax.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 javax.servlet.jsp.tagext.SimpleTagSupport
-
Stores the provided JspFragment.
- setJspContext(JspContext) - Method in interface javax.servlet.jsp.tagext.SimpleTag
-
Called by the container to provide this tag handler with
the JspContext for this invocation.
- setJspContext(JspContext) - Method in class javax.servlet.jsp.tagext.SimpleTagSupport
-
Stores the provided JSP context in the private jspContext field.
- setJspFile(String) - Method in class org.apache.tomcat.util.descriptor.web.ServletDef
-
- setJspFiles(String) - Method in class org.apache.jasper.JspC
-
Parses comma-separated list of JSP files to be processed.
- setJspId(String) - Method in interface javax.servlet.jsp.tagext.JspIdConsumer
-
- setJspReloadCount(int) - Method in class org.apache.jasper.compiler.JspRuntimeContext
-
Resets the JSP reload counter.
- setJspReloadCount(int) - Method in class org.apache.jasper.servlet.JspServlet
-
Resets the JSP reload counter.
- setJspVersion(String) - Method in class org.apache.tomcat.util.descriptor.tld.TaglibXml
-
- setLargeIcon(String) - Method in class org.apache.tomcat.util.descriptor.tld.TagFileXml
-
- setLargeIcon(String) - Method in class org.apache.tomcat.util.descriptor.tld.TagXml
-
- setLargeIcon(String) - Method in class org.apache.tomcat.util.descriptor.web.ContextService
-
- setLargeIcon(String) - Method in class org.apache.tomcat.util.descriptor.web.FilterDef
-
- setLargeIcon(String) - Method in class org.apache.tomcat.util.descriptor.web.MessageDestination
-
- setLargeIcon(String) - Method in class org.apache.tomcat.util.descriptor.web.ServletDef
-
- setLastModificationTest(long) - Method in class org.apache.jasper.servlet.JspServletWrapper
-
- setLimit(int) - Method in class org.apache.tomcat.util.buf.ByteChunk
-
Maximum amount of data in this buffer.
- setLimit(int) - Method in class org.apache.tomcat.util.buf.CharChunk
-
Maximum amount of data in this buffer.
- setLimit(long) - Method in class org.apache.tomcat.util.threads.LimitLatch
-
Sets a new limit.
- setLink(String) - Method in class org.apache.tomcat.util.descriptor.web.ContextEjb
-
- setLink(String) - Method in class org.apache.tomcat.util.descriptor.web.ContextLocalEjb
-
- setLink(String) - Method in class org.apache.tomcat.util.descriptor.web.MessageDestinationRef
-
- setLink(String) - Method in class org.apache.tomcat.util.descriptor.web.SecurityRoleRef
-
- setListErrors(boolean) - Method in class org.apache.jasper.JspC
-
- setLoadOnStartup(String) - Method in class org.apache.tomcat.util.descriptor.web.ServletDef
-
- setLocal(String) - Method in class org.apache.tomcat.util.descriptor.web.ContextLocalEjb
-
- setLocale(Locale) - Method in class javax.el.ELContext
-
- 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
-
- setLocation(String) - Method in class org.apache.tomcat.util.descriptor.web.ErrorPage
-
Set the location.
- setLocation(String) - Method in class org.apache.tomcat.util.descriptor.web.MultipartDef
-
- setLogger(Log) - Method in class org.apache.tomcat.util.digester.Digester
-
Set the current logger for this Digester.
- setLoggerLevel(String, String) - Static method in class org.apache.tomcat.util.Diagnostics
-
Set logger level
- setLoginConfig(LoginConfig) - Method in class org.apache.tomcat.util.descriptor.web.WebXml
-
- setLoginPage(String) - Method in class org.apache.tomcat.util.descriptor.web.LoginConfig
-
- setLong(long) - Method in class org.apache.tomcat.util.buf.MessageBytes
-
Set the buffer to the representation of an long.
- setMappedFile(boolean) - Method in class org.apache.jasper.JspC
-
- setMaxFileSize(String) - Method in class org.apache.tomcat.util.descriptor.web.MultipartDef
-
- setMaxRequestSize(String) - Method in class org.apache.tomcat.util.descriptor.web.MultipartDef
-
- setMetadataComplete(boolean) - Method in class org.apache.tomcat.util.descriptor.web.WebXml
-
- setMethodSignature(String) - Method in class org.apache.tomcat.util.descriptor.tld.TldRuleSet.Attribute
-
- setMultipartDef(MultipartDef) - Method in class org.apache.tomcat.util.descriptor.web.ServletDef
-
- setName(String) - Method in class org.apache.tomcat.util.descriptor.tld.TagFileXml
-
- setName(String) - Method in class org.apache.tomcat.util.descriptor.tld.TagXml
-
- setName(String) - Method in class org.apache.tomcat.util.descriptor.tld.TldRuleSet.Attribute
-
- setName(String) - Method in class org.apache.tomcat.util.descriptor.web.ApplicationParameter
-
- setName(String) - Method in class org.apache.tomcat.util.descriptor.web.ResourceBase
-
- setName(String) - Method in class org.apache.tomcat.util.descriptor.web.SecurityCollection
-
Set the name of this web resource collection
- setName(String) - Method in class org.apache.tomcat.util.descriptor.web.SecurityRoleRef
-
- setName(String) - Method in class org.apache.tomcat.util.descriptor.web.WebXml
-
- setNameFromAttribute(String) - Method in class org.apache.tomcat.util.descriptor.tld.TldRuleSet.Variable
-
- setNameGiven(String) - Method in class org.apache.tomcat.util.descriptor.tld.TldRuleSet.Variable
-
- setNamespaceAware(boolean) - Method in class org.apache.tomcat.util.digester.Digester
-
Set the "namespace aware" flag for parsers we create.
- setNamespaceURI(String) - Method in class org.apache.tomcat.util.digester.Rule
-
Set the namespace URI for which this Rule is relevant, if any.
- setNamespaceURI(String) - Method in interface org.apache.tomcat.util.digester.Rules
-
Set the namespace URI that will be applied to all subsequently
added Rule objects.
- setNamespaceURI(String) - Method in class org.apache.tomcat.util.digester.RulesBase
-
Set the namespace URI that will be applied to all subsequently
added Rule objects.
- setNamingResources(NamingResources) - Method in class org.apache.tomcat.util.descriptor.web.ResourceBase
-
- SetNextRule - Class in org.apache.tomcat.util.digester
-
Rule implementation that calls a method on the (top-1) (parent)
object, passing the top object (child) as an argument.
- SetNextRule(String, String) - Constructor for class org.apache.tomcat.util.digester.SetNextRule
-
Construct a "set next" rule with the specified method name.
- setOffset(int) - Method in class org.apache.tomcat.util.buf.ByteChunk
-
- setOffset(int) - Method in class org.apache.tomcat.util.buf.CharChunk
-
- setOptimizedWrite(boolean) - Method in class org.apache.tomcat.util.buf.CharChunk
-
- setOutputDir(String) - Method in class org.apache.jasper.JspC
-
- setOutputFileName(String) - Method in class org.apache.jasper.compiler.SmapGenerator
-
Sets the filename (without path information) for the generated
source file.
- setOverridable(boolean) - Method in class org.apache.tomcat.util.descriptor.web.ServletDef
-
- setOverridable(boolean) - Method in class org.apache.tomcat.util.descriptor.web.WebXml
-
- setOverride(boolean) - Method in class org.apache.tomcat.util.descriptor.web.ApplicationParameter
-
- setOverride(boolean) - Method in class org.apache.tomcat.util.descriptor.web.ContextEnvironment
-
- setOverride(boolean) - Method in class org.apache.tomcat.util.descriptor.web.ContextResourceEnvRef
-
- 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 javax.servlet.jsp.tagext.Tag
-
Set the current page context.
- setPageContext(PageContext) - Method in class javax.servlet.jsp.tagext.TagAdapter
-
Must not be called.
- setPageContext(PageContext) - Method in class javax.servlet.jsp.tagext.TagSupport
-
Set the page context.
- setPageEncoding(String) - Method in class org.apache.tomcat.util.descriptor.web.JspPropertyGroup
-
- setParent(JspTag) - Method in interface javax.servlet.jsp.tagext.SimpleTag
-
Sets the parent of this tag, for collaboration purposes.
- setParent(JspTag) - Method in class javax.servlet.jsp.tagext.SimpleTagSupport
-
Sets the parent of this tag, for collaboration purposes.
- setParent(Tag) - Method in interface javax.servlet.jsp.tagext.Tag
-
Set the parent (closest enclosing tag handler) of this tag handler.
- setParent(Tag) - Method in class javax.servlet.jsp.tagext.TagAdapter
-
Must not be called.
- setParent(Tag) - Method in class javax.servlet.jsp.tagext.TagSupport
-
Set the nesting tag of this tag.
- setParent(ThreadPoolExecutor) - Method in class org.apache.tomcat.util.threads.TaskQueue
-
- setPath(String) - Method in class org.apache.tomcat.util.descriptor.tld.TagFileXml
-
- setPluggabilityScan(String) - Method in class org.apache.tomcat.util.scan.StandardJarScanFilter
-
- setPluggabilitySkip(String) - Method in class org.apache.tomcat.util.scan.StandardJarScanFilter
-
- 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.
- setPrefix(String) - Method in class org.apache.el.parser.AstFunction
-
- SetPropertiesRule - Class in org.apache.tomcat.util.digester
-
Rule implementation that sets properties on the object at the top of the
stack, based on attributes with corresponding names.
- SetPropertiesRule() - Constructor for class org.apache.tomcat.util.digester.SetPropertiesRule
-
- setProperty(String, String) - Method in class org.apache.jasper.EmbeddedServletOptions
-
- setProperty(String, String) - Method in class org.apache.tomcat.util.descriptor.web.ContextHandler
-
Set a configured property.
- setProperty(String, Object) - Method in class org.apache.tomcat.util.descriptor.web.ContextTransaction
-
Set a configured property.
- setProperty(String, Object) - Method in class org.apache.tomcat.util.descriptor.web.ResourceBase
-
Set a configured property.
- setProperty(Object, String, String) - Static method in class org.apache.tomcat.util.IntrospectionUtils
-
Find a method with the right name If found, call the method ( if param is
int or boolean we'll convert value to the right type before) - that means
you can have setDebug(1).
- setProperty(Object, String, String, boolean) - Static method in class org.apache.tomcat.util.IntrospectionUtils
-
- setPropertyResolved(boolean) - Method in class javax.el.ELContext
-
- setPropertyResolved(Object, Object) - Method in class javax.el.ELContext
-
Mark the given property as resolved and notfy any interested listeners.
- setPropertyResolved(boolean) - Method in class org.apache.el.lang.EvaluationContext
-
- setPropertyResolved(Object, Object) - Method in class org.apache.el.lang.EvaluationContext
-
- setPropertyResolved(boolean) - Method in class org.apache.jasper.el.ELContextWrapper
-
- setPrototypeMode(boolean) - Method in class org.apache.jasper.JspCompilationContext
-
- setPublicId(String) - Method in class org.apache.tomcat.util.descriptor.web.WebXml
-
- setPublicId(String) - Method in class org.apache.tomcat.util.digester.Digester
-
Set the public id of the current file being parse.
- 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
-
- setRealmName(String) - Method in class org.apache.tomcat.util.descriptor.web.LoginConfig
-
- setReload(boolean) - Method in class org.apache.jasper.servlet.JspServletWrapper
-
- setRemote(String) - Method in class org.apache.tomcat.util.descriptor.web.ContextEjb
-
- setReplaceWelcomeFiles(boolean) - Method in class org.apache.tomcat.util.descriptor.web.WebXml
-
When merging/parsing web.xml files into this web.xml should the current
set be completely replaced?
- setRequestTime(boolean) - Method in class org.apache.tomcat.util.descriptor.tld.TldRuleSet.Attribute
-
- setRequired(boolean) - Method in class org.apache.tomcat.util.descriptor.tld.TldRuleSet.Attribute
-
- setRuleNamespaceURI(String) - Method in class org.apache.tomcat.util.digester.Digester
-
Set the namespace URI that will be applied to all subsequently
added Rule objects.
- setRules(Rules) - Method in class org.apache.tomcat.util.digester.Digester
-
Set the Rules implementation object containing our
rules collection and associated matching policy.
- setRulesValidation(boolean) - Method in class org.apache.tomcat.util.digester.Digester
-
Set the rules validation flag.
- setRunAs(String) - Method in class org.apache.tomcat.util.descriptor.web.ServletDef
-
- setSAXLogger(Log) - Method in class org.apache.tomcat.util.digester.Digester
-
Sets the logger used for logging SAX-related information.
- setScanAllDirectories(boolean) - Method in class org.apache.tomcat.util.scan.StandardJarScanner
-
- setScanAllFiles(boolean) - Method in class org.apache.tomcat.util.scan.StandardJarScanner
-
- setScanBootstrapClassPath(boolean) - Method in class org.apache.tomcat.util.scan.StandardJarScanner
-
- setScanClassPath(boolean) - Method in class org.apache.tomcat.util.scan.StandardJarScanner
-
- setScope(String) - Method in class org.apache.tomcat.util.descriptor.tld.TldRuleSet.Variable
-
- setScope(String) - Method in class org.apache.tomcat.util.descriptor.web.ContextResource
-
- setScriptingInvalid(String) - Method in class org.apache.tomcat.util.descriptor.web.JspPropertyGroup
-
- setServiceqname(String[]) - Method in class org.apache.tomcat.util.descriptor.web.ContextService
-
- setServiceqname(String, int) - Method in class org.apache.tomcat.util.descriptor.web.ContextService
-
- setServiceqnameLocalpart(String) - Method in class org.apache.tomcat.util.descriptor.web.ContextService
-
- setServiceqnameNamespaceURI(String) - Method in class org.apache.tomcat.util.descriptor.web.ContextService
-
- setServletClass(String) - Method in class org.apache.tomcat.util.descriptor.web.ServletDef
-
- 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
-
- setServletName(String) - Method in class org.apache.tomcat.util.descriptor.web.ServletDef
-
- setServletPackageName(String) - Method in class org.apache.jasper.JspCompilationContext
-
The package name into which the servlet class is generated.
- setSessionConfig(SessionConfig) - Method in class org.apache.tomcat.util.descriptor.web.WebXml
-
- setSessionTimeout(String) - Method in class org.apache.tomcat.util.descriptor.web.SessionConfig
-
- setSessionTrackingModes(Set<SessionTrackingMode>) - Method in class org.apache.jasper.servlet.JspCServletContext
-
- setShortName(String) - Method in class org.apache.tomcat.util.descriptor.tld.TaglibXml
-
- setSingleton(boolean) - Method in class org.apache.tomcat.util.descriptor.web.ContextResource
-
- setSmallIcon(String) - Method in class org.apache.tomcat.util.descriptor.tld.TagFileXml
-
- setSmallIcon(String) - Method in class org.apache.tomcat.util.descriptor.tld.TagXml
-
- setSmallIcon(String) - Method in class org.apache.tomcat.util.descriptor.web.ContextService
-
- setSmallIcon(String) - Method in class org.apache.tomcat.util.descriptor.web.FilterDef
-
- setSmallIcon(String) - Method in class org.apache.tomcat.util.descriptor.web.MessageDestination
-
- setSmallIcon(String) - Method in class org.apache.tomcat.util.descriptor.web.ServletDef
-
- setSmapDumped(boolean) - Method in class org.apache.jasper.JspC
-
Sets smapDumped flag.
- setSmapSuppressed(boolean) - Method in class org.apache.jasper.JspC
-
Sets smapSuppressed flag.
- setStatus(int) - Method in class org.apache.jasper.tagplugins.jstl.Util.ImportResponseWrapper
-
- setStrictQuoteEscaping(boolean) - Method in class org.apache.jasper.JspC
-
- setString(String) - Method in class org.apache.tomcat.util.buf.MessageBytes
-
Set the content to be a string
- setTabSize(int) - Method in class org.apache.el.parser.SimpleCharStream
-
- setTagClass(String) - Method in class org.apache.tomcat.util.descriptor.tld.TagXml
-
- setTagExtraInfo(TagExtraInfo) - Method in class javax.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 javax.servlet.jsp.tagext.TagExtraInfo
-
Set the TagInfo for this class.
- setTagInfo(TagInfo) - Method in class org.apache.jasper.JspCompilationContext
-
- setTagLibrary(TagLibraryInfo) - Method in class javax.servlet.jsp.tagext.TagInfo
-
Set the TagLibraryInfo property.
- setTargetClass(String) - Method in class org.apache.tomcat.util.descriptor.web.InjectionTarget
-
- setTargetName(String) - Method in class org.apache.tomcat.util.descriptor.web.InjectionTarget
-
- setTeiClass(String) - Method in class org.apache.tomcat.util.descriptor.tld.TagXml
-
- setThread() - Static method in class org.apache.jasper.compiler.AntCompiler.SystemLogHandler
-
Start capturing thread's output.
- setThreadContentionMonitoringEnabled(boolean) - Static method in class org.apache.tomcat.util.Diagnostics
-
Enable or disable thread contention monitoring via the ThreadMxMXBean.
- setThreadCpuTimeEnabled(boolean) - Static method in class org.apache.tomcat.util.Diagnostics
-
Enable or disable thread cpu time measurement via the ThreadMxMXBean.
- setThreadRenewalDelay(long) - Method in class org.apache.tomcat.util.threads.ThreadPoolExecutor
-
- setTimeFormat(String) - Method in class org.apache.juli.OneLineFormatter
-
Specify the time format to use for time stamps in log messages.
- setTldCache(TldCache) - Method in class org.apache.jasper.EmbeddedServletOptions
-
- setTldScan(String) - Method in class org.apache.tomcat.util.scan.StandardJarScanFilter
-
- setTldSkip(String) - Method in class org.apache.tomcat.util.scan.StandardJarScanFilter
-
- setTlibVersion(String) - Method in class org.apache.tomcat.util.descriptor.tld.TaglibXml
-
- setTrainThreshold(int) - Method in class org.apache.tomcat.util.buf.StringCache
-
- setTrimSpaces(boolean) - Method in class org.apache.jasper.JspC
-
Sets the option to trim white spaces between directives or actions.
- setTrimWhitespace(String) - Method in class org.apache.tomcat.util.descriptor.web.JspPropertyGroup
-
- setType(String) - Method in class org.apache.tomcat.util.descriptor.tld.TldRuleSet.Attribute
-
- setType(String) - Method in class org.apache.tomcat.util.descriptor.web.ResourceBase
-
- setUri(String) - Method in class org.apache.tomcat.util.descriptor.tld.TaglibXml
-
- setUriroot(String) - Method in class org.apache.jasper.JspC
-
Base dir for the webapp.
- setURL(URL) - Method in class org.apache.tomcat.util.descriptor.web.WebXml
-
- setUsage(String) - Method in class org.apache.tomcat.util.descriptor.web.MessageDestinationRef
-
- setUsageThreshold(String, long) - Static method in class org.apache.tomcat.util.Diagnostics
-
Set usage threshold in MemoryPoolMXBean
- setUseContextClassLoader(boolean) - Method in class org.apache.tomcat.util.digester.Digester
-
Determine whether to use the Context ClassLoader (the one found by
calling Thread.currentThread().getContextClassLoader())
to resolve/load classes that are defined in various rules.
- setUseExactMatch(boolean) - Method in class org.apache.tomcat.util.digester.CallMethodRule
-
Set whether MethodUtils.invokeExactMethod
should be used for the reflection.
- setUserConstraint(String) - Method in class org.apache.tomcat.util.descriptor.web.SecurityConstraint
-
Set the user data constraint for this security constraint.
- setUseServerCipherSuitesOrder(SSLEngine, boolean) - Method in class org.apache.tomcat.util.compat.JreCompat
-
- setUseShutdownHook(boolean) - Method in class org.apache.juli.ClassLoaderLogManager
-
- setValidateTld(boolean) - Method in class org.apache.jasper.JspC
-
- setValidateXml(boolean) - Method in class org.apache.jasper.JspC
-
- setValidating(boolean) - Method in class org.apache.tomcat.util.digester.Digester
-
Set the validating parser flag.
- setValidator(ValidatorXml) - Method in class org.apache.tomcat.util.descriptor.tld.TaglibXml
-
- setValidatorClass(String) - Method in class org.apache.tomcat.util.descriptor.tld.ValidatorXml
-
- setValue(ELContext, Object, Object, Object) - Method in class javax.el.ArrayELResolver
-
- setValue(ELContext, Object, Object, Object) - Method in class javax.el.BeanELResolver
-
- setValue(ELContext, Object, Object, Object) - Method in class javax.el.BeanNameELResolver
-
- setValue(ELContext, Object, Object, Object) - Method in class javax.el.CompositeELResolver
-
- setValue(String, Object) - Method in class javax.el.ELProcessor
-
- setValue(ELContext, Object, Object, Object) - Method in class javax.el.ELResolver
-
- setValue(ELContext, Object, Object, Object) - Method in class javax.el.ListELResolver
-
- setValue(ELContext, Object, Object, Object) - Method in class javax.el.MapELResolver
-
- setValue(ELContext, Object, Object, Object) - Method in class javax.el.ResourceBundleELResolver
-
- setValue(ELContext, Object, Object, Object) - Method in class javax.el.StaticFieldELResolver
-
- setValue(ELContext, Object, Object, Object) - Method in class javax.el.TypeConverter
-
- setValue(ELContext, Object) - Method in class javax.el.ValueExpression
-
- setValue(ELContext, Object, Object, Object) - Method in class javax.servlet.jsp.el.ImplicitObjectELResolver
-
- setValue(ELContext, Object, Object, Object) - Method in class javax.servlet.jsp.el.ScopedAttributeELResolver
-
- setValue(String, Object) - Method in class javax.servlet.jsp.tagext.TagSupport
-
Associate a value with a String key.
- setValue(EvaluationContext, Object) - Method in class org.apache.el.parser.AstDeferredExpression
-
- setValue(EvaluationContext, Object) - Method in class org.apache.el.parser.AstDynamicExpression
-
- setValue(EvaluationContext, Object) - Method in class org.apache.el.parser.AstIdentifier
-
- setValue(EvaluationContext, Object) - Method in class org.apache.el.parser.AstValue
-
- setValue(EvaluationContext, Object) - Method in interface org.apache.el.parser.Node
-
- setValue(EvaluationContext, Object) - Method in class org.apache.el.parser.SimpleNode
-
- setValue(ELContext, Object, Object, Object) - Method in class org.apache.el.stream.StreamELResolverImpl
-
- setValue(ELContext, Object) - Method in class org.apache.el.ValueExpressionImpl
-
- setValue(ELContext, Object) - Method in class org.apache.el.ValueExpressionLiteral
-
- setValue(ELContext, Object, Object, Object) - Method in class org.apache.jasper.el.ELResolverImpl
-
Deprecated.
- setValue(ELContext, Object) - Method in class org.apache.jasper.el.JspValueExpression
-
- setValue(String) - Method in class org.apache.tomcat.util.descriptor.web.ApplicationParameter
-
- setValue(String) - Method in class org.apache.tomcat.util.descriptor.web.ContextEnvironment
-
- setValues(char[], int, int) - Method in class org.apache.jasper.xmlparser.XMLString
-
Initializes the contents of the XMLString structure with the
specified values.
- setValues(XMLString) - Method in class org.apache.jasper.xmlparser.XMLString
-
Initializes the contents of the XMLString structure with copies
of the given string structure.
- setVariable(String, ValueExpression) - Method in class javax.el.ELManager
-
- setVariable(String, String) - Method in class javax.el.ELProcessor
-
- setVariable(String, ValueExpression) - Method in class javax.el.VariableMapper
-
- setVariable(String, ValueExpression) - Method in class org.apache.el.lang.VariableMapperFactory
-
- setVariable(String, ValueExpression) - Method in class org.apache.el.lang.VariableMapperImpl
-
- setVariableMapper(VariableMapper) - Method in class org.apache.jasper.el.ELContextImpl
-
- setVerbose(int) - Method in class org.apache.jasper.JspC
-
Sets the verbosity level.
- setVerboseClassLoading(boolean) - Static method in class org.apache.tomcat.util.Diagnostics
-
Set verbose class loading
- setVerboseGarbageCollection(boolean) - Static method in class org.apache.tomcat.util.Diagnostics
-
Set verbose garbage collection logging
- setVersion(String) - Method in class org.apache.tomcat.util.descriptor.web.WebXml
-
Set the version for this web.xml file
- setWebappJar(boolean) - Method in class org.apache.tomcat.util.descriptor.web.WebXml
-
- 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.
- setWebXmlFragment(String) - Method in class org.apache.jasper.JspC
-
File where we generate a web.xml fragment with the class definitions.
- setWriter(ServletWriter) - Method in class org.apache.jasper.JspCompilationContext
-
- setWsdlfile(String) - Method in class org.apache.tomcat.util.descriptor.web.ContextService
-
- 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 javax.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
-
- shutdown() - Method in class org.apache.juli.ClassLoaderLogManager
-
Shuts down the logging system.
- SimpleCharStream - Class in org.apache.el.parser
-
An implementation of interface CharStream, where the stream is assumed to
contain only ASCII characters (without unicode processing).
- SimpleCharStream(Reader, int, int, int) - Constructor for class org.apache.el.parser.SimpleCharStream
-
Constructor.
- SimpleCharStream(Reader, int, int) - Constructor for class org.apache.el.parser.SimpleCharStream
-
Constructor.
- SimpleCharStream(Reader) - Constructor for class org.apache.el.parser.SimpleCharStream
-
Constructor.
- SimpleCharStream(InputStream, String, int, int, int) - Constructor for class org.apache.el.parser.SimpleCharStream
-
Constructor.
- SimpleCharStream(InputStream, int, int, int) - Constructor for class org.apache.el.parser.SimpleCharStream
-
Constructor.
- SimpleCharStream(InputStream, String, int, int) - Constructor for class org.apache.el.parser.SimpleCharStream
-
Constructor.
- SimpleCharStream(InputStream, int, int) - Constructor for class org.apache.el.parser.SimpleCharStream
-
Constructor.
- SimpleCharStream(InputStream, String) - Constructor for class org.apache.el.parser.SimpleCharStream
-
Constructor.
- SimpleCharStream(InputStream) - Constructor for class org.apache.el.parser.SimpleCharStream
-
Constructor.
- SimpleInstanceManager - Class in org.apache.tomcat
-
SimpleInstanceManager
Implement the org.apache.tomcat.InstanceManager interface.
- SimpleInstanceManager() - Constructor for class org.apache.tomcat.SimpleInstanceManager
-
- SimpleNode - Class in org.apache.el.parser
-
- SimpleNode(int) - Constructor for class org.apache.el.parser.SimpleNode
-
- SimpleTag - Interface in javax.servlet.jsp.tagext
-
Interface for defining Simple Tag Handlers.
- SimpleTagSupport - Class in javax.servlet.jsp.tagext
-
A base class for defining tag handlers implementing SimpleTag.
- SimpleTagSupport() - Constructor for class javax.servlet.jsp.tagext.SimpleTagSupport
-
Sole constructor.
- size() - Method in class org.apache.tomcat.util.collections.ManagedConcurrentWeakHashMap
-
- size() - Method in class org.apache.tomcat.util.collections.SynchronizedQueue
-
- skip(long) - Method in class org.apache.jasper.xmlparser.ASCIIReader
-
Skip characters.
- skip(long) - Method in class org.apache.jasper.xmlparser.UCSReader
-
Skip characters.
- skip(long) - Method in class org.apache.jasper.xmlparser.UTF8Reader
-
Skip characters.
- SKIP_BODY - Static variable in interface javax.servlet.jsp.tagext.Tag
-
Skip body evaluation.
- SKIP_JARS_PROPERTY - Static variable in class org.apache.tomcat.util.scan.Constants
-
- SKIP_PAGE - Static variable in interface javax.servlet.jsp.tagext.Tag
-
Skip the rest of the page.
- skipChar(int) - Method in class org.apache.jasper.xmlparser.XMLEncodingDetector
-
Skips a character appearing immediately on the input.
- SkipPageException - Exception in javax.servlet.jsp
-
Exception to indicate the calling page must cease evaluation.
- SkipPageException() - Constructor for exception javax.servlet.jsp.SkipPageException
-
Creates a SkipPageException with no message.
- SkipPageException(String) - Constructor for exception javax.servlet.jsp.SkipPageException
-
Creates a SkipPageException with the provided message.
- SkipPageException(String, Throwable) - Constructor for exception javax.servlet.jsp.SkipPageException
-
Creates a SkipPageException with the provided message and root cause.
- SkipPageException(Throwable) - Constructor for exception javax.servlet.jsp.SkipPageException
-
Creates a SkipPageException with the provided root cause.
- skippedEntity(String) - Method in class org.apache.tomcat.util.digester.Digester
-
Process notification of a skipped entity.
- skipSpaces() - Method in class org.apache.jasper.xmlparser.XMLEncodingDetector
-
Skips space characters appearing immediately on the input.
- skipString(String) - Method in class org.apache.jasper.xmlparser.XMLEncodingDetector
-
Skips the specified string appearing immediately on the input.
- sm - Static variable in class org.apache.tomcat.util.descriptor.web.WebRuleSet
-
The string resources for this package.
- sm - Static variable in class org.apache.tomcat.util.threads.ThreadPoolExecutor
-
The string manager for this package.
- smapDumped - Variable in class org.apache.jasper.JspC
-
- SmapGenerator - Class in org.apache.jasper.compiler
-
Represents a source map (SMAP), which serves to associate lines
of the input JSP file(s) to lines in the generated servlet in the
final .class file, according to the JSR-045 spec.
- SmapGenerator() - Constructor for class org.apache.jasper.compiler.SmapGenerator
-
- SmapStratum - Class in org.apache.jasper.compiler
-
Represents the line and file mappings associated with a JSR-045
"stratum".
- SmapStratum(String) - Constructor for class org.apache.jasper.compiler.SmapStratum
-
Constructs a new SmapStratum object for the given stratum name
(e.g., JSP).
- 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
-
- source - Static variable in class org.apache.tomcat.util.digester.Digester
-
- 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.
- stack - Variable in class org.apache.tomcat.util.digester.Digester
-
The object stack being constructed.
- stackIndex - Variable in class org.apache.tomcat.util.digester.CallParamRule
-
The position of the object from the top of the stack
- STANDARD_IMPORTS - Static variable in class org.apache.jasper.Constants
-
- StandardELContext - Class in javax.el
-
- StandardELContext(ExpressionFactory) - Constructor for class javax.el.StandardELContext
-
- StandardELContext(ELContext) - Constructor for class javax.el.StandardELContext
-
- StandardJarScanFilter - Class in org.apache.tomcat.util.scan
-
- StandardJarScanFilter() - Constructor for class org.apache.tomcat.util.scan.StandardJarScanFilter
-
- StandardJarScanner - Class in org.apache.tomcat.util.scan
-
The default
JarScanner implementation scans the WEB-INF/lib directory
followed by the provided classloader and then works up the classloader
hierarchy.
- StandardJarScanner() - Constructor for class org.apache.tomcat.util.scan.StandardJarScanner
-
- 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.
- startDocument() - Method in class org.apache.tomcat.util.digester.Digester
-
Process notification of the beginning of the document being reached.
- startDTD(String, String, String) - Method in class org.apache.tomcat.util.digester.Digester
-
- startElement(String, String, String, Attributes) - Method in class org.apache.tomcat.util.digester.Digester
-
Process notification of the start of an XML element being reached.
- startPrefixMapping(String, String) - Method in class org.apache.tomcat.util.digester.Digester
-
Process notification that a namespace prefix is coming in to scope.
- startsWith(String) - Method in class org.apache.tomcat.util.buf.CharChunk
-
- startsWithIgnoreCase(String, int) - Method in class org.apache.tomcat.util.buf.ByteChunk
-
Returns true if the message bytes starts with the specified string.
- startsWithIgnoreCase(String, int) - Method in class org.apache.tomcat.util.buf.CharChunk
-
- startsWithIgnoreCase(String, int) - Method in class org.apache.tomcat.util.buf.MessageBytes
-
- StaticFieldELResolver - Class in javax.el
-
- StaticFieldELResolver() - Constructor for class javax.el.StaticFieldELResolver
-
- staticFlag - Static variable in class org.apache.el.parser.SimpleCharStream
-
Whether parser is static.
- stopCurrentThreadIfNeeded() - Method in class org.apache.tomcat.util.threads.ThreadPoolExecutor
-
If the current thread was started before the last time when a context was
stopped, an exception is thrown so that the current thread is stopped.
- StopPooledThreadException - Exception in org.apache.tomcat.util.threads
-
- StopPooledThreadException(String) - Constructor for exception org.apache.tomcat.util.threads.StopPooledThreadException
-
- 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_LITERAL - Static variable in interface org.apache.el.parser.ELParserConstants
-
RegularExpression Id.
- StringCache - Class in org.apache.tomcat.util.buf
-
This class implements a String cache for ByteChunk and CharChunk.
- StringCache() - Constructor for class org.apache.tomcat.util.buf.StringCache
-
- StringManager - Class in org.apache.tomcat.util.res
-
An internationalization / localization helper class which reduces
the bother of handling ResourceBundles and takes care of the
common cases of message formating which otherwise require the
creation of Object arrays and such.
- StringUtils - Class in org.apache.tomcat.util.codec.binary
-
Converts String to and from bytes using the encodings required by the Java specification.
- StringUtils() - Constructor for class org.apache.tomcat.util.codec.binary.StringUtils
-
- stripSession(String) - Static method in class org.apache.jasper.tagplugins.jstl.Util
-
Strips a servlet session ID from url.
- subSequence(int, int) - Method in class org.apache.tomcat.util.buf.CharChunk
-
- substract() - Method in class org.apache.tomcat.util.buf.ByteChunk
-
- substract(byte[], int, int) - Method in class org.apache.tomcat.util.buf.ByteChunk
-
- substract() - Method in class org.apache.tomcat.util.buf.CharChunk
-
- substract(char[], int, int) - Method in class org.apache.tomcat.util.buf.CharChunk
-
- substractB() - Method in class org.apache.tomcat.util.buf.ByteChunk
-
- substream(Number) - Method in class org.apache.el.stream.Stream
-
- substream(Number, Number) - Method in class org.apache.el.stream.Stream
-
- subtract(Number, Number) - Method in class org.apache.el.lang.ELArithmetic.BigDecimalDelegate
-
- subtract(Number, Number) - Method in class org.apache.el.lang.ELArithmetic.BigIntegerDelegate
-
- subtract(Number, Number) - Method in class org.apache.el.lang.ELArithmetic.DoubleDelegate
-
- subtract(Number, Number) - Method in class org.apache.el.lang.ELArithmetic.LongDelegate
-
- subtract(Object, Object) - Static method in class org.apache.el.lang.ELArithmetic
-
- subtract(Number, Number) - Method in class org.apache.el.lang.ELArithmetic
-
- sum() - Method in class org.apache.el.stream.Stream
-
- supplemental(char, char) - Static method in class org.apache.jasper.xmlparser.XMLChar
-
Returns the supplemental character corresponding to the given
surrogates.
- 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_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_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_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.
- SymbolTable - Class in org.apache.jasper.xmlparser
-
This class is a symbol table implementation that guarantees that
strings used as identifiers are unique references.
- SymbolTable() - Constructor for class org.apache.jasper.xmlparser.SymbolTable
-
Constructs a symbol table with a default number of buckets.
- SymbolTable(int) - Constructor for class org.apache.jasper.xmlparser.SymbolTable
-
Constructs a symbol table with a specified number of buckets.
- 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
- SynchronizedQueue<T> - Class in org.apache.tomcat.util.collections
-
This is intended as a (mostly) GC-free alternative to
ConcurrentLinkedQueue when the requirement is to
create an unbounded queue with no requirement to shrink the queue.
- SynchronizedQueue() - Constructor for class org.apache.tomcat.util.collections.SynchronizedQueue
-
- SynchronizedQueue(int) - Constructor for class org.apache.tomcat.util.collections.SynchronizedQueue
-
- SynchronizedStack<T> - Class in org.apache.tomcat.util.collections
-
This is intended as a (mostly) GC-free alternative to
ConcurrentLinkedQueue when the requirement is to
create a pool of re-usable objects with no requirement to shrink the pool.
- SynchronizedStack() - Constructor for class org.apache.tomcat.util.collections.SynchronizedStack
-
- SynchronizedStack(int, int) - Constructor for class org.apache.tomcat.util.collections.SynchronizedStack
-
- SystemLogHandler(PrintStream) - Constructor for class org.apache.jasper.compiler.AntCompiler.SystemLogHandler
-
Construct the handler to capture the output of the given steam.
- T_BYTES - Static variable in class org.apache.tomcat.util.buf.MessageBytes
-
getType() is T_BYTES if the the object used to create the MessageBytes
was a byte[]
- T_CHARS - Static variable in class org.apache.tomcat.util.buf.MessageBytes
-
getType() is T_CHARS if the the object used to create the MessageBytes
was a char[]
- T_NULL - Static variable in class org.apache.tomcat.util.buf.MessageBytes
-
- T_STR - Static variable in class org.apache.tomcat.util.buf.MessageBytes
-
getType() is T_STR if the the object used to create the MessageBytes
was a String
- tabSize - Variable in class org.apache.el.parser.SimpleCharStream
-
- Tag - Interface in javax.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
-
- TAG_FILE_PACKAGE_NAME - Static variable in class org.apache.jasper.Constants
-
The default package name for tag handlers generated from tag files
- TagAdapter - Class in javax.servlet.jsp.tagext
-
Wraps any SimpleTag and exposes it using a Tag interface.
- TagAdapter(SimpleTag) - Constructor for class javax.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 javax.servlet.jsp.tagext
-
Information on the attributes of a Tag, available at translation time.
- TagAttributeInfo(String, boolean, String, boolean) - Constructor for class javax.servlet.jsp.tagext.TagAttributeInfo
-
Constructor for TagAttributeInfo.
- TagAttributeInfo(String, boolean, String, boolean, boolean) - Constructor for class javax.servlet.jsp.tagext.TagAttributeInfo
-
JSP 2.0 Constructor for TagAttributeInfo.
- TagAttributeInfo(String, boolean, String, boolean, boolean, String, boolean, boolean, String, String) - Constructor for class javax.servlet.jsp.tagext.TagAttributeInfo
-
JSP 2.1 Constructor for TagAttributeInfo.
- TagConstants - Interface in org.apache.jasper.compiler
-
- TagData - Class in javax.servlet.jsp.tagext
-
The (translation-time only) attribute/value information for a tag instance.
- TagData(Object[][]) - Constructor for class javax.servlet.jsp.tagext.TagData
-
Constructor for TagData.
- TagData(Hashtable<String, Object>) - Constructor for class javax.servlet.jsp.tagext.TagData
-
Constructor for a TagData.
- TagExtraInfo - Class in javax.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 javax.servlet.jsp.tagext.TagExtraInfo
-
Sole constructor.
- TagFileInfo - Class in javax.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 javax.servlet.jsp.tagext.TagFileInfo
-
Constructor for TagFileInfo from data in the JSP 2.0 format for TLD.
- tagFiles - Variable in class javax.servlet.jsp.tagext.TagLibraryInfo
-
An array describing the tag files that are defined in this tag library.
- TagFileXml - Class in org.apache.tomcat.util.descriptor.tld
-
Bare-bone model of a tag file loaded from a TLD.
- TagFileXml() - Constructor for class org.apache.tomcat.util.descriptor.tld.TagFileXml
-
- 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 javax.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 javax.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 javax.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 javax.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
-
- TaglibDescriptorImpl - Class in org.apache.tomcat.util.descriptor.web
-
- TaglibDescriptorImpl(String, String) - Constructor for class org.apache.tomcat.util.descriptor.web.TaglibDescriptorImpl
-
- TagLibraryInfo - Class in javax.servlet.jsp.tagext
-
Translation-time information associated with a taglib directive, and its
underlying TLD file.
- TagLibraryInfo(String, String) - Constructor for class javax.servlet.jsp.tagext.TagLibraryInfo
-
Constructor.
- TagLibraryValidator - Class in javax.servlet.jsp.tagext
-
Translation-time validator class for a JSP page.
- TagLibraryValidator() - Constructor for class javax.servlet.jsp.tagext.TagLibraryValidator
-
Sole constructor.
- TaglibXml - Class in org.apache.tomcat.util.descriptor.tld
-
Common representation of a Tag Library Descriptor (TLD) XML file.
- TaglibXml() - Constructor for class org.apache.tomcat.util.descriptor.tld.TaglibXml
-
- 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 - Class in org.apache.jasper.compiler
-
Manages tag plugin optimizations.
- TagPluginManager(ServletContext) - Constructor for class org.apache.jasper.compiler.TagPluginManager
-
- tagPluginManager - Variable in class org.apache.jasper.JspC
-
- TagPluginParser - Class in org.apache.tomcat.util.descriptor.tagplugin
-
Parser for Tag Plugin descriptors.
- TagPluginParser(ServletContext, boolean) - Constructor for class org.apache.tomcat.util.descriptor.tagplugin.TagPluginParser
-
- tags - Variable in class javax.servlet.jsp.tagext.TagLibraryInfo
-
An array describing the tags that are defined in this tag library.
- TagSupport - Class in javax.servlet.jsp.tagext
-
A base class for defining new tag handlers implementing Tag.
- TagSupport() - Constructor for class javax.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 javax.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 javax.servlet.jsp.tagext.TagVariableInfo
-
Constructor for TagVariableInfo.
- TagXml - Class in org.apache.tomcat.util.descriptor.tld
-
Model of a tag define in a tag library descriptor.
- TagXml() - Constructor for class org.apache.tomcat.util.descriptor.tld.TagXml
-
- take() - Method in class org.apache.tomcat.util.threads.TaskQueue
-
- 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
-
- targetOffset - Variable in class org.apache.tomcat.util.digester.CallMethodRule
-
location of the target object for the call, relative to the
top of the digester object stack.
- targetPackage - Variable in class org.apache.jasper.JspC
-
- TaskQueue - Class in org.apache.tomcat.util.threads
-
As task queue specifically designed to run with a thread pool executor.
- TaskQueue() - Constructor for class org.apache.tomcat.util.threads.TaskQueue
-
- TaskQueue(int) - Constructor for class org.apache.tomcat.util.threads.TaskQueue
-
- TaskQueue(Collection<? extends Runnable>) - Constructor for class org.apache.tomcat.util.threads.TaskQueue
-
- TaskThread - Class in org.apache.tomcat.util.threads
-
A Thread implementation that records the time at which it was created.
- TaskThread(ThreadGroup, Runnable, String) - Constructor for class org.apache.tomcat.util.threads.TaskThread
-
- TaskThread(ThreadGroup, Runnable, String, long) - Constructor for class org.apache.tomcat.util.threads.TaskThread
-
- TaskThreadFactory - Class in org.apache.tomcat.util.threads
-
Simple task thread factory to use to create threads for an executor
implementation.
- TaskThreadFactory(String, boolean, int) - Constructor for class org.apache.tomcat.util.threads.TaskThreadFactory
-
- TEMP_VARIABLE_NAME_PREFIX - Static variable in class org.apache.jasper.Constants
-
Prefix to use for generated temporary variable names
- 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
-
- ThreadPoolExecutor - Class in org.apache.tomcat.util.threads
-
- ThreadPoolExecutor(int, int, long, TimeUnit, BlockingQueue<Runnable>, RejectedExecutionHandler) - Constructor for class org.apache.tomcat.util.threads.ThreadPoolExecutor
-
- ThreadPoolExecutor(int, int, long, TimeUnit, BlockingQueue<Runnable>, ThreadFactory, RejectedExecutionHandler) - Constructor for class org.apache.tomcat.util.threads.ThreadPoolExecutor
-
- ThreadPoolExecutor(int, int, long, TimeUnit, BlockingQueue<Runnable>, ThreadFactory) - Constructor for class org.apache.tomcat.util.threads.ThreadPoolExecutor
-
- ThreadPoolExecutor(int, int, long, TimeUnit, BlockingQueue<Runnable>) - Constructor for class org.apache.tomcat.util.threads.ThreadPoolExecutor
-
- TLD_11_PUBLIC - Static variable in class org.apache.tomcat.util.descriptor.XmlIdentifiers
-
- TLD_11_SYSTEM - Static variable in class org.apache.tomcat.util.descriptor.XmlIdentifiers
-
- TLD_12_PUBLIC - Static variable in class org.apache.tomcat.util.descriptor.XmlIdentifiers
-
- TLD_12_SYSTEM - Static variable in class org.apache.tomcat.util.descriptor.XmlIdentifiers
-
- TLD_20_XSD - Static variable in class org.apache.tomcat.util.descriptor.XmlIdentifiers
-
- TLD_21_XSD - Static variable in class org.apache.tomcat.util.descriptor.XmlIdentifiers
-
- 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
-
- tldCache - Variable in class org.apache.jasper.JspC
-
Cache for the TLD locations
- TldParser - Class in org.apache.tomcat.util.descriptor.tld
-
Parses a Tag Library Descriptor.
- TldParser(boolean, boolean, boolean) - Constructor for class org.apache.tomcat.util.descriptor.tld.TldParser
-
- TldParser(boolean, boolean, RuleSet, boolean) - Constructor for class org.apache.tomcat.util.descriptor.tld.TldParser
-
- TldPreScanned - Class in org.apache.jasper.servlet
-
- TldPreScanned(ServletContext, boolean, boolean, boolean, Collection<URL>) - Constructor for class org.apache.jasper.servlet.TldPreScanned
-
- TldResourcePath - Class in org.apache.tomcat.util.descriptor.tld
-
A TLD Resource Path as defined in JSP 7.3.2.
- TldResourcePath(URL, String) - Constructor for class org.apache.tomcat.util.descriptor.tld.TldResourcePath
-
Constructor identifying a TLD resource directly.
- TldResourcePath(URL, String, String) - Constructor for class org.apache.tomcat.util.descriptor.tld.TldResourcePath
-
Constructor identifying a TLD packaged within a JAR file.
- TldRuleSet - Class in org.apache.tomcat.util.descriptor.tld
-
RulesSet for digesting TLD files.
- TldRuleSet() - Constructor for class org.apache.tomcat.util.descriptor.tld.TldRuleSet
-
- TldRuleSet.Attribute - Class in org.apache.tomcat.util.descriptor.tld
-
- TldRuleSet.Variable - Class in org.apache.tomcat.util.descriptor.tld
-
- 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 javax.servlet.jsp.tagext.TagLibraryInfo
-
The version of the tag library.
- toArray() - Method in class org.apache.el.stream.Stream
-
- toBytes() - Method in class org.apache.tomcat.util.buf.MessageBytes
-
Do a char->byte conversion.
- toChars() - Method in class org.apache.tomcat.util.buf.MessageBytes
-
Convert to char[] and fill the CharChunk.
- toClass(String, ClassLoader) - Static method in class org.apache.jasper.compiler.JspUtil
-
Returns the Class object associated with the class or
interface with the given string name.
- toExternalForm() - Method in class org.apache.tomcat.util.descriptor.tld.TldResourcePath
-
Return the external form of the URL representing this TLD.
- toHexString(byte[]) - Static method in class org.apache.tomcat.util.buf.HexUtils
-
- 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(String, int) - Constructor for error org.apache.el.parser.TokenMgrError
-
Constructor with message and reason.
- TokenMgrError(boolean, int, int, int, String, char, int) - Constructor for error org.apache.el.parser.TokenMgrError
-
Full Constructor.
- toList() - Method in class org.apache.el.stream.Stream
-
- toLower(int) - Static method in class org.apache.tomcat.util.buf.Ascii
-
Returns the lower case equivalent of the specified ASCII character.
- toString() - Method in class javax.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.SmapGenerator
-
- toString() - Method in class org.apache.jasper.compiler.SmapStratum
-
- toString(Object) - Static method in class org.apache.jasper.runtime.JspRuntimeLibrary
-
- toString(byte) - Static method in class org.apache.jasper.runtime.JspRuntimeLibrary
-
- toString(boolean) - Static method in class org.apache.jasper.runtime.JspRuntimeLibrary
-
- toString(short) - Static method in class org.apache.jasper.runtime.JspRuntimeLibrary
-
- toString(int) - Static method in class org.apache.jasper.runtime.JspRuntimeLibrary
-
- toString(float) - Static method in class org.apache.jasper.runtime.JspRuntimeLibrary
-
- toString(long) - Static method in class org.apache.jasper.runtime.JspRuntimeLibrary
-
- toString(double) - Static method in class org.apache.jasper.runtime.JspRuntimeLibrary
-
- toString(char) - Static method in class org.apache.jasper.runtime.JspRuntimeLibrary
-
- toString() - Method in class org.apache.jasper.util.FastRemovalDequeue.Entry
-
- toString() - Method in class org.apache.jasper.xmlparser.XMLString
-
- toString() - Method in class org.apache.tomcat.util.buf.ByteChunk
-
- toString() - Method in class org.apache.tomcat.util.buf.CharChunk
-
- toString() - Method in class org.apache.tomcat.util.buf.MessageBytes
-
Compute the string value.
- toString(ByteChunk) - Static method in class org.apache.tomcat.util.buf.StringCache
-
- toString(CharChunk) - Static method in class org.apache.tomcat.util.buf.StringCache
-
- toString() - Method in class org.apache.tomcat.util.descriptor.web.ApplicationParameter
-
Return a String representation of this object.
- toString() - Method in class org.apache.tomcat.util.descriptor.web.ContextEjb
-
Return a String representation of this object.
- toString() - Method in class org.apache.tomcat.util.descriptor.web.ContextEnvironment
-
Return a String representation of this object.
- toString() - Method in class org.apache.tomcat.util.descriptor.web.ContextHandler
-
Return a String representation of this object.
- toString() - Method in class org.apache.tomcat.util.descriptor.web.ContextLocalEjb
-
Return a String representation of this object.
- toString() - Method in class org.apache.tomcat.util.descriptor.web.ContextResource
-
Return a String representation of this object.
- toString() - Method in class org.apache.tomcat.util.descriptor.web.ContextResourceEnvRef
-
Return a String representation of this object.
- toString() - Method in class org.apache.tomcat.util.descriptor.web.ContextResourceLink
-
Return a String representation of this object.
- toString() - Method in class org.apache.tomcat.util.descriptor.web.ContextService
-
Return a String representation of this object.
- toString() - Method in class org.apache.tomcat.util.descriptor.web.ContextTransaction
-
Return a String representation of this object.
- toString() - Method in class org.apache.tomcat.util.descriptor.web.ErrorPage
-
Render a String representation of this object.
- toString() - Method in class org.apache.tomcat.util.descriptor.web.FilterDef
-
Render a String representation of this object.
- toString() - Method in class org.apache.tomcat.util.descriptor.web.FilterMap
-
Render a String representation of this object.
- toString() - Method in class org.apache.tomcat.util.descriptor.web.LoginConfig
-
Return a String representation of this object.
- toString() - Method in class org.apache.tomcat.util.descriptor.web.MessageDestination
-
Return a String representation of this object.
- toString() - Method in class org.apache.tomcat.util.descriptor.web.MessageDestinationRef
-
Return a String representation of this object.
- toString() - Method in class org.apache.tomcat.util.descriptor.web.SecurityCollection
-
Return a String representation of this security collection.
- toString() - Method in class org.apache.tomcat.util.descriptor.web.SecurityConstraint
-
Return a String representation of this security constraint.
- toString() - Method in class org.apache.tomcat.util.descriptor.web.SecurityRoleRef
-
Return a String representation of this object.
- toString() - Method in class org.apache.tomcat.util.descriptor.web.WebXml
-
- toString() - Method in class org.apache.tomcat.util.digester.CallMethodRule
-
Render a printable version of this Rule.
- toString() - Method in class org.apache.tomcat.util.digester.CallParamRule
-
Render a printable version of this Rule.
- toString() - Method in class org.apache.tomcat.util.digester.FactoryCreateRule
-
Render a printable version of this Rule.
- toString() - Method in class org.apache.tomcat.util.digester.ObjectCreateRule
-
Render a printable version of this Rule.
- toString() - Method in class org.apache.tomcat.util.digester.SetNextRule
-
Render a printable version of this Rule.
- toString() - Method in class org.apache.tomcat.util.digester.SetPropertiesRule
-
Render a printable version of this Rule.
- toStringInternal() - Method in class org.apache.tomcat.util.buf.ByteChunk
-
- toStringInternal() - Method in class org.apache.tomcat.util.buf.CharChunk
-
- toTagAttributeInfo() - Method in class org.apache.tomcat.util.descriptor.tld.TldRuleSet.Attribute
-
- toTagVariableInfo() - Method in class org.apache.tomcat.util.descriptor.tld.TldRuleSet.Variable
-
- 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.
- toXml() - Method in class org.apache.tomcat.util.descriptor.web.WebXml
-
Generate a web.xml in String form that matches the representation stored
in this object.
- trace(Object) - Method in interface org.apache.juli.logging.Log
-
Log a message with trace log level.
- trace(Object, Throwable) - Method in interface org.apache.juli.logging.Log
-
Log an error with trace log level.
- trainThreshold - Static variable in class org.apache.tomcat.util.buf.StringCache
-
- treatAllAuthenticatedUsersAsApplicationRole() - Method in class org.apache.tomcat.util.descriptor.web.SecurityConstraint
-
Called in the unlikely event that an application defines a role named
"**".
- trimSpaces - Variable in class org.apache.jasper.JspC
-
- TRUE - Static variable in interface org.apache.el.parser.ELParserConstants
-
RegularExpression Id.
- TryCatchFinally - Interface in javax.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 javax.el.ELResolver
-
- TypeConverter - Class in javax.el
-
- TypeConverter() - Constructor for class javax.el.TypeConverter
-
- types - Variable in class org.apache.el.lang.FunctionMapperImpl.Function
-