- generateAttribute(String) - Method in interface org.apache.jasper.compiler.tagplugin.TagPluginContext
-
Generate codesto 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
-
- 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
- generateJavaSource(String) - Method in interface org.apache.jasper.compiler.tagplugin.TagPluginContext
-
Generate Java source codes
- generateSmap(Node.Nodes) - 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
-
- genStringAsByteArray() - Method in class org.apache.jasper.EmbeddedServletOptions
-
- genStringAsByteArray() - Method in class org.apache.jasper.JspC
-
- genStringAsByteArray() - Method in interface org.apache.jasper.Options
-
Are text strings to be generated as byte arrays, if the page is
unbuffered?
- genStringAsCharArray() - Method in class org.apache.jasper.EmbeddedServletOptions
-
Are Text strings to be generated as char arrays?
- genStringAsCharArray() - Method in class org.apache.jasper.JspC
-
Indicates whether text strings are to be generated as char arrays.
- genStringAsCharArray() - Method in interface org.apache.jasper.Options
-
Are Text strings to be generated as char arrays?
- get(Class<T>) - 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_PROPERTY_ACTION - Static variable in interface org.apache.jasper.compiler.TagConstants
-
- getAdaptee() - Method in class javax.servlet.jsp.tagext.TagAdapter
-
Gets the tag that is being adapted to the Tag interface.
- 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.
- 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.
- getAutoFlush() - Method in class org.apache.jasper.compiler.PageInfo
-
- getBeanRepository() - Method in class org.apache.jasper.compiler.PageInfo
-
- getBody() - Method in class org.apache.jasper.xmlparser.TreeNode
-
Return the body text associated with this node (if any).
- 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.
- getBuffer() - Method in class org.apache.jasper.compiler.JspProperty
-
- getBuffer() - Method in class org.apache.jasper.compiler.PageInfo
-
- getBufferSize() - Method in class javax.servlet.jsp.JspWriter
-
This method returns the size of the buffer used by the JspWriter.
- getBufferValue() - Method in class org.apache.jasper.compiler.PageInfo
-
- getBytecode(String) - Method in class org.apache.jasper.compiler.JspRuntimeContext
-
Retrieve the bytecode associated with the class
- getBytecodeBirthTime(String) - Method in class org.apache.jasper.compiler.JspRuntimeContext
-
Retrieve the time the bytecode for a class was created
- getBytecodes() - Method in class org.apache.jasper.compiler.JspRuntimeContext
-
Get the class-name to bytecode map
- getCanonicalName(Class) - Static method in class org.apache.jasper.compiler.JspUtil
-
Compute the canonical name from a Class instance.
- getCheckInterval() - Method in class org.apache.jasper.EmbeddedServletOptions
-
Background JSP compile thread check intervall
- getCheckInterval() - Method in class org.apache.jasper.JspC
-
Background compilation check intervals in seconds
- getCheckInterval() - Method in interface org.apache.jasper.Options
-
Background compile thread check interval in seconds
- 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
-
Should we include debug information in compiled class?
- getClassFileName() - Method in class org.apache.jasper.compiler.SmapUtil.ClassInfo
-
- getClassFileName() - Method in class org.apache.jasper.JspCompilationContext
-
- getClassLastModified() - Method in class org.apache.jasper.compiler.AntJavaCompiler
-
- getClassLastModified() - Method in class org.apache.jasper.compiler.JDTJavaCompiler
-
- getClassLastModified() - Method in class org.apache.jasper.compiler.Jsr199JavaCompiler
-
- getClassLastModified() - Method in class org.apache.jasper.compiler.NullJavaCompiler
-
- getClassLoader() - Method in class org.apache.jasper.JspCompilationContext
-
What class loader to use for loading classes while compiling
this JSP?
- getClassLoader() - Method in class org.apache.jasper.servlet.JspCServletContext
-
- getClassName() - Method in class 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.
- getClassName() - Method in class org.apache.jasper.compiler.SmapUtil.ClassInfo
-
- getClassPath() - Method in class org.apache.jasper.compiler.JspRuntimeContext
-
The classpath that is passed off to the Java compiler.
- 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
-
The classpath that is passed off to the Java compiler.
- getClassPath() - Method in interface org.apache.jasper.Options
-
What classpath should I use while compiling the servlets
generated from JSP files?
- getCodeSource() - Method in class org.apache.jasper.compiler.JspRuntimeContext
-
Get the SecurityManager Policy CodeSource for this web
applicaiton context.
- getCommonPropertyType(ELContext, Object) - Method in class javax.servlet.jsp.el.ImplicitObjectELResolver
-
If the base object is null
, returns String.class
.
- getCommonPropertyType(ELContext, Object) - Method in class javax.servlet.jsp.el.ScopedAttributeELResolver
-
If the base object is null
, returns String.class
.
- 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
-
- getCompilerClassName() - Method in class org.apache.jasper.JspC
-
- getCompilerClassName() - Method in interface org.apache.jasper.Options
-
The name of class that implements JavaCompiler, used for Java compilations.
- getCompilerSourceVM() - Method in class org.apache.jasper.EmbeddedServletOptions
-
- getCompilerSourceVM() - Method in class org.apache.jasper.JspC
-
- getCompilerSourceVM() - Method in interface org.apache.jasper.Options
-
Compiler source VM, e.g.
- getCompilerTargetVM() - Method in class org.apache.jasper.EmbeddedServletOptions
-
- getCompilerTargetVM() - Method in class org.apache.jasper.JspC
-
- getCompilerTargetVM() - Method in interface org.apache.jasper.Options
-
The compiler target VM, e.g.
- getConstantAttribute(String) - Method in interface org.apache.jasper.compiler.tagplugin.TagPluginContext
-
- getContentType() - Method in class org.apache.jasper.compiler.PageInfo
-
- getContentType() - Method in class org.apache.jasper.JspCompilationContext
-
Get the content type of this JSP.
- getContext(String) - Method in class org.apache.jasper.servlet.JspCServletContext
-
Return the servlet context for the specified path.
- getContextPath() - Method in class org.apache.jasper.servlet.JspCServletContext
-
Returns the context path of the web application.
- getContextRelativePath(ServletRequest, String) - Static method in class org.apache.jasper.runtime.JspRuntimeLibrary
-
Convert a possibly relative resource path into a context-relative
resource path that starts with a '/'.
- getDeclare() - Method in class 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.
- getDefaultContentType() - Method in class org.apache.jasper.compiler.JspProperty
-
- getDefaultFactory() - Static method in class javax.servlet.jsp.JspFactory
-
Returns the default factory for this implementation.
- getDefaultSessionTrackingModes() - Method in class org.apache.jasper.servlet.JspCServletContext
-
- getDeferredSyntaxAllowedAsLiteral() - Method in class org.apache.jasper.compiler.PageInfo
-
- getDependants() - Method in class org.apache.jasper.compiler.PageInfo
-
- getDependants() - Method in interface org.apache.jasper.runtime.JspSourceDependent
-
Returns a list of files names that the current page has a source
dependency on.
- getDependants() - Method in class org.apache.jasper.servlet.JspServletWrapper
-
Get a list of files that the current page has source dependency on.
- getDescription() - Method in class javax.servlet.jsp.tagext.TagAttributeInfo
-
Gets the description string of this tag attribute.
- getDevelopment() - Method in class org.apache.jasper.EmbeddedServletOptions
-
Is Jasper being used in development mode?
- getDevelopment() - Method in class org.apache.jasper.JspC
-
Is Jasper being used in development mode?
- getDevelopment() - Method in interface org.apache.jasper.Options
-
Is Jasper being used in development mode?
- getDieLevel() - Method in class org.apache.jasper.JspC
-
- getDisplayName() - Method in class javax.servlet.jsp.tagext.TagInfo
-
Get the displayName.
- getDoctypeName() - Method in class org.apache.jasper.compiler.PageInfo
-
- getDoctypePublic() - Method in class org.apache.jasper.compiler.PageInfo
-
- getDoctypeSystem() - Method in class org.apache.jasper.compiler.PageInfo
-
- getEffectiveMajorVersion() - Method in class org.apache.jasper.servlet.JspCServletContext
-
- getEffectiveMinorVersion() - Method in class org.apache.jasper.servlet.JspCServletContext
-
- getEffectiveSessionTrackingModes() - Method in class org.apache.jasper.servlet.JspCServletContext
-
- getELContext() - Method in class javax.servlet.jsp.JspContext
-
Returns the ELContext
associated with this JspContext
.
- getELContext() - Method in class org.apache.jasper.runtime.JspContextWrapper
-
- getELContext() - Method in class org.apache.jasper.runtime.PageContextImpl
-
- getELResolver() - Method in class org.apache.jasper.runtime.ELContextImpl
-
- getELResolvers() - Method in class org.apache.jasper.runtime.JspApplicationContextImpl
-
- getEnclosingWriter() - Method in class javax.servlet.jsp.tagext.BodyContent
-
Get the enclosing JspWriter.
- getEncoding(String, JarFile, JspCompilationContext, ErrorDispatcher) - Static method in class org.apache.jasper.xmlparser.XMLEncodingDetector
-
Autodetects the encoding of the XML document supplied by the given
input stream.
- 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
-
- getErrorData() - Method in class javax.servlet.jsp.PageContext
-
Provides convenient access to error information.
- getErrorDispatcher() - Method in class org.apache.jasper.compiler.Compiler
-
Gets the error dispatcher.
- getErrorMessage() - Method in class org.apache.jasper.compiler.JavacErrorDetail
-
Gets the compilation error message.
- getErrorOnUseBeanInvalidClassAttribute() - Method in class org.apache.jasper.EmbeddedServletOptions
-
- getErrorOnUseBeanInvalidClassAttribute() - Method in class org.apache.jasper.JspC
-
- 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.jasper.compiler.PageInfo
-
- 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.
- getExpectedTypeName() - Method in class javax.servlet.jsp.tagext.TagAttributeInfo
-
Returns the name of the expected type (as a String) of this deferred value attribute.
- getExpr(String, boolean) - Static method in class org.apache.jasper.compiler.JspUtil
-
- getExpressionEvaluator() - Method in class javax.servlet.jsp.JspContext
-
- getExpressionEvaluator() - Method in class org.apache.jasper.runtime.JspContextWrapper
-
- getExpressionEvaluator() - Method in class org.apache.jasper.runtime.PageContextImpl
-
Provides programmatic access to the ExpressionEvaluator.
- getExpressionFactory() - Method in interface javax.servlet.jsp.JspApplicationContext
-
Returns a factory used to create ValueExpression
s and MethodExpression
s so that EL
expressions can be parsed and evaluated.
- getExpressionFactory() - Method in class org.apache.jasper.runtime.JspApplicationContextImpl
-
- getExprInXml(String) - Static method in class org.apache.jasper.compiler.JspUtil
-
Takes a potential expression and converts it into XML form
- getExtends(boolean) - Method in class org.apache.jasper.compiler.PageInfo
-
Gets the value of the 'extends' page directive attribute.
- getExtends() - Method in class org.apache.jasper.compiler.PageInfo
-
Gets the value of the 'extends' page directive attribute.
- getExtension() - Method in class org.apache.jasper.compiler.JspPropertyGroup
-
- getFailOnError() - Method in class org.apache.jasper.JspC
-
- getFeatureDescriptors(ELContext, Object) - Method in class javax.servlet.jsp.el.ImplicitObjectELResolver
-
If the base object is null
, and the property matches the name of a JSP implicit object, returns an
Iterator
containing FeatureDescriptor
objects with information about each JSP implicit
object resolved by this resolver.
- getFeatureDescriptors(ELContext, Object) - Method in class javax.servlet.jsp.el.ScopedAttributeELResolver
-
If the base object is null
, returns an Iterator
containing
FeatureDescriptor
objects with information about each scoped attribute resolved by this resolver.
- getFilterRegistration(String) - Method in class org.apache.jasper.servlet.JspCServletContext
-
- getFilterRegistrations() - Method in class org.apache.jasper.servlet.JspCServletContext
-
- getFork() - Method in class org.apache.jasper.EmbeddedServletOptions
-
- getFork() - Method in class org.apache.jasper.JspC
-
- getFork() - Method in interface org.apache.jasper.Options
-
boolean flag to tell Ant whether to fork JSP page compilations.
- getFullClassName() - Method in class org.apache.jasper.JspCompilationContext
-
Full class name
- 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 org.apache.jasper.runtime.ELContextImpl
-
- getFunctions() - Method in class javax.servlet.jsp.tagext.TagLibraryInfo
-
An array describing the functions that are defined in this tag library.
- getFunctionSignature() - Method in class javax.servlet.jsp.tagext.FunctionInfo
-
The signature of the function.
- 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
tags.
- getIeClassId() - Method in interface org.apache.jasper.Options
-
Class ID for use in the plugin tag when the browser is IE.
- getImports() - Method in class org.apache.jasper.compiler.PageInfo
-
- getIncludeCoda() - Method in class org.apache.jasper.compiler.JspProperty
-
- getIncludeCoda() - Method in class org.apache.jasper.compiler.PageInfo
-
- getIncludePrelude() - Method in class org.apache.jasper.compiler.JspProperty
-
- getIncludePrelude() - Method in class org.apache.jasper.compiler.PageInfo
-
- getInfo() - Method in class org.apache.jasper.compiler.PageInfo
-
- 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.
- getInitialCapacity() - Method in class org.apache.jasper.EmbeddedServletOptions
-
Gets initial capacity of HashMap which maps JSPs to their corresponding
servlets.
- getInitialCapacity() - Method in class org.apache.jasper.JspC
-
Gets initial capacity of HashMap which maps JSPs to their corresponding
servlets.
- getInitialCapacity() - Method in interface org.apache.jasper.Options
-
Gets initial capacity of HashMap which maps JSPs to their corresponding
servlets.
- 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.
- getInputStream() - Method in class javax.servlet.jsp.tagext.PageData
-
Returns an input stream on the XML view of a JSP page.
- getInputStream(String, JarFile, JspCompilationContext, ErrorDispatcher) - Static method in class org.apache.jasper.compiler.JspUtil
-
- getInstance() - Static method in class org.apache.jasper.runtime.ProtectedFunctionMapper
-
Generated Servlet and Tag Handler implementations call this
method to retrieve an instance of the ProtectedFunctionMapper.
- getIsELIgnored() - Method in class org.apache.jasper.compiler.PageInfo
-
- getIsErrorPage() - Method in class org.apache.jasper.compiler.PageInfo
-
- getIsThreadSafe() - Method in class org.apache.jasper.compiler.PageInfo
-
- getJava2IANAMapping(String) - Static method in class org.apache.jasper.xmlparser.EncodingMap
-
Returns the IANA encoding name for the specified Java encoding name.
- 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
-
Java platform encoding to generate the JSP
page servlet.
- getJavaFileManager(JavaFileManager) - Method in class org.apache.jasper.compiler.Jsr199JavaCompiler
-
- 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
-
Path of the Java file relative to the work directory.
- getJavaWriter(String, String) - Method in class org.apache.jasper.compiler.AntJavaCompiler
-
- getJavaWriter(String, String) - Method in class org.apache.jasper.compiler.JDTJavaCompiler
-
- getJavaWriter(String, String) - Method in class org.apache.jasper.compiler.Jsr199JavaCompiler
-
- getJavaWriter(String, String) - Method in class org.apache.jasper.compiler.NullJavaCompiler
-
- getJspApplicationContext(ServletContext) - Method in class javax.servlet.jsp.JspFactory
-
Obtains the JspApplicationContext
instance associated with the web application for the given
ServletContext
.
- 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.
- getJSPCompilationErrors() - Method in class org.apache.jasper.JspC
-
Gets the list of JSP compilation errors caught during the most recent
invocation of this instance's execute
method when
failOnError has been set to FALSE.
- getJspCompilerPath() - Method in class org.apache.jasper.JspC
-
- getJspCompilerPlugin() - Method in class org.apache.jasper.JspC
-
- getJspConfig() - Method in class org.apache.jasper.EmbeddedServletOptions
-
- getJspConfig() - Method in class org.apache.jasper.JspC
-
Obtain JSP configuration informantion specified in web.xml.
- getJspConfig() - Method in interface org.apache.jasper.Options
-
Obtain JSP configuration informantion specified in web.xml.
- getJspConfigDescriptor() - Method in class org.apache.jasper.servlet.JspCServletContext
-
- 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
-
- getJspErrorCount() - Method in class org.apache.jasper.servlet.JspServlet
-
Gets the number of errors triggered by JSP invocations.
- getJspFile() - Method in class org.apache.jasper.compiler.PageInfo
-
- getJspFile() - Method in class org.apache.jasper.JspCompilationContext
-
Path of the JSP URI.
- getJspFile() - Method in class org.apache.jasper.servlet.JspServletWrapper
-
- getJspFileName() - Method in class org.apache.jasper.compiler.JavacErrorDetail
-
Gets the name of the JSP file from which the Java source file was
generated.
- getJspLoader() - Method in class org.apache.jasper.JspCompilationContext
-
- getJspProperty() - Method in class org.apache.jasper.compiler.JspPropertyGroup
-
- 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.
- getKeepGenerated() - Method in class org.apache.jasper.EmbeddedServletOptions
-
Are we keeping generated code around?
- getKeepGenerated() - Method in class org.apache.jasper.JspC
-
- getKeepGenerated() - Method in interface org.apache.jasper.Options
-
Are we keeping generated code around?
- getLanguage(boolean) - Method in class org.apache.jasper.compiler.PageInfo
-
- getLanguage() - Method in class org.apache.jasper.compiler.PageInfo
-
- getLargeIcon() - Method in class javax.servlet.jsp.tagext.TagInfo
-
Get the path to the large icon.
- getLastModificationTest() - Method in class org.apache.jasper.servlet.JspServletWrapper
-
- getLocation(String) - Method in class org.apache.jasper.runtime.TldScanner
-
Gets the 'location' of the TLD associated with the given taglib 'uri'.
- getMajorVersion() - Method in class org.apache.jasper.servlet.JspCServletContext
-
Return the Servlet API major version number.
- 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
-
Are we supporting HTML mapped servlets?
- getMappedFile() - Method in interface org.apache.jasper.Options
-
Are we supporting HTML mapped servlets?
- getMaxTagNesting() - Method in class org.apache.jasper.compiler.PageInfo
-
- getMessage() - Method in class javax.servlet.jsp.tagext.ValidationMessage
-
Get the localized validation message.
- 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
-
- getMethodExpression(String, PageContext, FunctionMapper, Class, Class[]) - Static method in class org.apache.jasper.runtime.PageContextImpl
-
- getMethodSignature() - Method in class javax.servlet.jsp.tagext.TagAttributeInfo
-
Returns the expected method signature of this deferred method attribute.
- getMimeType(String) - Method in class org.apache.jasper.servlet.JspCServletContext
-
Return the MIME type for the specified filename.
- getMinorVersion() - Method in class org.apache.jasper.servlet.JspCServletContext
-
Return the Servlet API minor version number.
- getModificationTestInterval() - Method in class org.apache.jasper.EmbeddedServletOptions
-
Modification test interval.
- getModificationTestInterval() - Method in class org.apache.jasper.JspC
-
Modification test interval.
- getModificationTestInterval() - Method in interface org.apache.jasper.Options
-
Modification test interval.
- 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.jasper.xmlparser.TreeNode
-
Return the name of this node.
- getNamedDispatcher(String) - Method in class org.apache.jasper.servlet.JspCServletContext
-
Return a request dispatcher for the specified servlet name.
- 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.
- getNonCustomTagPrefix(String) - Method in class org.apache.jasper.compiler.PageInfo
-
- getOmitXmlDecl() - Method in class org.apache.jasper.compiler.PageInfo
-
- getOption(ServletConfig, String, String) - Static method in class org.apache.jasper.runtime.TagHandlerPool
-
- getOptions() - Method in class org.apache.jasper.JspCompilationContext
-
Get hold of the Options object for this context.
- 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.
- getOutputFile(String, URI) - Method in class org.apache.jasper.compiler.Jsr199JavaCompiler
-
- getOutputStream() - Method in class org.apache.jasper.runtime.ServletResponseWrapperInclude
-
- getPackageMap() - Method in class org.apache.jasper.compiler.JspRuntimeContext
-
The packageMap keeps track of the bytecode files in a package generated
by a java compiler.
- 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.JspProperty
-
- getPageInfo() - Method in class org.apache.jasper.compiler.Compiler
-
Gets the info about the page under compilation
- 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 class loader.
- getParentContext() - Method in interface org.apache.jasper.compiler.tagplugin.TagPluginContext
-
Get the PluginContext for the parent of this custom tag.
- getParentTag() - Method in class org.apache.jasper.runtime.JspFragmentHelper
-
- getPath() - Method in class javax.servlet.jsp.tagext.TagFileInfo
-
Where to find the .tag file implementing this action.
- getPath() - Method in class org.apache.jasper.compiler.JspPropertyGroup
-
- getPermissionCollection() - Method in class org.apache.jasper.compiler.JspRuntimeContext
-
Get the SecurityManager PermissionCollection for this
web application context.
- getPermissions(CodeSource) - Method in class org.apache.jasper.servlet.JasperLoader
-
Get the Permissions for a CodeSource.
- getPluginAttribute(String) - Method in interface org.apache.jasper.compiler.tagplugin.TagPluginContext
-
Get the value of an attribute in the current tagplugin context.
- getPoundAllowed() - Method in class org.apache.jasper.compiler.JspProperty
-
- 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.
- getProperty(String) - Method in class org.apache.jasper.EmbeddedServletOptions
-
- getProtectionDomain() - Method in class org.apache.jasper.JspC
-
- 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
-
- 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.
- 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
-
- 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
-
- getRequestCharacterEncoding() - Method in class org.apache.jasper.servlet.JspCServletContext
-
- getRequestDispatcher(String) - Method in class org.apache.jasper.servlet.JspCServletContext
-
Return a request dispatcher for the specified context-relative path.
- getRequestURI() - Method in class 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.JspCServletContext
-
Return an InputStream allowing access to the resource at the
specified context-relative path.
- getResourcePaths(String) - Method in class org.apache.jasper.JspCompilationContext
-
- getResourcePaths(String) - Method in class org.apache.jasper.servlet.JspCServletContext
-
Return the set of resource paths for the "directory" at the
specified context path.
- getResponse() - Method in class 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
-
- getResponseCharacterEncoding() - Method in class org.apache.jasper.servlet.JspCServletContext
-
- getRootCause() - Method in exception javax.servlet.jsp.el.ELException
-
Deprecated.
Returns the root cause.
- getRootCause() - Method in exception javax.servlet.jsp.JspException
-
- getRootPageContext(PageContext) - Static method in class org.apache.jasper.runtime.JspContextWrapper
-
- getRuntimeContext() - Method in class org.apache.jasper.JspCompilationContext
-
- getSaveBytecode() - Method in class org.apache.jasper.EmbeddedServletOptions
-
- getSaveBytecode() - Method in class org.apache.jasper.JspC
-
- getSaveBytecode() - Method in interface org.apache.jasper.Options
-
If class files are generated as byte arrays, should they be saved to
disk at the end of compilations?
- 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.
- 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
-
What is my scratch dir?
- getSendErrorToClient() - Method in class org.apache.jasper.EmbeddedServletOptions
-
Should errors be sent to client or thrown into stderr?
- getSendErrorToClient() - Method in class org.apache.jasper.JspC
-
- getSendErrorToClient() - Method in interface org.apache.jasper.Options
-
Should errors be sent to client or thrown into stderr?
- getServerInfo() - Method in class org.apache.jasper.servlet.JspCServletContext
-
Return descriptive information about this server.
- getServlet() - Method in class org.apache.jasper.runtime.PageContextImpl
-
- getServlet(String) - Method in class org.apache.jasper.servlet.JspCServletContext
-
- getServlet() - Method in class org.apache.jasper.servlet.JspServletWrapper
-
- getServletClassLastModifiedTime() - Method in class org.apache.jasper.servlet.JspServletWrapper
-
Gets the last-modified time of the servlet class file associated with
this JspServletWrapper.
- getServletClassName() - Method in class org.apache.jasper.JspCompilationContext
-
Just the class name (does not include package name) of the
generated class.
- getServletConfig() - Method in class 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
-
Full path name of the Java file into which the servlet is being
generated.
- getServletName() - Method in class javax.servlet.jsp.ErrorData
-
Returns the name of the servlet invoked.
- getServletNames() - Method in class org.apache.jasper.servlet.JspCServletContext
-
- 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
-
- getSession() - Method in class javax.servlet.jsp.PageContext
-
The current value of the session object (an HttpSession).
- getSession() - Method in class org.apache.jasper.compiler.PageInfo
-
- getSession() - Method in class org.apache.jasper.runtime.JspContextWrapper
-
- getSession() - Method in class org.apache.jasper.runtime.PageContextImpl
-
- getSessionCookieConfig() - Method in class org.apache.jasper.servlet.JspCServletContext
-
- getSessionTimeout() - Method in class org.apache.jasper.servlet.JspCServletContext
-
- getShortName() - Method in class javax.servlet.jsp.tagext.TagLibraryInfo
-
The preferred short name (prefix) as indicated in the TLD.
- getSmallIcon() - Method in class javax.servlet.jsp.tagext.TagInfo
-
Get the path to the small icon.
- getSmap() - Method in class org.apache.jasper.compiler.SmapUtil.ClassInfo
-
- getSmapStratum() - Method in class org.apache.jasper.compiler.SmapUtil.ClassInfo
-
- getSpecificationVersion() - Method in class javax.servlet.jsp.JspEngineInfo
-
Return the version number of the JSP specification that is supported by this JSP engine.
- getStatusCode() - Method in class javax.servlet.jsp.ErrorData
-
Returns the status code of the error.
- getStratumName() - Method in class org.apache.jasper.compiler.SmapStratum
-
Returns the name of the stratum.
- getString() - Method in class javax.servlet.jsp.tagext.BodyContent
-
Return the value of the BodyContent as a String.
- getString() - Method in class org.apache.jasper.compiler.SmapGenerator
-
- getString() - Method in class org.apache.jasper.compiler.SmapStratum
-
Returns the given stratum as a String: a StratumSection,
followed by at least one FileSection and at least one LineSection.
- getString() - Method in class org.apache.jasper.compiler.SmapStratum.LineInfo
-
Retrieves the current LineInfo as a String, print all values
only when appropriate (but LineInfoID if and only if it's been
specified, as its necessity is sensitive to context).
- getString() - Method in class org.apache.jasper.runtime.BodyContentImpl
-
Return the value of the BodyJspWriter as a String.
- getSystemClassPath() - Method in class org.apache.jasper.EmbeddedServletOptions
-
Gets the system class path.
- getSystemClassPath() - Method in class org.apache.jasper.JspC
-
Gets the system class path.
- getSystemClassPath() - Method in interface org.apache.jasper.Options
-
Gets the system class path.
- 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.
- 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.
- getTagFileJarUrl() - 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.
- getTagFileJarUrls() - Method in class org.apache.jasper.JspCompilationContext
-
Gets the context-wide mappings from JAR packaged tag file paths to
their corresponfing URLs.
- getTagFiles() - Method in class javax.servlet.jsp.tagext.TagLibraryInfo
-
An array describing the tag files that are defined in this tag library.
- getTagHandlerClassName(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
-
- getTaglib(String) - Method in class org.apache.jasper.compiler.PageInfo
-
- 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.
- getTagLibraryInfos() - Method in class org.apache.jasper.compiler.TagLibraryInfoImpl
-
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.
- getTagLibraryValidator() - Method in class org.apache.jasper.compiler.TagLibraryInfoImpl
-
The instance (if any) for the TagLibraryValidator class.
- getTaglibs() - Method in class org.apache.jasper.compiler.PageInfo
-
- getTaglibs() - Method in class org.apache.jasper.JspCompilationContext
-
Gets the context-wide tag library cache.
- 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
-
Obtain a Tag Plugin Manager
- getTagPoolSize() - Method in class org.apache.jasper.JspC
-
- getTags() - Method in class javax.servlet.jsp.tagext.TagLibraryInfo
-
An array describing the tags that are defined in this tag library.
- getTagVariableInfos() - Method in class javax.servlet.jsp.tagext.TagInfo
-
Get TagVariableInfo objects associated with this TagInfo.
- getTemporaryVariableName() - Method in interface org.apache.jasper.compiler.tagplugin.TagPluginContext
-
- 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.
- getTldLocation(String) - Method in class org.apache.jasper.JspCompilationContext
-
Gets the 'location' of the TLD associated with the given taglib 'uri'.
- getTldScanner() - Method in class org.apache.jasper.EmbeddedServletOptions
-
- getTldScanner() - Method in class org.apache.jasper.JspC
-
- getTldScanner() - Method in interface org.apache.jasper.Options
-
The cache for the location of the TLD's
for the various tag libraries 'exposed'
by the web application.
- getTrimDirectiveWhitespaces() - Method in class org.apache.jasper.compiler.PageInfo
-
- getTrimSpaces() - Method in class org.apache.jasper.compiler.JspProperty
-
- 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
-
Should white spaces between directives or actions be trimmed?
- getType(ELContext, Object, Object) - Method in class javax.servlet.jsp.el.ImplicitObjectELResolver
-
If the base object is null
, and the property matches the name of a JSP implicit object, returns
null
to indicate that no types are ever accepted to setValue()
.
- getType(ELContext, Object, Object) - Method in class javax.servlet.jsp.el.ScopedAttributeELResolver
-
If the base object is null
, returns Object.class
to indicate that any type is valid to
set for a scoped attribute.
- getTypeName() - Method in class javax.servlet.jsp.tagext.TagAttributeInfo
-
The type (as a String) of this attribute.
- getURI() - Method in class javax.servlet.jsp.tagext.TagLibraryInfo
-
The value of the uri attribute from the taglib directive for this library.
- getURI(String) - Method in class org.apache.jasper.compiler.PageInfo
-
- getUsePrecompiled() - Method in class org.apache.jasper.EmbeddedServletOptions
-
Returns the value of the usePrecompiled (or use-precompiled) init
param.
- getUsePrecompiled() - Method in class org.apache.jasper.JspC
-
- getUsePrecompiled() - Method in interface org.apache.jasper.Options
-
Returns the value of the usePrecompiled (or use-precompiled) init
param.
- getValue(ELContext, Object, Object) - Method in class javax.servlet.jsp.el.ImplicitObjectELResolver
-
If the base object is null
, and the property matches the name of a JSP implicit object, returns the
implicit object.
- getValue(ELContext, Object, Object) - Method in class javax.servlet.jsp.el.ScopedAttributeELResolver
-
If the base object is null
, searches the page, request, session and application scopes for an
attribute with the given name and returns it, or null
if no attribute exists with the current name.
- getValue(String) - Method in class javax.servlet.jsp.tagext.TagSupport
-
Get a the value associated with a key.
- getValueExpression(String, PageContext, Class, FunctionMapper) - Static method in class org.apache.jasper.runtime.PageContextImpl
-
- getValueFromBeanInfoPropertyEditor(Class, String, String, Class) - Static method in class org.apache.jasper.runtime.JspRuntimeLibrary
-
- getValueFromPropertyEditorManager(Class, String, String) - Static method in class org.apache.jasper.runtime.JspRuntimeLibrary
-
- getValues() - Method in class 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 org.apache.jasper.runtime.ELContextImpl
-
- getVariableResolver() - Method in class javax.servlet.jsp.JspContext
-
- getVariableResolver() - Method in class org.apache.jasper.runtime.JspContextWrapper
-
- getVariableResolver() - Method in class org.apache.jasper.runtime.PageContextImpl
-
- getVarName() - Method in class javax.servlet.jsp.tagext.VariableInfo
-
Returns the name of the scripting variable.
- getVirtualServerName() - Method in class org.apache.jasper.servlet.JspCServletContext
-
- getWrapped() - Method in class org.apache.jasper.util.SystemLogHandler
-
- getWrapper(String) - Method in class org.apache.jasper.compiler.JspRuntimeContext
-
Get an already existing JspServletWrapper.
- getWriteMethod(Class, String) - Static method in class org.apache.jasper.runtime.JspRuntimeLibrary
-
- getWriter() - Method in class org.apache.jasper.JspCompilationContext
-
Where is the servlet being generated?
- getWriter() - Method in class org.apache.jasper.runtime.ServletResponseWrapperInclude
-
Returns a wrapper around the JspWriter of the including page.
- 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.
- IE_PLUGIN_URL - Static variable in class org.apache.jasper.Constants
-
- If - Class in org.apache.jasper.tagplugins.jstl
-
- If() - Constructor for class org.apache.jasper.tagplugins.jstl.If
-
- implementsByteWriter - Variable in class org.apache.jasper.runtime.JspWriterImpl
-
- ImplicitObjectELResolver - Class in javax.servlet.jsp.el
-
Defines variable resolution behavior for the EL implicit objects defined in the JSP specification.
- ImplicitObjectELResolver() - Constructor for class javax.servlet.jsp.el.ImplicitObjectELResolver
-
- INC_REQUEST_URI - Static variable in class org.apache.jasper.Constants
-
Servlet context and request attributes that the JSP engine
uses.
- INC_SERVLET_PATH - Static variable in class org.apache.jasper.Constants
-
- 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_ACTION - Static variable in interface org.apache.jasper.compiler.TagConstants
-
- INCLUDE_DIRECTIVE_ACTION - Static variable in interface org.apache.jasper.compiler.TagConstants
-
- incrementJspReloadCount() - Method in class org.apache.jasper.compiler.JspRuntimeContext
-
Increments the JSP reload counter.
- incrementRemoved() - Method in class org.apache.jasper.JspCompilationContext
-
- incTripCount() - Method in class org.apache.jasper.servlet.JspServletWrapper
-
- info - Variable in class javax.servlet.jsp.tagext.TagLibraryInfo
-
Information (documentation) for this TLD.
- init(JspCompilationContext, ErrorDispatcher, boolean) - Method in class org.apache.jasper.compiler.AntJavaCompiler
-
- init(JspCompilationContext, ErrorDispatcher, boolean) - Method in class org.apache.jasper.compiler.JDTJavaCompiler
-
- init(JspCompilationContext, ErrorDispatcher, boolean) - Method in class org.apache.jasper.compiler.Jsr199JavaCompiler
-
- init(JspCompilationContext, ErrorDispatcher, boolean) - Method in class org.apache.jasper.compiler.NullJavaCompiler
-
- 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
-
- 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
-
- installSmap() - Method in class org.apache.jasper.compiler.SmapUtil
-
- interpreterCall(boolean, String, Class, String, String, String, 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
-
- 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_ACTION - Static variable in interface org.apache.jasper.compiler.TagConstants
-
- IS_SECURITY_ENABLED - Static variable in class org.apache.jasper.Constants
-
Has security been turned on?
- 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.
- isAutoFlush() - Method in class org.apache.jasper.compiler.PageInfo
-
- 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.
- isDefaultBufferNone() - Method in class org.apache.jasper.EmbeddedServletOptions
-
- isDefaultBufferNone() - Method in class org.apache.jasper.JspC
-
- isDefaultBufferNone() - Method in interface org.apache.jasper.Options
-
If the buffer attribute for the page directive is not specified,
is the default "none"?
- isDeferredMethod() - Method in class javax.servlet.jsp.tagext.TagAttributeInfo
-
Returns true
if this attribute is to be passed a MethodExpression
so that expression
evaluation can be deferred.
- isDeferredSyntaxAllowedAsLiteral() - Method in class org.apache.jasper.compiler.PageInfo
-
- isDeferredValue() - Method in class javax.servlet.jsp.tagext.TagAttributeInfo
-
Returns true
if this attribute is to be passed a ValueExpression
so that expression
evaluation can be deferred.
- isELIgnored() - Method in class org.apache.jasper.compiler.JspProperty
-
- isELIgnored() - Method in class org.apache.jasper.compiler.PageInfo
-
- isErrorPage() - Method in class org.apache.jasper.compiler.PageInfo
-
- isErrorPage() - Method in class org.apache.jasper.JspCompilationContext
-
Are we processing something that has been declared as an
errorpage?
- isExpression(String, boolean) - Static method in class org.apache.jasper.compiler.JspUtil
-
Checks if the token is a runtime expression.
- isExternal() - Method in class org.apache.jasper.xmlparser.XMLEncodingDetector
-
Returns true if the current entity being scanned is external.
- isFragment() - Method in class javax.servlet.jsp.tagext.TagAttributeInfo
-
Whether this attribute is of type JspFragment.
- isHighSurrogate(int) - Static method in class org.apache.jasper.xmlparser.XMLChar
-
Returns whether the given character is a high surrogate
- 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
- isJspPage(String) - Method in class org.apache.jasper.compiler.JspConfig
-
To find out if an uri matches an url pattern in jsp config.
- isJspPrefixHijacked() - Method in class org.apache.jasper.compiler.PageInfo
-
- isLowSurrogate(int) - Static method in class org.apache.jasper.xmlparser.XMLChar
-
Returns whether the given character is a low surrogate
- isMarkup(int) - Static method in class org.apache.jasper.xmlparser.XMLChar
-
Returns true if the specified character can be considered markup.
- 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.
- 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.
- isNCName(int) - Static method in class org.apache.jasper.xmlparser.XMLChar
-
Returns true if the specified character is a valid NCName
character as defined by production [5] in Namespaces in XML
recommendation.
- isNCNameStart(int) - Static method in class org.apache.jasper.xmlparser.XMLChar
-
Returns true if the specified character is a valid NCName start
character as defined by production [4] in Namespaces in XML
recommendation.
- isOutDated() - Method in class org.apache.jasper.compiler.Compiler
-
This is a protected method intended to be overridden by
subclasses of Compiler.
- isOutDated(boolean) - Method in class org.apache.jasper.compiler.Compiler
-
Determine if a compilation is necessary by checking the time stamp
of the JSP page with that of the corresponding .class or .java file.
- isPackageProtectionEnabled() - Static method in class org.apache.jasper.security.SecurityUtil
-
Return the SecurityManager
only if Security is enabled AND
package protection mechanism is enabled.
- isPluginDeclared(String) - Method in class org.apache.jasper.compiler.PageInfo
-
Check if the plugin ID has been previously declared.
- isPoolingEnabled() - Method in class org.apache.jasper.EmbeddedServletOptions
-
- isPoolingEnabled() - Method in class org.apache.jasper.JspC
-
- isPoolingEnabled() - Method in interface org.apache.jasper.Options
-
Returns true if tag handler pooling is enabled, false otherwise.
- isPrototypeMode() - Method in class org.apache.jasper.JspCompilationContext
-
True if we are compiling a tag file in prototype mode.
- isPubid(int) - Static method in class org.apache.jasper.xmlparser.XMLChar
-
Returns true if the specified character is a valid Pubid
character as defined by production [13] in the XML 1.0
specification.
- isReadOnly(ELContext, Object, Object) - Method in class javax.servlet.jsp.el.ImplicitObjectELResolver
-
If the base object is null
, and the property matches the name of a JSP implicit object, returns
true
to indicate that implicit objects cannot be overwritten.
- isReadOnly(ELContext, Object, Object) - Method in class javax.servlet.jsp.el.ScopedAttributeELResolver
-
If the base object is null
, returns false
to indicate that scoped attributes are never
read-only.
- isRemoved() - Method in class org.apache.jasper.JspCompilationContext
-
- isRequired() - Method in class javax.servlet.jsp.tagext.TagAttributeInfo
-
Whether this attribute is required.
- isScriptingInvalid() - Method in class org.apache.jasper.compiler.JspProperty
-
- isScriptingInvalid() - Method in class org.apache.jasper.compiler.PageInfo
-
- isScriptless() - Method in class org.apache.jasper.compiler.PageInfo
-
- isScriptless() - Method in interface org.apache.jasper.compiler.tagplugin.TagPluginContext
-
- isSession() - Method in class org.apache.jasper.compiler.PageInfo
-
- 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
-
Should SMAP info for JSR45 debugging be dumped to a file?
- isSmapDumped() - Method in interface org.apache.jasper.Options
-
Indicates whether SMAP info for JSR45 debugging should be dumped to a
file.
- isSmapSuppressed() - Method in class org.apache.jasper.EmbeddedServletOptions
-
Is the generation of SMAP info for JSR45 debuggin suppressed?
- isSmapSuppressed() - Method in class org.apache.jasper.JspC
-
Is the generation of SMAP info for JSR45 debugging suppressed?
- isSmapSuppressed() - Method in interface org.apache.jasper.Options
-
Is the generation of SMAP info for JSR45 debugging suppressed?
- 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.
- isSupplemental(int) - Static method in class org.apache.jasper.xmlparser.XMLChar
-
Returns true if the specified character is a supplemental character.
- isTagFile() - Method in class org.apache.jasper.JspCompilationContext
-
- isTagFile() - Method in class org.apache.jasper.servlet.JspServletWrapper
-
- isThreadSafe() - Method in class org.apache.jasper.compiler.PageInfo
-
- isTrimDirectiveWhitespaces() - Method in class org.apache.jasper.compiler.PageInfo
-
- 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.
- isValidationEnabled() - Method in class org.apache.jasper.EmbeddedServletOptions
-
- isValidationEnabled() - Method in class org.apache.jasper.JspC
-
- isValidationEnabled() - Method in interface org.apache.jasper.Options
-
- isValidIANAEncoding(String) - Static method in class org.apache.jasper.xmlparser.XMLChar
-
Returns true if the encoding name is a valid IANA encoding.
- isValidJavaEncoding(String) - Static method in class org.apache.jasper.xmlparser.XMLChar
-
Returns true if the encoding name is a valid Java encoding.
- isValidName(String) - Static method in class org.apache.jasper.xmlparser.XMLChar
-
Check to see if a string is a valid Name according to [5]
in the XML 1.0 Recommendation
- isValidNCName(String) - Static method in class org.apache.jasper.xmlparser.XMLChar
-
Check to see if a string is a valid NCName according to [4]
from the XML Namespaces 1.0 Recommendation
- isValidNmtoken(String) - Static method in class org.apache.jasper.xmlparser.XMLChar
-
Check to see if a string is a valid Nmtoken according to [7]
in the XML 1.0 Recommendation
- isXml() - Method in class org.apache.jasper.compiler.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
-
Is generation of X-Powered-By response header enabled/disabled?
- IterationTag - Interface in javax.servlet.jsp.tagext
-
The IterationTag interface extends Tag by defining one additional method that controls the reevaluation of its body.
- 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
- 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, CodeSource, Map<String, byte[]>) - Constructor for class org.apache.jasper.servlet.JasperLoader
-
- javacError(JavacErrorDetail[]) - Method in class org.apache.jasper.compiler.ErrorDispatcher
-
- javacError(String, Exception) - Method in class org.apache.jasper.compiler.ErrorDispatcher
-
- 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) - Constructor for class org.apache.jasper.compiler.JavacErrorDetail
-
Constructor.
- javaEncoding - Variable in class org.apache.jasper.compiler.Jsr199JavaCompiler
-
- javaFileName - Variable in class org.apache.jasper.compiler.Jsr199JavaCompiler
-
- javax.servlet.jsp - package javax.servlet.jsp
-
Classes and interfaces for the Core JSP 2.3 API.
- javax.servlet.jsp.el - package javax.servlet.jsp.el
-
Provides the ELResolver
classes that define the
object resolution rules that must be supported by a JSP container
with the new unified Expression Language.
- javax.servlet.jsp.tagext - package javax.servlet.jsp.tagext
-
Classes and interfaces for the definition of Jakarta Server Pages Tag Libraries.
- JDTJavaCompiler - Class in org.apache.jasper.compiler
-
JDT class compiler.
- JDTJavaCompiler() - Constructor for class org.apache.jasper.compiler.JDTJavaCompiler
-
- 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_ERROR_HANDLED - Static variable in class org.apache.jasper.Constants
-
- 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_FILE - Static variable in class org.apache.jasper.Constants
-
FIXME
Request attribute for <jsp-file>
element of a
servlet definition.
- 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_NAME - Static variable in class org.apache.jasper.Constants
-
The name of the JSP engine.
- 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_PROPERTY_GROUPS_CONTEXT_ATTRIBUTE - Static variable in class org.apache.jasper.Constants
-
- JSP_RESOURCE_INJECTOR_CONTEXT_ATTRIBUTE - Static variable in class org.apache.jasper.Constants
-
- 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_TAGFILE_JAR_URLS_CACHE - Static variable in class org.apache.jasper.Constants
-
- JSP_TAGLIB_DIRECTIVE_ACTION - Static variable in interface org.apache.jasper.compiler.TagConstants
-
- JSP_TAGLIBRARY_CACHE - Static variable in class org.apache.jasper.Constants
-
- 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_TLD_URI_TO_LOCATION_MAP - Static variable in class org.apache.jasper.Constants
-
- 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
-
- JSP_VERSION_2_0 - Static variable in class org.apache.jasper.Constants
-
- JSP_VERSION_2_1 - Static variable in class org.apache.jasper.Constants
-
- JspApplicationContext - Interface in javax.servlet.jsp
-
Stores application-scoped information relevant to JSP containers.
- JspApplicationContextImpl - Class in org.apache.jasper.runtime
-
- JspApplicationContextImpl(ServletContext) - 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, boolean, Options, ServletContext, JspServletWrapper, JspRuntimeContext) - Constructor for class org.apache.jasper.JspCompilationContext
-
- JspCompilationContext(String, TagInfo, Options, ServletContext, JspServletWrapper, JspRuntimeContext, URL) - 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
-
- 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(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) - 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
-
- jspDestroyedEvent(String) - Method in interface org.glassfish.jsp.api.JspProbeEmitter
-
- 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) - Method in class org.apache.jasper.compiler.ErrorDispatcher
-
- jspError(Mark, String) - Method in class org.apache.jasper.compiler.ErrorDispatcher
-
- jspError(Mark, Exception) - Method in class org.apache.jasper.compiler.ErrorDispatcher
-
- jspError(Node, String) - Method in class org.apache.jasper.compiler.ErrorDispatcher
-
- jspError(String, String...) - Method in class org.apache.jasper.compiler.ErrorDispatcher
-
- jspError(Mark, String, String...) - Method in class org.apache.jasper.compiler.ErrorDispatcher
-
- jspError(Node, String, String...) - Method in class org.apache.jasper.compiler.ErrorDispatcher
-
- jspError(Exception) - Method in class org.apache.jasper.compiler.ErrorDispatcher
-
- jspError(String, String, Exception) - Method in class org.apache.jasper.compiler.ErrorDispatcher
-
- jspError(Node, String, String, Exception) - Method in class org.apache.jasper.compiler.ErrorDispatcher
-
- 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.
- jspErrorEvent(String) - Method in interface org.glassfish.jsp.api.JspProbeEmitter
-
- 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
-
This interface indicates to the container that a tag handler wishes to be provided with a compiler generated ID.
- 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
-
- jspLoadedEvent(String) - Method in interface org.glassfish.jsp.api.JspProbeEmitter
-
- 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.
- JspProbeEmitter - Interface in org.glassfish.jsp.api
-
Interface for triggering events useful for monitoring.
- JspProperty - Class in org.apache.jasper.compiler
-
- JspProperty(String, String, String, String, String, String, List<String>, List<String>, String, String, String) - Constructor for class org.apache.jasper.compiler.JspProperty
-
- JspPropertyGroup - Class in org.apache.jasper.compiler
-
- JspPropertyGroup(String, String, JspProperty) - Constructor for class org.apache.jasper.compiler.JspPropertyGroup
-
- jspReloadedEvent(String) - Method in interface org.glassfish.jsp.api.JspProbeEmitter
-
- JspRuntimeContext - Class in org.apache.jasper.compiler
-
Class for tracking JSP compile time file dependencies when the
&060;%@include file="..."%&062; directive is used.
- JspRuntimeContext(ServletContext, Options) - Constructor for class org.apache.jasper.compiler.JspRuntimeContext
-
Create a JspRuntimeContext for a web application context.
- JspRuntimeLibrary - Class 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(ServletContext, Options, String, TagInfo, JspRuntimeContext, URL) - 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.
- 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
-
- 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) - Constructor for class org.apache.jasper.runtime.JspWriterImpl
-
Create a buffered character-output stream that uses a default-sized
output buffer.
- JspWriterImpl(ServletResponse, int, boolean) - Constructor for class org.apache.jasper.runtime.JspWriterImpl
-
Create a new buffered character-output stream that uses an output
buffer of the given size.
- Jsr199JavaCompiler - Class in org.apache.jasper.compiler
-
Invoke Java Compiler per JSR 199, using in-memory storage for both the
input Java source and the generated bytecodes.
- Jsr199JavaCompiler() - Constructor for class org.apache.jasper.compiler.Jsr199JavaCompiler
-
- Jsr199JavaCompiler.BytecodeFile - Class in org.apache.jasper.compiler
-
- 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 - Class in org.apache.jasper.compiler
-
A repository for various info about the translation unit under compilation.
- PARAM_ACTION - Static variable in interface org.apache.jasper.compiler.TagConstants
-
- PARAMS_ACTION - Static variable in interface org.apache.jasper.compiler.TagConstants
-
- parent - Variable in class org.apache.jasper.xmlparser.TreeNode
-
The parent node of this node.
- parentTag - Variable in class org.apache.jasper.runtime.JspFragmentHelper
-
- parse(String) - Static method in class org.apache.jasper.compiler.ELParser
-
Parse an EL expression
- 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.runtime.ExpressionEvaluatorImpl
-
- parseJavacMessage(Node.Nodes, String, String) - Static method in class org.apache.jasper.compiler.ErrorDispatcher
-
- ParserUtils - Class in org.apache.jasper.xmlparser
-
XML parsing utilities for processing web application deployment
descriptor and tag library descriptor files.
- ParserUtils() - Constructor for class org.apache.jasper.xmlparser.ParserUtils
-
- ParserUtils(boolean) - Constructor for class org.apache.jasper.xmlparser.ParserUtils
-
- parseXMLDocument(String, InputSource) - Method in class org.apache.jasper.xmlparser.ParserUtils
-
Parse the specified XML document, and return a TreeNode
that corresponds to the root node of the document tree.
- parseXMLDocument(String, InputSource, boolean) - Method in class org.apache.jasper.xmlparser.ParserUtils
-
Parse the specified XML document, and return a TreeNode
that corresponds to the root node of the document tree.
- parseXMLDocument(String, InputStream) - Method in class org.apache.jasper.xmlparser.ParserUtils
-
Parse the specified XML document, and return a TreeNode
that corresponds to the root node of the document tree.
- parseXMLDocument(String, InputStream, boolean) - Method in class org.apache.jasper.xmlparser.ParserUtils
-
Parse the specified XML document, and return a TreeNode
that corresponds to the root node of the document tree.
- peekChar() - Method in class org.apache.jasper.xmlparser.XMLEncodingDetector
-
Returns the next character on the input.
- PLUGIN_ACTION - Static variable in interface org.apache.jasper.compiler.TagConstants
-
- 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
-
- popPrefixMapping(String) - Method in class org.apache.jasper.compiler.PageInfo
-
- 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.
- preDestroy(JspTag) - Method in interface org.glassfish.jsp.api.ResourceInjector
-
Invokes any @PreDestroy methods defined on the instance's class
(and super-classes).
- prefix - Variable in class javax.servlet.jsp.tagext.TagLibraryInfo
-
The prefix assigned to this taglib from the taglib directive.
- 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(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.
- print(boolean) - Method in class org.apache.jasper.util.SystemLogHandler
-
- print(char) - Method in class org.apache.jasper.util.SystemLogHandler
-
- print(int) - Method in class org.apache.jasper.util.SystemLogHandler
-
- print(long) - Method in class org.apache.jasper.util.SystemLogHandler
-
- print(float) - Method in class org.apache.jasper.util.SystemLogHandler
-
- print(double) - Method in class org.apache.jasper.util.SystemLogHandler
-
- print(char[]) - Method in class org.apache.jasper.util.SystemLogHandler
-
- print(String) - Method in class org.apache.jasper.util.SystemLogHandler
-
- print(Object) - Method in class org.apache.jasper.util.SystemLogHandler
-
- printComment(Mark, Mark, char[]) - Method in class org.apache.jasper.compiler.ServletWriter
-
Print a standard comment for echo outputed chunk.
- 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(String) - Method in class org.apache.jasper.compiler.ServletWriter
-
Prints the given string followed by '\n'
- println() - Method in class org.apache.jasper.compiler.ServletWriter
-
Prints a '\n'
- println() - Method in class org.apache.jasper.runtime.BodyContentImpl
-
Terminate the current line by writing the line separator string.
- println(boolean) - Method in class org.apache.jasper.runtime.BodyContentImpl
-
Print a boolean value and then terminate the line.
- println(char) - Method in class org.apache.jasper.runtime.BodyContentImpl
-
Print a character and then terminate the line.
- println(int) - Method in class org.apache.jasper.runtime.BodyContentImpl
-
Print an integer and then terminate the line.
- println(long) - Method in class org.apache.jasper.runtime.BodyContentImpl
-
Print a long integer and then terminate the line.
- println(float) - Method in class org.apache.jasper.runtime.BodyContentImpl
-
Print a floating-point number and then terminate the line.
- println(double) - Method in class org.apache.jasper.runtime.BodyContentImpl
-
Print a double-precision floating-point number and then terminate the
line.
- println(char[]) - Method in class org.apache.jasper.runtime.BodyContentImpl
-
Print an array of characters and then terminate the line.
- println(String) - Method in class org.apache.jasper.runtime.BodyContentImpl
-
Print a String and then terminate the line.
- println(Object) - Method in class org.apache.jasper.runtime.BodyContentImpl
-
Print an Object and then terminate the line.
- println() - Method in class org.apache.jasper.runtime.JspWriterImpl
-
Terminate the current line by writing the line separator string.
- println(boolean) - Method in class org.apache.jasper.runtime.JspWriterImpl
-
Print a boolean value and then terminate the line.
- println(char) - Method in class org.apache.jasper.runtime.JspWriterImpl
-
Print a character and then terminate the line.
- println(int) - Method in class org.apache.jasper.runtime.JspWriterImpl
-
Print an integer and then terminate the line.
- println(long) - Method in class org.apache.jasper.runtime.JspWriterImpl
-
Print a long integer and then terminate the line.
- println(float) - Method in class org.apache.jasper.runtime.JspWriterImpl
-
Print a floating-point number and then terminate the line.
- println(double) - Method in class org.apache.jasper.runtime.JspWriterImpl
-
Print a double-precision floating-point number and then terminate the
line.
- println(char[]) - Method in class org.apache.jasper.runtime.JspWriterImpl
-
Print an array of characters and then terminate the line.
- println(String) - Method in class org.apache.jasper.runtime.JspWriterImpl
-
Print a String and then terminate the line.
- println(Object) - Method in class org.apache.jasper.runtime.JspWriterImpl
-
Print an Object and then terminate the line.
- println() - Method in class org.apache.jasper.util.SystemLogHandler
-
- println(boolean) - Method in class org.apache.jasper.util.SystemLogHandler
-
- println(char) - Method in class org.apache.jasper.util.SystemLogHandler
-
- println(int) - Method in class org.apache.jasper.util.SystemLogHandler
-
- println(long) - Method in class org.apache.jasper.util.SystemLogHandler
-
- println(float) - Method in class org.apache.jasper.util.SystemLogHandler
-
- println(double) - Method in class org.apache.jasper.util.SystemLogHandler
-
- println(char[]) - Method in class org.apache.jasper.util.SystemLogHandler
-
- println(String) - Method in class org.apache.jasper.util.SystemLogHandler
-
- println(Object) - Method in class org.apache.jasper.util.SystemLogHandler
-
- printMultiLn(String) - Method in class org.apache.jasper.compiler.ServletWriter
-
Prints the given string.
- PrivilegedGetTccl - Class in org.apache.jasper.security
-
- PrivilegedGetTccl() - Constructor for class org.apache.jasper.security.PrivilegedGetTccl
-
- PrivilegedSetTccl - Class in org.apache.jasper.security
-
- PrivilegedSetTccl(ClassLoader) - Constructor for class org.apache.jasper.security.PrivilegedSetTccl
-
- ProtectedFunctionMapper - Class in org.apache.jasper.runtime
-
Maps EL functions to their Java method counterparts.
- 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
-
- pushPrefixMapping(String, String) - Method in class org.apache.jasper.compiler.PageInfo
-
- putIANA2JavaMapping(String, String) - Static method in class org.apache.jasper.xmlparser.EncodingMap
-
Adds an IANA to Java encoding name mapping.
- putJava2IANAMapping(String, String) - Static method in class org.apache.jasper.xmlparser.EncodingMap
-
Adds a Java to IANA encoding name mapping.
- putNonCustomTagPrefix(String, Mark) - Method in class org.apache.jasper.compiler.PageInfo
-
- saveBytecode(String, String) - Method in class org.apache.jasper.compiler.JspRuntimeContext
-
Save the bytecode for a class to disk.
- saveClassFile(String, String) - Method in class org.apache.jasper.compiler.AntJavaCompiler
-
- saveClassFile(String, String) - Method in class org.apache.jasper.compiler.JDTJavaCompiler
-
- saveClassFile(String, String) - Method in class org.apache.jasper.compiler.Jsr199JavaCompiler
-
- saveClassFile(String, String) - Method in class org.apache.jasper.compiler.NullJavaCompiler
-
- 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.
- 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.
- scanPseudoAttribute(boolean, XMLString) - Method in class org.apache.jasper.xmlparser.XMLEncodingDetector
-
Scans a pseudo attribute.
- SCHEMA_LOCATION_JSP_20 - Static variable in class org.apache.jasper.Constants
-
- SCHEMA_LOCATION_JSP_21 - Static variable in class org.apache.jasper.Constants
-
- SCHEMA_LOCATION_WEBAPP_24 - Static variable in class org.apache.jasper.Constants
-
- SCHEMA_LOCATION_WEBAPP_25 - Static variable in class org.apache.jasper.Constants
-
- ScopedAttributeELResolver - Class in javax.servlet.jsp.el
-
Defines variable resolution behavior for scoped attributes.
- ScopedAttributeELResolver() - Constructor for class javax.servlet.jsp.el.ScopedAttributeELResolver
-
- SCRIPTLET_ACTION - Static variable in interface org.apache.jasper.compiler.TagConstants
-
- SecurityClassLoad - Class in org.apache.jasper.security
-
Static class used to preload java classes when using the
Java SecurityManager so that the defineClassInPackage
RuntimePermission does not trigger an AccessControlException.
- SecurityClassLoad() - Constructor for class org.apache.jasper.security.SecurityClassLoad
-
- securityClassLoad(ClassLoader) - Static method in class org.apache.jasper.security.SecurityClassLoad
-
- SecurityUtil - Class in org.apache.jasper.security
-
Util class for Security related operations.
- SecurityUtil() - Constructor for class org.apache.jasper.security.SecurityUtil
-
- 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_CLASS_LOADER - Static variable in class org.apache.jasper.Constants
-
FIXME
ServletContext attribute for class loader.
- SERVLET_CLASSPATH - Static variable in class org.apache.jasper.Constants
-
FIXME
ServletContext attribute for classpath.
- SERVLET_CONTENT_TYPE - Static variable in class org.apache.jasper.Constants
-
Default servlet content type.
- 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_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.
- SET_PROPERTY_ACTION - Static variable in interface org.apache.jasper.compiler.TagConstants
-
- setAddWebXmlMappings(boolean) - Method in class org.apache.jasper.JspC
-
- setArgs(String[]) - Method in class org.apache.jasper.JspC
-
- 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.
- setAutoFlush(String, Node, ErrorDispatcher) - Method in class org.apache.jasper.compiler.PageInfo
-
- setBody(String) - Method in class org.apache.jasper.xmlparser.TreeNode
-
Set the body text associated with this node (if any).
- 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.
- setBuffer(int) - Method in class org.apache.jasper.compiler.PageInfo
-
- setBufferValue(String, Node, ErrorDispatcher) - Method in class org.apache.jasper.compiler.PageInfo
-
- setBytecode(String, byte[]) - Method in class org.apache.jasper.compiler.JspRuntimeContext
-
Save the bytecode for the class in a map.
- setClassDebugInfo(boolean) - Method in class org.apache.jasper.JspC
-
- setClassFileName(String) - Method in class org.apache.jasper.compiler.SmapUtil.ClassInfo
-
- setClassLoader(URLClassLoader) - Method in class org.apache.jasper.JspCompilationContext
-
- setClassName(String) - Method in class org.apache.jasper.JspC
-
Class name of the generated file ( without package ).
- setClassPath(List<File>) - Method in class org.apache.jasper.compiler.AntJavaCompiler
-
- setClassPath(List<File>) - Method in class org.apache.jasper.compiler.JDTJavaCompiler
-
- setClassPath(List<File>) - Method in class org.apache.jasper.compiler.Jsr199JavaCompiler
-
- setClassPath(List<File>) - Method in class org.apache.jasper.compiler.NullJavaCompiler
-
- setClassPath(String) - Method in class org.apache.jasper.JspC
-
- setClassPath(String) - Method in class org.apache.jasper.JspCompilationContext
-
The classpath that is passed off to the Java compiler.
- 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
-
- setCompiler(String) - Method in class org.apache.jasper.JspC
-
- setCompilerSourceVM(String) - Method in class org.apache.jasper.JspC
-
- setCompilerTargetVM(String) - Method in class org.apache.jasper.JspC
-
- setContentType(String) - Method in class org.apache.jasper.compiler.PageInfo
-
- setContentType(String) - Method in class org.apache.jasper.JspCompilationContext
-
- setDebug(boolean) - Method in class org.apache.jasper.compiler.AntJavaCompiler
-
- setDebug(boolean) - Method in class org.apache.jasper.compiler.JDTJavaCompiler
-
- setDebug(boolean) - Method in class org.apache.jasper.compiler.Jsr199JavaCompiler
-
- setDebug(boolean) - Method in class org.apache.jasper.compiler.NullJavaCompiler
-
- setDefaultBufferNone(boolean) - Method in class org.apache.jasper.JspC
-
- setDefaultFactory(JspFactory) - Static method in class javax.servlet.jsp.JspFactory
-
set the default factory for this implementation.
- setDeferredSyntaxAllowedAsLiteral(String, Node, ErrorDispatcher, boolean) - Method in class org.apache.jasper.compiler.PageInfo
-
- setDeferredSyntaxAllowedAsLiteral(boolean) - Method in class org.apache.jasper.compiler.PageInfo
-
- setDoctypeName(String) - Method in class org.apache.jasper.compiler.PageInfo
-
- setDoctypePublic(String) - Method in class org.apache.jasper.compiler.PageInfo
-
- setDoctypeSystem(String) - Method in class org.apache.jasper.compiler.PageInfo
-
- setDoEmbedded(boolean) - Method in class org.apache.jasper.compiler.SmapGenerator
-
Instructs the SmapGenerator whether to actually print any embedded
SMAPs or not.
- setDtdResourcePrefix(String) - Static method in class org.apache.jasper.JspC
-
Sets the path prefix for .dtd resources
- setDtdResourcePrefix(String) - Static method in class org.apache.jasper.xmlparser.ParserUtils
-
Sets the path prefix URL for .dtd resources
- 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.
- setELIgnored(boolean) - Method in class org.apache.jasper.compiler.PageInfo
-
- setEntityResolver(EntityResolver) - Static method in class org.apache.jasper.xmlparser.ParserUtils
-
- setError() - Method in class org.apache.jasper.util.SystemLogHandler
-
- setErrorOnUndeclaredNamespace(boolean) - Method in class org.apache.jasper.compiler.PageInfo
-
- setErrorOnUseBeanInvalidClassAttribute(boolean) - Method in class org.apache.jasper.EmbeddedServletOptions
-
- setErrorOnUseBeanInvalidClassAttribute(boolean) - Method in class org.apache.jasper.JspC
-
- setErrorPage(String) - Method in class org.apache.jasper.compiler.PageInfo
-
- setErrorPage(boolean) - Method in class org.apache.jasper.JspCompilationContext
-
- setExpressionFactory(ExpressionFactory) - Method in class org.apache.jasper.runtime.JspApplicationContextImpl
-
- setExtdirs(String) - Method in class org.apache.jasper.compiler.AntJavaCompiler
-
- setExtdirs(String) - Method in class org.apache.jasper.compiler.JDTJavaCompiler
-
- setExtdirs(String) - Method in class org.apache.jasper.compiler.Jsr199JavaCompiler
-
- setExtdirs(String) - Method in class org.apache.jasper.compiler.NullJavaCompiler
-
- setExtends(String, Node.PageDirective) - Method in class org.apache.jasper.compiler.PageInfo
-
- setFailOnError(boolean) - Method in class org.apache.jasper.JspC
-
Set the option that throws an exception in case of a compilation
error.
- setFunctionMapper(FunctionMapper) - Method in class org.apache.jasper.runtime.ELContextImpl
-
- setGenStringAsByteArray(boolean) - Method in class org.apache.jasper.JspC
-
- 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.
- setHasJspRoot(boolean) - Method in class org.apache.jasper.compiler.PageInfo
-
- 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
tags.
- setIgnoreJspFragmentErrors(boolean) - Method in class org.apache.jasper.JspC
-
- setIncludeCoda(List<String>) - Method in class org.apache.jasper.compiler.PageInfo
-
- setIncludePrelude(List<String>) - Method in class org.apache.jasper.compiler.PageInfo
-
- setInfo(String) - Method in class org.apache.jasper.compiler.PageInfo
-
- 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.
- setInputLineCount(int) - Method in class org.apache.jasper.compiler.SmapStratum.LineInfo
-
Sets InputLineCount.
- setInputStartLine(int) - Method in class org.apache.jasper.compiler.SmapStratum.LineInfo
-
Sets InputStartLine.
- setIsELIgnored(String, Node, ErrorDispatcher, boolean) - Method in class org.apache.jasper.compiler.PageInfo
-
- setIsErrorPage(String, Node, ErrorDispatcher) - Method in class org.apache.jasper.compiler.PageInfo
-
- setIsJspPrefixHijacked(boolean) - Method in class org.apache.jasper.compiler.PageInfo
-
- setIsThreadSafe(String, Node, ErrorDispatcher) - Method in class org.apache.jasper.compiler.PageInfo
-
- setIsValidationEnabled(boolean) - Method in class org.apache.jasper.JspC
-
- setJavaEncoding(String) - Method in class org.apache.jasper.JspC
-
Sets the encoding to use for
java files.
- 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.
- setJspFiles(String) - Method in class org.apache.jasper.JspC
-
- setJspId(String) - Method in interface javax.servlet.jsp.tagext.JspIdConsumer
-
Called by the container generated code to set a value for the jspId attribute.
- 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.
- setLanguage(String, Node, ErrorDispatcher, boolean) - Method in class org.apache.jasper.compiler.PageInfo
-
- setLastModificationTest(long) - Method in class org.apache.jasper.servlet.JspServletWrapper
-
- setLineFileID(int) - Method in class org.apache.jasper.compiler.SmapStratum.LineInfo
-
Sets lineFileID.
- setListErrors(boolean) - Method in class org.apache.jasper.JspC
-
- setMaxTagNesting(int) - Method in class org.apache.jasper.compiler.PageInfo
-
- setMethodVariable(PageContext, String, MethodExpression) - Static method in class org.apache.jasper.runtime.PageContextImpl
-
- setOmitXmlDecl(String) - Method in class org.apache.jasper.compiler.PageInfo
-
- 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.
- setOutputLineIncrement(int) - Method in class org.apache.jasper.compiler.SmapStratum.LineInfo
-
Sets OutputLineIncrement.
- setOutputStartLine(int) - Method in class org.apache.jasper.compiler.SmapStratum.LineInfo
-
Sets OutputStartLine.
- setPackage(String) - Method in class org.apache.jasper.JspC
-
- 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.
- setPageInfo(PageInfo) - Method in class org.apache.jasper.compiler.Compiler
-
Sets the info about the page under compilation
- 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.
- 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
-
- setProperty(String, String) - Method in class org.apache.jasper.EmbeddedServletOptions
-
- setPrototypeMode(boolean) - Method in class org.apache.jasper.JspCompilationContext
-
- setReload(boolean) - Method in class org.apache.jasper.servlet.JspServletWrapper
-
- setRequestCharacterEncoding(String) - Method in class org.apache.jasper.servlet.JspCServletContext
-
- setResponseCharacterEncoding(String) - Method in class org.apache.jasper.servlet.JspCServletContext
-
- setSchemaResourcePrefix(String) - Static method in class org.apache.jasper.JspC
-
Sets the path prefix for .xsd resources
- setSchemaResourcePrefix(String) - Static method in class org.apache.jasper.xmlparser.ParserUtils
-
Sets the path prefix URL for .xsd resources
- setScriptingInvalid(boolean) - Method in class org.apache.jasper.compiler.PageInfo
-
- setScriptless(boolean) - Method in class org.apache.jasper.compiler.PageInfo
-
- 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
-
- setServletPackageName(String) - Method in class org.apache.jasper.JspCompilationContext
-
The package name into which the servlet class is generated.
- setSession(String, Node, ErrorDispatcher) - Method in class org.apache.jasper.compiler.PageInfo
-
- setSessionTimeout(int) - Method in class org.apache.jasper.servlet.JspCServletContext
-
- setSessionTrackingModes(Set<SessionTrackingMode>) - Method in class org.apache.jasper.servlet.JspCServletContext
-
- setSmap(String) - Method in class org.apache.jasper.compiler.SmapUtil.ClassInfo
-
- setSmapDumped(boolean) - Method in class org.apache.jasper.JspC
-
Set smapSuppressed flag.
- setSmapSuppressed(boolean) - Method in class org.apache.jasper.JspC
-
Set smapSuppressed flag.
- setSourceVM(String) - Method in class org.apache.jasper.compiler.AntJavaCompiler
-
- setSourceVM(String) - Method in class org.apache.jasper.compiler.JDTJavaCompiler
-
- setSourceVM(String) - Method in class org.apache.jasper.compiler.Jsr199JavaCompiler
-
- setSourceVM(String) - Method in class org.apache.jasper.compiler.NullJavaCompiler
-
- setSystemClassPath(String) - Method in class org.apache.jasper.JspC
-
Sets the system class path.
- setTagExtraInfo(TagExtraInfo) - Method in class javax.servlet.jsp.tagext.TagInfo
-
Set the instance for extra tag information.
- 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.
- setTargetVM(String) - Method in class org.apache.jasper.compiler.AntJavaCompiler
-
- setTargetVM(String) - Method in class org.apache.jasper.compiler.JDTJavaCompiler
-
- setTargetVM(String) - Method in class org.apache.jasper.compiler.Jsr199JavaCompiler
-
- setTargetVM(String) - Method in class org.apache.jasper.compiler.NullJavaCompiler
-
- setThread() - Static method in class org.apache.jasper.util.SystemLogHandler
-
Start capturing thread's output.
- setTrimDirectiveWhitespaces(String, Node, ErrorDispatcher, boolean) - Method in class org.apache.jasper.compiler.PageInfo
-
- setTrimDirectiveWhitespaces(boolean) - Method in class org.apache.jasper.compiler.PageInfo
-
- setTrimSpaces(boolean) - Method in class org.apache.jasper.JspC
-
- setUriroot(String) - Method in class org.apache.jasper.JspC
-
Base dir for the webapp.
- setValidateXml(boolean) - Method in class org.apache.jasper.JspC
-
- setValue(ELContext, Object, Object, Object) - Method in class javax.servlet.jsp.el.ImplicitObjectELResolver
-
If the base object is null
, and the property matches the name of a JSP implicit object, throws
PropertyNotWritableException
to indicate that implicit objects cannot be overwritten.
- setValue(ELContext, Object, Object, Object) - Method in class javax.servlet.jsp.el.ScopedAttributeELResolver
-
If the base object is null
, sets an existing scoped attribute to the new value, or creates a new
scoped attribute if one does not exist by this name.
- setValue(String, Object) - Method in class javax.servlet.jsp.tagext.TagSupport
-
Associate a value with a String key.
- 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.
- setValueVariable(PageContext, String, ValueExpression) - Static method in class org.apache.jasper.runtime.PageContextImpl
-
- setVariable(String, ValueExpression) - Method in class org.apache.jasper.runtime.VariableMapperImpl
-
- setVariableMapper(VariableMapper) - Method in class org.apache.jasper.runtime.ELContextImpl
-
- setVerbose(int) - Method in class org.apache.jasper.JspC
-
- setWebXml(String) - Method in class org.apache.jasper.JspC
-
File where we generate a complete web.xml with the class definitions.
- 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
-
- setXpoweredBy(boolean) - Method in class org.apache.jasper.JspC
-
- shortname - Variable in class javax.servlet.jsp.tagext.TagLibraryInfo
-
The preferred short name (prefix) as indicated in the TLD.
- shutdownThreadPool() - Static method in class org.apache.jasper.compiler.AntJavaCompiler
-
- 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.
- 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_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.
- 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.
- SMAP_ENCODING - Static variable in class org.apache.jasper.compiler.SmapUtil
-
- 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).
- SmapStratum.LineInfo - Class in org.apache.jasper.compiler
-
Represents a single LineSection in an SMAP, associated with
a particular stratum.
- SmapUtil - Class in org.apache.jasper.compiler
-
Contains static utilities for generating SMAP data based on the
current version of Jasper.
- SmapUtil.ClassInfo - Class in org.apache.jasper.compiler
-
- SPACES - Static variable in class org.apache.jasper.compiler.ServletWriter
-
- startThreadPool() - Static method in class org.apache.jasper.compiler.AntJavaCompiler
-
- streams - Static variable in class org.apache.jasper.util.SystemLogHandler
-
Thread <-> PrintStream associations.
- supplemental(char, char) - Static method in class org.apache.jasper.xmlparser.XMLChar
-
Returns true the supplemental character corresponding to the given
surrogates.
- symbol - Variable in class org.apache.jasper.xmlparser.SymbolTable.Entry
-
Symbol.
- 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.
- SymbolTable.Entry - Class in org.apache.jasper.xmlparser
-
This class is a symbol table entry.
- syncBeforeInvoke() - Method in class org.apache.jasper.runtime.JspContextWrapper
-
Synchronize variables before fragment invokation
- syncBeginTagFile() - Method in class org.apache.jasper.runtime.JspContextWrapper
-
Synchronize variables at begin of tag file
- syncEndTagFile() - Method in class org.apache.jasper.runtime.JspContextWrapper
-
Synchronize variables at end of tag file
- SystemLogHandler - Class in org.apache.jasper.util
-
This helper class may be used to do sophisticated redirection of
System.out and System.err.
- SystemLogHandler(PrintStream) - Constructor for class org.apache.jasper.util.SystemLogHandler
-
Construct the handler to capture the output of the given steam.
- TAB_WIDTH - Static variable in class org.apache.jasper.compiler.ServletWriter
-
- TABLE_SIZE - Static variable in class org.apache.jasper.xmlparser.SymbolTable
-
Default table size.
- 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.
- 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.
- TagHandlerPool(int) - Constructor for class org.apache.jasper.runtime.TagHandlerPool
-
- 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
-
- TAGLIB_DTD_PUBLIC_ID_11 - Static variable in class org.apache.jasper.Constants
-
Public Id and the Resource path (of the cached copy)
of the DTDs and schemas for tag library descriptors.
- TAGLIB_DTD_PUBLIC_ID_12 - Static variable in class org.apache.jasper.Constants
-
- TAGLIB_DTD_RESOURCE_PATH_11 - Static variable in class org.apache.jasper.Constants
-
- TAGLIB_DTD_RESOURCE_PATH_12 - Static variable in class org.apache.jasper.Constants
-
- TAGLIB_SCHEMA_PUBLIC_ID_20 - Static variable in class org.apache.jasper.Constants
-
- TAGLIB_SCHEMA_PUBLIC_ID_21 - Static variable in class org.apache.jasper.Constants
-
- TAGLIB_SCHEMA_RESOURCE_PATH_20 - Static variable in class org.apache.jasper.Constants
-
- TAGLIB_SCHEMA_RESOURCE_PATH_21 - Static variable in class org.apache.jasper.Constants
-
- 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.
- TagLibraryInfoImpl - Class in org.apache.jasper.compiler
-
Implementation of the TagLibraryInfo class from the JSP spec.
- TagLibraryInfoImpl(String, String, TagLibraryInfoImpl, PageInfo) - Constructor for class org.apache.jasper.compiler.TagLibraryInfoImpl
-
Constructor which populates a TagLibraryInfoImpl from a given
TagLibraryInfoImpl, and associates the new TagLibraryInfoImpl with the
given translation unit (pageInfo).
- TagLibraryInfoImpl(JspCompilationContext, ParserController, String, String, String[], ErrorDispatcher) - Constructor for class org.apache.jasper.compiler.TagLibraryInfoImpl
-
Constructor which builds a TagLibraryInfoImpl by parsing a TLD.
- 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.
- tagLibraryValidator - Variable in class org.apache.jasper.compiler.TagLibraryInfoImpl
-
- 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 inqueries 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
-
- 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.
- 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
-
- threadSleep() - Method in class org.apache.jasper.compiler.JspRuntimeContext
-
Sleep for the duration specified by the checkInterval
property.
- threadStart() - Method in class org.apache.jasper.compiler.JspRuntimeContext
-
Start the background thread that will periodically check for
changes to compile time included files in a JSP.
- threadStop() - Method in class org.apache.jasper.compiler.JspRuntimeContext
-
Stop the background thread that is periodically checking for
changes to compile time included files in a JSP.
- throwException(Mark, JasperException) - Method in class org.apache.jasper.compiler.ErrorDispatcher
-
Creates and throws a new exception from the given JasperException,
by prepending the given location information (containing file name,
line number, and column number) to the message of the given exception,
and copying the stacktrace of the given exception to the new exception.
- TldScanner - Class in org.apache.jasper.runtime
-
A container for all tag libraries that are defined "globally"
for the web application.
- TldScanner() - Constructor for class org.apache.jasper.runtime.TldScanner
-
Default Constructor.
- TldScanner(ServletContext, boolean) - Constructor for class org.apache.jasper.runtime.TldScanner
-
Constructor used in Jasper
- tlibversion - Variable in class javax.servlet.jsp.tagext.TagLibraryInfo
-
The version of the tag library.
- TMP_DIR - Static variable in class org.apache.jasper.Constants
-
- 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.
- toJavaSourceType(String) - Static method in class org.apache.jasper.compiler.JspUtil
-
Class.getName() return arrays in the form "[[[", where et,
the element type can be one of ZBCDFIJS or L;
It is converted into forms that can be understood by javac.
- 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.jasper.compiler.SmapGenerator
-
- toString() - Method in class org.apache.jasper.compiler.SmapStratum.LineInfo
-
- toString() - Method in class org.apache.jasper.compiler.SmapStratum
-
- toString() - Method in class org.apache.jasper.compiler.TagLibraryInfoImpl
-
- toString(Object) - Static method in class org.apache.jasper.runtime.JspRuntimeLibrary
-
- toString(byte) - Static method in class org.apache.jasper.runtime.JspRuntimeLibrary
-
- toString(boolean) - Static method in class org.apache.jasper.runtime.JspRuntimeLibrary
-
- toString(short) - Static method in class org.apache.jasper.runtime.JspRuntimeLibrary
-
- toString(int) - Static method in class org.apache.jasper.runtime.JspRuntimeLibrary
-
- toString(float) - Static method in class org.apache.jasper.runtime.JspRuntimeLibrary
-
- toString(long) - Static method in class org.apache.jasper.runtime.JspRuntimeLibrary
-
- toString(double) - Static method in class org.apache.jasper.runtime.JspRuntimeLibrary
-
- toString(char) - Static method in class org.apache.jasper.runtime.JspRuntimeLibrary
-
- toString() - Method in class org.apache.jasper.xmlparser.TreeNode
-
Return a String representation of this TreeNode.
- toString(StringBuilder, int, TreeNode) - Method in class org.apache.jasper.xmlparser.TreeNode
-
Append to the specified StringBuilder a character representation of
this node, with the specified amount of indentation.
- toString() - Method in class org.apache.jasper.xmlparser.XMLString
-
Returns a string representation of this object.
- TreeNode - Class in org.apache.jasper.xmlparser
-
Simplified implementation of a Node from a Document Object Model (DOM)
parse of an XML document.
- TreeNode(String) - Constructor for class org.apache.jasper.xmlparser.TreeNode
-
Construct a new node with no parent.
- TreeNode(String, TreeNode) - Constructor for class org.apache.jasper.xmlparser.TreeNode
-
Construct a new node with the specified parent.
- 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.