- gen - Variable in class org.apache.jasper.compiler.SmapUtil.SDEInstaller
-
- genBuffer - Variable in class org.apache.jasper.compiler.Generator.FragmentHelperClass.Fragment
-
- GenBuffer() - Constructor for class org.apache.jasper.compiler.Generator.GenBuffer
-
- GenBuffer(Node, Node.Nodes) - Constructor for class org.apache.jasper.compiler.Generator.GenBuffer
-
- genBytes - Variable in class org.apache.jasper.compiler.Generator
-
- genCommonPostamble() - Method in class org.apache.jasper.compiler.Generator
-
Common part of postamble, shared by both servlets and tag files.
- generate(ServletWriter, Compiler, Node.Nodes) - Static method in class org.apache.jasper.compiler.Generator
-
The main entry for Generator.
- generateAliasMap(Node.CustomTag, String) - Method in class org.apache.jasper.compiler.Generator.GenerateVisitor
-
Generate code to create a map for the alias variables
- 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.
- generateAttribute(String) - Method in class org.apache.jasper.compiler.TagPluginManager.TagPluginContextImpl
-
- generateBody() - Method in interface org.apache.jasper.compiler.tagplugin.TagPluginContext
-
- generateBody() - Method in class org.apache.jasper.compiler.TagPluginManager.TagPluginContextImpl
-
- generateClass() - Method in class org.apache.jasper.compiler.Compiler
-
Compile the servlet from .java file to .class file
- generateConstructor(String) - Method in class org.apache.jasper.compiler.Generator
-
- generateCustomDoTag(Node.CustomTag, Generator.TagHandlerInfo, String) - Method in class org.apache.jasper.compiler.Generator.GenerateVisitor
-
- generateCustomEnd(Node.CustomTag, String, String, String) - Method in class org.apache.jasper.compiler.Generator.GenerateVisitor
-
- generateCustomStart(Node.CustomTag, Generator.TagHandlerInfo, String, String, String) - Method in class org.apache.jasper.compiler.Generator.GenerateVisitor
-
- generateDeclaration(String, String) - Method in interface org.apache.jasper.compiler.tagplugin.TagPluginContext
-
Generate a declaration in the of the generated class.
- generateDeclaration(String, String) - Method in class org.apache.jasper.compiler.TagPluginManager.TagPluginContextImpl
-
- generateDeclarations(Node.Nodes) - Method in class org.apache.jasper.compiler.Generator
-
Generates declarations.
- generatedInBuffer - Variable in class org.apache.jasper.compiler.Node.Nodes
-
- generateImport(String) - Method in interface org.apache.jasper.compiler.tagplugin.TagPluginContext
-
Generate an import statement
- generateImport(String) - Method in class org.apache.jasper.compiler.TagPluginManager.TagPluginContextImpl
-
- generateIterators(TagPluginContext) - Method in class org.apache.jasper.tagplugins.jstl.ForEach
-
Generate iterators for data types supported in items
- generateJava() - Method in class org.apache.jasper.compiler.Compiler
-
Compile the jsp file into equivalent servlet in java source
- generateJavaSource(String) - Method in interface org.apache.jasper.compiler.tagplugin.TagPluginContext
-
Generate Java source codes
- generateJavaSource(String) - Method in class org.apache.jasper.compiler.TagPluginManager.TagPluginContextImpl
-
- generateJspFragment(Node, String) - Method in class org.apache.jasper.compiler.Generator.GenerateVisitor
-
Generates anonymous JspFragment inner class which is passed as an
argument to SimpleTag.setJspBody().
- generateLocalVariables(ServletWriter, Node, boolean) - Static method in class org.apache.jasper.compiler.Generator
-
- generateNamedAttributeJspFragment(Node.NamedAttribute, String) - Method in class org.apache.jasper.compiler.Generator.GenerateVisitor
-
Similar to generateNamedAttributeValue, but create a JspFragment
instead.
- generateNamedAttributeValue(Node.NamedAttribute) - Method in class org.apache.jasper.compiler.Generator.GenerateVisitor
-
Generate the code required to obtain the runtime value of the
given named attribute.
- generatePageScopedVariables(JasperTagInfo) - Method in class org.apache.jasper.compiler.Generator
-
- generatePostamble() - Method in class org.apache.jasper.compiler.Generator.FragmentHelperClass
-
- generatePostamble(Node.Nodes) - Method in class org.apache.jasper.compiler.Generator
-
Generates the ending part of the static portion of the servlet.
- generatePreamble() - Method in class org.apache.jasper.compiler.Generator.FragmentHelperClass
-
- generatePreamble(Node.Nodes) - Method in class org.apache.jasper.compiler.Generator
-
Generates the beginning of the static portion of the servlet.
- generateSetDynamicAttribute() - Method in class org.apache.jasper.compiler.Generator
-
- generateSetJspContext(TagInfo) - Method in class org.apache.jasper.compiler.Generator
-
- generateSetters(Node.CustomTag, String, Generator.TagHandlerInfo, boolean) - Method in class org.apache.jasper.compiler.Generator.GenerateVisitor
-
- generateSmap(Node.Nodes) - Method in class org.apache.jasper.compiler.SmapUtil
-
Generates an appropriate SMAP representing the current compilation
context.
- generateTagHandlerAttributes(TagInfo) - Method in class org.apache.jasper.compiler.Generator
-
Generates declarations for tag handler attributes, and defines the
getter and setter methods for each.
- generateTagHandlerDestroy() - Method in class org.apache.jasper.compiler.Generator
-
Generates the _jspDestroy() method which is responsible for calling the
release() method on every tag handler in any of the tag handler pools.
- generateTagHandlerInit() - Method in class org.apache.jasper.compiler.Generator
-
Generates the _jspInit() method for instantiating the tag handler pools.
- generateTagHandlerPostamble(TagInfo) - Method in class org.apache.jasper.compiler.Generator
-
- generateTagHandlerPreamble(JasperTagInfo, Node.Nodes) - Method in class org.apache.jasper.compiler.Generator
-
- generateTagPlugin(Node.CustomTag) - Method in class org.apache.jasper.compiler.Generator.GenerateVisitor
-
- generateTLDLocation(String, JspCompilationContext) - Method in class org.apache.jasper.compiler.TagLibraryInfoImpl
-
- GenerateVisitor(boolean, ServletWriter, ArrayList<Generator.GenBuffer>, Generator.FragmentHelperClass) - Constructor for class org.apache.jasper.compiler.Generator.GenerateVisitor
-
Constructor.
- generateWebMapping(String, JspCompilationContext) - Method in class org.apache.jasper.JspC
-
- generateXmlProlog(Node.Nodes) - Method in class org.apache.jasper.compiler.Generator
-
Generates an XML Prolog, which includes an XML declaration and
an XML doctype declaration.
- Generator - Class in org.apache.jasper.compiler
-
Generate Java source from Nodes
- Generator(ServletWriter, Compiler) - Constructor for class org.apache.jasper.compiler.Generator
-
Constructor.
- Generator.FragmentHelperClass - Class in org.apache.jasper.compiler
-
Keeps track of the generated Fragment Helper Class
- Generator.FragmentHelperClass.Fragment - Class in org.apache.jasper.compiler
-
- Generator.GenBuffer - Class in org.apache.jasper.compiler
-
A class for generating codes to a buffer.
- Generator.GenerateVisitor - Class in org.apache.jasper.compiler
-
A visitor that generates codes for the elements in the page.
- Generator.TagHandlerInfo - Class in org.apache.jasper.compiler
-
Class storing the result of introspecting a custom tag handler.
- genPos - Variable in class org.apache.jasper.compiler.SmapUtil.SDEInstaller
-
- genPreambleClassVariableDeclarations(String) - Method in class org.apache.jasper.compiler.Generator
-
Declare tag handler pools (tags of the same type and with the same
attribute set share the same tag handler pool)
(shared by servlet and tag handler preamble generation)
- genPreambleImports() - Method in class org.apache.jasper.compiler.Generator
-
Generate preamble imports
(shared by servlet and tag handler preamble generation)
- genPreambleMethods() - Method in class org.apache.jasper.compiler.Generator
-
Declare general-purpose methods
(shared by servlet and tag handler preamble generation)
- genPreamblePackage(String) - Method in class org.apache.jasper.compiler.Generator
-
Generate preamble package name
(shared by servlet and tag handler preamble generation)
- genPreambleStaticInitializers() - Method in class org.apache.jasper.compiler.Generator
-
Generation of static initializers in preamble.
- genStringAsByteArray - Variable in class org.apache.jasper.EmbeddedServletOptions
-
- genStringAsByteArray() - Method in class org.apache.jasper.EmbeddedServletOptions
-
- genStringAsByteArray - Variable in class org.apache.jasper.JspC
-
- 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 - Variable in class org.apache.jasper.EmbeddedServletOptions
-
Are Text strings to be generated as char arrays?
- genStringAsCharArray() - Method in class org.apache.jasper.EmbeddedServletOptions
-
Are Text strings to be generated as char arrays?
- genStringAsCharArray - Variable in class org.apache.jasper.JspC
-
- genStringAsCharArray() - Method in class org.apache.jasper.JspC
-
Indicates whether text strings are to be generated as char arrays.
- genStringAsCharArray() - Method in interface org.apache.jasper.Options
-
Are Text strings to be generated as char arrays?
- get(Class) - Method in class org.apache.jasper.runtime.PerThreadTagHandlerPool
-
Gets the next available tag handler from this tag handler pool,
instantiating one if this tag handler pool is empty.
- 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_PROBLEM_METH - Static variable in class org.apache.jasper.compiler.JDTJavaCompiler
-
- GET_PROPERTY_ACTION - Static variable in interface org.apache.jasper.compiler.TagConstants
-
- getAbsolutePathRelativeToContext(String) - Method in class org.apache.jasper.runtime.PageContextImpl
-
- getAtETag() - Method in class org.apache.jasper.compiler.Node.CustomTag
-
- getAtSTag() - Method in class org.apache.jasper.compiler.Node.CustomTag
-
- getAttribute() - Method in enum org.apache.jasper.compiler.TagFileProcessor.TagFileDirectiveVisitor.Name
-
- 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.
- getAttributeBodyType(Node, String) - Method in class org.apache.jasper.compiler.Parser
-
Determine the body type of from the enclosing node
- getAttributeNames() - Method in class org.apache.jasper.servlet.JspCServletContext
-
Return an enumeration of context attribute names.
- getAttributeNamesInScope(int) - Method in class org.apache.jasper.runtime.JspContextWrapper
-
- getAttributeNamesInScope(int) - Method in class org.apache.jasper.runtime.PageContextImpl
-
- getAttributes(Attributes) - Method in class org.apache.jasper.compiler.Dumper.DumpVisitor
-
- getAttributes() - Method in class org.apache.jasper.compiler.Node
-
- getAttributesScope(String) - Method in class org.apache.jasper.runtime.JspContextWrapper
-
- getAttributesScope(String) - Method in class org.apache.jasper.runtime.PageContextImpl
-
- getAttributeValue(String) - Method in class org.apache.jasper.compiler.Node
-
- getAutoFlush() - Method in class org.apache.jasper.compiler.PageInfo
-
- getBaseURI() - Method in class org.apache.jasper.xmlparser.MyLSInput
-
- getBeanName() - Method in class org.apache.jasper.compiler.Node.UseBean
-
- getBeanRepository() - Method in class org.apache.jasper.compiler.PageInfo
-
- getBeanType(String) - Method in class org.apache.jasper.compiler.BeanRepository
-
- getBeginJavaLine() - Method in class org.apache.jasper.compiler.Node
-
- getBody() - Method in class org.apache.jasper.compiler.Node
-
- getBody() - Method in class org.apache.jasper.xmlparser.TreeNode
-
Return the body text associated with this node (if any).
- getBodyType(Node.CustomTag) - Static method in class org.apache.jasper.compiler.JspDocumentParser
-
- getBoolean(ServletConfig, boolean, String) - Method in class org.apache.jasper.EmbeddedServletOptions
-
- getBuffer() - Method in class org.apache.jasper.compiler.JspProperty
-
- getBuffer() - Method in class org.apache.jasper.compiler.PageInfo
-
- getBuffer() - Method in class org.apache.jasper.servlet.JspCServletContext.JspPropertyGroupDescriptorImpl
-
- 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
- getBytecode() - Method in class org.apache.jasper.compiler.Jsr199JavaCompiler.BytecodeFile
-
- 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
- getByteStream() - Method in class org.apache.jasper.xmlparser.MyLSInput
-
- getCanonicalName(Class) - Static method in class org.apache.jasper.compiler.JspUtil
-
Compute the canonical name from a Class instance.
- getCertifiedText() - Method in class org.apache.jasper.xmlparser.MyLSInput
-
- getCharacterStream() - Method in class org.apache.jasper.xmlparser.MyLSInput
-
- getCharBufferThreadLocalPool() - Method in class org.apache.jasper.runtime.JspWriterImpl
-
- 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
- getChildInfo() - Method in class org.apache.jasper.compiler.Node.CustomTag
-
- getChildInfo() - Method in class org.apache.jasper.compiler.Node.JspBody
-
- getChildInfo() - Method in class org.apache.jasper.compiler.Node.NamedAttribute
-
- 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
-
- getClassFor(String) - Method in class org.apache.jasper.compiler.Compiler
-
- getClassLastModified() - Method in class org.apache.jasper.compiler.AntJavaCompiler
-
- getClassLastModified() - Method in interface org.apache.jasper.compiler.JavaCompiler
-
Return the time the class file was generated.
- 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 org.apache.jasper.compiler.Generator.FragmentHelperClass
-
- getClassName() - Method in class org.apache.jasper.compiler.Jsr199JavaCompiler.BytecodeFile
-
- 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.
- getColumnNumber() - Method in class org.apache.jasper.compiler.Mark
-
- getCommonPropertyType(ELContext, Object) - Method in class org.apache.jasper.runtime.ExpressionEvaluatorImpl.ELResolverWrapper
-
- getCompilationContext() - Method in class org.apache.jasper.compiler.Compiler
-
- getCompiler() - Method in class org.apache.jasper.compiler.ParserController
-
- 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
-
- getConstantAttribute(String) - Method in class org.apache.jasper.compiler.TagPluginManager.TagPluginContextImpl
-
- 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 '/'.
- getCustomNestingLevel() - Method in class org.apache.jasper.compiler.Node.CustomTag
-
- getCustomTagParent() - Method in class org.apache.jasper.compiler.Node.CustomTag
-
- getDefaultContentType() - Method in class org.apache.jasper.compiler.JspProperty
-
- getDefaultContentType() - Method in class org.apache.jasper.servlet.JspCServletContext.JspPropertyGroupDescriptorImpl
-
- getDefaultSessionTrackingModes() - Method in class org.apache.jasper.servlet.JspCServletContext
-
- getDeferredSyntaxAllowedAsLiteral() - Method in class org.apache.jasper.compiler.PageInfo
-
- getDeferredSyntaxAllowedAsLiteral() - Method in class org.apache.jasper.servlet.JspCServletContext.JspPropertyGroupDescriptorImpl
-
- 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.
- getDerivedPackageName() - Method in class org.apache.jasper.JspCompilationContext
-
- 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
-
- getDirective() - Method in enum org.apache.jasper.compiler.TagFileProcessor.TagFileDirectiveVisitor.Name
-
- 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
-
- getDynamicAttributesMapName() - Method in class org.apache.jasper.compiler.JasperTagInfo
-
- 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
-
- getEL() - Method in class org.apache.jasper.compiler.Node.ELExpression
-
- getEL() - Method in class org.apache.jasper.compiler.Node.JspAttribute
-
- getELContext() - Method in class org.apache.jasper.runtime.JspContextWrapper
-
- getELContext() - Method in class org.apache.jasper.runtime.PageContextImpl
-
- getElIgnored() - Method in class org.apache.jasper.servlet.JspCServletContext.JspPropertyGroupDescriptorImpl
-
- getELResolver() - Method in class org.apache.jasper.runtime.ELContextImpl
-
- getELResolver() - Method in class org.apache.jasper.runtime.PageContextImpl
-
- getELResolvers() - Method in class org.apache.jasper.runtime.JspApplicationContextImpl
-
- getEncoding() - Method in class org.apache.jasper.xmlparser.MyLSInput
-
- 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.
- getEncoding(InputStream, ErrorDispatcher) - Method in class org.apache.jasper.xmlparser.XMLEncodingDetector
-
- getEncodingName(byte[], int) - Method in class org.apache.jasper.xmlparser.XMLEncodingDetector
-
Returns the IANA encoding name that is auto-detected from
the bytes specified, with the endian-ness of that encoding where
appropriate.
- getEndJavaLine() - Method in class org.apache.jasper.compiler.Node
-
- getEngineInfo() - Method in class org.apache.jasper.runtime.JspFactoryImpl
-
- getEntryName() - Method in class org.apache.jasper.runtime.TldScanner.TldInfo
-
- getErrorCapture() - Method in class org.apache.jasper.compiler.AntJavaCompiler.JavacObj
-
- 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.
- getErrorOnUndeclaredNamespace() - Method in class org.apache.jasper.servlet.JspCServletContext.JspPropertyGroupDescriptorImpl
-
- 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 org.apache.jasper.compiler.AntJavaCompiler.JavacObj
-
- 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.
- getExpectedParamTypes() - Method in class org.apache.jasper.compiler.Node.JspAttribute
-
- getExpectedReturnType() - Method in class org.apache.jasper.compiler.Node.JspAttribute
-
- getExpectedType() - Method in class org.apache.jasper.compiler.Node.JspAttribute
-
- getExpr(String, boolean) - Static method in class org.apache.jasper.compiler.JspUtil
-
- getExpression() - Method in class org.apache.jasper.compiler.ELNode.Root
-
- 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() - Static method in class org.apache.jasper.compiler.JspUtil
-
- getExpressionFactory() - Method in class org.apache.jasper.runtime.JspApplicationContextImpl
-
- getExpressionFactory(PageContext) - Static method in class org.apache.jasper.runtime.PageContextImpl
-
- 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
-
- getExtraSmap() - Method in class org.apache.jasper.compiler.Node.TemplateText
-
- getFailOnError() - Method in class org.apache.jasper.JspC
-
- getFeatureDescriptors(ELContext, Object) - Method in class org.apache.jasper.runtime.ExpressionEvaluatorImpl.ELResolverWrapper
-
- getFile(int) - Method in class org.apache.jasper.compiler.JspReader
-
- getFile() - Method in class org.apache.jasper.compiler.Mark
-
- 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
- getFunctionInfo() - Method in class org.apache.jasper.compiler.ELNode.Function
-
- getFunctionMapper(ELNode.Nodes) - Method in class org.apache.jasper.compiler.Validator.ValidateVisitor
-
- getFunctionMapper() - Method in class org.apache.jasper.runtime.ELContextImpl
-
- getGenBuffer() - Method in class org.apache.jasper.compiler.Generator.FragmentHelperClass.Fragment
-
- getHeight() - Method in class org.apache.jasper.compiler.Node.PlugIn
-
- 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 org.apache.jasper.compiler.Generator.FragmentHelperClass.Fragment
-
- 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.Node.PageDirective
-
- getImports() - Method in class org.apache.jasper.compiler.Node.TagDirective
-
- 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
-
- getIncludeCodas() - Method in class org.apache.jasper.servlet.JspCServletContext.JspPropertyGroupDescriptorImpl
-
- getIncludePrelude() - Method in class org.apache.jasper.compiler.JspProperty
-
- getIncludePrelude() - Method in class org.apache.jasper.compiler.PageInfo
-
- getIncludePreludes() - Method in class org.apache.jasper.servlet.JspCServletContext.JspPropertyGroupDescriptorImpl
-
- getIndex() - Method in class org.apache.jasper.compiler.ELParser
-
- getInfo() - Method in class org.apache.jasper.compiler.PageInfo
-
- 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.
- getInnerClassName() - Method in class org.apache.jasper.compiler.Node
-
- getInputStream(String, JarFile, JspCompilationContext, ErrorDispatcher) - Static method in class org.apache.jasper.compiler.JspUtil
-
- getInputStream() - Method in class org.apache.jasper.compiler.PageDataImpl
-
Returns the input stream of the XML view.
- 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
-
- getIsXml() - Method in class org.apache.jasper.servlet.JspCServletContext.JspPropertyGroupDescriptorImpl
-
- getJarFile(URL) - Method in class org.apache.jasper.compiler.ParserController
-
- 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 interface org.apache.jasper.compiler.JavaCompiler
-
Get a Writer for the Java file.
- 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 org.apache.jasper.runtime.JspFactoryImpl
-
- getJspApplicationContext() - Method in class org.apache.jasper.runtime.PageContextImpl
-
- getJspAttribute(String, String, String, String, Node, boolean, TagAttributeInfo) - Method in class org.apache.jasper.compiler.Validator.ValidateVisitor
-
Preprocess attributes that can be expressions.
- getJspAttributes() - Method in class org.apache.jasper.compiler.Node.CustomTag
-
- getJspAttributes() - Method in class org.apache.jasper.compiler.Node.JspElement
-
- getJspAttributes() - Method in class org.apache.jasper.compiler.Node.UninterpretedTag
-
- 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.
- getJspCompilationContext() - Method in class org.apache.jasper.compiler.JspReader
-
- getJspCompilationContext() - Method in class org.apache.jasper.compiler.ParserController
-
- 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
-
- getJspConfigPageEncoding() - Method in class org.apache.jasper.compiler.Node.Root
-
- getJspConfigPageEncoding(String) - Method in class org.apache.jasper.compiler.ParserController
-
- 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.
- getJspId() - Method in class org.apache.jasper.compiler.Node.CustomTag
-
- getJspIdPrefix() - Method in class org.apache.jasper.compiler.PageDataImpl.FirstPassVisitor
-
- getJspLoader() - Method in class org.apache.jasper.JspCompilationContext
-
- getJspProperty() - Method in class org.apache.jasper.compiler.JspPropertyGroup
-
- getJspPropertyGroups() - Method in class org.apache.jasper.servlet.JspCServletContext.JspConfigDescriptorImpl
-
- 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.
- getJspSourceNode() - Method in class org.apache.jasper.compiler.ErrorDispatcher.ErrorVisitor
-
- getJspVersion() - Method in class org.apache.jasper.compiler.Node.CustomTag
-
- 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
-
- getLastModificationTest() - Method in class org.apache.jasper.servlet.JspServletWrapper
-
- getLineNumber() - Method in class org.apache.jasper.compiler.Mark
-
- getListeners() - Method in class org.apache.jasper.runtime.TldScanner.TldInfo
-
- getLiteral(Node, String) - Method in class org.apache.jasper.compiler.Validator.ValidateVisitor
-
- getLocalizeMessage(String) - Method in class org.apache.jasper.runtime.JspWriterImpl
-
- getLocalName() - Method in class org.apache.jasper.compiler.Node
-
- getLocalName() - Method in class org.apache.jasper.compiler.Node.JspAttribute
-
- getLocalName() - Method in class org.apache.jasper.compiler.Node.NamedAttribute
-
- 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.
- getMapName() - Method in class org.apache.jasper.compiler.ELFunctionMapper.ELFunctionVisitor
-
- getMapName() - Method in class org.apache.jasper.compiler.ELNode.Nodes
-
- 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(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
-
- getMethod(String) - Method in class org.apache.jasper.compiler.Validator.ValidateVisitor
-
Get the method name from the signature.
- getMethodExpression(String, PageContext, FunctionMapper, Class, Class[]) - Static method in class org.apache.jasper.runtime.PageContextImpl
-
- getMethodName() - Method in class org.apache.jasper.compiler.ELNode.Function
-
- 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 org.apache.jasper.compiler.ELNode.Function
-
- getName() - Method in class org.apache.jasper.compiler.Node.AttributeGenerator
-
- getName() - Method in class org.apache.jasper.compiler.Node.JspAttribute
-
- getName() - Method in class org.apache.jasper.compiler.Node.NamedAttribute
-
- getName() - Method in class org.apache.jasper.xmlparser.TreeNode
-
Return the name of this node.
- getNameAttribute() - Method in class org.apache.jasper.compiler.Node.JspElement
-
- getNamedAttributeNode(String) - Method in class org.apache.jasper.compiler.Node
-
Searches all subnodes of this node for jsp:attribute standard
actions with the given name, and returns the NamedAttribute node
of the matching named attribute, nor null if no such node is found.
- getNamedAttributeNode() - Method in class org.apache.jasper.compiler.Node.JspAttribute
-
Only makes sense if namedAttribute is true.
- getNamedAttributeNodes() - Method in class org.apache.jasper.compiler.Node
-
Searches all subnodes of this node for jsp:attribute standard
actions, and returns that set of nodes as a Node.Nodes object.
- getNamedDispatcher(String) - Method in class org.apache.jasper.servlet.JspCServletContext
-
Return a request dispatcher for the specified servlet name.
- getNode(int) - Method in class org.apache.jasper.compiler.Node.Nodes
-
- getNode() - Method in class org.apache.jasper.compiler.TagFileProcessor.TagFileDirectiveVisitor.NameEntry
-
- getNodeAttribute(String) - Method in class org.apache.jasper.compiler.TagPluginManager.TagPluginContextImpl
-
- getNonCustomTagPrefix(String) - Method in class org.apache.jasper.compiler.PageInfo
-
- getNonTaglibXmlnsAttributes() - Method in class org.apache.jasper.compiler.Node
-
- getNumCount() - Method in class org.apache.jasper.compiler.Node.CustomTag
-
- getOmit() - Method in class org.apache.jasper.compiler.Node.NamedAttribute
-
- 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 org.apache.jasper.compiler.Generator.GenBuffer
-
- 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 org.apache.jasper.compiler.Node.ForwardAction
-
- getPage() - Method in class org.apache.jasper.compiler.Node.IncludeAction
-
- 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 org.apache.jasper.runtime.JspFactoryImpl
-
- getPageEncoding() - Method in class org.apache.jasper.compiler.JspProperty
-
- getPageEncoding() - Method in class org.apache.jasper.compiler.Node.Root
-
- getPageEncoding() - Method in class org.apache.jasper.servlet.JspCServletContext.JspPropertyGroupDescriptorImpl
-
- getPageEncodingForJspSyntax(JspReader, Mark) - Method in class org.apache.jasper.compiler.ParserController
-
- getPageEncodingFromDirective(Attributes, String) - Method in class org.apache.jasper.compiler.ParserController
-
- getPageInfo() - Method in class org.apache.jasper.compiler.Compiler
-
Gets the info about the page under compilation
- getParameters() - Method in class org.apache.jasper.compiler.ELNode.Function
-
- getParameters(String) - Method in class org.apache.jasper.compiler.Validator.ValidateVisitor
-
Get the parameters types from the function signature.
- getParent() - Method in class org.apache.jasper.compiler.Node
-
- 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.
- getParentContext() - Method in class org.apache.jasper.compiler.TagPluginManager.TagPluginContextImpl
-
- getParentRoot() - Method in class org.apache.jasper.compiler.Node.Root
-
- getParentTag() - Method in class org.apache.jasper.runtime.JspFragmentHelper
-
- 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.
- getPluginAttribute(String) - Method in class org.apache.jasper.compiler.TagPluginManager.TagPluginContextImpl
-
- getPoundAllowed() - Method in class org.apache.jasper.compiler.JspProperty
-
- getPrefix() - Method in class org.apache.jasper.compiler.ELNode.Function
-
- getPrefix() - Method in class org.apache.jasper.compiler.Node.CustomTag
-
- getPrefix() - Method in class org.apache.jasper.compiler.Node.NamedAttribute
-
- getProject() - Method in class org.apache.jasper.compiler.AntJavaCompiler
-
- GetProperty(Attributes, Mark, Node) - Constructor for class org.apache.jasper.compiler.Node.GetProperty
-
- GetProperty(String, Attributes, Attributes, Attributes, Mark, Node) - Constructor for class org.apache.jasper.compiler.Node.GetProperty
-
- getProperty(String) - Method in class org.apache.jasper.EmbeddedServletOptions
-
- getPropertyAttrs - Static variable in class org.apache.jasper.compiler.Validator.ValidateVisitor
-
- getPropertyEditorClass(String) - Method in class org.apache.jasper.compiler.Generator.TagHandlerInfo
-
XXX
- getProtectionDomain() - Method in class org.apache.jasper.JspC
-
- getPublicId() - Method in class org.apache.jasper.compiler.Mark
-
- getPublicId() - Method in class org.apache.jasper.xmlparser.MyLSInput
-
- getQName() - Method in class org.apache.jasper.compiler.Node
-
- getReader(String, String, JarFile, JspCompilationContext, ErrorDispatcher) - Static method in class org.apache.jasper.compiler.JspUtil
-
- 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.
- getRemaining() - Method in class org.apache.jasper.runtime.BodyContentImpl
-
- getRemaining() - Method in class org.apache.jasper.runtime.JspWriterImpl
-
- getReport() - Method in class org.apache.jasper.compiler.AntJavaCompiler.JasperAntLogger
-
- getRequest() - Method in class org.apache.jasper.runtime.JspContextWrapper
-
- getRequest() - Method in class org.apache.jasper.runtime.PageContextImpl
-
- getRequestDispatcher(String) - Method in class org.apache.jasper.servlet.JspCServletContext
-
Return a request dispatcher for the specified context-relative path.
- getResource(String) - Method in class org.apache.jasper.compiler.JspReader
-
Gets the URL for the given path name.
- 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.compiler.TagLibraryInfoImpl
-
- 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 org.apache.jasper.runtime.JspContextWrapper
-
- getResponse() - Method in class org.apache.jasper.runtime.PageContextImpl
-
- getReturnType(String) - Method in class org.apache.jasper.compiler.Validator.ValidateVisitor
-
Get the return type from the signature.
- getRoot() - Method in class org.apache.jasper.compiler.Node
-
- getRoot() - Method in class org.apache.jasper.compiler.Node.Nodes
-
- getRootPageContext(PageContext) - Static method in class org.apache.jasper.runtime.JspContextWrapper
-
- getRootPath() - Method in class org.apache.jasper.compiler.PageInfo
-
Gets the resource location path of the translation unit's top-level
page.
- 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?
- getSAXParser(boolean, JspDocumentParser) - Static method in class org.apache.jasper.compiler.JspDocumentParser
-
- getSchema(Document) - Static method in class org.apache.jasper.xmlparser.ParserUtils
-
- getSchema(String) - Static method in class org.apache.jasper.xmlparser.ParserUtils
-
- getScopeConstant(String) - Method in class org.apache.jasper.compiler.Generator.GenerateVisitor
-
- 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?
- getScriptingInvalid() - Method in class org.apache.jasper.servlet.JspCServletContext.JspPropertyGroupDescriptorImpl
-
- getScriptingVars(int) - Method in class org.apache.jasper.compiler.Node.CustomTag
-
- 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 org.apache.jasper.runtime.JspContextWrapper
-
- getServletConfig() - Method in class org.apache.jasper.runtime.PageContextImpl
-
- 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.
- 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 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
-
- getSetterMethod(String) - Method in class org.apache.jasper.compiler.Generator.TagHandlerInfo
-
XXX
- getSmap() - Method in class org.apache.jasper.compiler.SmapUtil.ClassInfo
-
- getSmapStratum() - Method in class org.apache.jasper.compiler.SmapUtil.ClassInfo
-
- getStart() - Method in class org.apache.jasper.compiler.Node
-
- getStart() - Method in class org.apache.jasper.compiler.Node.ScriptingElement
-
For the same reason as above, the source line information in the
contained TemplateText node should be used.
- getStratumName() - Method in class org.apache.jasper.compiler.SmapStratum
-
Returns the name of the stratum.
- 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.
- getStringData() - Method in class org.apache.jasper.xmlparser.MyLSInput
-
- 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.
- getSystemId() - Method in class org.apache.jasper.compiler.Mark
-
- getSystemId() - Method in class org.apache.jasper.xmlparser.MyLSInput
-
- getTag() - Method in class org.apache.jasper.compiler.Node.AttributeGenerator
-
- getTagAttributeInfo() - Method in class org.apache.jasper.compiler.TagFileProcessor.TagFileDirectiveVisitor.NameEntry
-
- getTagData() - Method in class org.apache.jasper.compiler.Node.CustomTag
-
- getTagFile(String) - Method in class org.apache.jasper.compiler.ImplicitTagLibraryInfo
-
Checks to see if the given tag name maps to a tag file path,
and if so, parses the corresponding tag file.
- getTagFileInfo() - Method in class org.apache.jasper.compiler.Node.CustomTag
-
- 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.
- getTagHandlerClass() - Method in class org.apache.jasper.compiler.Generator.TagHandlerInfo
-
XXX
- getTagHandlerClass() - Method in class org.apache.jasper.compiler.Node.CustomTag
-
- 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.
- getTagHandlerInfo(Node.CustomTag) - Method in class org.apache.jasper.compiler.Generator.GenerateVisitor
-
- getTagHandlerPool(ServletConfig) - Static method in class org.apache.jasper.runtime.TagHandlerPool
-
- getTagHandlerPoolName() - Method in class org.apache.jasper.compiler.Node.CustomTag
-
- getTagInfo() - Method in class org.apache.jasper.compiler.Node.CustomTag
-
- getTagInfo() - Method in class org.apache.jasper.compiler.TagFileProcessor.TagFileDirectiveVisitor
-
- getTagInfo() - Method in class org.apache.jasper.JspCompilationContext
-
- getTaglib(String) - Method in class org.apache.jasper.compiler.PageInfo
-
- getTaglibAttributes() - Method in class org.apache.jasper.compiler.Node
-
- getTaglibLocation() - Method in class org.apache.jasper.servlet.JspCServletContext.TaglibDescriptorImpl
-
- getTagLibraryInfos() - Method in class org.apache.jasper.compiler.ImplicitTagLibraryInfo
-
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.
- getTaglibs() - Method in class org.apache.jasper.servlet.JspCServletContext.JspConfigDescriptorImpl
-
- getTaglibURI() - Method in class org.apache.jasper.servlet.JspCServletContext.TaglibDescriptorImpl
-
- getTagPluginContext() - Method in class org.apache.jasper.compiler.Node.CustomTag
-
- 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
-
- getTagVariableInfos() - Method in class org.apache.jasper.compiler.Node.CustomTag
-
- getTemporaryVariableName() - Method in class org.apache.jasper.compiler.Node.NamedAttribute
-
- getTemporaryVariableName() - Method in interface org.apache.jasper.compiler.tagplugin.TagPluginContext
-
- getTemporaryVariableName() - Method in class org.apache.jasper.compiler.TagPluginManager.TagPluginContextImpl
-
- getTempScriptingVar(String) - Method in class org.apache.jasper.compiler.Node.CustomTag
-
- getText() - Method in class org.apache.jasper.compiler.ELNode.ELText
-
- getText() - Method in class org.apache.jasper.compiler.ELNode.Text
-
- getText(Mark, Mark) - Method in class org.apache.jasper.compiler.JspReader
-
- getText() - Method in class org.apache.jasper.compiler.Node
-
- getText() - Method in class org.apache.jasper.compiler.Node.NamedAttribute
-
- getText() - Method in class org.apache.jasper.compiler.Node.ScriptingElement
-
When this node was created from a JSP page in JSP syntax, its text
was stored as a String in the "text" field, whereas when this node
was created from a JSP document, its text was stored as one or more
TemplateText nodes in its body.
- getTextAttribute(String) - Method in class org.apache.jasper.compiler.Node
-
Get the attribute that is non request time expression, either
from the attribute of the node, or from a jsp:attrbute
- 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.
- getTldListenerMap() - Method in class org.apache.jasper.runtime.TldScanner
-
- getTldLocation(String) - Method in class org.apache.jasper.JspCompilationContext
-
Gets the 'location' of the TLD associated with the given taglib 'uri'.
- getTldMap() - Method in class org.apache.jasper.runtime.TldScanner
-
- 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
-
- getTrimDirectiveWhitespaces() - Method in class org.apache.jasper.servlet.JspCServletContext.JspPropertyGroupDescriptorImpl
-
- 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() - Method in class org.apache.jasper.compiler.TagFileProcessor.TagFileDirectiveVisitor.NameEntry
-
- getType(ELContext, Object, Object) - Method in class org.apache.jasper.runtime.ExpressionEvaluatorImpl.ELResolverWrapper
-
- getUri() - Method in class org.apache.jasper.compiler.ELNode.Function
-
- getURI() - Method in class org.apache.jasper.compiler.Node.CustomTag
-
- getURI() - Method in class org.apache.jasper.compiler.Node.JspAttribute
-
- getURI(String) - Method in class org.apache.jasper.compiler.PageInfo
-
- getUri() - Method in class org.apache.jasper.runtime.TldScanner.TldInfo
-
- getURL() - Method in class org.apache.jasper.compiler.Mark
-
Gets the URL of the resource with which this Mark is associated
- getUrlPatterns() - Method in class org.apache.jasper.servlet.JspCServletContext.JspPropertyGroupDescriptorImpl
-
- 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() - Method in class org.apache.jasper.compiler.Node.JspAttribute
-
Only makes sense if namedAttribute is false.
- getValue() - Method in class org.apache.jasper.compiler.Node.ParamAction
-
- getValue() - Method in class org.apache.jasper.compiler.Node.SetProperty
-
- getValue(ELContext, Object, Object) - Method in class org.apache.jasper.runtime.ExpressionEvaluatorImpl.ELResolverWrapper
-
- 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
-
- getVariableInfos() - Method in class org.apache.jasper.compiler.Node.CustomTag
-
- getVariableMapper() - Method in class org.apache.jasper.runtime.ELContextImpl
-
- getVariableResolver() - Method in class org.apache.jasper.runtime.JspContextWrapper
-
- getVariableResolver() - Method in class org.apache.jasper.runtime.PageContextImpl
-
- getVirtualServerName() - Method in class org.apache.jasper.servlet.JspCServletContext
-
- getWidth() - Method in class org.apache.jasper.compiler.Node.PlugIn
-
- 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.
- gMap - Variable in class org.apache.jasper.compiler.ELFunctionMapper.ELFunctionVisitor
-
Use a global name map to facilitate reuse of function maps.
- Id(String) - Constructor for class org.apache.jasper.compiler.ELParser.Id
-
- id - Variable in class org.apache.jasper.compiler.ELParser.Id
-
- id - Variable in class org.apache.jasper.compiler.Generator.FragmentHelperClass.Fragment
-
- IE_PLUGIN_URL - Static variable in class org.apache.jasper.Constants
-
- ieClassId - Variable in class org.apache.jasper.EmbeddedServletOptions
-
Need to have this as is for versions 4 and 5 of IE.
- ieClassId - Variable in class org.apache.jasper.JspC
-
- If - Class in org.apache.jasper.tagplugins.jstl
-
- If() - Constructor for class org.apache.jasper.tagplugins.jstl.If
-
- ignoreJspFragmentErrors - Variable in class org.apache.jasper.JspC
-
- implementsBodyTag - Variable in class org.apache.jasper.compiler.Node.CustomTag
-
- implementsBodyTag() - Method in class org.apache.jasper.compiler.Node.CustomTag
-
- implementsByteWriter - Variable in class org.apache.jasper.runtime.JspWriterImpl
-
- implementsDynamicAttributes - Variable in class org.apache.jasper.compiler.Node.CustomTag
-
- implementsDynamicAttributes() - Method in class org.apache.jasper.compiler.Node.CustomTag
-
- implementsIterationTag - Variable in class org.apache.jasper.compiler.Node.CustomTag
-
- implementsIterationTag() - Method in class org.apache.jasper.compiler.Node.CustomTag
-
- implementsSimpleTag - Variable in class org.apache.jasper.compiler.Node.CustomTag
-
- implementsSimpleTag() - Method in class org.apache.jasper.compiler.Node.CustomTag
-
- implementsTryCatchFinally - Variable in class org.apache.jasper.compiler.Node.CustomTag
-
- implementsTryCatchFinally() - Method in class org.apache.jasper.compiler.Node.CustomTag
-
- IMPLICIT_TLD - Static variable in class org.apache.jasper.compiler.ImplicitTagLibraryInfo
-
- ImplicitTagLibraryInfo - Class in org.apache.jasper.compiler
-
Class responsible for generating an implicit tag library containing tag
handlers corresponding to the tag files in "/WEB-INF/tags/" or a
subdirectory of it.
- ImplicitTagLibraryInfo(JspCompilationContext, ParserController, String, String, ErrorDispatcher) - Constructor for class org.apache.jasper.compiler.ImplicitTagLibraryInfo
-
Constructor.
- imports - Variable in class org.apache.jasper.compiler.Node.PageDirective
-
- imports - Variable in class org.apache.jasper.compiler.Node.TagDirective
-
- imports - Variable in class org.apache.jasper.compiler.PageInfo
-
- 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
-
- INC_WEBXML - Static variable in class org.apache.jasper.JspC
-
- 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
-
- IncludeAction(Attributes, Mark, Node) - Constructor for class org.apache.jasper.compiler.Node.IncludeAction
-
- IncludeAction(String, Attributes, Attributes, Attributes, Mark, Node) - Constructor for class org.apache.jasper.compiler.Node.IncludeAction
-
- includeActionAttrs - Static variable in class org.apache.jasper.compiler.Validator.ValidateVisitor
-
- includeActionSeen - Variable in class org.apache.jasper.compiler.Collector.CollectVisitor
-
- includeCoda - Variable in class org.apache.jasper.compiler.JspProperty
-
- includeCoda - Variable in class org.apache.jasper.compiler.PageInfo
-
- includeCoda - Variable in class org.apache.jasper.servlet.JspCServletContext.JspPropertyGroupDescriptorImpl
-
- IncludeDirective(Attributes, Mark, Node) - Constructor for class org.apache.jasper.compiler.Node.IncludeDirective
-
- IncludeDirective(String, Attributes, Attributes, Attributes, Mark, Node) - Constructor for class org.apache.jasper.compiler.Node.IncludeDirective
-
- includeDirectiveAttrs - Static variable in class org.apache.jasper.compiler.Validator.ValidateVisitor
-
- includePrelude - Variable in class org.apache.jasper.compiler.JspProperty
-
- includePrelude - Variable in class org.apache.jasper.compiler.PageInfo
-
- includePrelude - Variable in class org.apache.jasper.servlet.JspCServletContext.JspPropertyGroupDescriptorImpl
-
- includeStack - Variable in class org.apache.jasper.compiler.Mark
-
- IncludeState(int, int, int, int, String, String, String, char[]) - Constructor for class org.apache.jasper.compiler.Mark.IncludeState
-
- incrementErrorCount(String) - Method in class org.apache.jasper.servlet.JspServlet
-
- 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
-
- indent - Variable in class org.apache.jasper.compiler.Dumper.DumpVisitor
-
- indent - Variable in class org.apache.jasper.compiler.ServletWriter
-
- index - Variable in class org.apache.jasper.compiler.ELParser
-
- inDTD - Variable in class org.apache.jasper.compiler.JspDocumentParser
-
- info - Variable in class org.apache.jasper.compiler.AntJavaCompiler
-
- info - Variable in class org.apache.jasper.compiler.PageInfo
-
- init(JspCompilationContext, ErrorDispatcher, boolean) - Method in class org.apache.jasper.compiler.AntJavaCompiler
-
- init(JspCompilationContext, ErrorDispatcher, boolean) - Method in interface org.apache.jasper.compiler.JavaCompiler
-
Initializations
- init(JspCompilationContext, ErrorDispatcher, boolean) - Method in class org.apache.jasper.compiler.JDTJavaCompiler
-
- init() - Method in class org.apache.jasper.compiler.JspConfig
-
- 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(ErrorDispatcher) - Method in class org.apache.jasper.compiler.TagPluginManager
-
- init(ServletConfig) - Method in class org.apache.jasper.runtime.HttpJspBase
-
- init(ServletResponse, int, boolean) - Method in class org.apache.jasper.runtime.JspWriterImpl
-
- init(ServletConfig) - Method in class org.apache.jasper.runtime.PerThreadTagHandlerPool
-
- init(ServletConfig) - Method in class org.apache.jasper.runtime.TagHandlerPool
-
- init(ServletConfig) - Method in class org.apache.jasper.servlet.JspServlet
-
- initByteOut() - Method in class org.apache.jasper.runtime.JspWriterImpl
-
- initClassLoader(JspCompilationContext) - Method in class org.apache.jasper.JspC
-
Initializes the classloader as/if needed for the given
compilation context.
- initClassPath() - Method in class org.apache.jasper.compiler.JspRuntimeContext
-
Method used to initialize classpath for compiles.
- initialCapacity - Variable in class org.apache.jasper.EmbeddedServletOptions
-
- 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
-
- initialized - Variable in class org.apache.jasper.compiler.JspConfig
-
- initialized - Variable in class org.apache.jasper.compiler.TagPluginManager
-
- initializePageScopeNameTable() - Method in class org.apache.jasper.runtime.PageContextImpl
-
- initJavaCompiler() - Method in class org.apache.jasper.compiler.Compiler
-
Get an instance of JavaCompiler.
- initOut() - Method in class org.apache.jasper.runtime.JspWriterImpl
-
- initSecurity() - Method in class org.apache.jasper.compiler.JspRuntimeContext
-
Method used to initialize SecurityManager data.
- initServletContext() - Method in class org.apache.jasper.JspC
-
- initSystemClassLoader() - Method in class org.apache.jasper.JspC
-
- initWebXml() - Method in class org.apache.jasper.JspC
-
- innerClassName - Variable in class org.apache.jasper.compiler.Node
-
- inputLineCount - Variable in class org.apache.jasper.compiler.SmapStratum.LineInfo
-
- inputStartLine - Variable in class org.apache.jasper.compiler.SmapStratum.LineInfo
-
- insertBefore - Static variable in class org.apache.jasper.JspC
-
- install(File, File, File) - Static method in class org.apache.jasper.compiler.SmapUtil.SDEInstaller
-
- install(File, File) - Static method in class org.apache.jasper.compiler.SmapUtil.SDEInstaller
-
- install(File, byte[]) - Static method in class org.apache.jasper.compiler.SmapUtil.SDEInstaller
-
- install(byte[], byte[]) - Static method in class org.apache.jasper.compiler.SmapUtil.SDEInstaller
-
- installSmap() - Method in class org.apache.jasper.compiler.SmapUtil
-
- internalGetPageContext(Servlet, ServletRequest, ServletResponse, String, boolean, int, boolean) - Method in class org.apache.jasper.runtime.JspFactoryImpl
-
- internalReleasePageContext(PageContext) - Method in class org.apache.jasper.runtime.JspFactoryImpl
-
- 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
-
- invalidByte(int, int, int) - Method in class org.apache.jasper.xmlparser.UTF8Reader
-
Throws an exception for invalid byte.
- invalidSurrogate(int) - Method in class org.apache.jasper.xmlparser.UTF8Reader
-
Throws an exception for invalid surrogate bits.
- INVOKE_ACTION - Static variable in interface org.apache.jasper.compiler.TagConstants
-
- InvokeAction(Attributes, Mark, Node) - Constructor for class org.apache.jasper.compiler.Node.InvokeAction
-
- InvokeAction(String, Attributes, Attributes, Attributes, Mark, Node) - Constructor for class org.apache.jasper.compiler.Node.InvokeAction
-
- invokeAttrs - Static variable in class org.apache.jasper.compiler.Validator.ValidateVisitor
-
- invokePlugin(Node.CustomTag) - Method in class org.apache.jasper.compiler.TagPluginManager
-
Invoke tag plugin for the given custom tag, if a plugin exists for
the custom tag's tag handler.
- invokingJspCtxt - Variable in class org.apache.jasper.runtime.JspContextWrapper
-
- IS_SECURITY_ENABLED - Static variable in class org.apache.jasper.Constants
-
Has security been turned on?
- IS_STANDALONE_ATTRIBUTE_NAME - Static variable in class org.apache.jasper.runtime.TldScanner
-
- isAllSpace() - Method in class org.apache.jasper.compiler.Node.TemplateText
-
Returns true if this template text contains whitespace only.
- isAttributeSpecified(String) - Method in interface org.apache.jasper.compiler.tagplugin.TagPluginContext
-
- isAttributeSpecified(String) - Method in class org.apache.jasper.compiler.TagPluginManager.TagPluginContextImpl
-
- isAutoFlush - Variable in class org.apache.jasper.compiler.PageInfo
-
- isAutoFlush() - Method in class org.apache.jasper.compiler.PageInfo
-
- isBigEndian - Variable in class org.apache.jasper.xmlparser.XMLEncodingDetector
-
- isConstantAttribute(String) - Method in interface org.apache.jasper.compiler.tagplugin.TagPluginContext
-
- isConstantAttribute(String) - Method in class org.apache.jasper.compiler.TagPluginManager.TagPluginContextImpl
-
- 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"?
- isDefaultPageEncoding - Variable in class org.apache.jasper.compiler.Node.Root
-
- isDefaultPageEncoding() - Method in class org.apache.jasper.compiler.Node.Root
-
- isDefaultPageEncoding - Variable in class org.apache.jasper.compiler.ParserController
-
- isDeferredSyntaxAllowedAsLiteral() - Method in class org.apache.jasper.compiler.PageInfo
-
- isDelimiter() - Method in class org.apache.jasper.compiler.JspReader
-
Parse utils - Is current character a token delimiter ?
Delimiters are currently defined to be =, >, <, ", and ' or any
any space character as defined by isSpace
.
- isDollarExpr - Variable in class org.apache.jasper.compiler.ELNode.Root
-
- isDollarExpr - Variable in class org.apache.jasper.compiler.ELParser
-
- isDtdResourcePrefixFileUrl - Static variable in class org.apache.jasper.xmlparser.ParserUtils
-
- isDummy - Variable in class org.apache.jasper.compiler.Node
-
- isDummy() - Method in class org.apache.jasper.compiler.Node
-
- isDynamic() - Method in class org.apache.jasper.compiler.Node.JspAttribute
-
XXX
- isELIgnored() - Method in class org.apache.jasper.compiler.JspProperty
-
- isELIgnored - Variable in class org.apache.jasper.compiler.PageInfo
-
- isELIgnored() - Method in class org.apache.jasper.compiler.PageInfo
-
- isELIgnoredValue - Variable in class org.apache.jasper.compiler.PageInfo
-
- isELInterpreterInput() - Method in class org.apache.jasper.compiler.Node.JspAttribute
-
- isELReserved(String) - Method in class org.apache.jasper.compiler.ELParser
-
Test if an id is a reserved word in EL
- isEmpty() - Method in class org.apache.jasper.compiler.ELNode.Nodes
-
- isEncodingSetInProlog - Variable in class org.apache.jasper.xmlparser.XMLEncodingDetector
-
- isEncodingSpecifiedInProlog - Variable in class org.apache.jasper.compiler.Node.Root
-
- isEncodingSpecifiedInProlog() - Method in class org.apache.jasper.compiler.Node.Root
-
- isEncodingSpecifiedInProlog - Variable in class org.apache.jasper.compiler.ParserController
-
- isErrorPage - Variable 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?
- isErrorPageValue - Variable in class org.apache.jasper.compiler.PageInfo
-
- isErrPage - Variable in class org.apache.jasper.JspCompilationContext
-
- isExpression(String, boolean) - Static method in class org.apache.jasper.compiler.JspUtil
-
Checks if the token is a runtime expression.
- isExpression() - Method in class org.apache.jasper.compiler.Node.JspAttribute
-
- isExternal() - Method in class org.apache.jasper.xmlparser.XMLEncodingDetector
-
Returns true if the current entity being scanned is external.
- isFragment - Variable in class org.apache.jasper.compiler.Generator.GenerateVisitor
-
- isGeneratedInBuffer() - Method in class org.apache.jasper.compiler.Node.Nodes
-
- isGreater(Mark) - Method in class org.apache.jasper.compiler.Mark
-
- 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
- isJDK6() - Method in class org.apache.jasper.EmbeddedServletOptions
-
- isJspPage(String) - Method in class org.apache.jasper.compiler.JspConfig
-
To find out if an uri matches an url pattern in jsp config.
- isJspPrefixHijacked - Variable in class org.apache.jasper.compiler.PageInfo
-
- isJspPrefixHijacked() - Method in class org.apache.jasper.compiler.PageInfo
-
- isLiteral() - Method in class org.apache.jasper.compiler.Node.JspAttribute
-
- 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.
- isNamedAttribute() - Method in class org.apache.jasper.compiler.Node.JspAttribute
-
- 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.
- isNametableInitialized - Variable in class org.apache.jasper.runtime.PageContextImpl
-
- 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.
- isPathSeparator(char) - Static method in class org.apache.jasper.JspCompilationContext
-
- isPluginDeclared(String) - Method in class org.apache.jasper.compiler.PageInfo
-
Check if the plugin ID has been previously declared.
- isPoolingEnabled - Variable in class org.apache.jasper.compiler.Generator
-
- isPoolingEnabled - Variable in class org.apache.jasper.EmbeddedServletOptions
-
Determines whether tag handler pooling is enabled.
- 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 org.apache.jasper.runtime.ExpressionEvaluatorImpl.ELResolverWrapper
-
- isRemoved() - Method in class org.apache.jasper.JspCompilationContext
-
- isSchemaResourcePrefixFileUrl - Static variable in class org.apache.jasper.xmlparser.ParserUtils
-
- 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.Node.ChildInfo
-
- isScriptless() - Method in class org.apache.jasper.compiler.PageInfo
-
- isScriptless() - Method in interface org.apache.jasper.compiler.tagplugin.TagPluginContext
-
- isScriptless() - Method in class org.apache.jasper.compiler.TagPluginManager.TagPluginContextImpl
-
- isSession - Variable in class org.apache.jasper.compiler.PageInfo
-
- isSession() - Method in class org.apache.jasper.compiler.PageInfo
-
- isSimpleTagHandler - Variable in class org.apache.jasper.compiler.Generator.GenerateVisitor
-
- isSimpleTagParent - Variable in class org.apache.jasper.compiler.Generator.GenerateVisitor
-
- isSmapDumped - Variable in class org.apache.jasper.EmbeddedServletOptions
-
Should SMAP info for JSR45 debugging be dumped to a file?
- 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 - Variable in class org.apache.jasper.EmbeddedServletOptions
-
Is the generation of SMAP info for JSR45 debuggin suppressed?
- 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() - Method in class org.apache.jasper.compiler.JspReader
-
- 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.
- isTagDependent(Node) - Method in class org.apache.jasper.compiler.JspDocumentParser
-
- isTagFile - Variable in class org.apache.jasper.compiler.Generator.GenerateVisitor
-
- isTagFile - Variable in class org.apache.jasper.compiler.JspDocumentParser
-
- isTagFile() - Method in class org.apache.jasper.compiler.Node.CustomTag
-
- isTagFile - Variable in class org.apache.jasper.compiler.Parser
-
- isTagFile - Variable in class org.apache.jasper.compiler.ParserController
-
- isTagFile - Variable in class org.apache.jasper.JspCompilationContext
-
- isTagFile() - Method in class org.apache.jasper.JspCompilationContext
-
- isTagFile - Variable in class org.apache.jasper.servlet.JspServletWrapper
-
- isTagFile() - Method in class org.apache.jasper.servlet.JspServletWrapper
-
- isThreadSafe - Variable in class org.apache.jasper.compiler.PageInfo
-
- isThreadSafe() - Method in class org.apache.jasper.compiler.PageInfo
-
- isThreadSafeValue - Variable in class org.apache.jasper.compiler.PageInfo
-
- isTop - Variable in class org.apache.jasper.compiler.JspDocumentParser
-
- isTrim() - Method in class org.apache.jasper.compiler.Node.NamedAttribute
-
- isTrimDirectiveWhitespaces() - Method in class org.apache.jasper.compiler.PageInfo
-
- isUsed() - Method in class org.apache.jasper.compiler.Generator.FragmentHelperClass
-
- isValid(int) - Static method in class org.apache.jasper.xmlparser.XMLChar
-
Returns true if the specified character is valid.
- isValidating - Variable in class org.apache.jasper.compiler.JspDocumentParser
-
- isValidationEnabled - Variable in class org.apache.jasper.EmbeddedServletOptions
-
- isValidationEnabled() - Method in class org.apache.jasper.EmbeddedServletOptions
-
- isValidationEnabled - Variable in class org.apache.jasper.JspC
-
- isValidationEnabled() - Method in class org.apache.jasper.JspC
-
- isValidationEnabled() - Method in interface org.apache.jasper.Options
-
- isValidationEnabled - Variable in class org.apache.jasper.runtime.TldScanner
-
- 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 - Variable in class org.apache.jasper.compiler.JspProperty
-
- isXml() - Method in class org.apache.jasper.compiler.JspProperty
-
- isXml - Variable in class org.apache.jasper.compiler.ParserController
-
- isXml - Variable in class org.apache.jasper.servlet.JspCServletContext.JspPropertyGroupDescriptorImpl
-
- isXmlSyntax - Variable in class org.apache.jasper.compiler.Node.Root
-
- isXmlSyntax() - Method in class org.apache.jasper.compiler.Node.Root
-
- 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?
- iterator() - Method in class org.apache.jasper.compiler.ELNode.Nodes
-