Index
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form
A
- ABS_URI - Static variable in class org.apache.jasper.runtime.TldScanner
-
The types of URI one may specify for a tag library
- accept(ELNode.Visitor) - Method in class org.apache.jasper.compiler.ELNode
- accept(ELNode.Visitor) - Method in class org.apache.jasper.compiler.ELNode.ELText
- accept(ELNode.Visitor) - Method in class org.apache.jasper.compiler.ELNode.Function
- accept(ELNode.Visitor) - Method in class org.apache.jasper.compiler.ELNode.Root
- accept(ELNode.Visitor) - Method in class org.apache.jasper.compiler.ELNode.Text
- accept(Node.Visitor) - Method in class org.apache.jasper.compiler.Node
-
Selects and invokes a method in the visitor class based on the node type.
- accept(Node.Visitor) - Method in class org.apache.jasper.compiler.Node.AttributeDirective
- accept(Node.Visitor) - Method in class org.apache.jasper.compiler.Node.AttributeGenerator
- accept(Node.Visitor) - Method in class org.apache.jasper.compiler.Node.Comment
- accept(Node.Visitor) - Method in class org.apache.jasper.compiler.Node.CustomTag
- accept(Node.Visitor) - Method in class org.apache.jasper.compiler.Node.Declaration
- accept(Node.Visitor) - Method in class org.apache.jasper.compiler.Node.DoBodyAction
- accept(Node.Visitor) - Method in class org.apache.jasper.compiler.Node.ELExpression
- accept(Node.Visitor) - Method in class org.apache.jasper.compiler.Node.Expression
- accept(Node.Visitor) - Method in class org.apache.jasper.compiler.Node.FallBackAction
- accept(Node.Visitor) - Method in class org.apache.jasper.compiler.Node.ForwardAction
- accept(Node.Visitor) - Method in class org.apache.jasper.compiler.Node.GetProperty
- accept(Node.Visitor) - Method in class org.apache.jasper.compiler.Node.IncludeAction
- accept(Node.Visitor) - Method in class org.apache.jasper.compiler.Node.IncludeDirective
- accept(Node.Visitor) - Method in class org.apache.jasper.compiler.Node.InvokeAction
- accept(Node.Visitor) - Method in class org.apache.jasper.compiler.Node.JspBody
- accept(Node.Visitor) - Method in class org.apache.jasper.compiler.Node.JspElement
- accept(Node.Visitor) - Method in class org.apache.jasper.compiler.Node.JspOutput
- accept(Node.Visitor) - Method in class org.apache.jasper.compiler.Node.JspRoot
- accept(Node.Visitor) - Method in class org.apache.jasper.compiler.Node.JspText
- accept(Node.Visitor) - Method in class org.apache.jasper.compiler.Node.NamedAttribute
- accept(Node.Visitor) - Method in class org.apache.jasper.compiler.Node.PageDirective
- accept(Node.Visitor) - Method in class org.apache.jasper.compiler.Node.ParamAction
- accept(Node.Visitor) - Method in class org.apache.jasper.compiler.Node.ParamsAction
- accept(Node.Visitor) - Method in class org.apache.jasper.compiler.Node.PlugIn
- accept(Node.Visitor) - Method in class org.apache.jasper.compiler.Node.Root
- accept(Node.Visitor) - Method in class org.apache.jasper.compiler.Node.Scriptlet
- accept(Node.Visitor) - Method in class org.apache.jasper.compiler.Node.SetProperty
- accept(Node.Visitor) - Method in class org.apache.jasper.compiler.Node.TagDirective
- accept(Node.Visitor) - Method in class org.apache.jasper.compiler.Node.TaglibDirective
- accept(Node.Visitor) - Method in class org.apache.jasper.compiler.Node.TemplateText
- accept(Node.Visitor) - Method in class org.apache.jasper.compiler.Node.UninterpretedTag
- accept(Node.Visitor) - Method in class org.apache.jasper.compiler.Node.UseBean
- accept(Node.Visitor) - Method in class org.apache.jasper.compiler.Node.VariableDirective
- add(ELNode) - Method in class org.apache.jasper.compiler.ELNode.Nodes
- add(Node) - Method in class org.apache.jasper.compiler.Node.Nodes
-
Appends a node to the list
- addAttribute(String, String) - Method in class org.apache.jasper.xmlparser.TreeNode
-
Add an attribute to this node, replacing any existing attribute with the same name.
- addBean(Node.UseBean, String, String, String) - Method in class org.apache.jasper.compiler.BeanRepository
- addChild(TreeNode) - Method in class org.apache.jasper.xmlparser.TreeNode
-
Add a new child node to this node.
- addDependant(String) - Method in class org.apache.jasper.compiler.PageInfo
- addELContextListener(ELContextListener) - Method in class org.apache.jasper.runtime.JspApplicationContextImpl
- addELResolver(ELResolver) - Method in class org.apache.jasper.runtime.JspApplicationContextImpl
- addFile(String) - Method in class org.apache.jasper.compiler.SmapStratum
-
Adds record of a new file, by filename.
- addFile(String, String) - Method in class org.apache.jasper.compiler.SmapStratum
-
Adds record of a new file, by filename and path.
- addFilter(String, Class<? extends Filter>) - Method in class org.apache.jasper.servlet.JspCServletContext
- addFilter(String, String) - Method in class org.apache.jasper.servlet.JspCServletContext
- addFilter(String, String, String, Map<String, String>) - Method in class org.apache.jasper.servlet.JspCServletContext
-
Adds the filter with the given name, description, and class name to this servlet context.
- addFilter(String, Filter) - Method in class org.apache.jasper.servlet.JspCServletContext
- addImport(String) - Method in class org.apache.jasper.compiler.Node.PageDirective
-
Parses the comma-separated list of class or package names in the given attribute value and adds each component to this PageDirective's vector of imported classes and packages.
- addImport(String) - Method in class org.apache.jasper.compiler.Node.TagDirective
-
Parses the comma-separated list of class or package names in the given attribute value and adds each component to this PageDirective's vector of imported classes and packages.
- addImport(String) - Method in class org.apache.jasper.compiler.PageInfo
- addImports(List<String>) - Method in class org.apache.jasper.compiler.PageInfo
- addInclude(Node, List) - Method in class org.apache.jasper.compiler.JspDocumentParser
- addInclude(Node, List) - Method in class org.apache.jasper.compiler.Parser
-
Add a list of files.
- addJspFile(String, String) - Method in class org.apache.jasper.servlet.JspCServletContext
- addLineData(int, String, int, int, int) - Method in class org.apache.jasper.compiler.SmapStratum
-
Adds complete information about a simple line mapping.
- addListener(Class<? extends EventListener>) - Method in class org.apache.jasper.servlet.JspCServletContext
- addListener(String) - Method in class org.apache.jasper.servlet.JspCServletContext
- addListener(TldScanner.TldInfo, boolean) - Method in class org.apache.jasper.runtime.TldScanner
- addListener(T) - Method in class org.apache.jasper.servlet.JspCServletContext
- addManifestClassPath(List<String>, List<String>, JarURLConnection) - Method in class org.apache.jasper.runtime.TldScanner
- addPrefix(String) - Method in class org.apache.jasper.compiler.PageInfo
- addPrefixMapping(String, String) - Method in class org.apache.jasper.compiler.PageInfo
- addRootAttributes(Attributes) - Method in class org.apache.jasper.compiler.PageDataImpl.FirstPassVisitor
- addSDE() - Method in class org.apache.jasper.compiler.SmapUtil.SDEInstaller
- addServlet(String, Class<? extends Servlet>) - Method in class org.apache.jasper.servlet.JspCServletContext
- addServlet(String, String) - Method in class org.apache.jasper.servlet.JspCServletContext
- addServlet(String, String, String, Map<String, String>, int) - Method in class org.apache.jasper.servlet.JspCServletContext
- addServlet(String, Servlet) - Method in class org.apache.jasper.servlet.JspCServletContext
- addServletMapping(String, String[]) - Method in class org.apache.jasper.servlet.JspCServletContext
-
Adds servlet mappings from the given url patterns to the servlet with the given servlet name to this servlet context.
- addSmap(int) - Method in class org.apache.jasper.compiler.Node.TemplateText
-
Add a source to Java line mapping
- addSmap(String, String) - Method in class org.apache.jasper.compiler.SmapGenerator
-
Adds the given string as an embedded SMAP with the given stratum name.
- addStratum(SmapStratum, boolean) - Method in class org.apache.jasper.compiler.SmapGenerator
-
Adds the given SmapStratum object, representing a Stratum with logically associated FileSection and LineSection blocks, to the current SmapGenerator.
- addSymbol(char[], int, int) - Method in class org.apache.jasper.xmlparser.SymbolTable
-
Adds the specified symbol to the symbol table and returns a reference to the unique symbol.
- addSymbol(String) - Method in class org.apache.jasper.xmlparser.SymbolTable
-
Adds the specified symbol to the symbol table and returns a reference to the unique symbol.
- addTaglib(String, TagLibraryInfo) - Method in class org.apache.jasper.compiler.PageInfo
- addTaglib(String, TagLibraryInfoImpl) - Method in class org.apache.jasper.JspCompilationContext
-
Adds the given tag library with the given URI to the context-wide tag library cache.
- addTaglibInfo(String, String) - Method in class org.apache.jasper.compiler.JspDocumentParser
- addToParent(Node) - Method in class org.apache.jasper.compiler.Node
- addWebXmlMappings - Variable in class org.apache.jasper.JspC
- addWrapper(String, JspServletWrapper) - Method in class org.apache.jasper.compiler.JspRuntimeContext
-
Add a new JspServletWrapper.
- adjustBytecodeTime(String, long) - Method in class org.apache.jasper.compiler.JspRuntimeContext
- adjustJavaLine(Node, int) - Static method in class org.apache.jasper.compiler.Generator.GenBuffer
- adjustJavaLines(int) - Method in class org.apache.jasper.compiler.Generator.FragmentHelperClass
- adjustJavaLines(int) - Method in class org.apache.jasper.compiler.Generator.GenBuffer
-
Adjust the Java Lines.
- aliases - Variable in class org.apache.jasper.runtime.JspContextWrapper
- ALL_WEBXML - Static variable in class org.apache.jasper.JspC
- allocate(int) - Method in class org.apache.jasper.runtime.JspWriterImpl.CharBufferThreadLocalPool
- allocateCharBuffer() - Method in class org.apache.jasper.runtime.JspWriterImpl
- ALT_DD_ATTR - Static variable in class org.apache.jasper.Constants
- AntJavaCompiler - Class in org.apache.jasper.compiler
-
Java compiler through ant
- AntJavaCompiler() - Constructor for class org.apache.jasper.compiler.AntJavaCompiler
- AntJavaCompiler.JasperAntLogger - Class in org.apache.jasper.compiler
- AntJavaCompiler.JavacObj - Class in org.apache.jasper.compiler
- AntJavaCompiler.JavacThreadFactory - Class in org.apache.jasper.compiler
- append(char) - Method in class org.apache.jasper.xmlparser.XMLStringBuffer
-
append
- append(char[], int, int) - Method in class org.apache.jasper.xmlparser.XMLStringBuffer
-
append
- append(String) - Method in class org.apache.jasper.xmlparser.XMLStringBuffer
-
append
- append(XMLString) - Method in class org.apache.jasper.xmlparser.XMLStringBuffer
-
append
- appendCDATA(String) - Method in class org.apache.jasper.compiler.PageDataImpl.SecondPassVisitor
- appendPageDirective() - Method in class org.apache.jasper.compiler.PageDataImpl.SecondPassVisitor
- appendPageDirective(Node.PageDirective) - Method in class org.apache.jasper.compiler.PageDataImpl.SecondPassVisitor
- appendTag(Node) - Method in class org.apache.jasper.compiler.PageDataImpl.SecondPassVisitor
- appendTag(Node, boolean) - Method in class org.apache.jasper.compiler.PageDataImpl.SecondPassVisitor
- appendTagDirective() - Method in class org.apache.jasper.compiler.PageDataImpl.SecondPassVisitor
- appendTagDirective(Node.TagDirective) - Method in class org.apache.jasper.compiler.PageDataImpl.SecondPassVisitor
- appendText(String, boolean) - Method in class org.apache.jasper.compiler.PageDataImpl.SecondPassVisitor
- appendXmlProlog() - Method in class org.apache.jasper.compiler.PageDataImpl.SecondPassVisitor
- apply(Node.Nodes, ErrorDispatcher, PageInfo) - Method in class org.apache.jasper.compiler.TagPluginManager
- argPos - Variable in class org.apache.jasper.JspC
- args - Variable in class org.apache.jasper.JspC
- arrayBuffer - Variable in class org.apache.jasper.compiler.Generator
- arrayCount - Variable in class org.apache.jasper.compiler.Generator.GenerateVisitor
- ASCIIReader - Class in org.apache.jasper.xmlparser
-
A simple ASCII byte reader.
- ASCIIReader(InputStream, int) - Constructor for class org.apache.jasper.xmlparser.ASCIIReader
-
Constructs an ASCII reader from the specified input stream and buffer size.
- atBeginScriptingVars - Variable in class org.apache.jasper.compiler.Node.CustomTag
- atBeginVars - Variable in class org.apache.jasper.runtime.JspContextWrapper
- atEndScriptingVars - Variable in class org.apache.jasper.compiler.Node.CustomTag
- atEndVars - Variable in class org.apache.jasper.runtime.JspContextWrapper
- atETag - Variable in class org.apache.jasper.compiler.Node.CustomTag
- atSTag - Variable in class org.apache.jasper.compiler.Node.CustomTag
-
The following two fields are used for holding the Java scriptlets that the tag plugins may generate.
- attr - Variable in class org.apache.jasper.compiler.TagFileProcessor.TagFileDirectiveVisitor.NameEntry
- ATTR_NAME - Enum constant in enum org.apache.jasper.compiler.TagFileProcessor.TagFileDirectiveVisitor.Name
- attribute - Variable in enum org.apache.jasper.compiler.TagFileProcessor.TagFileDirectiveVisitor.Name
- ATTRIBUTE_ACTION - Static variable in interface org.apache.jasper.compiler.TagConstants
- ATTRIBUTE_DIRECTIVE_ACTION - Static variable in interface org.apache.jasper.compiler.TagConstants
- attributeAttrs - Static variable in class org.apache.jasper.compiler.Validator.ValidateVisitor
- AttributeDirective(String, Attributes, Attributes, Attributes, Mark, Node) - Constructor for class org.apache.jasper.compiler.Node.AttributeDirective
- AttributeDirective(Attributes, Mark, Node) - Constructor for class org.apache.jasper.compiler.Node.AttributeDirective
- attributeDirectiveAttrs - Static variable in class org.apache.jasper.compiler.TagFileProcessor.TagFileDirectiveVisitor
- AttributeGenerator(Mark, String, Node.CustomTag) - Constructor for class org.apache.jasper.compiler.Node.AttributeGenerator
- attributes - Variable in class org.apache.jasper.runtime.PageContextImpl
- attributes - Variable in class org.apache.jasper.xmlparser.TreeNode
-
The attributes of this node, keyed by attribute name, Instantiated only if required.
- attributeValue(Node.JspAttribute, boolean, Class) - Method in class org.apache.jasper.compiler.Generator.GenerateVisitor
-
Returns an attribute value, optionally URL encoded.
- attributeVector - Variable in class org.apache.jasper.compiler.TagFileProcessor.TagFileDirectiveVisitor
- attrs - Variable in class org.apache.jasper.compiler.Node
- autoflush - Variable in class org.apache.jasper.runtime.JspFactoryImpl.PrivilegedGetPageContext
- autoFlush - Variable in class org.apache.jasper.compiler.PageInfo
- available - Variable in class org.apache.jasper.servlet.JspServletWrapper
- available() - Method in class org.apache.jasper.xmlparser.XMLEncodingDetector.RewindableInputStream
B
- baseDir - Variable in class org.apache.jasper.compiler.Mark
- baseDir - Variable in class org.apache.jasper.compiler.Mark.IncludeState
- baseDirStack - Variable in class org.apache.jasper.compiler.ParserController
- baseOut - Variable in class org.apache.jasper.runtime.PageContextImpl
- basePackageName - Variable in class org.apache.jasper.JspCompilationContext
- baseURI - Variable in class org.apache.jasper.JspCompilationContext
- baseURI - Variable in class org.apache.jasper.xmlparser.MyLSInput
- baseUrl - Variable in class org.apache.jasper.JspCompilationContext
- beanInfo - Variable in class org.apache.jasper.compiler.Generator
- beanName - Variable in class org.apache.jasper.compiler.Node.UseBean
- beanRepository - Variable in class org.apache.jasper.compiler.PageInfo
- BeanRepository - Class in org.apache.jasper.compiler
-
Repository of {page, request, session, application}-scoped beans
- BeanRepository(ClassLoader, ErrorDispatcher) - Constructor for class org.apache.jasper.compiler.BeanRepository
- beanTypes - Variable in class org.apache.jasper.compiler.BeanRepository
- beginJavaLine - Variable in class org.apache.jasper.compiler.Node
- blockExternal - Variable in class org.apache.jasper.runtime.TldScanner
- blockExternal - Variable in class org.apache.jasper.xmlparser.MyEntityResolver
- body - Variable in class org.apache.jasper.compiler.Generator.GenBuffer
- body - Variable in class org.apache.jasper.compiler.Node
- body - Variable in class org.apache.jasper.xmlparser.TreeNode
-
The body text associated with this node (if any).
- BODY_ACTION - Static variable in interface org.apache.jasper.compiler.TagConstants
- bodycontent - Variable in class org.apache.jasper.compiler.TagFileProcessor.TagFileDirectiveVisitor
- BodyContentImpl - Class in org.apache.jasper.runtime
-
Write text to a character-output stream, buffering characters so as to provide for the efficient writing of single characters, arrays, and strings.
- BodyContentImpl(JspWriter) - Constructor for class org.apache.jasper.runtime.BodyContentImpl
-
Constructor.
- booleanValue(String) - Static method in class org.apache.jasper.compiler.JspUtil
-
Convert a String value to 'boolean'.
- breakAtLF - Variable in class org.apache.jasper.compiler.Generator
- breakAtLF - Variable in class org.apache.jasper.compiler.SmapUtil.SmapGenVisitor
- buf - Variable in class org.apache.jasper.compiler.PageDataImpl
- buf - Variable in class org.apache.jasper.compiler.PageDataImpl.SecondPassVisitor
- buf - Variable in class org.apache.jasper.runtime.JspWriterImpl
- buf - Variable in class org.apache.jasper.runtime.JspWriterImpl.CharBuffer
- buffer - Variable in class org.apache.jasper.compiler.JspProperty
- buffer - Variable in class org.apache.jasper.compiler.PageInfo
- buffer - Variable in class org.apache.jasper.servlet.JspCServletContext.JspPropertyGroupDescriptorImpl
- bufferOverflow() - Method in class org.apache.jasper.runtime.JspWriterImpl
- bufferSize - Variable in class org.apache.jasper.runtime.JspFactoryImpl.PrivilegedGetPageContext
- bufferSize - Variable in class org.apache.jasper.runtime.PageContextImpl
- bufferSizeSave - Variable in class org.apache.jasper.runtime.BodyContentImpl
- bufferValue - Variable in class org.apache.jasper.compiler.PageInfo
- bundle - Static variable in class org.apache.jasper.compiler.ErrorDispatcher
- bundle - Static variable in class org.apache.jasper.compiler.Localizer
- bytecode - Variable in class org.apache.jasper.compiler.Jsr199JavaCompiler.BytecodeFile
- bytecodeBirthTimes - Variable in class org.apache.jasper.compiler.JspRuntimeContext
- BytecodeFile(URI, String) - Constructor for class org.apache.jasper.compiler.Jsr199JavaCompiler.BytecodeFile
- bytecodes - Variable in class org.apache.jasper.compiler.JspRuntimeContext
-
Maps class names to in-memory bytecodes
- bytecodes - Variable in class org.apache.jasper.servlet.JasperLoader
- byteOut - Variable in class org.apache.jasper.runtime.JspWriterImpl
- byteStream - Variable in class org.apache.jasper.xmlparser.MyLSInput
- ByteWriter - Interface in org.glassfish.jsp.api
-
This interface defines additional functionalities a web container can provide for the response writer.
C
- CACHED_DTD_PUBLIC_IDS - Static variable in class org.apache.jasper.xmlparser.ParserUtils
-
List of the Public IDs that we cache, and their associated location.
- CACHED_DTD_RESOURCE_PATHS - Static variable in class org.apache.jasper.xmlparser.ParserUtils
- CACHED_SCHEMA_RESOURCE_PATHS - Static variable in class org.apache.jasper.xmlparser.ParserUtils
- canFlush() - Method in class org.apache.jasper.runtime.ServletResponseWrapperInclude
-
Indicates whether or not the wrapped JspWriter can be flushed.
- canFlushWriter - Variable in class org.apache.jasper.runtime.ServletResponseWrapperInclude
-
Indicates whether or not the wrapped JspWriter can be flushed.
- canonicalURI(String) - Static method in class org.apache.jasper.JspCompilationContext
- cast(Object) - Static method in class org.apache.jasper.JspCompilationContext
- cb - Variable in class org.apache.jasper.runtime.BodyContentImpl
- CDATA_END_SECTION - Static variable in class org.apache.jasper.compiler.PageDataImpl
- CDATA_START_SECTION - Static variable in class org.apache.jasper.compiler.PageDataImpl
- certifiedText - Variable in class org.apache.jasper.xmlparser.MyLSInput
- ch - Variable in class org.apache.jasper.compiler.ELParser.Char
- ch - Variable in class org.apache.jasper.xmlparser.XMLEncodingDetector
- ch - Variable in class org.apache.jasper.xmlparser.XMLString
-
The character array.
- Char(char) - Constructor for class org.apache.jasper.compiler.ELParser.Char
- CHAR_LIMIT - Static variable in class org.apache.jasper.servlet.JspServlet
- characters - Variable in class org.apache.jasper.xmlparser.SymbolTable.Entry
-
Symbol characters.
- characters(char[], int, int) - Method in class org.apache.jasper.compiler.JspDocumentParser
- charArrayWriter - Variable in class org.apache.jasper.compiler.Jsr199JavaCompiler
- charBuffer - Variable in class org.apache.jasper.compiler.JspDocumentParser
- CharBuffer(char[], int, int) - Constructor for class org.apache.jasper.runtime.JspWriterImpl.CharBuffer
- charBufferPools - Static variable in class org.apache.jasper.runtime.JspWriterImpl
- CharBufferThreadLocalPool() - Constructor for class org.apache.jasper.runtime.JspWriterImpl.CharBufferThreadLocalPool
- CHARS - Static variable in class org.apache.jasper.xmlparser.XMLChar
-
Character flags.
- CHARSET - Static variable in class org.apache.jasper.compiler.ParserController
- CHARSET_UTF8 - Static variable in class org.apache.jasper.compiler.PageDataImpl
- charStream - Variable in class org.apache.jasper.xmlparser.MyLSInput
- charWriter - Variable in class org.apache.jasper.compiler.Generator.GenBuffer
- checkAttributes(String, Node, JspUtil.ValidAttribute[], ErrorDispatcher) - Static method in class org.apache.jasper.compiler.JspUtil
-
Checks if all mandatory attributes are present and if all attributes present have valid names.
- checkCompile() - Method in class org.apache.jasper.compiler.JspRuntimeContext
-
Method used by background thread to check the JSP dependencies registered with this class for JSP's.
- checkConflict(Node, String, String) - Method in class org.apache.jasper.compiler.TagFileProcessor.TagFileDirectiveVisitor
- checkError() - Method in class org.apache.jasper.util.SystemLogHandler
- checkIfAttributeIsJspFragment(String) - Method in class org.apache.jasper.compiler.Node.CustomTag
-
Checks to see if the attribute of the given name is of type JspFragment.
- checkInterval - Variable in class org.apache.jasper.EmbeddedServletOptions
-
Background compile thread check interval in seconds.
- checkNamedAttributes(Node.CustomTag, Node.JspAttribute[], int, Hashtable<String, Object>) - Method in class org.apache.jasper.compiler.Validator.ValidateVisitor
- checkPrefix(String, String) - Method in class org.apache.jasper.compiler.JspDocumentParser
- checkPrefixes(String, String, Attributes) - Method in class org.apache.jasper.compiler.JspDocumentParser
- checkScope(String, Node, ErrorDispatcher) - Static method in class org.apache.jasper.compiler.JspUtil
-
Checks to see if the given scope is valid.
- checkScriptingBody(Node.ScriptingElement) - Method in class org.apache.jasper.compiler.JspDocumentParser
- checkSeen(Node.ChildInfo, Node) - Method in class org.apache.jasper.compiler.Collector.CollectVisitor
-
Check all child nodes for various elements and update the given ChildInfo object accordingly.
- checkSetter(Node.CustomTag, TagAttributeInfo) - Method in class org.apache.jasper.compiler.Validator.ValidateVisitor
- checkUnbalancedEndTag() - Method in class org.apache.jasper.compiler.Parser
- checkUniqueName(String, TagFileProcessor.TagFileDirectiveVisitor.Name, Node) - Method in class org.apache.jasper.compiler.TagFileProcessor.TagFileDirectiveVisitor
-
Reports a translation error if names specified in attributes of directives are not unique in this translation unit.
- checkUniqueName(String, TagFileProcessor.TagFileDirectiveVisitor.Name, Node, TagAttributeInfo) - Method in class org.apache.jasper.compiler.TagFileProcessor.TagFileDirectiveVisitor
- checkVariable(String) - Method in class org.apache.jasper.compiler.BeanRepository
- checkXmlAttributes(Node.CustomTag, Node.JspAttribute[], Hashtable<String, Object>) - Method in class org.apache.jasper.compiler.Validator.ValidateVisitor
- childInfo - Variable in class org.apache.jasper.compiler.Node.CustomTag
- childInfo - Variable in class org.apache.jasper.compiler.Node.JspBody
- childInfo - Variable in class org.apache.jasper.compiler.Node.NamedAttribute
- ChildInfo() - Constructor for class org.apache.jasper.compiler.Node.ChildInfo
- children - Variable in class org.apache.jasper.xmlparser.TreeNode
-
The children of this node, instantiated only if required.
- Choose - Class in org.apache.jasper.tagplugins.jstl
- Choose() - Constructor for class org.apache.jasper.tagplugins.jstl.Choose
- CHUNKSIZE - Static variable in class org.apache.jasper.compiler.JspUtil
- cl - Variable in class org.apache.jasper.security.PrivilegedSetTccl
- classBuffer - Variable in class org.apache.jasper.compiler.Generator.FragmentHelperClass
- classDebugInfo - Variable in class org.apache.jasper.EmbeddedServletOptions
-
Do we want to include debugging information in the class file?
- classDebugInfo - Variable in class org.apache.jasper.JspC
- classFileName - Variable in class org.apache.jasper.compiler.SmapUtil.ClassInfo
- classFileName - Variable in class org.apache.jasper.JspCompilationContext
- classFiles - Variable in class org.apache.jasper.compiler.Jsr199JavaCompiler
- ClassInfo(String, SmapStratum) - Constructor for class org.apache.jasper.compiler.SmapUtil.ClassInfo
- classInfos - Variable in class org.apache.jasper.compiler.SmapUtil
- classInfos - Variable in class org.apache.jasper.compiler.SmapUtil.SmapGenVisitor
- className - Variable in class org.apache.jasper.compiler.Generator.FragmentHelperClass
- className - Variable in class org.apache.jasper.compiler.Jsr199JavaCompiler.BytecodeFile
- className - Variable in class org.apache.jasper.compiler.SmapUtil.ClassInfo
- className - Variable in class org.apache.jasper.JspCompilationContext
- classpath - Variable in class org.apache.jasper.compiler.JspRuntimeContext
- classpath - Variable in class org.apache.jasper.EmbeddedServletOptions
-
What classpath should I use while compiling generated servlets?
- classPath - Variable in class org.apache.jasper.JspC
- classPath - Variable in class org.apache.jasper.JspCompilationContext
- clear() - Method in class org.apache.jasper.runtime.BodyContentImpl
-
Clear the contents of the buffer.
- clear() - Method in class org.apache.jasper.runtime.JspWriterImpl
-
Discard the output buffer.
- clear() - Method in class org.apache.jasper.xmlparser.XMLString
-
Resets all of the values to their defaults.
- clear() - Method in class org.apache.jasper.xmlparser.XMLStringBuffer
-
Clears the string buffer.
- clearBuffer() - Method in class org.apache.jasper.runtime.BodyContentImpl
-
Clears the current contents of the buffer.
- clearBuffer() - Method in class org.apache.jasper.runtime.JspWriterImpl
- clearTagFileJarUrls() - Method in class org.apache.jasper.JspCompilationContext
-
Clears the context-wide mappings from JAR packaged tag file paths to their corresponding URLs.
- clearTaglibs() - Method in class org.apache.jasper.JspCompilationContext
-
Clears the context-wide tag library cache.
- close() - Method in class org.apache.jasper.compiler.ServletWriter
- close() - Method in class org.apache.jasper.runtime.BodyContentImpl
-
Close the stream, flushing it first.
- close() - Method in class org.apache.jasper.runtime.JspWriterImpl
-
Close the stream.
- close() - Method in class org.apache.jasper.util.SystemLogHandler
- close() - Method in class org.apache.jasper.xmlparser.ASCIIReader
-
Close the stream.
- close() - Method in class org.apache.jasper.xmlparser.UCSReader
-
Close the stream.
- close() - Method in class org.apache.jasper.xmlparser.UTF8Reader
-
Close the stream.
- close() - Method in class org.apache.jasper.xmlparser.XMLEncodingDetector.RewindableInputStream
- CLOSE_EXPR - Static variable in class org.apache.jasper.compiler.JspUtil
- CLOSE_EXPR_XML - Static variable in class org.apache.jasper.compiler.JspUtil
- closed - Variable in class org.apache.jasper.runtime.BodyContentImpl
- closed - Variable in class org.apache.jasper.runtime.JspWriterImpl
- closeFragment(Generator.FragmentHelperClass.Fragment, int) - Method in class org.apache.jasper.compiler.Generator.FragmentHelperClass
- codeSource - Variable in class org.apache.jasper.compiler.JspRuntimeContext
- codeSource - Variable in class org.apache.jasper.servlet.JasperLoader
- coerce(Class, String) - Static method in class org.apache.jasper.compiler.JspUtil
- coerce(String, Class<T>) - Static method in class org.apache.jasper.runtime.JspRuntimeLibrary
- coerceToBoolean(String) - Static method in class org.apache.jasper.runtime.JspRuntimeLibrary
- coerceToBoolean(String, boolean) - Static method in class org.apache.jasper.compiler.JspUtil
- coerceToByte(String) - Static method in class org.apache.jasper.runtime.JspRuntimeLibrary
- coerceToByte(String, boolean) - Static method in class org.apache.jasper.compiler.JspUtil
- coerceToChar(String) - Static method in class org.apache.jasper.runtime.JspRuntimeLibrary
- coerceToChar(String, boolean) - Static method in class org.apache.jasper.compiler.JspUtil
- coerceToCharacter(String, boolean) - Static method in class org.apache.jasper.compiler.JspUtil
- coerceToDouble(String) - Static method in class org.apache.jasper.runtime.JspRuntimeLibrary
- coerceToDouble(String, boolean) - Static method in class org.apache.jasper.compiler.JspUtil
- coerceToEnum(String, String, boolean) - Static method in class org.apache.jasper.compiler.JspUtil
- coerceToFloat(String) - Static method in class org.apache.jasper.runtime.JspRuntimeLibrary
- coerceToFloat(String, boolean) - Static method in class org.apache.jasper.compiler.JspUtil
- coerceToInt(String) - Static method in class org.apache.jasper.runtime.JspRuntimeLibrary
- coerceToInt(String, boolean) - Static method in class org.apache.jasper.compiler.JspUtil
- coerceToInteger(String, boolean) - Static method in class org.apache.jasper.compiler.JspUtil
- coerceToLong(String) - Static method in class org.apache.jasper.runtime.JspRuntimeLibrary
- coerceToLong(String, boolean) - Static method in class org.apache.jasper.compiler.JspUtil
- coerceToPrimitiveBoolean(String, boolean) - Static method in class org.apache.jasper.compiler.JspUtil
- coerceToPrimitiveByte(String, boolean) - Static method in class org.apache.jasper.compiler.JspUtil
- coerceToPrimitiveDouble(String, boolean) - Static method in class org.apache.jasper.compiler.JspUtil
- coerceToPrimitiveFloat(String, boolean) - Static method in class org.apache.jasper.compiler.JspUtil
- coerceToPrimitiveLong(String, boolean) - Static method in class org.apache.jasper.compiler.JspUtil
- coerceToPrimitiveShort(String, boolean) - Static method in class org.apache.jasper.compiler.JspUtil
- coerceToShort(String) - Static method in class org.apache.jasper.runtime.JspRuntimeLibrary
- coerceToShort(String, boolean) - Static method in class org.apache.jasper.compiler.JspUtil
- col - Variable in class org.apache.jasper.compiler.Mark
- col - Variable in class org.apache.jasper.compiler.Mark.IncludeState
- collect(Compiler, Node.Nodes) - Static method in class org.apache.jasper.compiler.Collector
- Collector - Class in org.apache.jasper.compiler
-
Collect info about the page and nodes, and make them availabe through the PageInfo object.
- Collector() - Constructor for class org.apache.jasper.compiler.Collector
- Collector.CollectVisitor - Class in org.apache.jasper.compiler
-
A visitor for collecting information on the page and the body of the custom tags.
- collectText() - Method in class org.apache.jasper.compiler.TextOptimizer.TextCatVisitor
-
This method breaks concatenation mode.
- CollectVisitor() - Constructor for class org.apache.jasper.compiler.Collector.CollectVisitor
- columnNumber - Variable in class org.apache.jasper.xmlparser.XMLEncodingDetector
- comment(char[], int, int) - Method in class org.apache.jasper.compiler.JspDocumentParser
- Comment(String, Mark, Node) - Constructor for class org.apache.jasper.compiler.Node.Comment
- comparePageEncodings(String) - Method in class org.apache.jasper.compiler.ParserController
- comparePageEncodings(String, Node.PageDirective) - Method in class org.apache.jasper.compiler.Validator.DirectiveVisitor
- compile - Variable in class org.apache.jasper.JspC
- compile() - Method in class org.apache.jasper.JspCompilationContext
- compile(boolean) - Method in class org.apache.jasper.compiler.Compiler
-
Compile the jsp file from the current engine context.
- compile(String, Node.Nodes) - Method in class org.apache.jasper.compiler.AntJavaCompiler
- compile(String, Node.Nodes) - Method in interface org.apache.jasper.compiler.JavaCompiler
-
Start Java compilation
- compile(String, Node.Nodes) - Method in class org.apache.jasper.compiler.JDTJavaCompiler
- compile(String, Node.Nodes) - Method in class org.apache.jasper.compiler.Jsr199JavaCompiler
- compile(String, Node.Nodes) - Method in class org.apache.jasper.compiler.NullJavaCompiler
- compileException - Variable in class org.apache.jasper.servlet.JspServletWrapper
- compiler - Variable in class org.apache.jasper.compiler.PageDataImpl.SecondPassVisitor
- compiler - Variable in class org.apache.jasper.compiler.ParserController
- compiler - Variable in class org.apache.jasper.compiler.TagFileProcessor.TagFileLoaderVisitor
- compiler - Variable in class org.apache.jasper.EmbeddedServletOptions
-
Compiler to use.
- compiler - Variable in class org.apache.jasper.JspC
- Compiler - Class in org.apache.jasper.compiler
-
Main JSP compiler class.
- Compiler(JspCompilationContext, JspServletWrapper) - Constructor for class org.apache.jasper.compiler.Compiler
- Compiler(JspCompilationContext, JspServletWrapper, boolean) - Constructor for class org.apache.jasper.compiler.Compiler
- compilerClassName - Variable in class org.apache.jasper.EmbeddedServletOptions
-
The compiler class name.
- compilerSourceVM - Variable in class org.apache.jasper.EmbeddedServletOptions
-
The compiler source VM.
- compilerSourceVM - Variable in class org.apache.jasper.JspC
- compilerTargetVM - Variable in class org.apache.jasper.EmbeddedServletOptions
-
Compiler target VM.
- compilerTargetVM - Variable in class org.apache.jasper.JspC
- compileTagHandlerPoolList(Node.Nodes) - Method in class org.apache.jasper.compiler.Generator
-
Compiles list of tag handler pool names.
- completeWebXml() - Method in class org.apache.jasper.JspC
- concatenate(Compiler, Node.Nodes) - Static method in class org.apache.jasper.compiler.TextOptimizer
- config - Variable in class org.apache.jasper.runtime.PageContextImpl
- config - Variable in class org.apache.jasper.servlet.JspServlet
- config - Variable in class org.apache.jasper.servlet.JspServletWrapper
- Constants - Class in org.apache.jasper
-
Some constants and other global data that are used by the compiler and the runtime.
- Constants() - Constructor for class org.apache.jasper.Constants
- containsEL() - Method in class org.apache.jasper.compiler.ELNode.Nodes
- containsPrefix(String) - Method in class org.apache.jasper.compiler.PageInfo
- containsSymbol(char[], int, int) - Method in class org.apache.jasper.xmlparser.SymbolTable
-
Returns true if the symbol table already contains the specified symbol.
- containsSymbol(String) - Method in class org.apache.jasper.xmlparser.SymbolTable
-
Returns true if the symbol table already contains the specified symbol.
- contentType - Variable in class org.apache.jasper.compiler.PageInfo
- contentType - Variable in class org.apache.jasper.JspCompilationContext
- context - Variable in class org.apache.jasper.compiler.JspReader
- context - Variable in class org.apache.jasper.compiler.JspRuntimeContext
-
This web applications ServletContext
- context - Variable in class org.apache.jasper.JspC
- context - Variable in class org.apache.jasper.JspCompilationContext
- context - Variable in class org.apache.jasper.runtime.JspApplicationContextImpl
- context - Variable in class org.apache.jasper.runtime.PageContextImpl
- context - Variable in class org.apache.jasper.servlet.JspServlet
- convert(String, String, Class, Class) - Static method in class org.apache.jasper.runtime.JspRuntimeLibrary
- convert(TreeNode, Node) - Method in class org.apache.jasper.xmlparser.ParserUtils
-
Create and return a TreeNode that corresponds to the specified Node, including processing all of the attributes and children nodes.
- convertString(Class<?>, String, String, Class<?>, boolean) - Method in class org.apache.jasper.compiler.Generator.GenerateVisitor
- copy(int) - Method in class org.apache.jasper.compiler.SmapUtil.SDEInstaller
- copyAttrs(int) - Method in class org.apache.jasper.compiler.SmapUtil.SDEInstaller
- copyConstantPool(int) - Method in class org.apache.jasper.compiler.SmapUtil.SDEInstaller
- copyMembers() - Method in class org.apache.jasper.compiler.SmapUtil.SDEInstaller
- copyTagToPageScope(int) - Method in class org.apache.jasper.runtime.JspContextWrapper
-
Copies the variables of the given scope from the virtual page scope of this JSP context wrapper to the page scope of the invoking JSP context.
- count - Variable in class org.apache.jasper.compiler.ScriptingVariabler.CustomTagCounter
- count - Variable in class org.apache.jasper.xmlparser.XMLEncodingDetector
- countErrors - Variable in class org.apache.jasper.servlet.JspServlet
- cpath - Variable in class org.apache.jasper.compiler.Jsr199JavaCompiler
- createAttribute(TreeNode, String) - Method in class org.apache.jasper.compiler.TagLibraryInfoImpl
- createCompiler(boolean) - Method in class org.apache.jasper.JspCompilationContext
-
Create a "Compiler" object.
- createELContext(ELResolver) - Method in class org.apache.jasper.runtime.JspApplicationContextImpl
- createFilter(Class<T>) - Method in class org.apache.jasper.servlet.JspCServletContext
- createFunctionInfo(TreeNode) - Method in class org.apache.jasper.compiler.TagLibraryInfoImpl
- createInitialReader() - Method in class org.apache.jasper.xmlparser.XMLEncodingDetector
- createInitParam(TreeNode) - Method in class org.apache.jasper.compiler.TagLibraryInfoImpl
- createJavacError(String, Node.Nodes, StringBuilder, int) - Static method in class org.apache.jasper.compiler.ErrorDispatcher
- createListener(Class<T>) - Method in class org.apache.jasper.servlet.JspCServletContext
- createOutputDir() - Method in class org.apache.jasper.JspCompilationContext
- createParser() - Method in class org.apache.jasper.JspCompilationContext
-
Create a compiler object for parsing only.
- createReader(InputStream, String, Boolean) - Method in class org.apache.jasper.xmlparser.XMLEncodingDetector
-
Creates a reader capable of reading the given input stream in the specified encoding.
- createServlet(Class<T>) - Method in class org.apache.jasper.servlet.JspCServletContext
- createTagFileInfo(TreeNode, String, URL) - Method in class org.apache.jasper.compiler.TagLibraryInfoImpl
- createTagHandlerInstance(Class<T>) - Method in interface org.glassfish.jsp.api.ResourceInjector
-
Instantiates and injects the given tag handler class.
- createTagInfo(TreeNode, String) - Method in class org.apache.jasper.compiler.TagLibraryInfoImpl
- createTagVarName(String, String, String) - Method in class org.apache.jasper.compiler.Generator.GenerateVisitor
- createTypedArray(String, Object, Method, String[], Class, Class) - Static method in class org.apache.jasper.runtime.JspRuntimeLibrary
-
Create a typed array.
- createValidator(TreeNode) - Method in class org.apache.jasper.compiler.TagLibraryInfoImpl
- createVariable(TreeNode) - Method in class org.apache.jasper.compiler.TagLibraryInfoImpl
- ctxt - Variable in class org.apache.jasper.compiler.AntJavaCompiler
- ctxt - Variable in class org.apache.jasper.compiler.Compiler
- ctxt - Variable in class org.apache.jasper.compiler.Generator
- ctxt - Variable in class org.apache.jasper.compiler.JDTJavaCompiler
- ctxt - Variable in class org.apache.jasper.compiler.JspConfig
- ctxt - Variable in class org.apache.jasper.compiler.JspDocumentParser
- ctxt - Variable in class org.apache.jasper.compiler.Jsr199JavaCompiler
- ctxt - Variable in class org.apache.jasper.compiler.Mark
- ctxt - Variable in class org.apache.jasper.compiler.NullJavaCompiler
- ctxt - Variable in class org.apache.jasper.compiler.Parser
- ctxt - Variable in class org.apache.jasper.compiler.ParserController
- ctxt - Variable in class org.apache.jasper.compiler.SmapUtil
- ctxt - Variable in class org.apache.jasper.compiler.TagLibraryInfoImpl
- ctxt - Variable in class org.apache.jasper.compiler.TagPluginManager
- ctxt - Variable in class org.apache.jasper.compiler.Validator.ValidateVisitor
- ctxt - Variable in class org.apache.jasper.runtime.TldScanner
- ctxt - Variable in class org.apache.jasper.servlet.JspServletWrapper
- curNodes - Variable in class org.apache.jasper.compiler.TagPluginManager.TagPluginContextImpl
- current - Variable in class org.apache.jasper.compiler.JspDocumentParser
- current - Variable in class org.apache.jasper.compiler.JspReader
- current - Variable in class org.apache.jasper.runtime.PerThreadTagHandlerPool.PerThreadData
- current - Variable in class org.apache.jasper.runtime.TagHandlerPool
- currFileId - Variable in class org.apache.jasper.compiler.JspReader
- currFunc - Variable in class org.apache.jasper.compiler.ELFunctionMapper
- cursor - Variable in class org.apache.jasper.compiler.Mark
- cursor - Variable in class org.apache.jasper.compiler.Mark.IncludeState
- curTagNesting - Variable in class org.apache.jasper.compiler.Collector.CollectVisitor
- curToken - Variable in class org.apache.jasper.compiler.ELParser
- customNestingLevel - Variable in class org.apache.jasper.compiler.Node.CustomTag
- CustomTag(String, String, String, String, String, Attributes, Mark, Node, TagFileInfo) - Constructor for class org.apache.jasper.compiler.Node.CustomTag
- CustomTag(String, String, String, String, String, Attributes, Mark, Node, TagInfo, Class) - Constructor for class org.apache.jasper.compiler.Node.CustomTag
- CustomTag(String, String, String, String, String, Attributes, Attributes, Attributes, Mark, Node, TagFileInfo) - Constructor for class org.apache.jasper.compiler.Node.CustomTag
- CustomTag(String, String, String, String, String, Attributes, Attributes, Attributes, Mark, Node, TagInfo, Class) - Constructor for class org.apache.jasper.compiler.Node.CustomTag
- CustomTagCounter() - Constructor for class org.apache.jasper.compiler.ScriptingVariabler.CustomTagCounter
- customTagParent - Variable in class org.apache.jasper.compiler.Node.CustomTag
D
- data - Static variable in class org.apache.jasper.util.SystemLogHandler
-
Thread invalid input: '<'-> ByteArrayOutputStream associations.
- Declaration(String, Mark, Node) - Constructor for class org.apache.jasper.compiler.Node.Declaration
- Declaration(String, Attributes, Attributes, Mark, Node) - Constructor for class org.apache.jasper.compiler.Node.Declaration
- DECLARATION_ACTION - Static variable in interface org.apache.jasper.compiler.TagConstants
- declareRoles(String...) - Method in class org.apache.jasper.servlet.JspCServletContext
- declareScriptingVars(Node.CustomTag, int) - Method in class org.apache.jasper.compiler.Generator.GenerateVisitor
- decTripCount() - Method in class org.apache.jasper.servlet.JspServletWrapper
- DEFAULT_BUFFER_SIZE - Static variable in class org.apache.jasper.Constants
- DEFAULT_BUFFER_SIZE - Static variable in class org.apache.jasper.xmlparser.ASCIIReader
-
Default byte buffer size (2048).
- DEFAULT_BUFFER_SIZE - Static variable in class org.apache.jasper.xmlparser.UCSReader
-
Default byte buffer size (8192, larger than that of ASCIIReader since it's reasonable to surmise that the average UCS-4-encoded file should be 4 times as large as the average ASCII-encoded file).
- DEFAULT_BUFFER_SIZE - Static variable in class org.apache.jasper.xmlparser.UTF8Reader
-
Default byte buffer size (2048).
- DEFAULT_BUFFER_SIZE - Static variable in class org.apache.jasper.xmlparser.XMLEncodingDetector
- DEFAULT_DIE_LEVEL - Static variable in class org.apache.jasper.JspC
- DEFAULT_DTD_RESOURCE_PATHS - Static variable in class org.apache.jasper.xmlparser.ParserUtils
- DEFAULT_IE_CLASS_ID - Static variable in class org.apache.jasper.JspC
- DEFAULT_INITIAL_CAPACITY - Static variable in class org.apache.jasper.Constants
- DEFAULT_SCHEMA_RESOURCE_PATHS - Static variable in class org.apache.jasper.xmlparser.ParserUtils
- DEFAULT_SIZE - Static variable in class org.apache.jasper.xmlparser.XMLStringBuffer
-
Default buffer size (32).
- DEFAULT_TAG_BUFFER_SIZE - Static variable in class org.apache.jasper.Constants
-
Default size for the tag buffers.
- DEFAULT_XMLDECL_BUFFER_SIZE - Static variable in class org.apache.jasper.xmlparser.XMLEncodingDetector
- defaultBufferNone - Variable in class org.apache.jasper.EmbeddedServletOptions
- defaultBufferNone - Variable in class org.apache.jasper.JspC
- defaultContentType - Variable in class org.apache.jasper.compiler.JspProperty
- defaultContentType - Variable in class org.apache.jasper.servlet.JspCServletContext.JspPropertyGroupDescriptorImpl
- DefaultErrorHandler - Class in org.apache.jasper.compiler
-
Default implementation of ErrorHandler interface.
- DefaultErrorHandler() - Constructor for class org.apache.jasper.compiler.DefaultErrorHandler
- defaultErrorOnUndeclaredNamespace - Variable in class org.apache.jasper.compiler.JspConfig
- defaultExtends - Variable in class org.apache.jasper.compiler.PageInfo
- defaultFactory - Variable in class org.apache.jasper.compiler.AntJavaCompiler.JavacThreadFactory
- defaultIsELIgnored - Variable in class org.apache.jasper.compiler.JspConfig
- defaultIsScriptingInvalid - Variable in class org.apache.jasper.compiler.JspConfig
- defaultIsXml - Variable in class org.apache.jasper.compiler.JspConfig
- defaultJspProperty - Variable in class org.apache.jasper.compiler.JspConfig
- defaultLanguage - Variable in class org.apache.jasper.compiler.PageInfo
- defaultPoundAllowed - Variable in class org.apache.jasper.compiler.JspConfig
- defaultStratum - Variable in class org.apache.jasper.compiler.SmapGenerator
- defaultTrimSpaces - Variable in class org.apache.jasper.compiler.JspConfig
- deferredSyntaxAllowedAsLiteral - Variable in class org.apache.jasper.compiler.PageInfo
- deferredSyntaxAllowedAsLiteralValue - Variable in class org.apache.jasper.compiler.PageInfo
- dependants - Variable in class org.apache.jasper.compiler.PageInfo
- dependents - Variable in class org.apache.jasper.JspC
- depth - Variable in class org.apache.jasper.runtime.PageContextImpl
- derivedPackageName - Variable in class org.apache.jasper.JspCompilationContext
- description - Variable in class org.apache.jasper.compiler.TagFileProcessor.TagFileDirectiveVisitor
- destroy() - Method in class org.apache.jasper.compiler.JspRuntimeContext
-
Process a "destory" event for this web application context.
- destroy() - Method in class org.apache.jasper.runtime.HttpJspBase
- destroy() - Method in class org.apache.jasper.servlet.JspServlet
- destroy() - Method in class org.apache.jasper.servlet.JspServletWrapper
- determineSyntaxAndEncoding(String, JarFile, String) - Method in class org.apache.jasper.compiler.ParserController
-
Determines the syntax (standard or XML) and page encoding properties for the given file, and stores them in the 'isXml' and 'sourceEnc' instance variables, respectively.
- development - Variable in class org.apache.jasper.EmbeddedServletOptions
-
Is Jasper being used in development mode?
- dieLevel - Variable in class org.apache.jasper.JspC
- directive - Variable in enum org.apache.jasper.compiler.TagFileProcessor.TagFileDirectiveVisitor.Name
- DIRECTIVE_ACTION - Static variable in interface org.apache.jasper.compiler.TagConstants
- directiveOnly - Variable in class org.apache.jasper.compiler.ParserController
- directivesOnly - Variable in class org.apache.jasper.compiler.JspDocumentParser
- directivesOnly - Variable in class org.apache.jasper.compiler.Parser
- DirectiveVisitor(Compiler) - Constructor for class org.apache.jasper.compiler.Validator.DirectiveVisitor
- discriminator - Variable in class org.apache.jasper.runtime.JspFragmentHelper
- dispatch(Mark, String, Object[], Exception) - Method in class org.apache.jasper.compiler.ErrorDispatcher
- displayName - Variable in class org.apache.jasper.compiler.TagFileProcessor.TagFileDirectiveVisitor
- DOBODY_ACTION - Static variable in interface org.apache.jasper.compiler.TagConstants
- DoBodyAction(String, Attributes, Attributes, Attributes, Mark, Node) - Constructor for class org.apache.jasper.compiler.Node.DoBodyAction
- DoBodyAction(Attributes, Mark, Node) - Constructor for class org.apache.jasper.compiler.Node.DoBodyAction
- doBodyAttrs - Static variable in class org.apache.jasper.compiler.Validator.ValidateVisitor
- doCollection(TagPluginContext) - Method in class org.apache.jasper.tagplugins.jstl.ForEach
-
Generate codes for Collections The pseudo code is:
- doctypeName - Variable in class org.apache.jasper.compiler.PageInfo
- doctypePublic - Variable in class org.apache.jasper.compiler.PageInfo
- doctypeSystem - Variable in class org.apache.jasper.compiler.PageInfo
- doEmbedded - Variable in class org.apache.jasper.compiler.SmapGenerator
- doFindAttribute(String) - Method in class org.apache.jasper.runtime.PageContextImpl
- doGetAttribute(String) - Method in class org.apache.jasper.runtime.PageContextImpl
- doGetAttribute(String, int) - Method in class org.apache.jasper.runtime.PageContextImpl
- doGetAttributeNamesInScope(int) - Method in class org.apache.jasper.runtime.PageContextImpl
- doGetAttributeScope(String) - Method in class org.apache.jasper.runtime.PageContextImpl
- doHandlePageException(Throwable) - Method in class org.apache.jasper.runtime.PageContextImpl
- doJavaFile(boolean) - Method in class org.apache.jasper.compiler.AntJavaCompiler
- doJavaFile(boolean) - Method in interface org.apache.jasper.compiler.JavaCompiler
-
Remove/save the generated Java File from/to disk
- doJavaFile(boolean) - Method in class org.apache.jasper.compiler.JDTJavaCompiler
- doJavaFile(boolean) - Method in class org.apache.jasper.compiler.Jsr199JavaCompiler
- doJavaFile(boolean) - Method in class org.apache.jasper.compiler.NullJavaCompiler
- doMap(ELNode.Nodes) - Method in class org.apache.jasper.compiler.ELFunctionMapper.ELFunctionVisitor
-
Creates function mappers, if needed, from ELNodes
- doMap(Node.JspAttribute) - Method in class org.apache.jasper.compiler.ELFunctionMapper.ELFunctionVisitor
- doneScanning - Variable in class org.apache.jasper.runtime.TldScanner
- dontUseTagPlugin() - Method in interface org.apache.jasper.compiler.tagplugin.TagPluginContext
-
Abandon optimization for this tag handler, and instruct Jasper to generate the tag handler calls, as usual.
- dontUseTagPlugin() - Method in class org.apache.jasper.compiler.TagPluginManager.TagPluginContextImpl
- doParse(String, Node, URL) - Method in class org.apache.jasper.compiler.ParserController
-
Parses the JSP page or tag file with the given path name.
- doRemoveAttribute(String) - Method in class org.apache.jasper.runtime.PageContextImpl
- doRemoveAttribute(String, int) - Method in class org.apache.jasper.runtime.PageContextImpl
- doSetAttribute(String, Object) - Method in class org.apache.jasper.runtime.PageContextImpl
- doSetAttribute(String, Object, int) - Method in class org.apache.jasper.runtime.PageContextImpl
- doSmap(Node) - Method in class org.apache.jasper.compiler.SmapUtil.SmapGenVisitor
- doSmap(Node, int, int, int) - Method in class org.apache.jasper.compiler.SmapUtil.SmapGenVisitor
- doSmapText(Node) - Method in class org.apache.jasper.compiler.SmapUtil.SmapGenVisitor
- doTag(TagPluginContext) - Method in interface org.apache.jasper.compiler.tagplugin.TagPlugin
-
Generate codes for a custom tag.
- doTag(TagPluginContext) - Method in class org.apache.jasper.tagplugins.jstl.Choose
- doTag(TagPluginContext) - Method in class org.apache.jasper.tagplugins.jstl.ForEach
- doTag(TagPluginContext) - Method in class org.apache.jasper.tagplugins.jstl.If
- doTag(TagPluginContext) - Method in class org.apache.jasper.tagplugins.jstl.Otherwise
- doTag(TagPluginContext) - Method in class org.apache.jasper.tagplugins.jstl.When
- DOUBLE_QUOTE - Static variable in class org.apache.jasper.compiler.Generator.GenerateVisitor
- doVisit(Node) - Method in class org.apache.jasper.compiler.ErrorDispatcher.ErrorVisitor
- doVisit(Node) - Method in class org.apache.jasper.compiler.Node.Visitor
-
This method provides a place to put actions that are common to all nodes.
- doVisit(Node) - Method in class org.apache.jasper.compiler.TextOptimizer.TextCatVisitor
- doVisit(Node) - Method in class org.apache.jasper.compiler.Validator.ValidateVisitor.NamedAttributeVisitor
- ds - Variable in class org.apache.jasper.compiler.ELFunctionMapper
- dtdResourcePrefix - Static variable in class org.apache.jasper.xmlparser.ParserUtils
- dump(Node) - Static method in class org.apache.jasper.compiler.Dumper
- dump(Node.Nodes) - Static method in class org.apache.jasper.compiler.Dumper
- dumpBody(Node) - Method in class org.apache.jasper.compiler.Dumper.DumpVisitor
- Dumper - Class in org.apache.jasper.compiler
- Dumper() - Constructor for class org.apache.jasper.compiler.Dumper
- Dumper.DumpVisitor - Class in org.apache.jasper.compiler
- DumpVisitor() - Constructor for class org.apache.jasper.compiler.Dumper.DumpVisitor
- dynamic - Variable in class org.apache.jasper.compiler.Node.JspAttribute
- dynamicAttrsMapName - Variable in class org.apache.jasper.compiler.JasperTagInfo
- dynamicAttrsMapName - Variable in class org.apache.jasper.compiler.TagFileProcessor.TagFileDirectiveVisitor
E
- EAR_LIB_CLASSLOADER - Static variable in class org.apache.jasper.runtime.TldScanner
- el - Variable in class org.apache.jasper.compiler.Node.ELExpression
- el - Variable in class org.apache.jasper.compiler.Node.JspAttribute
- elContext - Variable in class org.apache.jasper.runtime.JspContextWrapper
- elContext - Variable in class org.apache.jasper.runtime.PageContextImpl
- ELContextImpl - Class in org.apache.jasper.runtime
-
Concrete implementation of
ELContext
. - ELContextImpl(ELResolver) - Constructor for class org.apache.jasper.runtime.ELContextImpl
-
Constructs a new ELContext associated with the given ELResolver.
- ELEMENT_ACTION - Static variable in interface org.apache.jasper.compiler.TagConstants
- ELexpr - Variable in class org.apache.jasper.compiler.ELParser
- ELExpression(String, Mark, Node) - Constructor for class org.apache.jasper.compiler.Node.ELExpression
- ELFunctionMapper - Class in org.apache.jasper.compiler
-
This class generates functions mappers for the EL expressions in the page.
- ELFunctionMapper() - Constructor for class org.apache.jasper.compiler.ELFunctionMapper
- ELFunctionMapper.ELFunctionVisitor - Class in org.apache.jasper.compiler
-
A visitor for the page.
- ELFunctionVisitor() - Constructor for class org.apache.jasper.compiler.ELFunctionMapper.ELFunctionVisitor
- elIgnored - Variable in class org.apache.jasper.compiler.JspProperty
- elIgnored - Variable in class org.apache.jasper.servlet.JspCServletContext.JspPropertyGroupDescriptorImpl
- ELNode - Class in org.apache.jasper.compiler
-
This class defines internal representation for an EL Expression It currently only defines functions.
- ELNode() - Constructor for class org.apache.jasper.compiler.ELNode
- ELNode.ELText - Class in org.apache.jasper.compiler
-
Represents anything in EL expression, other than functions, including function arguments etc
- ELNode.Function - Class in org.apache.jasper.compiler
-
Represents a function Currently only include the prefix and function name, but not its arguments.
- ELNode.Nodes - Class in org.apache.jasper.compiler
-
An ordered list of ELNode.
- ELNode.Root - Class in org.apache.jasper.compiler
-
Represents an EL expression: anything in ${ and }.
- ELNode.Text - Class in org.apache.jasper.compiler
-
Represents text outside of EL expression.
- ELNode.Visitor - Class in org.apache.jasper.compiler
- ELParser - Class in org.apache.jasper.compiler
-
This class implements a parser for EL expressions.
- ELParser(String) - Constructor for class org.apache.jasper.compiler.ELParser
- ELParser.Char - Class in org.apache.jasper.compiler
- ELParser.Id - Class in org.apache.jasper.compiler
- ELParser.QuotedString - Class in org.apache.jasper.compiler
- ELParser.Token - Class in org.apache.jasper.compiler
- elResolver - Variable in class org.apache.jasper.runtime.PageContextImpl
- elResolvers - Variable in class org.apache.jasper.runtime.JspApplicationContextImpl
- ELResolverWrapper(VariableResolver) - Constructor for class org.apache.jasper.runtime.ExpressionEvaluatorImpl.ELResolverWrapper
- ELText(String) - Constructor for class org.apache.jasper.compiler.ELNode.ELText
- embedded - Variable in class org.apache.jasper.compiler.SmapGenerator
- EmbeddedServletOptions - Class in org.apache.jasper
-
A class to hold all init parameters specific to the JSP engine.
- EmbeddedServletOptions(ServletConfig, ServletContext) - Constructor for class org.apache.jasper.EmbeddedServletOptions
-
Create an EmbeddedServletOptions object using data available from ServletConfig and ServletContext.
- emptyText - Variable in class org.apache.jasper.compiler.TextOptimizer.TextCatVisitor
- ENABLE_DTD_VALIDATION_EXCEPTION - Static variable in class org.apache.jasper.compiler.JspDocumentParser
- EnableDTDValidationException(String, Locator) - Constructor for exception class org.apache.jasper.compiler.JspDocumentParser.EnableDTDValidationException
- encoding - Variable in class org.apache.jasper.compiler.Mark
- encoding - Variable in class org.apache.jasper.compiler.Mark.IncludeState
- encoding - Variable in class org.apache.jasper.xmlparser.MyLSInput
- encoding - Variable in class org.apache.jasper.xmlparser.XMLEncodingDetector
- EncodingMap - Class in org.apache.jasper.xmlparser
-
EncodingMap is a convenience class which handles conversions between IANA encoding names and Java encoding names, and vice versa.
- EncodingMap() - Constructor for class org.apache.jasper.xmlparser.EncodingMap
-
Default constructor.
- endCDATA() - Method in class org.apache.jasper.compiler.JspDocumentParser
- endDTD() - Method in class org.apache.jasper.compiler.JspDocumentParser
- endElement(String, String, String) - Method in class org.apache.jasper.compiler.JspDocumentParser
- endEntity() - Method in class org.apache.jasper.xmlparser.XMLEncodingDetector
- endEntity(String) - Method in class org.apache.jasper.compiler.JspDocumentParser
- endJavaLine - Variable in class org.apache.jasper.compiler.Node
- endPrefixMapping(String) - Method in class org.apache.jasper.compiler.JspDocumentParser
- ensureOpen() - Method in class org.apache.jasper.runtime.BodyContentImpl
- ensureOpen() - Method in class org.apache.jasper.runtime.JspWriterImpl
-
check to make sure that the stream has not been closed
- entityResolver - Static variable in class org.apache.jasper.xmlparser.ParserUtils
-
An entity resolver for use when parsing XML documents.
- Entry(char[], int, int, SymbolTable.Entry) - Constructor for class org.apache.jasper.xmlparser.SymbolTable.Entry
-
Constructs a new entry from the specified symbol information and next entry reference.
- Entry(String, SymbolTable.Entry) - Constructor for class org.apache.jasper.xmlparser.SymbolTable.Entry
-
Constructs a new entry from the specified symbol and next entry reference.
- entryName - Variable in class org.apache.jasper.runtime.TldScanner.TldInfo
- equals(char[], int, int) - Method in class org.apache.jasper.xmlparser.XMLString
-
Returns true if the contents of this XMLString structure and the specified array are equal.
- equals(Object) - Method in class org.apache.jasper.compiler.Mark
- equals(String) - Method in class org.apache.jasper.xmlparser.XMLString
-
Returns true if the contents of this XMLString structure and the specified string are equal.
- err - Variable in class org.apache.jasper.compiler.Generator
- err - Variable in class org.apache.jasper.compiler.ImplicitTagLibraryInfo
- err - Variable in class org.apache.jasper.compiler.JspDocumentParser
- err - Variable in class org.apache.jasper.compiler.JspReader
- err - Variable in class org.apache.jasper.compiler.PageDataImpl.FirstPassVisitor
- err - Variable in class org.apache.jasper.compiler.Parser
- err - Variable in class org.apache.jasper.compiler.ParserController
- err - Variable in class org.apache.jasper.compiler.ScriptingVariabler.ScriptingVariableVisitor
- err - Variable in class org.apache.jasper.compiler.TagFileProcessor.TagFileDirectiveVisitor
- err - Variable in class org.apache.jasper.compiler.TagLibraryInfoImpl
- err - Variable in class org.apache.jasper.compiler.Validator.DirectiveVisitor
- err - Variable in class org.apache.jasper.compiler.Validator.TagExtraInfoVisitor
- err - Variable in class org.apache.jasper.compiler.Validator.ValidateVisitor
- err - Variable in class org.apache.jasper.xmlparser.XMLEncodingDetector
- errDispatcher - Variable in class org.apache.jasper.compiler.AntJavaCompiler
- errDispatcher - Variable in class org.apache.jasper.compiler.BeanRepository
- errDispatcher - Variable in class org.apache.jasper.compiler.Compiler
- errDispatcher - Variable in class org.apache.jasper.compiler.JDTJavaCompiler
- errDispatcher - Variable in class org.apache.jasper.compiler.Jsr199JavaCompiler
- errDispatcher - Variable in class org.apache.jasper.compiler.NullJavaCompiler
- errHandler - Variable in class org.apache.jasper.compiler.ErrorDispatcher
- errMsg - Variable in class org.apache.jasper.compiler.JavacErrorDetail
- error(SAXParseException) - Method in class org.apache.jasper.compiler.JspDocumentParser
- error(SAXParseException) - Method in class org.apache.jasper.xmlparser.MyErrorHandler
- ErrorDispatcher - Class in org.apache.jasper.compiler
-
Class responsible for dispatching JSP parse and javac compilation errors to the configured error handler.
- ErrorDispatcher(boolean) - Constructor for class org.apache.jasper.compiler.ErrorDispatcher
- ErrorDispatcher.ErrorVisitor - Class in org.apache.jasper.compiler
- errorHandler - Static variable in class org.apache.jasper.xmlparser.ParserUtils
-
An error handler for use when parsing XML documents.
- ErrorHandler - Interface in org.apache.jasper.compiler
-
Interface for handling JSP parse and javac compilation errors.
- errorOnUndeclaredNamespace - Variable in class org.apache.jasper.compiler.JspProperty
- errorOnUndeclaredNamespace - Variable in class org.apache.jasper.compiler.PageInfo
- errorOnUndeclaredNamespace - Variable in class org.apache.jasper.compiler.Parser
- errorOnUndeclaredNamespace - Variable in class org.apache.jasper.servlet.JspCServletContext.JspPropertyGroupDescriptorImpl
- errorOnUndeclaredNamespace() - Method in class org.apache.jasper.compiler.JspProperty
- errorOnUndeclaredNamespace() - Method in class org.apache.jasper.compiler.PageInfo
- errorOnUseBeanInvalidClassAttribute - Variable in class org.apache.jasper.EmbeddedServletOptions
- errorOnUseBeanInvalidClassAttribute - Variable in class org.apache.jasper.JspC
- errorPage - Variable in class org.apache.jasper.compiler.PageInfo
- errorPageURL - Variable in class org.apache.jasper.runtime.JspFactoryImpl.PrivilegedGetPageContext
- errorPageURL - Variable in class org.apache.jasper.runtime.PageContextImpl
- ErrorVisitor(int) - Constructor for class org.apache.jasper.compiler.ErrorDispatcher.ErrorVisitor
- ESC - Static variable in class org.apache.jasper.Constants
-
A replacement char for "\$".
- escape(String) - Static method in class org.apache.jasper.compiler.Generator
- escapeBS - Variable in class org.apache.jasper.compiler.ELParser
- escapeCDATA(String) - Method in class org.apache.jasper.compiler.PageDataImpl.SecondPassVisitor
- escapePound(String) - Method in class org.apache.jasper.compiler.Validator.ValidateVisitor
- escapeQueryString(String) - Static method in class org.apache.jasper.compiler.JspUtil
- escapeQueryString(String) - Static method in class org.apache.jasper.runtime.JspRuntimeLibrary
-
Escape special shell characters.
- escapeQuotes(char[]) - Static method in class org.apache.jasper.compiler.JspUtil
- escapeXml(String) - Static method in class org.apache.jasper.compiler.JspUtil
-
Escape the 5 entities defined by XML.
- ESCStr - Static variable in class org.apache.jasper.Constants
- evaluate(String, Class, VariableResolver, FunctionMapper) - Method in class org.apache.jasper.runtime.ExpressionEvaluatorImpl
- evaluate(VariableResolver) - Method in class org.apache.jasper.runtime.ExpressionEvaluatorImpl.ExpressionImpl
- evaluateAttribute(Generator.TagHandlerInfo, Node.JspAttribute, Node.CustomTag, String) - Method in class org.apache.jasper.compiler.Generator.GenerateVisitor
- evaluateExpression(String, Class, PageContext, ProtectedFunctionMapper) - Static method in class org.apache.jasper.runtime.PageContextImpl
-
Evaluates an EL expression
- evaluateNodes(Node.Nodes, SmapStratum, boolean) - Method in class org.apache.jasper.compiler.SmapUtil
- example - Variable in class org.apache.jasper.compiler.TagFileProcessor.TagFileDirectiveVisitor
- execute() - Method in class org.apache.jasper.JspC
- expandClassPath(List<String>) - Static method in class org.apache.jasper.compiler.JspUtil
-
Given a list of jar files, their manifest attribute Class-path are scanned, and jars specified there are added to the list.
- expectedByte(int, int) - Method in class org.apache.jasper.xmlparser.UTF8Reader
-
Throws an exception for expected byte.
- expectedParamTypes - Variable in class org.apache.jasper.compiler.Node.JspAttribute
- expectedReturnType - Variable in class org.apache.jasper.compiler.Node.JspAttribute
- expectedType - Variable in class org.apache.jasper.compiler.Node.JspAttribute
- expFactory - Static variable in class org.apache.jasper.compiler.JspUtil
- expr - Variable in class org.apache.jasper.compiler.ELNode.Root
- expr - Variable in class org.apache.jasper.compiler.ELParser
- expression - Variable in class org.apache.jasper.compiler.ELParser
- expression - Variable in class org.apache.jasper.compiler.Node.JspAttribute
- Expression(String, Mark, Node) - Constructor for class org.apache.jasper.compiler.Node.Expression
- Expression(String, Attributes, Attributes, Mark, Node) - Constructor for class org.apache.jasper.compiler.Node.Expression
- EXPRESSION_ACTION - Static variable in interface org.apache.jasper.compiler.TagConstants
- ExpressionEvaluatorImpl - Class in org.apache.jasper.runtime
-
This is the implementation of ExpreesioEvaluator using implementation of JSP2.1.
- ExpressionEvaluatorImpl(PageContext) - Constructor for class org.apache.jasper.runtime.ExpressionEvaluatorImpl
-
Constructor
- ExpressionEvaluatorImpl.ELResolverWrapper - Class in org.apache.jasper.runtime
- ExpressionEvaluatorImpl.ExpressionImpl - Class in org.apache.jasper.runtime
- ExpressionEvaluatorImpl.FunctionMapperWrapper - Class in org.apache.jasper.runtime
- expressionFactory - Variable in class org.apache.jasper.runtime.JspApplicationContextImpl
- ExpressionImpl(ValueExpression, PageContext) - Constructor for class org.apache.jasper.runtime.ExpressionEvaluatorImpl.ExpressionImpl
- extension - Variable in class org.apache.jasper.compiler.JspPropertyGroup
- extensions - Variable in class org.apache.jasper.JspC
- extraSmap - Variable in class org.apache.jasper.compiler.Node.TemplateText
F
- factory - Variable in class org.apache.jasper.runtime.JspFactoryImpl.PrivilegedGetPageContext
- factory - Variable in class org.apache.jasper.runtime.JspFactoryImpl.PrivilegedReleasePageContext
- factory - Variable in class org.apache.jasper.runtime.PageContextImpl
- failOnError - Variable in class org.apache.jasper.JspC
-
Throw an exception if there's a compilation error, or swallow it.
- FALLBACK_ACTION - Static variable in interface org.apache.jasper.compiler.TagConstants
- FallBackAction(String, Attributes, Attributes, Mark, Node) - Constructor for class org.apache.jasper.compiler.Node.FallBackAction
- FallBackAction(Mark, Node) - Constructor for class org.apache.jasper.compiler.Node.FallBackAction
- fAllowJavaEncodings - Variable in class org.apache.jasper.xmlparser.XMLEncodingDetector
- fatalError(SAXParseException) - Method in class org.apache.jasper.compiler.JspDocumentParser
- fatalError(SAXParseException) - Method in class org.apache.jasper.xmlparser.MyErrorHandler
- fBuckets - Variable in class org.apache.jasper.xmlparser.SymbolTable
-
Buckets.
- fBuffer - Variable in class org.apache.jasper.xmlparser.ASCIIReader
-
Byte buffer.
- fBuffer - Variable in class org.apache.jasper.xmlparser.UCSReader
-
Byte buffer.
- fBuffer - Variable in class org.apache.jasper.xmlparser.UTF8Reader
-
Byte buffer.
- fBufferSize - Variable in class org.apache.jasper.xmlparser.XMLEncodingDetector
- fCurrentEntity - Variable in class org.apache.jasper.xmlparser.XMLEncodingDetector
- fData - Variable in class org.apache.jasper.xmlparser.XMLEncodingDetector.RewindableInputStream
- fEncoding - Variable in class org.apache.jasper.xmlparser.UCSReader
- fEncodingSymbol - Static variable in class org.apache.jasper.xmlparser.XMLEncodingDetector
- fEndOffset - Variable in class org.apache.jasper.xmlparser.XMLEncodingDetector.RewindableInputStream
- fIANA2JavaMap - Static variable in class org.apache.jasper.xmlparser.EncodingMap
-
fIANA2JavaMap
- FILE_PROTOCOL - Static variable in class org.apache.jasper.runtime.TldScanner
- fileid - Variable in class org.apache.jasper.compiler.Mark
- fileid - Variable in class org.apache.jasper.compiler.Mark.IncludeState
- fileName - Variable in class org.apache.jasper.compiler.Mark
- fileName - Variable in class org.apache.jasper.compiler.Mark.IncludeState
- fileNameList - Variable in class org.apache.jasper.compiler.SmapStratum
- filePathList - Variable in class org.apache.jasper.compiler.SmapStratum
- findAlias(String) - Method in class org.apache.jasper.runtime.JspContextWrapper
-
Checks to see if the given variable name is used as an alias, and if so, returns the variable name for which it is used as an alias.
- findAttribute(String) - Method in class org.apache.jasper.runtime.JspContextWrapper
- findAttribute(String) - Method in class org.apache.jasper.runtime.PageContextImpl
- findAttribute(String) - Method in class org.apache.jasper.xmlparser.TreeNode
-
Return the value of the specified node attribute if it exists, or
null
otherwise. - findAttributes() - Method in class org.apache.jasper.xmlparser.TreeNode
-
Return an Iterator of the attribute names of this node.
- findChild(String) - Method in class org.apache.jasper.xmlparser.TreeNode
-
Return the first child node of this node with the specified name, if there is one; otherwise, return
null
. - findChildren() - Method in class org.apache.jasper.xmlparser.TreeNode
-
Return an Iterator of all children of this node.
- findChildren(String) - Method in class org.apache.jasper.xmlparser.TreeNode
-
Return an Iterator over all children of this node that have the specified name.
- findClass(String) - Method in class org.apache.jasper.servlet.JasperLoader
- findJspApplicationContext(ServletContext) - Static method in class org.apache.jasper.runtime.JspApplicationContextImpl
- findJspBody(Node) - Method in class org.apache.jasper.compiler.Generator.GenerateVisitor
-
Finds the invalid input: '<'jsp:body> subelement of the given parent node.
- findJspProperty(String) - Method in class org.apache.jasper.compiler.JspConfig
-
Find a property that best matches the supplied resource.
- findStream() - Method in class org.apache.jasper.util.SystemLogHandler
-
Find PrintStream to which the output must be written to.
- findUri(String, Node) - Method in class org.apache.jasper.compiler.Validator.ValidateVisitor
- fInputStream - Variable in class org.apache.jasper.xmlparser.ASCIIReader
-
Input stream.
- fInputStream - Variable in class org.apache.jasper.xmlparser.UCSReader
-
Input stream.
- fInputStream - Variable in class org.apache.jasper.xmlparser.UTF8Reader
-
Input stream.
- fInputStream - Variable in class org.apache.jasper.xmlparser.XMLEncodingDetector.RewindableInputStream
- FIRST_REQUEST_SEEN - Static variable in class org.apache.jasper.Constants
- FirstPassVisitor(Node.Root, PageInfo, ErrorDispatcher) - Constructor for class org.apache.jasper.compiler.PageDataImpl.FirstPassVisitor
- firstTextNode - Variable in class org.apache.jasper.compiler.TextOptimizer.TextCatVisitor
- firstTime - Variable in class org.apache.jasper.servlet.JspServletWrapper
- fJava2IANAMap - Static variable in class org.apache.jasper.xmlparser.EncodingMap
-
fJava2IANAMap
- fLength - Variable in class org.apache.jasper.xmlparser.XMLEncodingDetector.RewindableInputStream
- flush() - Method in class org.apache.jasper.runtime.JspWriterImpl
-
Flush the stream.
- flush() - Method in class org.apache.jasper.util.SystemLogHandler
- flushBuffer() - Method in class org.apache.jasper.runtime.JspWriterImpl
-
Flush the output buffer to the underlying character stream, without flushing the stream itself.
- flushBuffer() - Method in class org.apache.jasper.runtime.ServletResponseWrapperInclude
-
Flush the wrapper around the JspWriter of the including page.
- flushed - Variable in class org.apache.jasper.runtime.JspWriterImpl
- fMark - Variable in class org.apache.jasper.xmlparser.XMLEncodingDetector.RewindableInputStream
- fMarkupDepth - Variable in class org.apache.jasper.xmlparser.XMLEncodingDetector
- fnmap - Variable in class org.apache.jasper.runtime.ProtectedFunctionMapper
-
Maps "prefix:name" to java.lang.Method objects.
- fOffset - Variable in class org.apache.jasper.xmlparser.UTF8Reader
-
Offset into buffer.
- fOffset - Variable in class org.apache.jasper.xmlparser.XMLEncodingDetector.RewindableInputStream
- ForEach - Class in org.apache.jasper.tagplugins.jstl
- ForEach() - Constructor for class org.apache.jasper.tagplugins.jstl.ForEach
- fork - Variable in class org.apache.jasper.EmbeddedServletOptions
-
Should Ant fork its java compiles of JSP pages.
- forward(String) - Method in class org.apache.jasper.runtime.JspContextWrapper
- forward(String) - Method in class org.apache.jasper.runtime.PageContextImpl
- FORWARD_ACTION - Static variable in interface org.apache.jasper.compiler.TagConstants
- FORWARD_SEEN - Static variable in class org.apache.jasper.Constants
- ForwardAction(String, Attributes, Attributes, Attributes, Mark, Node) - Constructor for class org.apache.jasper.compiler.Node.ForwardAction
- ForwardAction(Attributes, Mark, Node) - Constructor for class org.apache.jasper.compiler.Node.ForwardAction
- forwardActionAttrs - Static variable in class org.apache.jasper.compiler.Validator.ValidateVisitor
- found - Variable in class org.apache.jasper.compiler.ErrorDispatcher.ErrorVisitor
- Fragment(int, Node) - Constructor for class org.apache.jasper.compiler.Generator.FragmentHelperClass.Fragment
- fragmentHelperClass - Variable in class org.apache.jasper.compiler.Generator
- fragmentHelperClass - Variable in class org.apache.jasper.compiler.Generator.GenerateVisitor
- FragmentHelperClass(String, String) - Constructor for class org.apache.jasper.compiler.Generator.FragmentHelperClass
- fragments - Variable in class org.apache.jasper.compiler.Generator.FragmentHelperClass
- fStandaloneSymbol - Static variable in class org.apache.jasper.xmlparser.XMLEncodingDetector
- fStartOffset - Variable in class org.apache.jasper.xmlparser.XMLEncodingDetector.RewindableInputStream
- fString - Variable in class org.apache.jasper.xmlparser.XMLEncodingDetector
- fStringBuffer - Variable in class org.apache.jasper.xmlparser.XMLEncodingDetector
- fStringBuffer2 - Variable in class org.apache.jasper.xmlparser.XMLEncodingDetector
- fStrings - Variable in class org.apache.jasper.xmlparser.XMLEncodingDetector
- fSurrogate - Variable in class org.apache.jasper.xmlparser.UTF8Reader
-
Surrogate character.
- fSymbolTable - Variable in class org.apache.jasper.xmlparser.XMLEncodingDetector
- fTableSize - Variable in class org.apache.jasper.xmlparser.SymbolTable
- fullClassName - Variable in class org.apache.jasper.compiler.Generator.FragmentHelperClass
- fullstop - Variable in class org.apache.jasper.JspC
- Function(String, String) - Constructor for class org.apache.jasper.compiler.ELNode.Function
- functionInfo - Variable in class org.apache.jasper.compiler.ELNode.Function
- functionMapper - Variable in class org.apache.jasper.runtime.ELContextImpl
- FunctionMapperWrapper(FunctionMapper) - Constructor for class org.apache.jasper.runtime.ExpressionEvaluatorImpl.FunctionMapperWrapper
- fVersionSymbol - Static variable in class org.apache.jasper.xmlparser.XMLEncodingDetector
G
- 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 - Variable 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 - Variable 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.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) - 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) - Method in class org.apache.jasper.runtime.PageContextImpl
- getAttribute(String) - Method in class org.apache.jasper.servlet.JspCServletContext
-
Return the specified context attribute, if any.
- getAttribute(String, int) - Method in class org.apache.jasper.runtime.JspContextWrapper
- getAttribute(String, int) - Method in class org.apache.jasper.runtime.PageContextImpl
- getAttributeBodyType(Node, String) - Method in class org.apache.jasper.compiler.Parser
-
Determine the body type of invalid input: '<'jsp:attribute> 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() - Method in class org.apache.jasper.compiler.Node
- getAttributes(Attributes) - Method in class org.apache.jasper.compiler.Dumper.DumpVisitor
- 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() - Method in class org.apache.jasper.compiler.Jsr199JavaCompiler.BytecodeFile
- 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
- 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(InputStream, ErrorDispatcher) - Method in class org.apache.jasper.xmlparser.XMLEncodingDetector
- 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.
- 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() - Method in class org.apache.jasper.compiler.PageInfo
-
Gets the value of the 'extends' page directive attribute.
- getExtends(boolean) - 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() - Method in class org.apache.jasper.compiler.Mark
- getFile(int) - Method in class org.apache.jasper.compiler.JspReader
- 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() - Method in class org.apache.jasper.runtime.ELContextImpl
- getFunctionMapper(ELNode.Nodes) - Method in class org.apache.jasper.compiler.Validator.ValidateVisitor
- 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 invalid input: '<'jsp:plugin> 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() - Method in class org.apache.jasper.compiler.PageDataImpl
-
Returns the input stream of the XML view.
- 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
- 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() - Method in class org.apache.jasper.runtime.PageContextImpl
- getJspApplicationContext(ServletContext) - Method in class org.apache.jasper.runtime.JspFactoryImpl
- 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() - Method in class org.apache.jasper.compiler.PageInfo
- getLanguage(boolean) - 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, Object[]) - 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
- 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() - Method in class org.apache.jasper.compiler.Node.JspAttribute
-
Only makes sense if namedAttribute is true.
- 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.
- 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() - Method in class org.apache.jasper.compiler.TagFileProcessor.TagFileDirectiveVisitor.NameEntry
- getNode(int) - Method in class org.apache.jasper.compiler.Node.Nodes
- 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(String) - Method in class org.apache.jasper.EmbeddedServletOptions
- GetProperty(String, Attributes, Attributes, Attributes, Mark, Node) - Constructor for class org.apache.jasper.compiler.Node.GetProperty
- GetProperty(Attributes, Mark, Node) - Constructor for class org.apache.jasper.compiler.Node.GetProperty
- 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() - Method in class org.apache.jasper.runtime.BodyContentImpl
-
Return the value of this BodyJspWriter as a Reader.
- getReader(String, String, JarFile, JspCompilationContext, ErrorDispatcher) - Static method in class org.apache.jasper.compiler.JspUtil
- 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
- 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.
- 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
- getResponseCharacterEncoding() - Method in class org.apache.jasper.servlet.JspCServletContext
- 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(String) - Static method in class org.apache.jasper.xmlparser.ParserUtils
- getSchema(Document) - 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() - Method in class org.apache.jasper.servlet.JspServletWrapper
- getServlet(String) - Method in class org.apache.jasper.servlet.JspCServletContext
-
Deprecated.This method has been deprecated with no replacement
- 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
-
Deprecated.This method has been deprecated with no replacement
- 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
-
Deprecated.This method has been deprecated with no replacement
- 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
- 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() - 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.
- getText(Mark, Mark) - Method in class org.apache.jasper.compiler.JspReader
- 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.runtime.TldScanner.TldInfo
- 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
- 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.
H
- handleGetProperty(Object, String) - Static method in class org.apache.jasper.runtime.JspRuntimeLibrary
- handlePageException(Exception) - Method in class org.apache.jasper.runtime.JspContextWrapper
- handlePageException(Exception) - Method in class org.apache.jasper.runtime.PageContextImpl
- handlePageException(Throwable) - Method in class org.apache.jasper.runtime.JspContextWrapper
- handlePageException(Throwable) - Method in class org.apache.jasper.runtime.PageContextImpl
- handlerInfos - Variable in class org.apache.jasper.compiler.Generator.GenerateVisitor
- handlers - Variable in class org.apache.jasper.runtime.PerThreadTagHandlerPool.PerThreadData
- handlers - Variable in class org.apache.jasper.runtime.TagHandlerPool
- handleSetProperty(Object, String, boolean) - Static method in class org.apache.jasper.runtime.JspRuntimeLibrary
- handleSetProperty(Object, String, byte) - Static method in class org.apache.jasper.runtime.JspRuntimeLibrary
- handleSetProperty(Object, String, char) - Static method in class org.apache.jasper.runtime.JspRuntimeLibrary
- handleSetProperty(Object, String, double) - Static method in class org.apache.jasper.runtime.JspRuntimeLibrary
- handleSetProperty(Object, String, float) - Static method in class org.apache.jasper.runtime.JspRuntimeLibrary
- handleSetProperty(Object, String, int) - Static method in class org.apache.jasper.runtime.JspRuntimeLibrary
- handleSetProperty(Object, String, long) - Static method in class org.apache.jasper.runtime.JspRuntimeLibrary
- handleSetProperty(Object, String, short) - Static method in class org.apache.jasper.runtime.JspRuntimeLibrary
- handleSetProperty(Object, String, Object) - Static method in class org.apache.jasper.runtime.JspRuntimeLibrary
- handleSetPropertyExpression(Object, String, String, PageContext, ProtectedFunctionMapper) - Static method in class org.apache.jasper.runtime.JspRuntimeLibrary
-
Use proprietaryEvaluate public static void handleSetPropertyExpression(Object bean, String prop, String expression, PageContext pageContext, VariableResolver variableResolver, FunctionMapper functionMapper ) throws JasperException { try { Method method = getWriteMethod(bean.getClass(), prop); method.invoke(bean, new Object[] { pageContext.getExpressionEvaluator().evaluate( expression, method.getParameterTypes()[0], variableResolver, functionMapper, null ) }); } catch (Exception ex) { throw new JasperException(ex); } }
- hasBegin - Variable in class org.apache.jasper.tagplugins.jstl.ForEach
- hasBom - Variable in class org.apache.jasper.compiler.Node.Root
- hasBom - Variable in class org.apache.jasper.compiler.ParserController
- hasBom - Variable in class org.apache.jasper.xmlparser.XMLEncodingDetector
- hasBom() - Method in class org.apache.jasper.compiler.Node.Root
- hasData() - Method in class org.apache.jasper.runtime.JspWriterImpl
- hasData() - Method in class org.apache.jasper.runtime.ServletResponseWrapperInclude
-
Are there any data to be flushed ?
- hasDollarExpression() - Method in class org.apache.jasper.compiler.ELNode.Nodes
- hasDynamicAttributes() - Method in class org.apache.jasper.compiler.JasperTagInfo
- hasDynamicContent - Variable in class org.apache.jasper.compiler.Validator.ValidateVisitor.NamedAttributeVisitor
- hasDynamicContent() - Method in class org.apache.jasper.compiler.Validator.ValidateVisitor.NamedAttributeVisitor
- hasEmptyBody() - Method in class org.apache.jasper.compiler.Node.CustomTag
-
Returns true if this custom action has an empty body, and false otherwise.
- hasEnd - Variable in class org.apache.jasper.tagplugins.jstl.ForEach
- hash(char[], int, int) - Method in class org.apache.jasper.xmlparser.SymbolTable
-
Returns a hashcode value for the specified symbol information.
- hash(String) - Method in class org.apache.jasper.xmlparser.SymbolTable
-
Returns a hashcode value for the specified symbol.
- hasIncludeAction - Variable in class org.apache.jasper.compiler.Node.ChildInfo
- hasIncludeAction() - Method in class org.apache.jasper.compiler.Node.ChildInfo
- hasJspRoot - Variable in class org.apache.jasper.compiler.PageInfo
- hasJspRoot() - Method in class org.apache.jasper.compiler.PageInfo
- hasJspRoot(JspReader) - Method in class org.apache.jasper.compiler.ParserController
- hasMoreInput() - Method in class org.apache.jasper.compiler.JspReader
- hasNext() - Method in class org.apache.jasper.compiler.ELParser
- hasNextChar() - Method in class org.apache.jasper.compiler.ELParser
- hasParamAction - Variable in class org.apache.jasper.compiler.Node.ChildInfo
- hasParamAction() - Method in class org.apache.jasper.compiler.Node.ChildInfo
- hasPoundExpression() - Method in class org.apache.jasper.compiler.ELNode.Nodes
- hasScriptingVars - Variable in class org.apache.jasper.compiler.Collector.CollectVisitor
- hasScriptingVars - Variable in class org.apache.jasper.compiler.Node.ChildInfo
- hasScriptingVars() - Method in class org.apache.jasper.compiler.Node.ChildInfo
- hasSetProperty - Variable in class org.apache.jasper.compiler.Node.ChildInfo
- hasSetProperty() - Method in class org.apache.jasper.compiler.Node.ChildInfo
- hasStep - Variable in class org.apache.jasper.tagplugins.jstl.ForEach
- hasTaglib(String) - Method in class org.apache.jasper.compiler.PageInfo
- hasUseBean - Variable in class org.apache.jasper.compiler.Node.ChildInfo
- hasUseBean() - Method in class org.apache.jasper.compiler.Node.ChildInfo
- hasVar - Variable in class org.apache.jasper.tagplugins.jstl.ForEach
- height - Variable in class org.apache.jasper.compiler.Node.PlugIn
- helpNeeded - Variable in class org.apache.jasper.JspC
- highSurrogate(int) - Static method in class org.apache.jasper.xmlparser.XMLChar
-
Returns the high surrogate of a supplemental character
- HttpJspBase - Class in org.apache.jasper.runtime
-
This is the super class of all JSP-generated servlets.
- HttpJspBase() - Constructor for class org.apache.jasper.runtime.HttpJspBase
- httpMethodsSet - Variable in class org.apache.jasper.servlet.JspServlet
- httpMethodsString - Variable in class org.apache.jasper.servlet.JspServlet
I
- id - Variable in class org.apache.jasper.compiler.ELParser.Id
- id - Variable in class org.apache.jasper.compiler.Generator.FragmentHelperClass.Fragment
- Id(String) - Constructor for class org.apache.jasper.compiler.ELParser.Id
- 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) - Method in class org.apache.jasper.runtime.PageContextImpl
- include(String, boolean) - Method in class org.apache.jasper.runtime.JspContextWrapper
- include(String, boolean) - Method in class org.apache.jasper.runtime.PageContextImpl
- 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_ACTION - Static variable in interface org.apache.jasper.compiler.TagConstants
- INCLUDE_DIRECTIVE_ACTION - Static variable in interface org.apache.jasper.compiler.TagConstants
- IncludeAction(String, Attributes, Attributes, Attributes, Mark, Node) - Constructor for class org.apache.jasper.compiler.Node.IncludeAction
- IncludeAction(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(String, Attributes, Attributes, Attributes, Mark, Node) - Constructor for class org.apache.jasper.compiler.Node.IncludeDirective
- IncludeDirective(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() - Method in class org.apache.jasper.compiler.JspConfig
- init(ServletConfig) - Method in class org.apache.jasper.runtime.HttpJspBase
- 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
- init(ServletResponse, int, boolean) - Method in class org.apache.jasper.runtime.JspWriterImpl
- init(ErrorDispatcher) - Method in class org.apache.jasper.compiler.TagPluginManager
- 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(JspCompilationContext, ErrorDispatcher, boolean) - Method in class org.apache.jasper.compiler.Jsr199JavaCompiler
- init(JspCompilationContext, ErrorDispatcher, boolean) - Method in class org.apache.jasper.compiler.NullJavaCompiler
- 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(byte[], byte[]) - Static method in class org.apache.jasper.compiler.SmapUtil.SDEInstaller
- install(File, byte[]) - 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, File, File) - 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(String, Attributes, Attributes, Attributes, Mark, Node) - Constructor for class org.apache.jasper.compiler.Node.InvokeAction
- InvokeAction(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 - Variable in class org.apache.jasper.compiler.ParserController
- isDefaultPageEncoding() - Method in class org.apache.jasper.compiler.Node.Root
- 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 - Variable in class org.apache.jasper.compiler.PageInfo
- isELIgnored() - Method in class org.apache.jasper.compiler.JspProperty
- 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 - Variable in class org.apache.jasper.compiler.ParserController
- isEncodingSpecifiedInProlog() - Method in class org.apache.jasper.compiler.Node.Root
- 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() - Method in class org.apache.jasper.compiler.Node.JspAttribute
- 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 - 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 - 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 - Variable in class org.apache.jasper.servlet.JspServletWrapper
- isTagFile() - Method in class org.apache.jasper.compiler.Node.CustomTag
- isTagFile() - Method in class org.apache.jasper.JspCompilationContext
- 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 - Variable in class org.apache.jasper.JspC
- isValidationEnabled - Variable in class org.apache.jasper.runtime.TldScanner
- 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 - Variable 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
- isXml() - Method in class org.apache.jasper.compiler.JspProperty
- 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
J
- JAR_FILE_SUFFIX - Static variable in class org.apache.jasper.runtime.TldScanner
- jarFileUrl - Variable in class org.apache.jasper.compiler.Parser
- jarTldCache - Static variable in class org.apache.jasper.runtime.TldScanner
- jarTldCacheLocal - Variable in class org.apache.jasper.runtime.TldScanner
-
A local cache for keeping track which jars have been scanned.
- JasperAntLogger() - Constructor for class org.apache.jasper.compiler.AntJavaCompiler.JasperAntLogger
- JasperException - Exception Class in org.apache.jasper
-
Base class for all exceptions generated by the JSP engine.
- JasperException(String) - Constructor for exception class org.apache.jasper.JasperException
- JasperException(String, Throwable) - Constructor for exception class org.apache.jasper.JasperException
-
Creates a JasperException with the embedded exception and the reason for throwing a JasperException
- JasperException(Throwable) - Constructor for exception class 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
- JasperTagInfo - Class in org.apache.jasper.compiler
-
TagInfo extension used by tag handlers that are implemented via tag files.
- JasperTagInfo(String, String, String, String, TagLibraryInfo, TagExtraInfo, TagAttributeInfo[], String, String, String, TagVariableInfo[], String) - Constructor for class org.apache.jasper.compiler.JasperTagInfo
- JAVA_1_0 - Static variable in class org.apache.jasper.JspC
- JAVA_1_1 - Static variable in class org.apache.jasper.JspC
- JAVA_1_2 - Static variable in class org.apache.jasper.JspC
- JAVA_1_3 - Static variable in class org.apache.jasper.JspC
- JAVA_1_4 - Static variable in class org.apache.jasper.JspC
- JAVA_1_5 - Static variable in class org.apache.jasper.JspC
- JAVA_1_6 - Static variable in class org.apache.jasper.JspC
- JAVA_1_7 - Static variable in class org.apache.jasper.JspC
- JAVA_1_8 - Static variable in class org.apache.jasper.JspC
- JAVA_5 - Static variable in class org.apache.jasper.JspC
- JAVA_6 - Static variable in class org.apache.jasper.JspC
- JAVA_7 - Static variable in class org.apache.jasper.JspC
- JAVA_8 - Static variable in class org.apache.jasper.JspC
- javac - Variable in class org.apache.jasper.compiler.AntJavaCompiler
- JAVAC_THREAD_PREFIX - Static variable in class org.apache.jasper.compiler.AntJavaCompiler
- javacError(String, Exception) - Method in class org.apache.jasper.compiler.DefaultErrorHandler
-
Processes the given javac error report and exception.
- javacError(String, Exception) - Method in class org.apache.jasper.compiler.ErrorDispatcher
- javacError(String, Exception) - Method in interface org.apache.jasper.compiler.ErrorHandler
-
Processes the given javac error report and exception.
- javacError(JavacErrorDetail[]) - Method in class org.apache.jasper.compiler.DefaultErrorHandler
- javacError(JavacErrorDetail[]) - Method in class org.apache.jasper.compiler.ErrorDispatcher
- javacError(JavacErrorDetail[]) - Method in interface org.apache.jasper.compiler.ErrorHandler
-
Processes the given javac compilation errors.
- JavacErrorDetail - Class in org.apache.jasper.compiler
-
Class providing details about a javac compilation error.
- JavacErrorDetail(String, int, StringBuilder) - Constructor for class org.apache.jasper.compiler.JavacErrorDetail
-
Constructor.
- JavacErrorDetail(String, int, String, int, StringBuilder) - Constructor for class org.apache.jasper.compiler.JavacErrorDetail
-
Constructor.
- JavacObj(Javac) - Constructor for class org.apache.jasper.compiler.AntJavaCompiler.JavacObj
- javaCompiler - Variable in class org.apache.jasper.compiler.Compiler
- JavaCompiler - Interface in org.apache.jasper.compiler
- javaCompilerOptionsSet - Variable in class org.apache.jasper.compiler.Compiler
- JavacThreadFactory() - Constructor for class org.apache.jasper.compiler.AntJavaCompiler.JavacThreadFactory
- javaEncoding - Variable in class org.apache.jasper.compiler.AntJavaCompiler
- javaEncoding - Variable in class org.apache.jasper.compiler.Jsr199JavaCompiler
- javaEncoding - Variable in class org.apache.jasper.compiler.NullJavaCompiler
- javaEncoding - Variable in class org.apache.jasper.EmbeddedServletOptions
-
Java platform encoding to generate the JSP page servlet.
- javaEncoding - Variable in class org.apache.jasper.JspC
-
The java file encoding.
- javaFileName - Variable in class org.apache.jasper.compiler.AntJavaCompiler
- javaFileName - Variable in class org.apache.jasper.compiler.JavacErrorDetail
- javaFileName - Variable in class org.apache.jasper.compiler.JDTJavaCompiler
- javaFileName - Variable in class org.apache.jasper.compiler.Jsr199JavaCompiler
- javaFileName - Variable in class org.apache.jasper.compiler.NullJavaCompiler
- javaKeywords - Static variable in class org.apache.jasper.compiler.JspUtil
- javaLine - Variable in class org.apache.jasper.compiler.ServletWriter
- javaLineNum - Variable in class org.apache.jasper.compiler.JavacErrorDetail
- javaPath - Variable in class org.apache.jasper.JspCompilationContext
- JAVAX_BODY_CONTENT_PARAM - Static variable in class org.apache.jasper.compiler.Parser
- JAVAX_BODY_CONTENT_PLUGIN - Static variable in class org.apache.jasper.compiler.Parser
- JAVAX_BODY_CONTENT_TEMPLATE_TEXT - Static variable in class org.apache.jasper.compiler.Parser
- 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_EXCEPTION - Static variable in class org.apache.jasper.runtime.JspRuntimeLibrary
- 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 class org.apache.jasper.compiler.JspDocumentParser
- 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 - Static variable in class org.apache.jasper.compiler.ImplicitTagLibraryInfo
- JSP_VERSION - Static variable in class org.apache.jasper.compiler.JspDocumentParser
- JSP_VERSION - Static variable in class org.apache.jasper.compiler.PageDataImpl
- 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 - Variable in class org.apache.jasper.runtime.PageContextImpl
- JspApplicationContextImpl - Class in org.apache.jasper.runtime
- JspApplicationContextImpl(ServletContext) - Constructor for class org.apache.jasper.runtime.JspApplicationContextImpl
- JspAttribute(String, String, String, String, boolean, ELNode.Nodes, boolean) - Constructor for class org.apache.jasper.compiler.Node.JspAttribute
- JspAttribute(String, String, String, String, ELNode.Nodes, String, String, String[]) - Constructor for class org.apache.jasper.compiler.Node.JspAttribute
- JspAttribute(Node.NamedAttribute, boolean) - Constructor for class org.apache.jasper.compiler.Node.JspAttribute
-
Use this constructor if the JspAttribute represents a named attribute.
- jspAttrs - Variable in class org.apache.jasper.compiler.Node.CustomTag
- jspAttrs - Variable in class org.apache.jasper.compiler.Node.JspElement
- jspAttrs - Variable in class org.apache.jasper.compiler.Node.UninterpretedTag
- jspBeginLineNum - Variable in class org.apache.jasper.compiler.JavacErrorDetail
- JspBody(String, Attributes, Attributes, Mark, Node) - Constructor for class org.apache.jasper.compiler.Node.JspBody
- JspBody(Mark, Node) - Constructor for class org.apache.jasper.compiler.Node.JspBody
- JspC - Class in org.apache.jasper
-
Shell for the jspc compiler.
- JspC() - Constructor for class org.apache.jasper.JspC
- jspcMode - Variable in class org.apache.jasper.compiler.Compiler
- jspcMode - Variable in class org.apache.jasper.compiler.ErrorDispatcher
- 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
- jspCompiler - Variable in class org.apache.jasper.JspCompilationContext
- jspConfig - Variable in class org.apache.jasper.EmbeddedServletOptions
-
Jsp config information
- jspConfig - Variable in class org.apache.jasper.JspC
- JspConfig - Class in org.apache.jasper.compiler
-
Handles the jsp-config element in WEB_INF/web.xml.
- JspConfig(ServletContext) - Constructor for class org.apache.jasper.compiler.JspConfig
- jspConfigDescriptor - Variable in class org.apache.jasper.servlet.JspCServletContext
- JspConfigDescriptorImpl(Collection<TaglibDescriptor>, Collection<JspPropertyGroupDescriptor>) - Constructor for class org.apache.jasper.servlet.JspCServletContext.JspConfigDescriptorImpl
- jspConfigPageEnc - Variable in class org.apache.jasper.compiler.Node.Root
- 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.
- JspCServletContext.JspConfigDescriptorImpl - Class in org.apache.jasper.servlet
- JspCServletContext.JspPropertyGroupDescriptorImpl - Class in org.apache.jasper.servlet
- JspCServletContext.TaglibDescriptorImpl - Class in org.apache.jasper.servlet
- jspDestroy() - Method in class org.apache.jasper.runtime.HttpJspBase
- jspDestroyedEvent(String) - Method in interface org.glassfish.jsp.api.JspProbeEmitter
- JspDocumentParser - Class in org.apache.jasper.compiler
-
Class implementing a parser for a JSP document, that is, a JSP page in XML syntax.
- JspDocumentParser(ParserController, String, boolean, boolean) - Constructor for class org.apache.jasper.compiler.JspDocumentParser
- JspDocumentParser.EnableDTDValidationException - Exception Class in org.apache.jasper.compiler
- JspElement(String, Attributes, Attributes, Attributes, Mark, Node) - Constructor for class org.apache.jasper.compiler.Node.JspElement
- JspElement(Attributes, Mark, Node) - Constructor for class org.apache.jasper.compiler.Node.JspElement
- jspError(Exception) - Method in class org.apache.jasper.compiler.ErrorDispatcher
- jspError(String) - Method in class org.apache.jasper.compiler.ErrorDispatcher
- jspError(String, int, int, String, Exception) - Method in class org.apache.jasper.compiler.DefaultErrorHandler
- 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 class org.apache.jasper.compiler.DefaultErrorHandler
- jspError(String, Exception) - Method in interface org.apache.jasper.compiler.ErrorHandler
-
Processes the given JSP parse error.
- jspError(String, String...) - Method in class org.apache.jasper.compiler.ErrorDispatcher
- jspError(String, String, Exception) - Method in class org.apache.jasper.compiler.ErrorDispatcher
- jspError(Mark, Exception) - Method in class org.apache.jasper.compiler.ErrorDispatcher
- jspError(Mark, String) - Method in class org.apache.jasper.compiler.ErrorDispatcher
- jspError(Mark, String, String...) - Method in class org.apache.jasper.compiler.ErrorDispatcher
- jspError(Node, String) - Method in class org.apache.jasper.compiler.ErrorDispatcher
- jspError(Node, String, String...) - Method in class org.apache.jasper.compiler.ErrorDispatcher
- jspError(Node, String, String, Exception) - Method in class org.apache.jasper.compiler.ErrorDispatcher
- jspErrorEvent(String) - Method in interface org.glassfish.jsp.api.JspProbeEmitter
- jspErrors - Variable in class org.apache.jasper.JspC
- JspFactoryImpl - Class in org.apache.jasper.runtime
-
Implementation of JspFactory.
- JspFactoryImpl() - Constructor for class org.apache.jasper.runtime.JspFactoryImpl
- JspFactoryImpl.PrivilegedGetPageContext - Class in org.apache.jasper.runtime
- JspFactoryImpl.PrivilegedReleasePageContext - Class in org.apache.jasper.runtime
- jspFile - Variable in class org.apache.jasper.compiler.PageInfo
- jspFile - Variable in class org.apache.jasper.servlet.JspServletWrapper
- jspFileName - Variable in class org.apache.jasper.compiler.JavacErrorDetail
- jspFileNotFound(HttpServletRequest, HttpServletResponse) - Method in class org.apache.jasper.servlet.JspServletWrapper
- 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
- jspId - Variable in class org.apache.jasper.compiler.Node.CustomTag
- jspId - Variable in class org.apache.jasper.compiler.PageDataImpl.SecondPassVisitor
- jspIdPrefix - Variable in class org.apache.jasper.compiler.PageDataImpl.FirstPassVisitor
- jspIdPrefix - Variable in class org.apache.jasper.compiler.PageDataImpl.SecondPassVisitor
- jspInit() - Method in class org.apache.jasper.runtime.HttpJspBase
- jspLoadedEvent(String) - Method in interface org.glassfish.jsp.api.JspProbeEmitter
- jspModTime - Variable in class org.apache.jasper.compiler.Compiler
- JspOutput(String, Attributes, Attributes, Attributes, Mark, Node) - Constructor for class org.apache.jasper.compiler.Node.JspOutput
- jspOutputAttrs - Static variable in class org.apache.jasper.compiler.Validator.ValidateVisitor
- jspPrefixMapper - Variable in class org.apache.jasper.compiler.PageInfo
- jspProbeEmitter - Variable in class org.apache.jasper.servlet.JspServlet
- jspProbeEmitter - Variable in class org.apache.jasper.servlet.JspServletWrapper
- JspProbeEmitter - Interface in org.glassfish.jsp.api
-
Interface for triggering events useful for monitoring.
- jspProperties - Variable in class org.apache.jasper.compiler.JspConfig
- jspProperty - Variable in class org.apache.jasper.compiler.JspPropertyGroup
- 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
- JspPropertyGroupDescriptorImpl(Collection<String>, String, String, String, String, String, String, Collection<String>, Collection<String>, String, String, String) - Constructor for class org.apache.jasper.servlet.JspCServletContext.JspPropertyGroupDescriptorImpl
- jspPropertyGroups - Variable in class org.apache.jasper.servlet.JspCServletContext.JspConfigDescriptorImpl
- JspReader - Class in org.apache.jasper.compiler
-
JspReader is an input buffer for the JSP parser.
- JspReader(JspCompilationContext, String, String, InputStreamReader, ErrorDispatcher) - Constructor for class org.apache.jasper.compiler.JspReader
- JspReader(JspCompilationContext, String, String, JarFile, ErrorDispatcher) - Constructor for class org.apache.jasper.compiler.JspReader
- jspReloadCount - Variable in class org.apache.jasper.compiler.JspRuntimeContext
- jspReloadedEvent(String) - Method in interface org.glassfish.jsp.api.JspProbeEmitter
- JspRoot(String, Attributes, Attributes, Attributes, Mark, Node) - Constructor for class org.apache.jasper.compiler.Node.JspRoot
- jspRootAttrs - Static variable in class org.apache.jasper.compiler.Validator.ValidateVisitor
- JspRuntimeContext - Class in org.apache.jasper.compiler
-
Class for tracking JSP compile time file dependencies when the invalid input: '&'060;%@include file="..."%invalid input: '&'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
- jsps - Variable in class org.apache.jasper.compiler.JspRuntimeContext
-
Maps JSP pages to their JspServletWrapper's
- JspServlet - Class in org.apache.jasper.servlet
-
The JSP engine (a.k.a Jasper).
- JspServlet() - Constructor for class org.apache.jasper.servlet.JspServlet
- JspServletWrapper - Class in org.apache.jasper.servlet
-
The JSP engine (a.k.a Jasper).
- JspServletWrapper(ServletConfig, Options, String, boolean, JspRuntimeContext) - Constructor for class org.apache.jasper.servlet.JspServletWrapper
- 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.
- JspText(String, Attributes, Attributes, Mark, Node) - Constructor for class org.apache.jasper.compiler.Node.JspText
- jspUri - Variable in class org.apache.jasper.JspCompilationContext
- jspUri - Variable in class org.apache.jasper.servlet.JspServletWrapper
- 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 org.apache.jasper.compiler.Node.CustomTag
- jspVersionDouble - Variable in class org.apache.jasper.compiler.TagFileProcessor.TagFileDirectiveVisitor
- jspWriter - Variable in class org.apache.jasper.runtime.ServletResponseWrapperInclude
- jspWriter - Variable in class org.apache.jasper.runtime.ServletResponseWrapperInclude.PrintWriterWrapper
- 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.
- JspWriterImpl.CharBuffer - Class in org.apache.jasper.runtime
- JspWriterImpl.CharBufferThreadLocalPool - Class in org.apache.jasper.runtime
- 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
- jsw - Variable in class org.apache.jasper.compiler.Compiler
- jsw - Variable in class org.apache.jasper.JspCompilationContext
K
- K - Static variable in class org.apache.jasper.Constants
-
Default size of the JSP buffer.
- keepGenerated - Variable in class org.apache.jasper.EmbeddedServletOptions
-
Do you want to keep the generated Java files around?
- keepGenerated() - Method in class org.apache.jasper.JspCompilationContext
-
Are we keeping generated code around?
L
- language - Variable in class org.apache.jasper.compiler.PageInfo
- largeIcon - Variable in class org.apache.jasper.compiler.TagFileProcessor.TagFileDirectiveVisitor
- lastFileID - Variable in class org.apache.jasper.compiler.SmapStratum
- lastModificationTest - Variable in class org.apache.jasper.servlet.JspServletWrapper
- length - Variable in class org.apache.jasper.xmlparser.XMLString
-
The length of characters from the offset.
- LEXICAL_HANDLER_PROPERTY - Static variable in class org.apache.jasper.compiler.JspDocumentParser
- lim - Variable in class org.apache.jasper.runtime.JspWriterImpl.CharBuffer
- line - Variable in class org.apache.jasper.compiler.Mark.IncludeState
- line - Variable in class org.apache.jasper.compiler.Mark
- LINE_SEPARATOR - Static variable in class org.apache.jasper.runtime.BodyContentImpl
- lineData - Variable in class org.apache.jasper.compiler.SmapStratum
- lineFileID - Variable in class org.apache.jasper.compiler.SmapStratum.LineInfo
- lineFileIDSet - Variable in class org.apache.jasper.compiler.SmapStratum.LineInfo
- LineInfo() - Constructor for class org.apache.jasper.compiler.SmapStratum.LineInfo
- lineNum - Variable in class org.apache.jasper.compiler.ErrorDispatcher.ErrorVisitor
- lineNumber - Variable in class org.apache.jasper.xmlparser.XMLEncodingDetector
- lineSeparator - Static variable in class org.apache.jasper.compiler.AntJavaCompiler
- lineSeparator - Static variable in class org.apache.jasper.runtime.JspWriterImpl
- list - Variable in class org.apache.jasper.compiler.ELNode.Nodes
- list - Variable in class org.apache.jasper.compiler.Node.Nodes
- LIST_ERRORS - Static variable in class org.apache.jasper.JspC
- listeners - Variable in class org.apache.jasper.runtime.JspApplicationContextImpl
- listeners - Variable in class org.apache.jasper.runtime.TldScanner.TldInfo
- listErrors - Variable in class org.apache.jasper.JspC
- literal - Variable in class org.apache.jasper.xmlparser.XMLEncodingDetector
- load() - Method in class org.apache.jasper.JspCompilationContext
- load(int, boolean) - Method in class org.apache.jasper.xmlparser.XMLEncodingDetector
-
Loads a chunk of text.
- loadClass(String) - Method in class org.apache.jasper.servlet.JasperLoader
-
Load the class with the specified name.
- loadClass(String, boolean) - Method in class org.apache.jasper.servlet.JasperLoader
-
Load the class with the specified name, searching using the following algorithm until it finds and returns the class.
- loadClassDataFromFile(String) - Method in class org.apache.jasper.servlet.JasperLoader
- loader - Variable in class org.apache.jasper.compiler.BeanRepository
- loader - Variable in class org.apache.jasper.compiler.Validator.ValidateVisitor
- loader - Variable in class org.apache.jasper.JspC
- loader - Variable in class org.apache.jasper.JspCompilationContext
- loadTagFile() - Method in class org.apache.jasper.servlet.JspServletWrapper
-
Compile (if needed) and load a tag file
- loadTagFile(Compiler, String, TagInfo, PageInfo) - Method in class org.apache.jasper.compiler.TagFileProcessor
-
Compiles and loads a tagfile.
- loadTagFilePrototype() - Method in class org.apache.jasper.servlet.JspServletWrapper
-
Compile and load a prototype for the Tag file.
- loadTagFiles(Compiler, Node.Nodes) - Method in class org.apache.jasper.compiler.TagFileProcessor
-
Implements a phase of the translation that compiles (if necessary) the tag files used in a JSP files.
- loc - Variable in class org.apache.jasper.servlet.JspCServletContext.TaglibDescriptorImpl
- Localizer - Class in org.apache.jasper.compiler
-
Class responsible for converting error codes to corresponding localized error messages.
- Localizer() - Constructor for class org.apache.jasper.compiler.Localizer
- localName - Variable in class org.apache.jasper.compiler.Node.JspAttribute
- localName - Variable in class org.apache.jasper.compiler.Node
- localName - Variable in class org.apache.jasper.compiler.Node.NamedAttribute
- locateUriRoot(File) - Method in class org.apache.jasper.JspC
-
Find the WEB-INF dir by looking up in the directory tree.
- locator - Variable in class org.apache.jasper.compiler.JspDocumentParser
- log - Variable in class org.apache.jasper.compiler.AntJavaCompiler
- log - Variable in class org.apache.jasper.compiler.Compiler
- log - Variable in class org.apache.jasper.compiler.JDTJavaCompiler
- log - Static variable in class org.apache.jasper.compiler.JspConfig
- log - Static variable in class org.apache.jasper.compiler.JspReader
- log - Static variable in class org.apache.jasper.compiler.JspRuntimeContext
- log - Static variable in class org.apache.jasper.EmbeddedServletOptions
- log - Static variable in class org.apache.jasper.JspC
- log - Static variable in class org.apache.jasper.runtime.JspFactoryImpl
- log - Static variable in class org.apache.jasper.runtime.PageContextImpl
- log - Static variable in class org.apache.jasper.runtime.TldScanner
- log - Static variable in class org.apache.jasper.security.SecurityClassLoad
- log - Static variable in class org.apache.jasper.servlet.JspServlet
- log - Static variable in class org.apache.jasper.servlet.JspServletWrapper
- log - Static variable in class org.apache.jasper.xmlparser.ParserUtils
- log - Static variable in class org.apache.jasper.xmlparser.UCSReader
- log(Exception, String) - Method in class org.apache.jasper.servlet.JspCServletContext
-
Deprecated.Use log(String,Throwable) instead
- log(String) - Method in class org.apache.jasper.compiler.AntJavaCompiler.JasperAntLogger
- log(String) - Method in class org.apache.jasper.servlet.JspCServletContext
-
Log the specified message.
- log(String, Throwable) - Method in class org.apache.jasper.servlet.JspCServletContext
-
Log the specified message and exception.
- logger - Variable in class org.apache.jasper.compiler.AntJavaCompiler
- lowSurrogate(int) - Static method in class org.apache.jasper.xmlparser.XMLChar
-
Returns the low surrogate of a supplemental character
- ltrim() - Method in class org.apache.jasper.compiler.Node.TemplateText
-
Trim all whitespace from the left of the template text
M
- main(String[]) - Static method in class org.apache.jasper.compiler.SmapGenerator
- main(String[]) - Static method in class org.apache.jasper.compiler.SmapUtil.SDEInstaller
- main(String[]) - Static method in class org.apache.jasper.JspC
- main(String[]) - Static method in class org.apache.jasper.runtime.BodyContentImpl
- makeAttr(String, String) - Method in class org.apache.jasper.compiler.Generator.GenerateVisitor
- makeCustomNestingLevel() - Method in class org.apache.jasper.compiler.Node.CustomTag
- makeJavaIdentifier(String) - Static method in class org.apache.jasper.compiler.JspUtil
-
Converts the given identifier to a legal Java identifier
- makeJavaPackage(String) - Static method in class org.apache.jasper.compiler.JspUtil
-
Converts the given path to a Java package or fully-qualified class name
- makeOutputDir(String) - Method in class org.apache.jasper.JspCompilationContext
- makeXmlJavaIdentifier(String) - Static method in class org.apache.jasper.compiler.JspUtil
-
Converts the given Xml name to a legal Java identifier.
- mandatory - Variable in class org.apache.jasper.compiler.JspUtil.ValidAttribute
- mangleChar(char) - Static method in class org.apache.jasper.compiler.JspUtil
-
Mangle the specified character to create a legal Java class name.
- manifestMap - Static variable in class org.apache.jasper.compiler.JspUtil
- map - Static variable in class org.apache.jasper.runtime.JspApplicationContextImpl
- map - Variable in class org.apache.jasper.runtime.VariableMapperImpl
- map(Compiler, Node.Nodes) - Static method in class org.apache.jasper.compiler.ELFunctionMapper
-
Creates the functions mappers for all EL expressions in the JSP page.
- mapFunction(String, Class<?>, String, Class<?>[]) - Method in class org.apache.jasper.runtime.ProtectedFunctionMapper
-
Stores a mapping from the given EL function prefix and name to the given Java method.
- mapName - Variable in class org.apache.jasper.compiler.ELNode.Nodes
- mapout - Variable in class org.apache.jasper.JspC
- mappedFile - Variable in class org.apache.jasper.EmbeddedServletOptions
-
Do you want support for "mapped" files? This will generate servlet that has a print statement per line of the JSP file.
- mappedFile - Variable in class org.apache.jasper.JspC
- mapper - Variable in class org.apache.jasper.runtime.ExpressionEvaluatorImpl.FunctionMapperWrapper
- mappingout - Variable in class org.apache.jasper.JspC
- mappings - Variable in class org.apache.jasper.runtime.TldScanner
-
The mapping of the 'global' tag library URI (as defined in the tld) to the location (resource path) of the TLD associated with that tag library.
- mapTldLocation(String, TldScanner.TldInfo, boolean) - Method in class org.apache.jasper.runtime.TldScanner
- mark() - Method in class org.apache.jasper.compiler.JspReader
- mark(int) - Method in class org.apache.jasper.xmlparser.ASCIIReader
-
Mark the present position in the stream.
- mark(int) - Method in class org.apache.jasper.xmlparser.UCSReader
-
Mark the present position in the stream.
- mark(int) - Method in class org.apache.jasper.xmlparser.UTF8Reader
-
Mark the present position in the stream.
- mark(int) - Method in class org.apache.jasper.xmlparser.XMLEncodingDetector.RewindableInputStream
- Mark - Class in org.apache.jasper.compiler
-
Mark represents a point in the JSP input.
- Mark(JspReader, char[], int, String, String, String) - Constructor for class org.apache.jasper.compiler.Mark
-
Constructor
- Mark(Mark) - Constructor for class org.apache.jasper.compiler.Mark
-
Constructor
- Mark(JspCompilationContext, String, int, int) - Constructor for class org.apache.jasper.compiler.Mark
-
Constructor
- Mark.IncludeState - Class in org.apache.jasper.compiler
-
Keep track of parser before parsing an included file.
- markSupported() - Method in class org.apache.jasper.xmlparser.ASCIIReader
-
Tell whether this stream supports the mark() operation.
- markSupported() - Method in class org.apache.jasper.xmlparser.UCSReader
-
Tell whether this stream supports the mark() operation.
- markSupported() - Method in class org.apache.jasper.xmlparser.UTF8Reader
-
Tell whether this stream supports the mark() operation.
- markSupported() - Method in class org.apache.jasper.xmlparser.XMLEncodingDetector.RewindableInputStream
- MASK_CONTENT - Static variable in class org.apache.jasper.xmlparser.XMLChar
-
Content character mask.
- MASK_NAME - Static variable in class org.apache.jasper.xmlparser.XMLChar
-
Name character mask.
- MASK_NAME_START - Static variable in class org.apache.jasper.xmlparser.XMLChar
-
Name start character mask.
- MASK_NCNAME - Static variable in class org.apache.jasper.xmlparser.XMLChar
-
NCName character mask.
- MASK_NCNAME_START - Static variable in class org.apache.jasper.xmlparser.XMLChar
-
NCName start character mask.
- MASK_PUBID - Static variable in class org.apache.jasper.xmlparser.XMLChar
-
Pubid character mask.
- MASK_SPACE - Static variable in class org.apache.jasper.xmlparser.XMLChar
-
Space character mask.
- MASK_VALID - Static variable in class org.apache.jasper.xmlparser.XMLChar
-
Valid character mask.
- master - Variable in class org.apache.jasper.compiler.JspReader
- matches(String) - Method in class org.apache.jasper.compiler.JspReader
-
search the stream for a match to a string
- matchesETag(String) - Method in class org.apache.jasper.compiler.JspReader
- matchesETagWithoutLessThan(String) - Method in class org.apache.jasper.compiler.JspReader
- matchesIgnoreCase(String) - Method in class org.apache.jasper.compiler.JspReader
- matchesOptionalSpacesFollowedBy(String) - Method in class org.apache.jasper.compiler.JspReader
-
Looks ahead to see if there are optional spaces followed by the given String.
- matchMap(ArrayList<ELNode.Function>) - Method in class org.apache.jasper.compiler.ELFunctionMapper.ELFunctionVisitor
-
Find the name of the function mapper for an EL.
- MAX_BUFFER_SIZE - Static variable in class org.apache.jasper.runtime.JspWriterImpl
- MAX_POOL_SIZE - Static variable in class org.apache.jasper.Constants
-
Default tag handler pool size.
- MAX_SCOPE - Static variable in class org.apache.jasper.compiler.ScriptingVariabler
- maxSize - Variable in class org.apache.jasper.runtime.PerThreadTagHandlerPool
- maxTagNesting - Variable in class org.apache.jasper.compiler.Collector.CollectVisitor
- maxTagNesting - Variable in class org.apache.jasper.compiler.PageInfo
- mayReadChunks - Variable in class org.apache.jasper.xmlparser.XMLEncodingDetector
- mergeIntoWebXml() - Method in class org.apache.jasper.JspC
-
Include the generated web.xml inside the webapp's web.xml.
- META_INF_TAGS - Static variable in class org.apache.jasper.compiler.JspUtil
- methodMaps - Variable in class org.apache.jasper.compiler.Generator.TagHandlerInfo
- methodName - Variable in class org.apache.jasper.compiler.ELNode.Function
- methodNesting - Variable in class org.apache.jasper.compiler.Generator.GenerateVisitor
- methodsBuffered - Variable in class org.apache.jasper.compiler.Generator.GenerateVisitor
- methodsBuffered - Variable in class org.apache.jasper.compiler.Generator
- min(int, int) - Method in class org.apache.jasper.runtime.JspWriterImpl
-
Our own little min method, to avoid loading java.lang.Math if we've run out of file descriptors and we're trying to print a stack trace.
- modificationTestInterval - Variable in class org.apache.jasper.EmbeddedServletOptions
-
Modification test interval.
- myAttributes - Variable in class org.apache.jasper.servlet.JspCServletContext
-
Servlet context attributes.
- MyEntityResolver - Class in org.apache.jasper.xmlparser
- MyEntityResolver(boolean) - Constructor for class org.apache.jasper.xmlparser.MyEntityResolver
- MyErrorHandler - Class in org.apache.jasper.xmlparser
- MyErrorHandler() - Constructor for class org.apache.jasper.xmlparser.MyErrorHandler
- myJavaVersion - Static variable in class org.apache.jasper.JspC
- myLogWriter - Variable in class org.apache.jasper.servlet.JspCServletContext
-
The log writer we will write log messages to.
- MyLSInput - Class in org.apache.jasper.xmlparser
- MyLSInput() - Constructor for class org.apache.jasper.xmlparser.MyLSInput
- MyLSResourceResolver - Class in org.apache.jasper.xmlparser
- MyLSResourceResolver() - Constructor for class org.apache.jasper.xmlparser.MyLSResourceResolver
- myResourceBaseURL - Variable in class org.apache.jasper.servlet.JspCServletContext
-
The base URL (document root) for this context.
N
- name - Variable in class org.apache.jasper.compiler.ELNode.Function
- name - Variable in class org.apache.jasper.compiler.JspUtil.ValidAttribute
- name - Variable in class org.apache.jasper.compiler.Node.AttributeGenerator
- name - Variable in class org.apache.jasper.compiler.Node.NamedAttribute
- name - Variable in class org.apache.jasper.compiler.TagFileProcessor.TagFileDirectiveVisitor
- name - Variable in class org.apache.jasper.xmlparser.TreeNode
-
The name of this node.
- Name(String, String) - Constructor for enum org.apache.jasper.compiler.TagFileProcessor.TagFileDirectiveVisitor.Name
- nameAttr - Variable in class org.apache.jasper.compiler.Node.JspElement
- namedAttribute - Variable in class org.apache.jasper.compiler.Node.JspAttribute
- NamedAttribute(String, Attributes, Attributes, Attributes, Mark, Node) - Constructor for class org.apache.jasper.compiler.Node.NamedAttribute
- NamedAttribute(Attributes, Mark, Node) - Constructor for class org.apache.jasper.compiler.Node.NamedAttribute
- namedAttributeNode - Variable in class org.apache.jasper.compiler.Node.JspAttribute
- namedAttributeNodes - Variable in class org.apache.jasper.compiler.Node
- NamedAttributeVisitor() - Constructor for class org.apache.jasper.compiler.Validator.ValidateVisitor.NamedAttributeVisitor
- NameEntry(TagFileProcessor.TagFileDirectiveVisitor.Name, Node, TagAttributeInfo) - Constructor for class org.apache.jasper.compiler.TagFileProcessor.TagFileDirectiveVisitor.NameEntry
- nameFromTable - Variable in class org.apache.jasper.compiler.TagFileProcessor.TagFileDirectiveVisitor
- nameSDE - Static variable in class org.apache.jasper.compiler.SmapUtil.SDEInstaller
- nameTable - Variable in class org.apache.jasper.compiler.TagFileProcessor.TagFileDirectiveVisitor
- needsSession - Variable in class org.apache.jasper.runtime.JspFactoryImpl.PrivilegedGetPageContext
- needsSession - Variable in class org.apache.jasper.runtime.PageContextImpl
- nestedScriptingVars - Variable in class org.apache.jasper.compiler.Node.CustomTag
- nestedVars - Variable in class org.apache.jasper.runtime.JspContextWrapper
- newLine() - Method in class org.apache.jasper.runtime.BodyContentImpl
-
Write a line separator.
- newLine() - Method in class org.apache.jasper.runtime.JspWriterImpl
-
Write a line separator.
- newThread(Runnable) - Method in class org.apache.jasper.compiler.AntJavaCompiler.JavacThreadFactory
- next - Variable in class org.apache.jasper.xmlparser.SymbolTable.Entry
-
The next entry.
- nextArg() - Method in class org.apache.jasper.JspC
- nextChar - Variable in class org.apache.jasper.runtime.BodyContentImpl
- nextChar() - Method in class org.apache.jasper.compiler.ELParser
- nextChar() - Method in class org.apache.jasper.compiler.JspReader
- nextFile() - Method in class org.apache.jasper.JspC
- nextTemporaryVariableName() - Static method in class org.apache.jasper.compiler.JspUtil
-
Generates a new temporary variable name.
- nextToken() - Method in class org.apache.jasper.compiler.ELParser
- NO_DIE_LEVEL - Static variable in class org.apache.jasper.JspC
- NO_WEBXML - Static variable in class org.apache.jasper.JspC
- node - Variable in class org.apache.jasper.compiler.Generator.GenBuffer
- node - Variable in class org.apache.jasper.compiler.TagFileProcessor.TagFileDirectiveVisitor.NameEntry
- node - Variable in class org.apache.jasper.compiler.TagPluginManager.TagPluginContextImpl
- Node - Class in org.apache.jasper.compiler
-
An internal data representation of a JSP page or a JSP docuement (XML).
- Node() - Constructor for class org.apache.jasper.compiler.Node
-
Zero-arg Constructor.
- Node(String, String, String, Mark, Node) - Constructor for class org.apache.jasper.compiler.Node
- Node(String, String, Mark, Node) - Constructor for class org.apache.jasper.compiler.Node
-
Constructor.
- Node(String, String, Attributes, Mark, Node) - Constructor for class org.apache.jasper.compiler.Node
-
Constructor for Nodes parsed from standard syntax.
- Node(String, String, Attributes, Attributes, Attributes, Mark, Node) - Constructor for class org.apache.jasper.compiler.Node
-
Constructor for Nodes parsed from XML syntax.
- Node(Mark, Node) - Constructor for class org.apache.jasper.compiler.Node
-
Constructor.
- Node.AttributeDirective - Class in org.apache.jasper.compiler
-
Represents an attribute directive
- Node.AttributeGenerator - Class in org.apache.jasper.compiler
-
Used as a placeholder for the evaluation code of a custom action attribute (used by the tag plugin machinery only).
- Node.ChildInfo - Class in org.apache.jasper.compiler
-
Collected information about child elements.
- Node.Comment - Class in org.apache.jasper.compiler
-
Represents a Jsp comment Comments are kept for completeness.
- Node.CustomTag - Class in org.apache.jasper.compiler
-
Represents a custom tag
- Node.Declaration - Class in org.apache.jasper.compiler
-
Represents a declaration
- Node.DoBodyAction - Class in org.apache.jasper.compiler
-
Represents a invalid input: '<'jsp:doBody> tag file action
- Node.ELExpression - Class in org.apache.jasper.compiler
-
Represents an EL expression.
- Node.Expression - Class in org.apache.jasper.compiler
-
Represents an expression.
- Node.FallBackAction - Class in org.apache.jasper.compiler
-
Represents a fallback action
- Node.ForwardAction - Class in org.apache.jasper.compiler
-
Represents a forward action
- Node.GetProperty - Class in org.apache.jasper.compiler
-
Represents a getProperty action
- Node.IncludeAction - Class in org.apache.jasper.compiler
-
Represents an include action
- Node.IncludeDirective - Class in org.apache.jasper.compiler
-
Represents an include directive
- Node.InvokeAction - Class in org.apache.jasper.compiler
-
Represents a invalid input: '<'jsp:invoke> tag file action
- Node.JspAttribute - Class in org.apache.jasper.compiler
-
Represents attributes that can be request time expressions.
- Node.JspBody - Class in org.apache.jasper.compiler
-
Represents a JspBody node (<jsp:body>)
- Node.JspElement - Class in org.apache.jasper.compiler
-
Represents a invalid input: '<'jsp:element>.
- Node.JspOutput - Class in org.apache.jasper.compiler
-
Represents a invalid input: '<'jsp:output>.
- Node.JspRoot - Class in org.apache.jasper.compiler
-
Represents the root of a Jsp document (XML syntax)
- Node.JspText - Class in org.apache.jasper.compiler
-
Represents the body of a <jsp:text> element
- Node.NamedAttribute - Class in org.apache.jasper.compiler
-
Represents a Named Attribute (<jsp:attribute>)
- Node.Nodes - Class in org.apache.jasper.compiler
-
An ordered list of Node, used to represent the body of an element, or a jsp page of jsp document.
- Node.PageDirective - Class in org.apache.jasper.compiler
-
Represents a page directive
- Node.ParamAction - Class in org.apache.jasper.compiler
-
Represents a param action
- Node.ParamsAction - Class in org.apache.jasper.compiler
-
Represents a params action
- Node.PlugIn - Class in org.apache.jasper.compiler
-
Represents a plugin action
- Node.Root - Class in org.apache.jasper.compiler
-
Represents the root of a Jsp page or Jsp document
- Node.ScriptingElement - Class in org.apache.jasper.compiler
-
Represents an expression, declaration, or scriptlet
- Node.Scriptlet - Class in org.apache.jasper.compiler
-
Represents a scriptlet
- Node.SetProperty - Class in org.apache.jasper.compiler
-
Represents a setProperty action
- Node.TagDirective - Class in org.apache.jasper.compiler
-
Represents a tag directive
- Node.TaglibDirective - Class in org.apache.jasper.compiler
-
Represents a custom taglib directive
- Node.TemplateText - Class in org.apache.jasper.compiler
-
Represents a template text string
- Node.UninterpretedTag - Class in org.apache.jasper.compiler
-
Represents an uninterpreted tag, from a Jsp document
- Node.UseBean - Class in org.apache.jasper.compiler
-
Represents a useBean action
- Node.VariableDirective - Class in org.apache.jasper.compiler
-
Represents a variable directive
- Node.Visitor - Class in org.apache.jasper.compiler
-
A visitor class for visiting the node.
- Nodes() - Constructor for class org.apache.jasper.compiler.ELNode.Nodes
- Nodes() - Constructor for class org.apache.jasper.compiler.Node.Nodes
- Nodes(Node.Root) - Constructor for class org.apache.jasper.compiler.Node.Nodes
- nonCustomTagPrefixMap - Variable in class org.apache.jasper.compiler.PageInfo
- nonTaglibXmlnsAttrs - Variable in class org.apache.jasper.compiler.Node
- NOROOT_REL_URI - Static variable in class org.apache.jasper.runtime.TldScanner
- NS_PLUGIN_URL - Static variable in class org.apache.jasper.Constants
-
Default URLs to download the pluging for Netscape and IE.
- NullJavaCompiler - Class in org.apache.jasper.compiler
-
Java compiler for invoking JSP to java translation only.
- NullJavaCompiler() - Constructor for class org.apache.jasper.compiler.NullJavaCompiler
- nullManifest - Static variable in class org.apache.jasper.compiler.JspUtil
- numCount - Variable in class org.apache.jasper.compiler.Node.CustomTag
O
- OBJECT_CLASS - Static variable in class org.apache.jasper.compiler.Generator
- offset - Variable in class org.apache.jasper.runtime.JspWriterImpl.CharBuffer
- offset - Variable in class org.apache.jasper.xmlparser.XMLString
-
The offset into the character array.
- omit - Variable in class org.apache.jasper.compiler.Node.NamedAttribute
- omitXmlDecl - Variable in class org.apache.jasper.compiler.PageInfo
- onStartup(Set<Class<?>>, ServletContext) - Method in class org.apache.jasper.runtime.TldScanner
- OPEN_EXPR - Static variable in class org.apache.jasper.compiler.JspUtil
- OPEN_EXPR_XML - Static variable in class org.apache.jasper.compiler.JspUtil
- openFragment(Node, String, int) - Method in class org.apache.jasper.compiler.Generator.FragmentHelperClass
- openInputStream() - Method in class org.apache.jasper.compiler.Jsr199JavaCompiler.BytecodeFile
- openOutputStream() - Method in class org.apache.jasper.compiler.Jsr199JavaCompiler.BytecodeFile
- optimizeLineSection() - Method in class org.apache.jasper.compiler.SmapStratum
-
Combines consecutive LineInfos wherever possible
- OPTION_MAXSIZE - Static variable in class org.apache.jasper.runtime.TagHandlerPool
- OPTION_TAGPOOL - Static variable in class org.apache.jasper.runtime.TagHandlerPool
- options - Variable in class org.apache.jasper.compiler.AntJavaCompiler
- options - Variable in class org.apache.jasper.compiler.Compiler
- options - Variable in class org.apache.jasper.compiler.JspRuntimeContext
- options - Variable in class org.apache.jasper.compiler.Jsr199JavaCompiler
- options - Variable in class org.apache.jasper.JspCompilationContext
- options - Variable in class org.apache.jasper.servlet.JspServlet
- options - Variable in class org.apache.jasper.servlet.JspServletWrapper
- Options - Interface in org.apache.jasper
-
A class to hold all init parameters specific to the JSP engine.
- org.apache.jasper - package org.apache.jasper
- org.apache.jasper.compiler - package org.apache.jasper.compiler
- org.apache.jasper.compiler.tagplugin - package org.apache.jasper.compiler.tagplugin
- org.apache.jasper.runtime - package org.apache.jasper.runtime
- org.apache.jasper.security - package org.apache.jasper.security
- org.apache.jasper.servlet - package org.apache.jasper.servlet
- org.apache.jasper.tagplugins.jstl - package org.apache.jasper.tagplugins.jstl
- org.apache.jasper.util - package org.apache.jasper.util
- org.apache.jasper.xmlparser - package org.apache.jasper.xmlparser
- org.glassfish.jsp.api - package org.glassfish.jsp.api
- orig - Variable in class org.apache.jasper.compiler.SmapUtil.SDEInstaller
- originalNestedVars - Variable in class org.apache.jasper.runtime.JspContextWrapper
- origPos - Variable in class org.apache.jasper.compiler.SmapUtil.SDEInstaller
- Otherwise - Class in org.apache.jasper.tagplugins.jstl
- Otherwise() - Constructor for class org.apache.jasper.tagplugins.jstl.Otherwise
- out - Variable in class org.apache.jasper.compiler.Generator.GenBuffer
- out - Variable in class org.apache.jasper.compiler.Generator.GenerateVisitor
- out - Variable in class org.apache.jasper.compiler.Generator
- out - Variable in class org.apache.jasper.runtime.JspWriterImpl
- out - Variable in class org.apache.jasper.runtime.PageContextImpl
- OUTPUT_ACTION - Static variable in interface org.apache.jasper.compiler.TagConstants
- outputDir - Variable in class org.apache.jasper.JspCompilationContext
- outputDirLock - Static variable in class org.apache.jasper.JspCompilationContext
- outputFileName - Variable in class org.apache.jasper.compiler.SmapGenerator
- outputLineIncrement - Variable in class org.apache.jasper.compiler.SmapStratum.LineInfo
- outputStartLine - Variable in class org.apache.jasper.compiler.SmapStratum.LineInfo
- outs - Variable in class org.apache.jasper.runtime.PageContextImpl
P
- packageDefinitionEnabled - Static variable in class org.apache.jasper.security.SecurityUtil
- packageMap - Variable in class org.apache.jasper.compiler.JspRuntimeContext
-
Maps classes in packages compiled by the JSP compiler.
- page - Variable in class org.apache.jasper.compiler.Node.ForwardAction
- page - Variable in class org.apache.jasper.compiler.Node.IncludeAction
- PAGE_DIRECTIVE_ACTION - Static variable in interface org.apache.jasper.compiler.TagConstants
- pageAttributes - Variable in class org.apache.jasper.runtime.JspContextWrapper
- pageContext - Variable in class org.apache.jasper.runtime.ExpressionEvaluatorImpl.ExpressionImpl
- pageContext - Variable in class org.apache.jasper.runtime.ExpressionEvaluatorImpl
- pageContext - Variable in class org.apache.jasper.runtime.JspFactoryImpl.PrivilegedReleasePageContext
- pageContext - Variable in class org.apache.jasper.runtime.VariableResolverImpl
- PageContextImpl - Class in org.apache.jasper.runtime
-
Implementation of the PageContext class from the JSP spec.
- PageContextImpl(JspFactory) - Constructor for class org.apache.jasper.runtime.PageContextImpl
- PageDataImpl - Class in org.apache.jasper.compiler
-
An implementation of javax.servlet.jsp.tagext.PageData which builds the XML view of a given page.
- PageDataImpl(Node.Nodes, Compiler) - Constructor for class org.apache.jasper.compiler.PageDataImpl
-
Constructor.
- PageDataImpl.FirstPassVisitor - Class in org.apache.jasper.compiler
- PageDataImpl.SecondPassVisitor - Class in org.apache.jasper.compiler
- PageDirective(String, Attributes, Attributes, Attributes, Mark, Node) - Constructor for class org.apache.jasper.compiler.Node.PageDirective
- PageDirective(Attributes, Mark, Node) - Constructor for class org.apache.jasper.compiler.Node.PageDirective
- pageDirectiveAttrs - Static variable in class org.apache.jasper.compiler.Validator.DirectiveVisitor
- pageEnc - Variable in class org.apache.jasper.compiler.Node.Root
- pageEncoding - Variable in class org.apache.jasper.compiler.JspProperty
- pageEncoding - Variable in class org.apache.jasper.servlet.JspCServletContext.JspPropertyGroupDescriptorImpl
- pageEncodingSeen - Variable in class org.apache.jasper.compiler.Validator.DirectiveVisitor
- pageInfo - Variable in class org.apache.jasper.compiler.Compiler
- pageInfo - Variable in class org.apache.jasper.compiler.Generator
- pageInfo - Variable in class org.apache.jasper.compiler.ImplicitTagLibraryInfo
- pageInfo - Variable in class org.apache.jasper.compiler.JspDocumentParser
- pageInfo - Variable in class org.apache.jasper.compiler.PageDataImpl.FirstPassVisitor
- pageInfo - Variable in class org.apache.jasper.compiler.Parser
- pageInfo - Variable in class org.apache.jasper.compiler.TagFileProcessor.TagFileLoaderVisitor
- pageInfo - Variable in class org.apache.jasper.compiler.TagLibraryInfoImpl
- pageInfo - Variable in class org.apache.jasper.compiler.TagPluginManager
- pageInfo - Variable in class org.apache.jasper.compiler.TagPluginManager.TagPluginContextImpl
- pageInfo - Variable in class org.apache.jasper.compiler.Validator.DirectiveVisitor
- pageInfo - Variable in class org.apache.jasper.compiler.Validator.ValidateVisitor
- PageInfo - Class in org.apache.jasper.compiler
-
A repository for various info about the translation unit under compilation.
- PageInfo(BeanRepository, String) - Constructor for class org.apache.jasper.compiler.PageInfo
- pageNodes - Variable in class org.apache.jasper.compiler.Compiler
- pages - Variable in class org.apache.jasper.JspC
- PARAM_ACTION - Static variable in interface org.apache.jasper.compiler.TagConstants
- ParamAction(String, Attributes, Attributes, Attributes, Mark, Node) - Constructor for class org.apache.jasper.compiler.Node.ParamAction
- ParamAction(Attributes, Mark, Node) - Constructor for class org.apache.jasper.compiler.Node.ParamAction
- paramActionAttrs - Static variable in class org.apache.jasper.compiler.Validator.ValidateVisitor
- paramActionSeen - Variable in class org.apache.jasper.compiler.Collector.CollectVisitor
- parameters - Variable in class org.apache.jasper.compiler.ELNode.Function
- PARAMS_ACTION - Static variable in interface org.apache.jasper.compiler.TagConstants
- ParamsAction(String, Attributes, Attributes, Mark, Node) - Constructor for class org.apache.jasper.compiler.Node.ParamsAction
- ParamsAction(Mark, Node) - Constructor for class org.apache.jasper.compiler.Node.ParamsAction
- parent - Variable in class org.apache.jasper.compiler.Generator.GenerateVisitor
- parent - Variable in class org.apache.jasper.compiler.Node
- parent - Variable in class org.apache.jasper.compiler.ScriptingVariabler.CustomTagCounter
- parent - Variable in class org.apache.jasper.servlet.JasperLoader
- parent - Variable in class org.apache.jasper.xmlparser.TreeNode
-
The parent node of this node.
- parentRoot - Variable in class org.apache.jasper.compiler.Node.Root
- parentTag - Variable in class org.apache.jasper.runtime.JspFragmentHelper
- parse(String) - Static method in class org.apache.jasper.compiler.ELParser
-
Parse an EL expression
- parse(String) - Method in class org.apache.jasper.compiler.ParserController
-
Parses a JSP page or tag file.
- parse(String, Node, URL) - Method in class org.apache.jasper.compiler.ParserController
-
Processes an include directive with the given path.
- parse(ParserController, String, JarFile, Node, boolean, boolean, String, String, boolean) - Static method in class org.apache.jasper.compiler.JspDocumentParser
- parse(ParserController, String, JspReader, Node, boolean, boolean, URL, String, String, boolean, boolean) - Static method in class org.apache.jasper.compiler.Parser
-
The main entry for Parser
- parseAttribute(AttributesImpl) - Method in class org.apache.jasper.compiler.Parser
-
Attribute ::= Name S? Eq S? ( '"invalid input: '<'%=' RTAttributeValueDouble | '"' AttributeValueDouble | "'invalid input: '<'%=" RTAttributeValueSingle | "'" AttributeValueSingle } Note: JSP and XML spec does not allow while spaces around Eq.
- parseAttributeDirective(Node) - Method in class org.apache.jasper.compiler.Parser
- parseAttributes() - Method in class org.apache.jasper.compiler.Parser
-
Attributes ::= (S Attribute)* S?
- parseAttributes(ParserController, JspReader) - Static method in class org.apache.jasper.compiler.Parser
-
Parse Attributes for a reader, provided for external use
- parseAttributeValue(String) - Method in class org.apache.jasper.compiler.Parser
-
AttributeValueDouble ::= (QuotedChar - '"')* ('"' |
) RTAttributeValueDouble ::= ((QuotedChar - '"')* - ((QuotedChar-'"')'%>"') ('%>"' | TRANSLATION_ERROR) - parseBody(Node, String, String) - Method in class org.apache.jasper.compiler.Parser
- parseCheckInterval(String) - Method in class org.apache.jasper.EmbeddedServletOptions
- parseComment(Node) - Method in class org.apache.jasper.compiler.Parser
- parseCustomAction(String, String, String, Attributes, Attributes, Attributes, Mark, Node) - Method in class org.apache.jasper.compiler.JspDocumentParser
- parseCustomTag(Node) - Method in class org.apache.jasper.compiler.Parser
- parseDeclaration(Node) - Method in class org.apache.jasper.compiler.Parser
- parseDirective(Node) - Method in class org.apache.jasper.compiler.Parser
- parseDoBody(Node) - Method in class org.apache.jasper.compiler.Parser
- parseEL() - Method in class org.apache.jasper.compiler.ELParser
-
Parse an EL expression string '${...} or #{...}'
- parseElement(Node) - Method in class org.apache.jasper.compiler.Parser
- parseElements(Node) - Method in class org.apache.jasper.compiler.Parser
- parseElementsScriptless(Node) - Method in class org.apache.jasper.compiler.Parser
- parseElementsTemplateText(Node) - Method in class org.apache.jasper.compiler.Parser
- parseELExpression(Node, String) - Method in class org.apache.jasper.compiler.Parser
- parseEmptyBody(Node, String) - Method in class org.apache.jasper.compiler.Parser
- parseExpression(String, Class, FunctionMapper) - Method in class org.apache.jasper.runtime.ExpressionEvaluatorImpl
- parseExpression(Node) - Method in class org.apache.jasper.compiler.Parser
- parseFallBack(Node) - Method in class org.apache.jasper.compiler.Parser
- parseForward(Node) - Method in class org.apache.jasper.compiler.Parser
- parseFunction() - Method in class org.apache.jasper.compiler.ELParser
-
Parse for a function FunctionInvokation ::= (identifier ':')? identifier '(' (Expression (,Expression)*)? ')' Note: currently we don't parse arguments In EL 1.2, method can include parameters, so we need to exclude cases such as a.b().
- parseGetProperty(Node) - Method in class org.apache.jasper.compiler.Parser
- parseImplicitTld(JspCompilationContext, String) - Method in class org.apache.jasper.compiler.ImplicitTagLibraryInfo
-
Parses the JSP version and tlib-version from the implicit.tld at the given path.
- parseInclude(Node) - Method in class org.apache.jasper.compiler.Parser
- parseIncludeDirective(Node) - Method in class org.apache.jasper.compiler.Parser
- parseInvoke(Node) - Method in class org.apache.jasper.compiler.Parser
- parseJavacMessage(Node.Nodes, String, String) - Static method in class org.apache.jasper.compiler.ErrorDispatcher
- parseJspAttributeAndBody(Node, String, String) - Method in class org.apache.jasper.compiler.Parser
-
Attempts to parse 'JspAttributeAndBody' production.
- parseJspBody(Node, String) - Method in class org.apache.jasper.compiler.Parser
- parseJspParams(Node) - Method in class org.apache.jasper.compiler.Parser
- parseModificationTestInterval(String) - Method in class org.apache.jasper.EmbeddedServletOptions
- parseName() - Method in class org.apache.jasper.compiler.Parser
-
Name ::= (Letter | '_' | ':') (Letter | Digit | '.' | '_' | '-' | ':')*
- parseNamedAttributes(Node) - Method in class org.apache.jasper.compiler.Parser
- parseOptionalBody(Node, String, String) - Method in class org.apache.jasper.compiler.Parser
- parsePageDirective(Node) - Method in class org.apache.jasper.compiler.Parser
- parseParam(Node) - Method in class org.apache.jasper.compiler.Parser
-
Param ::= 'invalid input: '<'jsp:param' S Attributes S? EmptyBody S?
- parsePlugin(Node) - Method in class org.apache.jasper.compiler.Parser
- parsePluginTags(Node) - Method in class org.apache.jasper.compiler.Parser
- parseQuoted(String) - Method in class org.apache.jasper.compiler.Parser
-
QuotedChar ::= ''' | '"' | '\\' | '\"' | "\'" | '\>' | '\$' | '\#' | Char
- parseQuotedChars(char) - Method in class org.apache.jasper.compiler.ELParser
- Parser - Class in org.apache.jasper.compiler
-
This class implements a parser for a JSP page (non-xml view).
- Parser(ParserController, JspReader, boolean, boolean, URL, boolean) - Constructor for class org.apache.jasper.compiler.Parser
-
The constructor
- parserController - Variable in class org.apache.jasper.compiler.JspDocumentParser
- parserController - Variable in class org.apache.jasper.compiler.Parser
- parserController - Variable in class org.apache.jasper.compiler.TagLibraryInfoImpl
- ParserController - Class in org.apache.jasper.compiler
-
Controller for the parsing of a JSP page.
- ParserController(JspCompilationContext, Compiler) - Constructor for class org.apache.jasper.compiler.ParserController
- 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
- parseScriptlet(Node) - Method in class org.apache.jasper.compiler.Parser
- parseScriptText(String) - Method in class org.apache.jasper.compiler.Parser
- parseSetProperty(Node) - Method in class org.apache.jasper.compiler.Parser
- parseStandardAction(String, String, Attributes, Attributes, Attributes, Mark, Node) - Method in class org.apache.jasper.compiler.JspDocumentParser
- parseStandardAction(Node) - Method in class org.apache.jasper.compiler.Parser
- parseTagDependentBody(Node, String) - Method in class org.apache.jasper.compiler.Parser
-
TagDependentBody :=
- parseTagDirective(Node) - Method in class org.apache.jasper.compiler.Parser
- parseTagFileDirectives(String) - Method in class org.apache.jasper.compiler.ParserController
-
Extracts tag file directive information from the tag file with the given name.
- parseTagFileDirectives(Node) - Method in class org.apache.jasper.compiler.Parser
- parseTagFileDirectives(ParserController, String, String, TagLibraryInfo) - Static method in class org.apache.jasper.compiler.TagFileProcessor
-
Parses the tag file, and collects information on the directives included in it.
- parseTaglibDirective(Node) - Method in class org.apache.jasper.compiler.Parser
- parseTemplateText(Node) - Method in class org.apache.jasper.compiler.Parser
- parseTLD(JspCompilationContext, String, InputStream, URL) - Method in class org.apache.jasper.compiler.TagLibraryInfoImpl
- parseToken(boolean) - Method in class org.apache.jasper.compiler.JspReader
-
Parse a space delimited token.
- parseUseBean(Node) - Method in class org.apache.jasper.compiler.Parser
- parseVariableDirective(Node) - Method in class org.apache.jasper.compiler.Parser
- parseWebDotXml() - Method in class org.apache.jasper.servlet.JspCServletContext
- parseXMLDeclaration(Node) - Method in class org.apache.jasper.compiler.Parser
- parseXMLDirective(Node) - Method in class org.apache.jasper.compiler.Parser
- 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. - 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. - parseXMLExpression(Node) - Method in class org.apache.jasper.compiler.Parser
- parseXMLScriptlet(Node) - Method in class org.apache.jasper.compiler.Parser
- parseXMLTemplateText(Node) - Method in class org.apache.jasper.compiler.Parser
- path - Variable in class org.apache.jasper.compiler.JspDocumentParser
- path - Variable in class org.apache.jasper.compiler.JspPropertyGroup
- path - Variable in class org.apache.jasper.compiler.TagFileProcessor.TagFileDirectiveVisitor
- pc - Variable in class org.apache.jasper.compiler.ImplicitTagLibraryInfo
- peekChar() - Method in class org.apache.jasper.compiler.ELParser
- peekChar() - Method in class org.apache.jasper.compiler.JspReader
- peekChar() - Method in class org.apache.jasper.xmlparser.XMLEncodingDetector
-
Returns the next character on the input.
- permissionCollection - Variable in class org.apache.jasper.compiler.JspRuntimeContext
- permissionCollection - Variable in class org.apache.jasper.servlet.JasperLoader
- perThread - Variable in class org.apache.jasper.runtime.PerThreadTagHandlerPool
- PerThreadData() - Constructor for class org.apache.jasper.runtime.PerThreadTagHandlerPool.PerThreadData
- perThreadDataVector - Variable in class org.apache.jasper.runtime.PerThreadTagHandlerPool
- PerThreadTagHandlerPool - Class in org.apache.jasper.runtime
-
Thread-local based pool of tag handlers that can be reused.
- PerThreadTagHandlerPool() - Constructor for class org.apache.jasper.runtime.PerThreadTagHandlerPool
-
Constructs a tag handler pool with the default capacity.
- PerThreadTagHandlerPool.PerThreadData - Class in org.apache.jasper.runtime
- PlugIn(String, Attributes, Attributes, Attributes, Mark, Node) - Constructor for class org.apache.jasper.compiler.Node.PlugIn
- PlugIn(Attributes, Mark, Node) - Constructor for class org.apache.jasper.compiler.Node.PlugIn
- PLUGIN_ACTION - Static variable in interface org.apache.jasper.compiler.TagConstants
- pluginAttributes - Variable in class org.apache.jasper.compiler.TagPluginManager.TagPluginContextImpl
- plugInAttrs - Static variable in class org.apache.jasper.compiler.Validator.ValidateVisitor
- pluginDcls - Variable in class org.apache.jasper.compiler.PageInfo
- pool - Variable in class org.apache.jasper.runtime.JspFactoryImpl
- pool - Variable in class org.apache.jasper.runtime.JspWriterImpl.CharBufferThreadLocalPool
- poolingEnabled - Variable in class org.apache.jasper.JspC
- popBody() - Method in class org.apache.jasper.runtime.JspContextWrapper
- popBody() - Method in class org.apache.jasper.runtime.PageContextImpl
- popFile() - Method in class org.apache.jasper.compiler.JspReader
-
Pop a file from the file stack.
- popIndent() - Method in class org.apache.jasper.compiler.ServletWriter
- popPrefixMapping(String) - Method in class org.apache.jasper.compiler.PageInfo
- popStream() - Method in class org.apache.jasper.compiler.Mark
-
/* Restores this mark's state to a previously stored stream.
- pos - Variable in class org.apache.jasper.runtime.JspWriterImpl.CharBuffer
- pos - Variable in class org.apache.jasper.runtime.JspWriterImpl.CharBufferThreadLocalPool
- position - Variable in class org.apache.jasper.xmlparser.XMLEncodingDetector
- postCheck() - Method in class org.apache.jasper.compiler.TagFileProcessor.TagFileDirectiveVisitor
-
Perform miscelleaneous checks after the nodes are visited.
- poundAllowed - Variable in class org.apache.jasper.compiler.JspProperty
- poundAllowed - Variable in class org.apache.jasper.servlet.JspCServletContext.JspPropertyGroupDescriptorImpl
- preCompile(HttpServletRequest) - Method in class org.apache.jasper.servlet.JspServlet
-
Look for a precompilation request as described in Section 8.4.2 of the JSP 1.2 Specification.
- 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 org.apache.jasper.compiler.ELNode.Function
- prefix - Variable in class org.apache.jasper.compiler.Node.CustomTag
- prefix - Variable in class org.apache.jasper.compiler.Node.NamedAttribute
- prefixes - Variable in class org.apache.jasper.compiler.PageInfo
- prepareParams(Node) - Method in class org.apache.jasper.compiler.Generator.GenerateVisitor
-
Scans through all child nodes of the given parent for subelements.
- prePass - Variable in class org.apache.jasper.compiler.TextOptimizer.TextCatVisitor
- prevToken - Variable in class org.apache.jasper.compiler.ELParser
- print(boolean) - Method in class org.apache.jasper.runtime.BodyContentImpl
-
Print a boolean value.
- print(boolean) - Method in class org.apache.jasper.runtime.JspWriterImpl
-
Print a boolean value.
- print(boolean) - Method in class org.apache.jasper.util.SystemLogHandler
- print(char) - Method in class org.apache.jasper.compiler.ServletWriter
-
Prints the given char.
- print(char) - Method in class org.apache.jasper.runtime.BodyContentImpl
-
Print a character.
- print(char) - Method in class org.apache.jasper.runtime.JspWriterImpl
-
Print a character.
- print(char) - Method in class org.apache.jasper.util.SystemLogHandler
- print(char[]) - Method in class org.apache.jasper.runtime.BodyContentImpl
-
Print an array of characters.
- print(char[]) - Method in class org.apache.jasper.runtime.JspWriterImpl
-
Print an array of characters.
- print(char[]) - Method in class org.apache.jasper.util.SystemLogHandler
- print(double) - Method in class org.apache.jasper.runtime.BodyContentImpl
-
Print a double-precision floating-point number.
- print(double) - Method in class org.apache.jasper.runtime.JspWriterImpl
-
Print a double-precision floating-point number.
- print(double) - Method in class org.apache.jasper.util.SystemLogHandler
- print(float) - Method in class org.apache.jasper.runtime.BodyContentImpl
-
Print a floating-point number.
- print(float) - Method in class org.apache.jasper.runtime.JspWriterImpl
-
Print a floating-point number.
- print(float) - Method in class org.apache.jasper.util.SystemLogHandler
- print(int) - Method in class org.apache.jasper.compiler.ServletWriter
-
Prints the given int.
- print(int) - Method in class org.apache.jasper.runtime.BodyContentImpl
-
Print an integer.
- print(int) - Method in class org.apache.jasper.runtime.JspWriterImpl
-
Print an integer.
- print(int) - Method in class org.apache.jasper.util.SystemLogHandler
- print(long) - Method in class org.apache.jasper.runtime.BodyContentImpl
-
Print a long integer.
- print(long) - Method in class org.apache.jasper.runtime.JspWriterImpl
-
Print a long integer.
- print(long) - Method in class org.apache.jasper.util.SystemLogHandler
- print(Object) - Method in class org.apache.jasper.runtime.BodyContentImpl
-
Print an object.
- print(Object) - Method in class org.apache.jasper.runtime.JspWriterImpl
-
Print an object.
- print(Object) - Method in class org.apache.jasper.util.SystemLogHandler
- print(String) - Method in class org.apache.jasper.compiler.ServletWriter
-
Prints the given string.
- print(String) - Method in class org.apache.jasper.runtime.BodyContentImpl
-
Print a string.
- print(String) - Method in class org.apache.jasper.runtime.JspWriterImpl
-
Print a string.
- print(String) - Method in class org.apache.jasper.util.SystemLogHandler
- print(String, String, PrintWriter) - Method in class org.apache.jasper.compiler.TagLibraryInfoImpl
- printAttributes(String, Attributes, String) - Method in class org.apache.jasper.compiler.Dumper.DumpVisitor
- printAttributes(Node, boolean) - Method in class org.apache.jasper.compiler.PageDataImpl.SecondPassVisitor
- 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
- printIndent() - Method in class org.apache.jasper.compiler.Dumper.DumpVisitor
- println() - Method in class org.apache.jasper.compiler.ServletWriter
-
Prints a '\n'
- println() - Method in class org.apache.jasper.runtime.BodyContentImpl
-
Terminate the current line by writing the line separator string.
- println() - Method in class org.apache.jasper.runtime.JspWriterImpl
-
Terminate the current line by writing the line separator string.
- println() - Method in class org.apache.jasper.util.SystemLogHandler
- println(boolean) - Method in class org.apache.jasper.runtime.BodyContentImpl
-
Print a boolean value and then terminate the line.
- println(boolean) - Method in class org.apache.jasper.runtime.JspWriterImpl
-
Print a boolean value and then terminate the line.
- println(boolean) - Method in class org.apache.jasper.util.SystemLogHandler
- println(char) - Method in class org.apache.jasper.runtime.BodyContentImpl
-
Print a character and then terminate the line.
- println(char) - Method in class org.apache.jasper.runtime.JspWriterImpl
-
Print a character and then terminate the line.
- println(char) - Method in class org.apache.jasper.util.SystemLogHandler
- println(char[]) - Method in class org.apache.jasper.runtime.BodyContentImpl
-
Print an array of characters and then terminate the line.
- println(char[]) - Method in class org.apache.jasper.runtime.JspWriterImpl
-
Print an array of characters and then terminate the line.
- println(char[]) - Method in class org.apache.jasper.util.SystemLogHandler
- println(double) - Method in class org.apache.jasper.runtime.BodyContentImpl
-
Print a double-precision floating-point number and then terminate the line.
- println(double) - Method in class org.apache.jasper.runtime.JspWriterImpl
-
Print a double-precision floating-point number and then terminate the line.
- println(double) - Method in class org.apache.jasper.util.SystemLogHandler
- println(float) - Method in class org.apache.jasper.runtime.BodyContentImpl
-
Print a floating-point number and then terminate the line.
- println(float) - Method in class org.apache.jasper.runtime.JspWriterImpl
-
Print a floating-point number and then terminate the line.
- println(float) - Method in class org.apache.jasper.util.SystemLogHandler
- println(int) - Method in class org.apache.jasper.runtime.BodyContentImpl
-
Print an integer and then terminate the line.
- println(int) - Method in class org.apache.jasper.runtime.JspWriterImpl
-
Print an integer and then terminate the line.
- println(int) - Method in class org.apache.jasper.util.SystemLogHandler
- println(long) - Method in class org.apache.jasper.runtime.BodyContentImpl
-
Print a long integer and then terminate the line.
- println(long) - Method in class org.apache.jasper.runtime.JspWriterImpl
-
Print a long integer and then terminate the line.
- println(long) - Method in class org.apache.jasper.util.SystemLogHandler
- println(Object) - Method in class org.apache.jasper.runtime.BodyContentImpl
-
Print an Object and then terminate the line.
- println(Object) - Method in class org.apache.jasper.runtime.JspWriterImpl
-
Print an Object and then terminate the line.
- println(Object) - Method in class org.apache.jasper.util.SystemLogHandler
- println(String) - Method in class org.apache.jasper.compiler.ServletWriter
-
Prints the given string followed by '\n'
- println(String) - Method in class org.apache.jasper.runtime.BodyContentImpl
-
Print a String and then terminate the line.
- println(String) - Method in class org.apache.jasper.runtime.JspWriterImpl
-
Print a String and then terminate the line.
- println(String) - Method in class org.apache.jasper.util.SystemLogHandler
- printMessage(String, PrintStream, int) - Method in class org.apache.jasper.compiler.AntJavaCompiler.JasperAntLogger
- printMultiLn(String) - Method in class org.apache.jasper.compiler.ServletWriter
-
Prints the given string.
- printParams(Node, String, boolean) - Method in class org.apache.jasper.compiler.Generator.GenerateVisitor
-
Prints the attribute value specified in the param action, in the form of name=value string.
- printString(String) - Method in class org.apache.jasper.compiler.Dumper.DumpVisitor
- printString(String, char[], String) - Method in class org.apache.jasper.compiler.Dumper.DumpVisitor
- printString(String, String, String) - Method in class org.apache.jasper.compiler.Dumper.DumpVisitor
- printWriter - Variable in class org.apache.jasper.runtime.ServletResponseWrapperInclude
-
PrintWriter which appends to the JspWriter of the including page.
- PrintWriterWrapper(JspWriterImpl) - Constructor for class org.apache.jasper.runtime.ServletResponseWrapperInclude.PrintWriterWrapper
- PrivilegedGetPageContext(JspFactoryImpl, Servlet, ServletRequest, ServletResponse, String, boolean, int, boolean) - Constructor for class org.apache.jasper.runtime.JspFactoryImpl.PrivilegedGetPageContext
- PrivilegedGetTccl - Class in org.apache.jasper.security
- PrivilegedGetTccl() - Constructor for class org.apache.jasper.security.PrivilegedGetTccl
- PrivilegedReleasePageContext(JspFactoryImpl, PageContext) - Constructor for class org.apache.jasper.runtime.JspFactoryImpl.PrivilegedReleasePageContext
- PrivilegedSetTccl - Class in org.apache.jasper.security
- PrivilegedSetTccl(ClassLoader) - Constructor for class org.apache.jasper.security.PrivilegedSetTccl
- processChars() - Method in class org.apache.jasper.compiler.JspDocumentParser
- processFile(String) - Method in class org.apache.jasper.JspC
- processIncludeDirective(String, Node) - Method in class org.apache.jasper.compiler.JspDocumentParser
- processIncludeDirective(String, Node) - Method in class org.apache.jasper.compiler.Parser
- processSignature(ELNode.Function) - Method in class org.apache.jasper.compiler.Validator.ValidateVisitor
- processTldsInFileSystem(String) - Method in class org.apache.jasper.runtime.TldScanner
- processWebDotXml() - Method in class org.apache.jasper.runtime.TldScanner
- processWebDotXml(ServletContext) - Method in class org.apache.jasper.compiler.JspConfig
- project - Variable in class org.apache.jasper.compiler.AntJavaCompiler
- propertyEditorMaps - Variable in class org.apache.jasper.compiler.Generator.TagHandlerInfo
- ProtectedFunctionMapper - Class in org.apache.jasper.runtime
-
Maps EL functions to their Java method counterparts.
- ProtectedFunctionMapper() - Constructor for class org.apache.jasper.runtime.ProtectedFunctionMapper
-
Constructor has protected access.
- protoTypeMode - Variable in class org.apache.jasper.JspCompilationContext
- publicId - Variable in class org.apache.jasper.xmlparser.MyLSInput
- purgeJspFragmentErrors() - Method in class org.apache.jasper.JspC
- pushBody() - 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.JspContextWrapper
- pushBody(Writer) - Method in class org.apache.jasper.runtime.PageContextImpl
- pushBodyCountVar - Variable in class org.apache.jasper.compiler.Generator.GenerateVisitor
- pushChar() - Method in class org.apache.jasper.compiler.JspReader
-
Back up the current cursor by one char, assumes current.cursor > 0, and that the char to be pushed back is not '\n'.
- pushFile(String, String, InputStreamReader) - Method in class org.apache.jasper.compiler.JspReader
-
Push a file (and its associated Stream) on the file stack.
- pushIndent() - Method in class org.apache.jasper.compiler.ServletWriter
- pushPrefixMapping(String, String) - Method in class org.apache.jasper.compiler.PageInfo
- pushStream(char[], int, String, String, String) - Method in class org.apache.jasper.compiler.Mark
-
Sets this mark's state to a new stream.
- 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
Q
- qName - Variable in class org.apache.jasper.compiler.Node.JspAttribute
- qName - Variable in class org.apache.jasper.compiler.Node
- quote(char) - Static method in class org.apache.jasper.compiler.Generator
-
Single quote and escape a character
- quote(String) - Static method in class org.apache.jasper.compiler.Generator
- QuotedString(String) - Constructor for class org.apache.jasper.compiler.ELParser.QuotedString
R
- randomAccessWriteU2(int, int) - Method in class org.apache.jasper.compiler.SmapUtil.SDEInstaller
- rctxt - Variable in class org.apache.jasper.JspC
- rctxt - Variable in class org.apache.jasper.JspCompilationContext
- rctxt - Variable in class org.apache.jasper.servlet.JspServlet
- read() - Method in class org.apache.jasper.xmlparser.ASCIIReader
-
Read a single character.
- read() - Method in class org.apache.jasper.xmlparser.UCSReader
-
Read a single character.
- read() - Method in class org.apache.jasper.xmlparser.UTF8Reader
-
Read a single character.
- read() - Method in class org.apache.jasper.xmlparser.XMLEncodingDetector.RewindableInputStream
- read(byte[], int, int) - Method in class org.apache.jasper.xmlparser.XMLEncodingDetector.RewindableInputStream
- read(char[], int, int) - Method in class org.apache.jasper.xmlparser.ASCIIReader
-
Read characters into a portion of an array.
- read(char[], int, int) - Method in class org.apache.jasper.xmlparser.UCSReader
-
Read characters into a portion of an array.
- read(char[], int, int) - Method in class org.apache.jasper.xmlparser.UTF8Reader
-
Read characters into a portion of an array.
- readBytes(int) - Method in class org.apache.jasper.compiler.SmapUtil.SDEInstaller
- reader - Variable in class org.apache.jasper.compiler.Mark
- reader - Variable in class org.apache.jasper.compiler.Parser
- reader - Variable in class org.apache.jasper.xmlparser.XMLEncodingDetector
- readU1() - Method in class org.apache.jasper.compiler.SmapUtil.SDEInstaller
- readU2() - Method in class org.apache.jasper.compiler.SmapUtil.SDEInstaller
- readU4() - Method in class org.apache.jasper.compiler.SmapUtil.SDEInstaller
- readWhole(File) - Static method in class org.apache.jasper.compiler.SmapUtil.SDEInstaller
- ready() - Method in class org.apache.jasper.xmlparser.ASCIIReader
-
Tell whether this stream is ready to be read.
- ready() - Method in class org.apache.jasper.xmlparser.UCSReader
-
Tell whether this stream is ready to be read.
- ready() - Method in class org.apache.jasper.xmlparser.UTF8Reader
-
Tell whether this stream is ready to be read.
- reAllocBuff(int) - Method in class org.apache.jasper.runtime.BodyContentImpl
-
Reallocates buffer since the spec requires it to be unbounded.
- recycle() - Method in class org.apache.jasper.runtime.JspWriterImpl
-
Package-level access
- registerSourceFile(String) - Method in class org.apache.jasper.compiler.JspReader
-
Register a new source file.
- release() - Method in class org.apache.jasper.compiler.AntJavaCompiler
- release() - Method in interface org.apache.jasper.compiler.JavaCompiler
-
Release resouces used in the current compilation
- release() - Method in class org.apache.jasper.compiler.JDTJavaCompiler
- release() - Method in class org.apache.jasper.compiler.Jsr199JavaCompiler
- release() - Method in class org.apache.jasper.compiler.NullJavaCompiler
- release() - Method in class org.apache.jasper.runtime.JspContextWrapper
- release() - Method in class org.apache.jasper.runtime.PageContextImpl
- release() - Method in class org.apache.jasper.runtime.PerThreadTagHandlerPool
-
Calls the release() method of all tag handlers in this tag handler pool.
- release() - Method in class org.apache.jasper.runtime.TagHandlerPool
-
Calls the release() method of all available tag handlers in this tag handler pool.
- release(JspWriterImpl.CharBuffer) - Method in class org.apache.jasper.runtime.JspWriterImpl.CharBufferThreadLocalPool
- releaseCharBuffer() - Method in class org.apache.jasper.runtime.JspWriterImpl
- releasePageContext(PageContext) - Method in class org.apache.jasper.runtime.JspFactoryImpl
- reload - Variable in class org.apache.jasper.servlet.JspServletWrapper
- remaining() - Method in class org.apache.jasper.runtime.JspWriterImpl.CharBufferThreadLocalPool
- remove(Node) - Method in class org.apache.jasper.compiler.Node.Nodes
-
Removes the given node from the list.
- removeAttribute(String) - Method in class org.apache.jasper.runtime.JspContextWrapper
- removeAttribute(String) - Method in class org.apache.jasper.runtime.PageContextImpl
- removeAttribute(String) - Method in class org.apache.jasper.servlet.JspCServletContext
-
Remove the specified context attribute.
- removeAttribute(String) - Method in class org.apache.jasper.xmlparser.TreeNode
-
Remove any existing value for the specified attribute name.
- removeAttribute(String, int) - Method in class org.apache.jasper.runtime.JspContextWrapper
- removeAttribute(String, int) - Method in class org.apache.jasper.runtime.PageContextImpl
- removed - Variable in class org.apache.jasper.JspCompilationContext
- removeGeneratedClassFiles() - Method in class org.apache.jasper.compiler.Compiler
- removeGeneratedFiles() - Method in class org.apache.jasper.compiler.Compiler
-
Remove generated files
- removeIANA2JavaMapping(String) - Static method in class org.apache.jasper.xmlparser.EncodingMap
-
Removes an IANA to Java encoding name mapping.
- removeJava2IANAMapping(String) - Static method in class org.apache.jasper.xmlparser.EncodingMap
-
Removes a Java to IANA encoding name mapping.
- removeJspApplicationContext(ServletContext) - Static method in class org.apache.jasper.runtime.JspApplicationContextImpl
- removeNode(TreeNode) - Method in class org.apache.jasper.xmlparser.TreeNode
-
Remove a child node from this node, if it is one.
- removeProtoTypeFiles(String) - Method in class org.apache.jasper.compiler.TagFileProcessor
-
Removed the java and class files for the tag prototype generated from the current compilation.
- removeQuotes(char[]) - Static method in class org.apache.jasper.compiler.JspUtil
- removeWrapper(String) - Method in class org.apache.jasper.compiler.JspRuntimeContext
-
Remove a JspServletWrapper.
- replace(String, char, String) - Static method in class org.apache.jasper.compiler.JspUtil
-
Replaces any occurrences of the character replace with the string with.
- reportBuf - Variable in class org.apache.jasper.compiler.AntJavaCompiler.JasperAntLogger
- reportFatalError(String, String) - Method in class org.apache.jasper.xmlparser.XMLEncodingDetector
-
Convenience function used in all XML scanners.
- request - Variable in class org.apache.jasper.runtime.JspFactoryImpl.PrivilegedGetPageContext
- request - Variable in class org.apache.jasper.runtime.PageContextImpl
- reservedWords - Static variable in class org.apache.jasper.compiler.ELParser
- reset() - Method in class org.apache.jasper.xmlparser.ASCIIReader
-
Reset the stream.
- reset() - Method in class org.apache.jasper.xmlparser.UCSReader
-
Reset the stream.
- reset() - Method in class org.apache.jasper.xmlparser.UTF8Reader
-
Reset the stream.
- reset() - Method in class org.apache.jasper.xmlparser.XMLEncodingDetector.RewindableInputStream
- reset(Mark) - Method in class org.apache.jasper.compiler.JspReader
- resetBuffer() - Method in class org.apache.jasper.runtime.ServletResponseWrapperInclude
-
Clears the output buffer of the JspWriter associated with the including page.
- resetDefaultNS - Variable in class org.apache.jasper.compiler.PageDataImpl.SecondPassVisitor
- resetTemporaryVariableName() - Static method in class org.apache.jasper.compiler.JspUtil
-
Resets the temporary variable name.
- resolveEntity(String, String) - Method in class org.apache.jasper.xmlparser.MyEntityResolver
- resolveFileName(String) - Method in class org.apache.jasper.compiler.ParserController
- resolveFunction(String, String) - Method in class org.apache.jasper.runtime.ExpressionEvaluatorImpl.FunctionMapperWrapper
- resolveFunction(String, String) - Method in class org.apache.jasper.runtime.ProtectedFunctionMapper
-
Resolves the specified local name and prefix into a Java.lang.Method.
- resolver - Variable in class org.apache.jasper.runtime.ELContextImpl
- resolveRelativeUri(String) - Method in class org.apache.jasper.JspCompilationContext
-
Get the full value of a URI relative to this compilations context uses current file as the base.
- resolveResource(String, String, String, String, String) - Method in class org.apache.jasper.xmlparser.MyLSResourceResolver
- resolveVariable(String) - Method in class org.apache.jasper.runtime.VariableMapperImpl
-
Resolves the specified variable within the given context.
- resolveVariable(String) - Method in class org.apache.jasper.runtime.VariableResolverImpl
-
Resolves the specified variable within the given context.
- resourceInjector - Variable in class org.apache.jasper.runtime.TagHandlerPool
- ResourceInjector - Interface in org.glassfish.jsp.api
-
Interface for injecting injectable resources into tag handler instances.
- response - Variable in class org.apache.jasper.runtime.JspFactoryImpl.PrivilegedGetPageContext
- response - Variable in class org.apache.jasper.runtime.JspWriterImpl
- response - Variable in class org.apache.jasper.runtime.PageContextImpl
- restoreNestedVariables() - Method in class org.apache.jasper.runtime.JspContextWrapper
-
Restores the values of any NESTED variables in the invoking JSP context.
- restoreScriptingVars(Node.CustomTag, int) - Method in class org.apache.jasper.compiler.Generator.GenerateVisitor
- reuse(JspTag) - Method in class org.apache.jasper.runtime.TagHandlerPool
-
Adds the given tag handler to this tag handler pool, unless this tag handler pool has already reached its capacity, in which case the tag handler's release() method is called.
- reuse(Tag) - Method in class org.apache.jasper.runtime.PerThreadTagHandlerPool
-
Adds the given tag handler to this tag handler pool, unless this tag handler pool has already reached its capacity, in which case the tag handler's release() method is called.
- rewind() - Method in class org.apache.jasper.xmlparser.XMLEncodingDetector.RewindableInputStream
- RewindableInputStream(InputStream) - Constructor for class org.apache.jasper.xmlparser.XMLEncodingDetector.RewindableInputStream
- root - Variable in class org.apache.jasper.compiler.Node.Nodes
- root - Variable in class org.apache.jasper.compiler.PageDataImpl.FirstPassVisitor
- root - Variable in class org.apache.jasper.compiler.PageDataImpl.SecondPassVisitor
- Root(ELNode.Nodes, boolean) - Constructor for class org.apache.jasper.compiler.ELNode.Root
- Root(Mark, Node, boolean) - Constructor for class org.apache.jasper.compiler.Node.Root
- ROOT_ACTION - Static variable in interface org.apache.jasper.compiler.TagConstants
- ROOT_REL_URI - Static variable in class org.apache.jasper.runtime.TldScanner
- rootAttrs - Variable in class org.apache.jasper.compiler.PageDataImpl.FirstPassVisitor
- rootPath - Variable in class org.apache.jasper.compiler.PageInfo
- rtctxt - Variable in class org.apache.jasper.compiler.Jsr199JavaCompiler
- rtrim() - Method in class org.apache.jasper.compiler.Node.TemplateText
-
Trim all whitespace from the right of the template text
- run() - Method in class org.apache.jasper.compiler.AntJavaCompiler.JavacObj
- run() - Method in class org.apache.jasper.compiler.JspRuntimeContext
-
The background thread that checks for changes to files included by a JSP and flags that a recompile is required.
- run() - Method in class org.apache.jasper.runtime.JspFactoryImpl.PrivilegedGetPageContext
- run() - Method in class org.apache.jasper.runtime.JspFactoryImpl.PrivilegedReleasePageContext
- run() - Method in class org.apache.jasper.security.PrivilegedGetTccl
- run() - Method in class org.apache.jasper.security.PrivilegedSetTccl
S
- safeGetProblems(CompilationResult) - Static method in class org.apache.jasper.compiler.JDTJavaCompiler
-
Invoke CompilationResult#getProblems safely so that it works with 3.1.1 and more recent versions of the eclipse java compiler.
- saveBytecode - Variable in class org.apache.jasper.EmbeddedServletOptions
-
If class files are generated as byte arrays, should they be saved to disk at the end of compilations?
- 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 interface org.apache.jasper.compiler.JavaCompiler
-
Save the generated class file to disk, if not already done.
- 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
- saveNestedVariables() - Method in class org.apache.jasper.runtime.JspContextWrapper
-
Saves the values of any NESTED variables that are present in the invoking JSP context, so they can later be restored.
- saveScriptingVars(Node.CustomTag, int) - Method in class org.apache.jasper.compiler.Generator.GenerateVisitor
- 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.
- scanJar(JarURLConnection, List<String>, boolean) - Method in class org.apache.jasper.runtime.TldScanner
-
Scans the given JarURLConnection for TLD files located in META-INF (or a subdirectory of it).
- scanJars() - Method in class org.apache.jasper.runtime.TldScanner
- scanListeners - Variable in class org.apache.jasper.runtime.TldScanner
- 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.
- scanPIData(String, XMLString) - Method in class org.apache.jasper.xmlparser.XMLEncodingDetector
-
Scans a processing data.
- scanPseudoAttribute(boolean, XMLString) - Method in class org.apache.jasper.xmlparser.XMLEncodingDetector
-
Scans a pseudo attribute.
- scanSurrogates(XMLStringBuffer) - Method in class org.apache.jasper.xmlparser.XMLEncodingDetector
-
Scans surrogates and append them to the specified buffer.
- scanTld(String, String, InputStream) - Method in class org.apache.jasper.runtime.TldScanner
-
Scan the given TLD for uri and listeners elements.
- scanTlds() - Method in class org.apache.jasper.runtime.TldScanner
-
Scan the all the tlds accessible in the web app.
- scanXMLDecl() - Method in class org.apache.jasper.xmlparser.XMLEncodingDetector
- scanXMLDeclOrTextDecl(boolean) - Method in class org.apache.jasper.xmlparser.XMLEncodingDetector
-
Scans an XML or text declaration.
- scanXMLDeclOrTextDecl(boolean, String[]) - Method in class org.apache.jasper.xmlparser.XMLEncodingDetector
-
Scans an XML or text declaration.
- SCHEMA_LOCATION_ATTR - Static variable in class org.apache.jasper.xmlparser.ParserUtils
- 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
- schemaCache - Static variable in class org.apache.jasper.xmlparser.ParserUtils
- schemaResourcePrefix - Static variable in class org.apache.jasper.xmlparser.ParserUtils
- scratchDir - Variable in class org.apache.jasper.EmbeddedServletOptions
-
I want to see my generated servlets.
- scratchDir - Variable in class org.apache.jasper.JspC
- ScriptingElement(String, String, String, Mark, Node) - Constructor for class org.apache.jasper.compiler.Node.ScriptingElement
- ScriptingElement(String, String, Attributes, Attributes, Mark, Node) - Constructor for class org.apache.jasper.compiler.Node.ScriptingElement
- scriptingElementSeen - Variable in class org.apache.jasper.compiler.Collector.CollectVisitor
- scriptingInvalid - Variable in class org.apache.jasper.compiler.JspProperty
- scriptingInvalid - Variable in class org.apache.jasper.compiler.PageInfo
- scriptingInvalid - Variable in class org.apache.jasper.servlet.JspCServletContext.JspPropertyGroupDescriptorImpl
- ScriptingVariabler - Class in org.apache.jasper.compiler
-
Class responsible for determining the scripting variables that every custom action needs to declare.
- ScriptingVariabler() - Constructor for class org.apache.jasper.compiler.ScriptingVariabler
- ScriptingVariabler.CustomTagCounter - Class in org.apache.jasper.compiler
- ScriptingVariabler.ScriptingVariableVisitor - Class in org.apache.jasper.compiler
- ScriptingVariableVisitor(ErrorDispatcher) - Constructor for class org.apache.jasper.compiler.ScriptingVariabler.ScriptingVariableVisitor
- scriptless - Variable in class org.apache.jasper.compiler.Node.ChildInfo
- scriptless - Variable in class org.apache.jasper.compiler.PageInfo
- scriptlessBodyNode - Variable in class org.apache.jasper.compiler.JspDocumentParser
- scriptlessCount - Variable in class org.apache.jasper.compiler.Parser
- Scriptlet(String, Mark, Node) - Constructor for class org.apache.jasper.compiler.Node.Scriptlet
- Scriptlet(String, Attributes, Attributes, Mark, Node) - Constructor for class org.apache.jasper.compiler.Node.Scriptlet
- SCRIPTLET_ACTION - Static variable in interface org.apache.jasper.compiler.TagConstants
- scriptVars - Variable in class org.apache.jasper.compiler.ScriptingVariabler.ScriptingVariableVisitor
- sdeAttr - Variable in class org.apache.jasper.compiler.SmapUtil.SDEInstaller
- sdeIndex - Variable in class org.apache.jasper.compiler.SmapUtil.SDEInstaller
- SDEInstaller(byte[], byte[]) - Constructor for class org.apache.jasper.compiler.SmapUtil.SDEInstaller
- SDEInstaller(File, byte[], File) - Constructor for class org.apache.jasper.compiler.SmapUtil.SDEInstaller
- SDEInstaller(File, File, File) - Constructor for class org.apache.jasper.compiler.SmapUtil.SDEInstaller
- SecondPassVisitor(Node.Root, StringBuilder, Compiler, String) - Constructor for class org.apache.jasper.compiler.PageDataImpl.SecondPassVisitor
- securityClassLoad(ClassLoader) - Static method in class org.apache.jasper.security.SecurityClassLoad
- SecurityClassLoad - Class in org.apache.jasper.security
-
Static class used to preload java classes when using the Java SecurityManager so that the defineClassInPackage RuntimePermission does not trigger an AccessControlException.
- SecurityClassLoad() - Constructor for class org.apache.jasper.security.SecurityClassLoad
- securityManager - Variable in class org.apache.jasper.servlet.JasperLoader
- SecurityUtil - Class in org.apache.jasper.security
-
Util class for Security related operations.
- SecurityUtil() - Constructor for class org.apache.jasper.security.SecurityUtil
- selectProperty(JspPropertyGroup, JspPropertyGroup) - Method in class org.apache.jasper.compiler.JspConfig
-
Select the property group that has more restrictive url-pattern.
- sendErrorToClient - Variable in class org.apache.jasper.EmbeddedServletOptions
-
Do you want stack traces and such displayed in the client's browser? If this is false, such messages go to the standard error or a log file if the standard error is redirected.
- 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().
- serviceJspFile(HttpServletRequest, HttpServletResponse, String, Throwable, boolean) - Method in class org.apache.jasper.servlet.JspServlet
- servlet - Variable in class org.apache.jasper.runtime.JspFactoryImpl.PrivilegedGetPageContext
- servlet - Variable in class org.apache.jasper.runtime.PageContextImpl
- 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.
- SERVLET_EXCEPTION - Static variable in class org.apache.jasper.runtime.JspRuntimeLibrary
- servletClass - Variable in class org.apache.jasper.JspCompilationContext
- servletClass - Variable in class org.apache.jasper.servlet.JspServletWrapper
- servletClassLastModifiedTime - Variable in class org.apache.jasper.servlet.JspServletWrapper
- servletJavaFileName - Variable in class org.apache.jasper.JspCompilationContext
- servletout - Variable in class org.apache.jasper.JspC
- ServletResponseWrapperInclude - Class in org.apache.jasper.runtime
-
ServletResponseWrapper used by the JSP 'include' action.
- ServletResponseWrapperInclude(ServletResponse, JspWriter) - Constructor for class org.apache.jasper.runtime.ServletResponseWrapperInclude
- ServletResponseWrapperInclude.PrintWriterWrapper - Class in org.apache.jasper.runtime
- 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 - Variable in class org.apache.jasper.compiler.PageInfo
- session - Variable in class org.apache.jasper.runtime.PageContextImpl
- set(Node.Nodes, ErrorDispatcher) - Static method in class org.apache.jasper.compiler.ScriptingVariabler
- 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
- setAtETag(Node.Nodes) - Method in class org.apache.jasper.compiler.Node.CustomTag
- setAtSTag(Node.Nodes) - Method in class org.apache.jasper.compiler.Node.CustomTag
- setAttribute(String, Object) - Method in class org.apache.jasper.runtime.JspContextWrapper
- setAttribute(String, Object) - Method in class org.apache.jasper.runtime.PageContextImpl
- setAttribute(String, Object) - Method in class org.apache.jasper.servlet.JspCServletContext
-
Set or replace the specified context attribute.
- setAttribute(String, Object, int) - Method in class org.apache.jasper.runtime.JspContextWrapper
- setAttribute(String, Object, int) - Method in class org.apache.jasper.runtime.PageContextImpl
- setAttributes(Attributes) - Method in class org.apache.jasper.compiler.Node
- setAutoFlush(String, Node, ErrorDispatcher) - Method in class org.apache.jasper.compiler.PageInfo
- setBaseURI(String) - Method in class org.apache.jasper.xmlparser.MyLSInput
- setBeanName(Node.JspAttribute) - Method in class org.apache.jasper.compiler.Node.UseBean
- setBeginJavaLine(int) - Method in class org.apache.jasper.compiler.Node
- setBody(String) - Method in class org.apache.jasper.xmlparser.TreeNode
-
Set the body text associated with this node (if any).
- setBody(Node.Nodes) - Method in class org.apache.jasper.compiler.Node
- 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.
- setByteStream(InputStream) - Method in class org.apache.jasper.xmlparser.MyLSInput
- setCertifiedText(boolean) - Method in class org.apache.jasper.xmlparser.MyLSInput
- setCharacterStream(Reader) - Method in class org.apache.jasper.xmlparser.MyLSInput
- 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(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.
- setClassPath(List<File>) - Method in class org.apache.jasper.compiler.AntJavaCompiler
- setClassPath(List<File>) - Method in interface org.apache.jasper.compiler.JavaCompiler
-
Java Compiler options.
- 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
- 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
- setCustomTagParent(Node.CustomTag) - Method in class org.apache.jasper.compiler.Node.CustomTag
- setDebug(boolean) - Method in class org.apache.jasper.compiler.AntJavaCompiler
- setDebug(boolean) - Method in interface org.apache.jasper.compiler.JavaCompiler
- 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
- setDeferredSyntaxAllowedAsLiteral(boolean) - Method in class org.apache.jasper.compiler.PageInfo
- setDeferredSyntaxAllowedAsLiteral(String, Node, ErrorDispatcher, 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
- setDocumentLocator(Locator) - Method in class org.apache.jasper.compiler.JspDocumentParser
- 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
- setEL(ELNode.Nodes) - Method in class org.apache.jasper.compiler.Node.ELExpression
- setELIgnored(boolean) - Method in class org.apache.jasper.compiler.PageInfo
- setEncoding(String) - Method in class org.apache.jasper.xmlparser.MyLSInput
- setEndJavaLine(int) - Method in class org.apache.jasper.compiler.Node
- 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(boolean) - Method in class org.apache.jasper.JspCompilationContext
- setErrorPage(String) - Method in class org.apache.jasper.compiler.PageInfo
- setExpressionFactory(ExpressionFactory) - Method in class org.apache.jasper.runtime.JspApplicationContextImpl
- setExtdirs(String) - Method in class org.apache.jasper.compiler.AntJavaCompiler
- setExtdirs(String) - Method in interface org.apache.jasper.compiler.JavaCompiler
- 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.
- setFunctionInfo(FunctionInfo) - Method in class org.apache.jasper.compiler.ELNode.Function
- setFunctionMapper(FunctionMapper) - Method in class org.apache.jasper.runtime.ELContextImpl
- setGeneratedInBuffer(boolean) - Method in class org.apache.jasper.compiler.Node.Nodes
- 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.
- setHasBom(boolean) - Method in class org.apache.jasper.compiler.Node.Root
- setHasIncludeAction(boolean) - Method in class org.apache.jasper.compiler.Node.ChildInfo
- setHasJspRoot(boolean) - Method in class org.apache.jasper.compiler.PageInfo
- setHasParamAction(boolean) - Method in class org.apache.jasper.compiler.Node.ChildInfo
- setHasScriptingVars(boolean) - Method in class org.apache.jasper.compiler.Node.ChildInfo
- setHasSetProperty(boolean) - Method in class org.apache.jasper.compiler.Node.ChildInfo
- setHasUseBean(boolean) - Method in class org.apache.jasper.compiler.Node.ChildInfo
- setHeight(Node.JspAttribute) - Method in class org.apache.jasper.compiler.Node.PlugIn
- setIeClassId(String) - Method in class org.apache.jasper.JspC
-
Sets the class-id value to be sent to Internet Explorer when using invalid input: '<'jsp:plugin> 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
- setIndex(int) - Method in class org.apache.jasper.compiler.ELParser
- setInfo(String) - Method in class org.apache.jasper.compiler.PageInfo
- setInitParameter(String, String) - Method in class org.apache.jasper.servlet.JspCServletContext
- setInnerClassName(String) - Method in class org.apache.jasper.compiler.Node
- 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.
- setIsDefaultPageEncoding(boolean) - Method in class org.apache.jasper.compiler.Node.Root
- setIsELIgnored(String, Node, ErrorDispatcher, boolean) - Method in class org.apache.jasper.compiler.PageInfo
- setIsEncodingSpecifiedInProlog(boolean) - Method in class org.apache.jasper.compiler.Node.Root
- 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
- setJavaCompilerOptions() - Method in class org.apache.jasper.compiler.Compiler
- setJavaEncoding(String) - Method in class org.apache.jasper.JspC
-
Sets the encoding to use for java files.
- setJspAttributes(Node.JspAttribute[]) - Method in class org.apache.jasper.compiler.Node.CustomTag
- setJspAttributes(Node.JspAttribute[]) - Method in class org.apache.jasper.compiler.Node.JspElement
- setJspAttributes(Node.JspAttribute[]) - Method in class org.apache.jasper.compiler.Node.UninterpretedTag
- setJspConfigPageEncoding(String) - Method in class org.apache.jasper.compiler.Node.Root
- setJspFiles(String) - Method in class org.apache.jasper.JspC
- setJspId(int) - Method in class org.apache.jasper.compiler.Node.CustomTag
- 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
- setMapName(String) - Method in class org.apache.jasper.compiler.ELNode.Nodes
- setMaxTagNesting(int) - Method in class org.apache.jasper.compiler.PageInfo
- setMethodName(String) - Method in class org.apache.jasper.compiler.ELNode.Function
- setMethodVariable(PageContext, String, MethodExpression) - Static method in class org.apache.jasper.runtime.PageContextImpl
- setNameAttribute(Node.JspAttribute) - Method in class org.apache.jasper.compiler.Node.JspElement
- setNumCount(Integer) - Method in class org.apache.jasper.compiler.Node.CustomTag
- setOmit(Node.JspAttribute) - Method in class org.apache.jasper.compiler.Node.NamedAttribute
- 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
- setPage(Node.JspAttribute) - Method in class org.apache.jasper.compiler.Node.ForwardAction
- setPage(Node.JspAttribute) - Method in class org.apache.jasper.compiler.Node.IncludeAction
- setPageEncoding(String) - Method in class org.apache.jasper.compiler.Node.Root
- setPageInfo(PageInfo) - Method in class org.apache.jasper.compiler.Compiler
-
Sets the info about the page under compilation
- setParameters(String[]) - Method in class org.apache.jasper.compiler.ELNode.Function
- setPluginAttribute(String, Object) - Method in interface org.apache.jasper.compiler.tagplugin.TagPluginContext
-
Associate the attribute with a value in the current tagplugin context.
- setPluginAttribute(String, Object) - Method in class org.apache.jasper.compiler.TagPluginManager.TagPluginContextImpl
- setPoolingEnabled(boolean) - Method in class org.apache.jasper.JspC
- setProperty(String, String) - Method in class org.apache.jasper.EmbeddedServletOptions
- SetProperty(String, Attributes, Attributes, Attributes, Mark, Node) - Constructor for class org.apache.jasper.compiler.Node.SetProperty
- SetProperty(Attributes, Mark, Node) - Constructor for class org.apache.jasper.compiler.Node.SetProperty
- setPropertyAttrs - Static variable in class org.apache.jasper.compiler.Validator.ValidateVisitor
- setPropertySeen - Variable in class org.apache.jasper.compiler.Collector.CollectVisitor
- setPrototypeMode(boolean) - Method in class org.apache.jasper.JspCompilationContext
- setPublicId(String) - Method in class org.apache.jasper.xmlparser.MyLSInput
- 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
- setRootPath(String) - Method in class org.apache.jasper.compiler.PageInfo
-
Sets the resource location path of the translation unit's top-level page.
- 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
- setScriptingVars(ArrayList<Object>, int) - Method in class org.apache.jasper.compiler.Node.CustomTag
- setScriptingVars(Node.CustomTag, int) - Method in class org.apache.jasper.compiler.ScriptingVariabler.ScriptingVariableVisitor
- setScriptless(boolean) - Method in class org.apache.jasper.compiler.Node.ChildInfo
- 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
- setSingleFile(boolean) - Method in class org.apache.jasper.compiler.JspReader
- 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 interface org.apache.jasper.compiler.JavaCompiler
- 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
- setStartOffset(int) - Method in class org.apache.jasper.xmlparser.XMLEncodingDetector.RewindableInputStream
- setStringData(String) - Method in class org.apache.jasper.xmlparser.MyLSInput
- setSystemClassPath(String) - Method in class org.apache.jasper.JspC
-
Sets the system class path.
- setSystemId(String) - Method in class org.apache.jasper.xmlparser.MyLSInput
- setTagData(TagData) - Method in class org.apache.jasper.compiler.Node.CustomTag
- setTagHandlerClass(Class) - Method in class org.apache.jasper.compiler.Node.CustomTag
- setTagHandlerPoolName(String) - Method in class org.apache.jasper.compiler.Node.CustomTag
- setTagInfo(TagInfo) - Method in class org.apache.jasper.JspCompilationContext
- setTagPluginContext(TagPluginContext) - Method in class org.apache.jasper.compiler.Node.CustomTag
- setTargetVM(String) - Method in class org.apache.jasper.compiler.AntJavaCompiler
- setTargetVM(String) - Method in interface org.apache.jasper.compiler.JavaCompiler
- 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
- setTempScriptingVar(String, String) - Method in class org.apache.jasper.compiler.Node.CustomTag
- setText(String) - Method in class org.apache.jasper.compiler.Node.TemplateText
- setThread() - Static method in class org.apache.jasper.util.SystemLogHandler
-
Start capturing thread's output.
- settings - Variable in class org.apache.jasper.compiler.JDTJavaCompiler
- settings - Variable in class org.apache.jasper.EmbeddedServletOptions
- setTrimDirectiveWhitespaces(boolean) - Method in class org.apache.jasper.compiler.PageInfo
- setTrimDirectiveWhitespaces(String, Node, ErrorDispatcher, boolean) - Method in class org.apache.jasper.compiler.PageInfo
- setTrimSpaces(boolean) - Method in class org.apache.jasper.JspC
- setUri(String) - Method in class org.apache.jasper.compiler.ELNode.Function
- setUriroot(String) - Method in class org.apache.jasper.JspC
-
Base dir for the webapp.
- setUseTagPlugin(boolean) - Method in class org.apache.jasper.compiler.Node.CustomTag
- setValidateXml(boolean) - Method in class org.apache.jasper.JspC
- setValue(String) - Method in class org.apache.jasper.compiler.Node.JspAttribute
- setValue(ELContext, Object, Object, Object) - Method in class org.apache.jasper.runtime.ExpressionEvaluatorImpl.ELResolverWrapper
- setValue(Node.JspAttribute) - Method in class org.apache.jasper.compiler.Node.ParamAction
- setValue(Node.JspAttribute) - Method in class org.apache.jasper.compiler.Node.SetProperty
- 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.
- setWidth(Node.JspAttribute) - Method in class org.apache.jasper.compiler.Node.PlugIn
- setWriter(Writer) - Method in class org.apache.jasper.runtime.BodyContentImpl
-
Sets the writer to which all output is written.
- setWriter(ServletWriter) - Method in class org.apache.jasper.JspCompilationContext
- setXpoweredBy(boolean) - Method in class org.apache.jasper.JspC
- shouldOutputBytes() - Method in class org.apache.jasper.runtime.JspWriterImpl
- SHOW_SUCCESS - Static variable in class org.apache.jasper.JspC
- showSuccess - Variable in class org.apache.jasper.JspC
- shutdownThreadPool() - Static method in class org.apache.jasper.compiler.AntJavaCompiler
- simpleTagHandlerVar - Variable in class org.apache.jasper.compiler.Generator.GenerateVisitor
- SINGLE_QUOTE - Static variable in class org.apache.jasper.compiler.Generator.GenerateVisitor
- singleFile - Variable in class org.apache.jasper.compiler.JspReader
- size - Variable in class org.apache.jasper.compiler.JspReader
- size() - Method in class org.apache.jasper.compiler.Node.Nodes
- 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(long) - Method in class org.apache.jasper.xmlparser.XMLEncodingDetector.RewindableInputStream
- skipChar(int) - Method in class org.apache.jasper.xmlparser.XMLEncodingDetector
-
Skips a character appearing immediately on the input.
- skipSpaces() - Method in class org.apache.jasper.compiler.ELParser
- skipSpaces() - Method in class org.apache.jasper.compiler.JspReader
- 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.
- skipUntil(String) - Method in class org.apache.jasper.compiler.JspReader
-
Skip until the given string is matched in the stream.
- skipUntilEL() - Method in class org.apache.jasper.compiler.ELParser
-
Skip until an EL expression ('${' or '#{') is reached, allowing escape sequences '\\', '\$', and '\#'.
- skipUntilETag(String) - Method in class org.apache.jasper.compiler.JspReader
-
Skip until the given end tag is matched in the stream.
- skipUntilIgnoreEsc(String) - Method in class org.apache.jasper.compiler.JspReader
-
Skip until the given string is matched in the stream, but ignoring chars initially escaped by a '\'.
- smallIcon - Variable in class org.apache.jasper.compiler.TagFileProcessor.TagFileDirectiveVisitor
- smap - Variable in class org.apache.jasper.compiler.SmapUtil.ClassInfo
- SMAP_ENCODING - Static variable in class org.apache.jasper.compiler.SmapUtil
- smapDumped - Variable in class org.apache.jasper.JspC
- SmapGenerator - Class in org.apache.jasper.compiler
-
Represents a source map (SMAP), which serves to associate lines of the input JSP file(s) to lines in the generated servlet in the final .class file, according to the JSR-045 spec.
- SmapGenerator() - Constructor for class org.apache.jasper.compiler.SmapGenerator
- SmapGenVisitor(SmapStratum, boolean, List<SmapUtil.ClassInfo>) - Constructor for class org.apache.jasper.compiler.SmapUtil.SmapGenVisitor
- smapStratum - Variable in class org.apache.jasper.compiler.SmapUtil.ClassInfo
- smapStratum - Variable in class org.apache.jasper.compiler.SmapUtil.SmapGenVisitor
- 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.
- smapSuppressed - Variable in class org.apache.jasper.JspC
- smapUtil - Variable in class org.apache.jasper.compiler.Compiler
- SmapUtil - Class in org.apache.jasper.compiler
-
Contains static utilities for generating SMAP data based on the current version of Jasper.
- SmapUtil(JspCompilationContext) - Constructor for class org.apache.jasper.compiler.SmapUtil
- SmapUtil.ClassInfo - Class in org.apache.jasper.compiler
- SmapUtil.SDEInstaller - Class in org.apache.jasper.compiler
- SmapUtil.SmapGenVisitor - Class in org.apache.jasper.compiler
- sourceEnc - Variable in class org.apache.jasper.compiler.ParserController
- sourceFiles - Variable in class org.apache.jasper.compiler.JspReader
- SPACES - Static variable in class org.apache.jasper.compiler.ServletWriter
- SPEC_VERSION - Static variable in class org.apache.jasper.runtime.JspFactoryImpl
- split(String, String) - Static method in class org.apache.jasper.compiler.JspUtil
-
Splits a string into it's components.
- ss - Variable in class org.apache.jasper.compiler.ELFunctionMapper
- STANDARD_IMPORTS - Static variable in class org.apache.jasper.compiler.PageInfo
-
These classes/packages are automatically imported by the generated code.
- start - Variable in class org.apache.jasper.compiler.Parser
- startCDATA() - Method in class org.apache.jasper.compiler.JspDocumentParser
- startDTD(String, String, String) - Method in class org.apache.jasper.compiler.JspDocumentParser
- startElement(String, String, String, Attributes) - Method in class org.apache.jasper.compiler.JspDocumentParser
- startEntity(String) - Method in class org.apache.jasper.compiler.JspDocumentParser
- startMark - Variable in class org.apache.jasper.compiler.JspDocumentParser
- startMark - Variable in class org.apache.jasper.compiler.Node
- startPrefixMapping(String, String) - Method in class org.apache.jasper.compiler.JspDocumentParser
- startThreadPool() - Static method in class org.apache.jasper.compiler.AntJavaCompiler
- strata - Variable in class org.apache.jasper.compiler.SmapGenerator
- stratumName - Variable in class org.apache.jasper.compiler.SmapStratum
- stream - Variable in class org.apache.jasper.compiler.Mark.IncludeState
- stream - Variable in class org.apache.jasper.compiler.Mark
- stream - Variable in class org.apache.jasper.xmlparser.XMLEncodingDetector
- streams - Static variable in class org.apache.jasper.util.SystemLogHandler
-
Thread invalid input: '<'-> PrintStream associations.
- stringData - Variable in class org.apache.jasper.xmlparser.MyLSInput
- supplemental(char, char) - Static method in class org.apache.jasper.xmlparser.XMLChar
-
Returns true the supplemental character corresponding to the given surrogates.
- SWITCH_CLASS_NAME - Static variable in class org.apache.jasper.JspC
- SWITCH_CLASSPATH - Static variable in class org.apache.jasper.JspC
- SWITCH_COMPILE - Static variable in class org.apache.jasper.JspC
- SWITCH_DIE - Static variable in class org.apache.jasper.JspC
- SWITCH_DISABLE_POOLING - Static variable in class org.apache.jasper.JspC
- SWITCH_DTDS_PREFIX - Static variable in class org.apache.jasper.JspC
- SWITCH_DUMP_SMAP - Static variable in class org.apache.jasper.JspC
- SWITCH_FILE_WEBAPP - Static variable in class org.apache.jasper.JspC
- SWITCH_FULL_STOP - Static variable in class org.apache.jasper.JspC
- SWITCH_GENERATE_CLASSES - Static variable in class org.apache.jasper.JspC
- SWITCH_HELP - Static variable in class org.apache.jasper.JspC
- SWITCH_IE_CLASS_ID - Static variable in class org.apache.jasper.JspC
- SWITCH_IGNORE_JSP_FRAGMENTS - Static variable in class org.apache.jasper.JspC
- SWITCH_MAPPED - Static variable in class org.apache.jasper.JspC
- SWITCH_OUTPUT_DIR - Static variable in class org.apache.jasper.JspC
- SWITCH_PACKAGE_NAME - Static variable in class org.apache.jasper.JspC
- SWITCH_QUIET - Static variable in class org.apache.jasper.JspC
- SWITCH_SCHEMAS_PREFIX - Static variable in class org.apache.jasper.JspC
- SWITCH_SMAP - Static variable in class org.apache.jasper.JspC
- SWITCH_SOURCE - Static variable in class org.apache.jasper.JspC
- SWITCH_SYSCLASSPATH - Static variable in class org.apache.jasper.JspC
- SWITCH_TARGET - Static variable in class org.apache.jasper.JspC
- SWITCH_TRIM_SPACES - Static variable in class org.apache.jasper.JspC
- SWITCH_URI_BASE - Static variable in class org.apache.jasper.JspC
- SWITCH_URI_ROOT - Static variable in class org.apache.jasper.JspC
- SWITCH_VALIDATE - Static variable in class org.apache.jasper.JspC
- SWITCH_VERBOSE - Static variable in class org.apache.jasper.JspC
- SWITCH_WEBAPP_INC - Static variable in class org.apache.jasper.JspC
- SWITCH_WEBAPP_XML - Static variable in class org.apache.jasper.JspC
- SWITCH_XPOWERED_BY - Static variable in class org.apache.jasper.JspC
- 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
- syncScriptingVars(Node.CustomTag, int) - Method in class org.apache.jasper.compiler.Generator.GenerateVisitor
- sysClassPath - Variable in class org.apache.jasper.EmbeddedServletOptions
- sysClassPath - Variable in class org.apache.jasper.JspC
- systemId - Variable in class org.apache.jasper.xmlparser.MyLSInput
- systemJarInWebinf(String) - Method in class org.apache.jasper.compiler.Compiler
-
Return true if the path refers to a jar file in WEB-INF and is a system jar.
- systemJars - Static variable in class org.apache.jasper.compiler.Compiler
- systemJsfJars - Static variable in class org.apache.jasper.compiler.Compiler
- 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.
- systemUris - Static variable in class org.apache.jasper.runtime.TldScanner
- systemUrisJsf - Static variable in class org.apache.jasper.runtime.TldScanner
T
- 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 - Variable in class org.apache.jasper.compiler.Node.AttributeGenerator
- TAG_DIRECTIVE_ACTION - Static variable in interface org.apache.jasper.compiler.TagConstants
- TAG_DYNAMIC - Enum constant in enum org.apache.jasper.compiler.TagFileProcessor.TagFileDirectiveVisitor.Name
- TAG_FILE_PACKAGE_NAME - Static variable in class org.apache.jasper.Constants
-
The default package name for tag handlers generated from tag files
- TAG_FILE_SUFFIX - Static variable in class org.apache.jasper.compiler.ImplicitTagLibraryInfo
- TAG_PLUGINS_ROOT_ELEM - Static variable in class org.apache.jasper.compiler.TagPluginManager
- TAG_PLUGINS_XML - Static variable in class org.apache.jasper.compiler.TagPluginManager
- TagConstants - Interface in org.apache.jasper.compiler
- tagData - Variable in class org.apache.jasper.compiler.Node.CustomTag
- tagDependentNesting - Variable in class org.apache.jasper.compiler.JspDocumentParser
- tagDependentPending - Variable in class org.apache.jasper.compiler.JspDocumentParser
- TagDirective(String, Attributes, Attributes, Attributes, Mark, Node) - Constructor for class org.apache.jasper.compiler.Node.TagDirective
- TagDirective(Attributes, Mark, Node) - Constructor for class org.apache.jasper.compiler.Node.TagDirective
- tagDirectiveAttrs - Static variable in class org.apache.jasper.compiler.TagFileProcessor.TagFileDirectiveVisitor
- TagExtraInfoVisitor(Compiler) - Constructor for class org.apache.jasper.compiler.Validator.TagExtraInfoVisitor
- TagFileDirectiveVisitor(Compiler, TagLibraryInfo, String, String) - Constructor for class org.apache.jasper.compiler.TagFileProcessor.TagFileDirectiveVisitor
- tagFileInfo - Variable in class org.apache.jasper.compiler.Node.CustomTag
- tagFileJarUrl - Variable in class org.apache.jasper.JspCompilationContext
- tagFileJarUrls - Variable in class org.apache.jasper.JspC
- tagFileJarUrls - Variable in class org.apache.jasper.JspCompilationContext
- tagFileJarUrls - Variable in class org.apache.jasper.servlet.JspServlet
- TagFileLoaderVisitor(Compiler) - Constructor for class org.apache.jasper.compiler.TagFileProcessor.TagFileLoaderVisitor
- tagFileMap - Variable in class org.apache.jasper.compiler.ImplicitTagLibraryInfo
- TagFileProcessor - Class in org.apache.jasper.compiler
-
1.
- TagFileProcessor() - Constructor for class org.apache.jasper.compiler.TagFileProcessor
- TagFileProcessor.TagFileDirectiveVisitor - Class in org.apache.jasper.compiler
-
A visitor the tag file
- TagFileProcessor.TagFileDirectiveVisitor.Name - Enum in org.apache.jasper.compiler
- TagFileProcessor.TagFileDirectiveVisitor.NameEntry - Class in org.apache.jasper.compiler
- TagFileProcessor.TagFileLoaderVisitor - Class in org.apache.jasper.compiler
- tagHandlerClass - Variable in class org.apache.jasper.compiler.Generator.TagHandlerInfo
- tagHandlerClass - Variable in class org.apache.jasper.compiler.Node.CustomTag
- tagHandlerClass - Variable in class org.apache.jasper.servlet.JspServletWrapper
- TagHandlerInfo(Node, Class, ErrorDispatcher) - Constructor for class org.apache.jasper.compiler.Generator.TagHandlerInfo
-
Constructor.
- 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
-
Deprecated.Use static getTagHandlerPool
- tagHandlerPoolName - Variable in class org.apache.jasper.compiler.Node.CustomTag
- tagHandlerPoolNames - Variable in class org.apache.jasper.compiler.Generator
- tagInfo - Variable in class org.apache.jasper.compiler.Node.CustomTag
- tagInfo - Variable in class org.apache.jasper.JspCompilationContext
- 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
- taglibAttrs - Variable in class org.apache.jasper.compiler.Node
- TaglibDescriptorImpl(String, String) - Constructor for class org.apache.jasper.servlet.JspCServletContext.TaglibDescriptorImpl
- TaglibDirective(Attributes, Mark, Node) - Constructor for class org.apache.jasper.compiler.Node.TaglibDirective
- taglibDirectiveAttrs - Static variable in class org.apache.jasper.compiler.Validator.ValidateVisitor
- tagLibInfo - Variable in class org.apache.jasper.compiler.TagFileProcessor.TagFileDirectiveVisitor
- 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 - Variable in class org.apache.jasper.compiler.TagLibraryInfoImpl
- taglibs - Variable in class org.apache.jasper.JspC
- taglibs - Variable in class org.apache.jasper.JspCompilationContext
- taglibs - Variable in class org.apache.jasper.servlet.JspCServletContext.JspConfigDescriptorImpl
- taglibs - Variable in class org.apache.jasper.servlet.JspServlet
- taglibsMap - Variable in class org.apache.jasper.compiler.PageInfo
- 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 - Variable in class org.apache.jasper.compiler.Node.CustomTag
- 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.
- TagPluginContextImpl(Node.CustomTag, PageInfo) - Constructor for class org.apache.jasper.compiler.TagPluginManager.TagPluginContextImpl
- tagPluginManager - Variable in class org.apache.jasper.EmbeddedServletOptions
-
TagPluginManager
- tagPluginManager - Variable in class org.apache.jasper.JspC
- TagPluginManager - Class in org.apache.jasper.compiler
-
Manages tag plugin optimizations.
- TagPluginManager(ServletContext) - Constructor for class org.apache.jasper.compiler.TagPluginManager
- TagPluginManager.TagPluginContextImpl - Class in org.apache.jasper.compiler
- tagPlugins - Variable in class org.apache.jasper.compiler.TagPluginManager
- TAGS_SHORTNAME - Static variable in class org.apache.jasper.compiler.ImplicitTagLibraryInfo
- tagVarNumbers - Variable in class org.apache.jasper.compiler.Generator.GenerateVisitor
- TAGX_FILE_SUFFIX - Static variable in class org.apache.jasper.compiler.ImplicitTagLibraryInfo
- targetClassName - Variable in class org.apache.jasper.JspC
- targetPackage - Variable in class org.apache.jasper.JspC
- tei - Variable in class org.apache.jasper.compiler.TagFileProcessor.TagFileDirectiveVisitor
- TEMP_VARIABLE_NAME_PREFIX - Static variable in class org.apache.jasper.Constants
-
Prefix to use for generated temporary variable names
- TemplateText(String, Mark, Node) - Constructor for class org.apache.jasper.compiler.Node.TemplateText
- temporaryVariableName - Variable in class org.apache.jasper.compiler.Node.NamedAttribute
- tempSequenceNumber - Static variable in class org.apache.jasper.compiler.JspUtil
- tempVars - Variable in class org.apache.jasper.compiler.Node.CustomTag
- tempVector - Variable in class org.apache.jasper.compiler.TagFileProcessor
- text - Variable in class org.apache.jasper.compiler.ELNode.ELText
- text - Variable in class org.apache.jasper.compiler.ELNode.Text
- text - Variable in class org.apache.jasper.compiler.Node
- Text(String) - Constructor for class org.apache.jasper.compiler.ELNode.Text
- TEXT_ACTION - Static variable in interface org.apache.jasper.compiler.TagConstants
- textBuffer - Variable in class org.apache.jasper.compiler.TextOptimizer.TextCatVisitor
- TextCatVisitor(boolean, boolean) - Constructor for class org.apache.jasper.compiler.TextOptimizer.TextCatVisitor
- textMap - Variable in class org.apache.jasper.compiler.Generator.GenerateVisitor
- textNodeCount - Variable in class org.apache.jasper.compiler.TextOptimizer.TextCatVisitor
- TextOptimizer - Class in org.apache.jasper.compiler
- TextOptimizer() - Constructor for class org.apache.jasper.compiler.TextOptimizer
- TextOptimizer.TextCatVisitor - Class in org.apache.jasper.compiler
-
A visitor to concatenate contiguous template texts.
- tfp - Variable in class org.apache.jasper.compiler.Compiler
- theMethod - Variable in class org.apache.jasper.runtime.ProtectedFunctionMapper
-
If there is only one function in the map, this is the Method for it.
- theServlet - Variable in class org.apache.jasper.servlet.JspServletWrapper
- thread - Variable in class org.apache.jasper.compiler.JspRuntimeContext
-
The background thread.
- threadDone - Variable in class org.apache.jasper.compiler.JspRuntimeContext
-
The background thread completion semaphore.
- threadFactory - Static variable in class org.apache.jasper.compiler.AntJavaCompiler
- threadName - Variable in class org.apache.jasper.compiler.JspRuntimeContext
-
Name to register for the background thread.
- threadPool - Static variable in class org.apache.jasper.compiler.AntJavaCompiler
- 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.
- throwErrorIfExpression(Node, String, String) - Method in class org.apache.jasper.compiler.Validator.ValidateVisitor
- 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.
- TldInfo(String, String, String[]) - Constructor for class org.apache.jasper.runtime.TldScanner.TldInfo
- tldScanner - Variable in class org.apache.jasper.EmbeddedServletOptions
-
Cache for the TLD locations
- tldScanner - Variable in class org.apache.jasper.JspC
-
Cache for the TLD locations
- 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
- TldScanner.TldInfo - Class in org.apache.jasper.runtime
- TLIB_VERSION - Static variable in class org.apache.jasper.compiler.ImplicitTagLibraryInfo
- TMP_DIR - Static variable in class org.apache.jasper.Constants
- toChar() - Method in class org.apache.jasper.compiler.ELParser.Char
- toChar() - Method in class org.apache.jasper.compiler.ELParser.Token
- 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.
- toGetterMethod(String) - Method in class org.apache.jasper.compiler.Generator
- 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. - Token() - Constructor for class org.apache.jasper.compiler.ELParser.Token
- toSetterMethodName(String) - Method in class org.apache.jasper.compiler.Generator
- toShortString() - Method in class org.apache.jasper.compiler.Mark
- toString() - Method in class org.apache.jasper.compiler.ELParser.Char
- toString() - Method in class org.apache.jasper.compiler.ELParser.Id
- toString() - Method in class org.apache.jasper.compiler.ELParser.QuotedString
- toString() - Method in class org.apache.jasper.compiler.ELParser.Token
- toString() - Method in class org.apache.jasper.compiler.Generator.FragmentHelperClass
- toString() - Method in class org.apache.jasper.compiler.Generator.GenBuffer
- toString() - Method in class org.apache.jasper.compiler.Mark
- 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() - Method in class org.apache.jasper.xmlparser.TreeNode
-
Return a String representation of this TreeNode.
- toString() - Method in class org.apache.jasper.xmlparser.XMLString
-
Returns a string representation of this object.
- toString(boolean) - Static method in class org.apache.jasper.runtime.JspRuntimeLibrary
- toString(byte) - Static method in class org.apache.jasper.runtime.JspRuntimeLibrary
- toString(char) - Static method in class org.apache.jasper.runtime.JspRuntimeLibrary
- toString(double) - Static method in class org.apache.jasper.runtime.JspRuntimeLibrary
- toString(float) - Static method in class org.apache.jasper.runtime.JspRuntimeLibrary
- toString(int) - Static method in class org.apache.jasper.runtime.JspRuntimeLibrary
- toString(long) - Static method in class org.apache.jasper.runtime.JspRuntimeLibrary
- toString(short) - Static method in class org.apache.jasper.runtime.JspRuntimeLibrary
- toString(Object) - Static method in class org.apache.jasper.runtime.JspRuntimeLibrary
- 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.
- 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.
- trim - Variable in class org.apache.jasper.compiler.Node.NamedAttribute
- trim - Variable in class org.apache.jasper.compiler.TextOptimizer.TextCatVisitor
- trimDirectiveWhitespaces - Variable in class org.apache.jasper.compiler.PageInfo
- trimDirectiveWhitespacesValue - Variable in class org.apache.jasper.compiler.PageInfo
- trimSpaces - Variable in class org.apache.jasper.compiler.JspProperty
- trimSpaces - Variable in class org.apache.jasper.EmbeddedServletOptions
-
Should white spaces between directives or actions be trimmed?
- trimSpaces - Variable in class org.apache.jasper.JspC
- trimSpaces - Variable in class org.apache.jasper.servlet.JspCServletContext.JspPropertyGroupDescriptorImpl
- tripCount - Variable in class org.apache.jasper.servlet.JspServletWrapper
- type - Variable in class org.apache.jasper.compiler.TagFileProcessor.TagFileDirectiveVisitor.NameEntry
U
- UCS2BE - Static variable in class org.apache.jasper.xmlparser.UCSReader
- UCS2LE - Static variable in class org.apache.jasper.xmlparser.UCSReader
- UCS4BE - Static variable in class org.apache.jasper.xmlparser.UCSReader
- UCS4LE - Static variable in class org.apache.jasper.xmlparser.UCSReader
- UCSReader - Class in org.apache.jasper.xmlparser
-
Reader for UCS-2 and UCS-4 encodings.
- UCSReader(InputStream, int, short) - Constructor for class org.apache.jasper.xmlparser.UCSReader
-
Constructs an ASCII reader from the specified input stream and buffer size.
- UCSReader(InputStream, short) - Constructor for class org.apache.jasper.xmlparser.UCSReader
-
Constructs an ASCII reader from the specified input stream using the default buffer size.
- uencode(String) - Static method in class org.apache.jasper.xmlparser.ParserUtils
- UninterpretedTag(String, String, Attributes, Attributes, Attributes, Mark, Node) - Constructor for class org.apache.jasper.compiler.Node.UninterpretedTag
- unqualify(String) - Static method in class org.apache.jasper.compiler.SmapUtil
-
Returns an unqualified version of the given file path.
- unregisterSourceFile(String) - Method in class org.apache.jasper.compiler.JspReader
-
Unregister the source file.
- unsetThread() - Static method in class org.apache.jasper.util.SystemLogHandler
-
Stop capturing thread's output and return captured data as a String.
- updatePageInfo(PageInfo) - Method in class org.apache.jasper.compiler.Collector.CollectVisitor
- uri - Variable in class org.apache.jasper.compiler.ELNode.Function
- uri - Variable in class org.apache.jasper.compiler.Node.CustomTag
- uri - Variable in class org.apache.jasper.compiler.Node.JspAttribute
- uri - Variable in class org.apache.jasper.runtime.TldScanner.TldInfo
- uri - Variable in class org.apache.jasper.servlet.JspCServletContext.TaglibDescriptorImpl
- uriBase - Variable in class org.apache.jasper.JspC
- uriRoot - Variable in class org.apache.jasper.JspC
- uriType(String) - Static method in class org.apache.jasper.runtime.TldScanner
-
Returns the type of a URI: ABS_URI ROOT_REL_URI NOROOT_REL_URI
- URLEncode(String, String) - Static method in class org.apache.jasper.runtime.JspRuntimeLibrary
- urlPatterns - Variable in class org.apache.jasper.servlet.JspCServletContext.JspPropertyGroupDescriptorImpl
- URN_JSPTAGDIR - Static variable in interface org.apache.jasper.compiler.TagConstants
- URN_JSPTLD - Static variable in interface org.apache.jasper.compiler.TagConstants
- USE_BEAN_ACTION - Static variable in interface org.apache.jasper.compiler.TagConstants
- USE_INTROSPECTION_TO_INVOKE_GET_PROBLEM - Static variable in class org.apache.jasper.compiler.JDTJavaCompiler
- USE_POOL - Static variable in class org.apache.jasper.runtime.JspFactoryImpl
- UseBean(String, Attributes, Attributes, Attributes, Mark, Node) - Constructor for class org.apache.jasper.compiler.Node.UseBean
- UseBean(Attributes, Mark, Node) - Constructor for class org.apache.jasper.compiler.Node.UseBean
- useBeanAttrs - Static variable in class org.apache.jasper.compiler.Validator.ValidateVisitor
- usebeanSeen - Variable in class org.apache.jasper.compiler.Collector.CollectVisitor
- used - Variable in class org.apache.jasper.compiler.Generator.FragmentHelperClass
- useMyFaces - Variable in class org.apache.jasper.runtime.TldScanner
- usePrecompiled - Variable in class org.apache.jasper.EmbeddedServletOptions
- useTagPlugin - Variable in class org.apache.jasper.compiler.Node.CustomTag
- useTagPlugin() - Method in class org.apache.jasper.compiler.Node.CustomTag
- UTF8Reader - Class in org.apache.jasper.xmlparser
- UTF8Reader(InputStream, int) - Constructor for class org.apache.jasper.xmlparser.UTF8Reader
-
Constructs a UTF-8 reader from the specified input stream, buffer size and MessageFormatter.
V
- validate(PageData) - Method in class org.apache.jasper.compiler.TagLibraryInfoImpl
-
Translation-time validation of the XML document associated with the JSP page.
- validate(Compiler, Node.Nodes) - Static method in class org.apache.jasper.compiler.Validator
- validateExpressions(Mark, String, FunctionMapper, ErrorDispatcher) - Static method in class org.apache.jasper.compiler.JspUtil
-
Validates the syntax of all EL expressions within the given string.
- validateFunctions(ELNode.Nodes, Node) - Method in class org.apache.jasper.compiler.Validator.ValidateVisitor
-
Validate functions in EL expressions
- ValidateVisitor(Compiler) - Constructor for class org.apache.jasper.compiler.Validator.ValidateVisitor
- validateXmlView(PageData, Compiler) - Static method in class org.apache.jasper.compiler.Validator
-
Validate XML view against the TagLibraryValidator classes of all imported tag libraries.
- Validator - Class in org.apache.jasper.compiler
-
Performs validation on the page elements.
- Validator() - Constructor for class org.apache.jasper.compiler.Validator
- Validator.DirectiveVisitor - Class in org.apache.jasper.compiler
-
A visitor to validate and extract page directive info
- Validator.TagExtraInfoVisitor - Class in org.apache.jasper.compiler
-
A visitor for validating TagExtraInfo classes of all tags
- Validator.ValidateVisitor - Class in org.apache.jasper.compiler
-
A visitor for validating nodes other than page directives
- Validator.ValidateVisitor.NamedAttributeVisitor - Class in org.apache.jasper.compiler
- ValidAttribute(String) - Constructor for class org.apache.jasper.compiler.JspUtil.ValidAttribute
- ValidAttribute(String, boolean) - Constructor for class org.apache.jasper.compiler.JspUtil.ValidAttribute
- value - Variable in class org.apache.jasper.compiler.ELParser.QuotedString
- value - Variable in class org.apache.jasper.compiler.Node.JspAttribute
- value - Variable in class org.apache.jasper.compiler.Node.ParamAction
- value - Variable in class org.apache.jasper.compiler.Node.SetProperty
- valueExpr - Variable in class org.apache.jasper.runtime.ExpressionEvaluatorImpl.ExpressionImpl
- valueOf(String) - Static method in enum org.apache.jasper.compiler.TagFileProcessor.TagFileDirectiveVisitor.Name
-
Returns the enum constant of this type with the specified name.
- values() - Static method in enum org.apache.jasper.compiler.TagFileProcessor.TagFileDirectiveVisitor.Name
-
Returns an array containing the constants of this enum type, in the order they are declared.
- VAR_ALIAS - Enum constant in enum org.apache.jasper.compiler.TagFileProcessor.TagFileDirectiveVisitor.Name
- VAR_NAME_FROM - Enum constant in enum org.apache.jasper.compiler.TagFileProcessor.TagFileDirectiveVisitor.Name
- VAR_NAME_GIVEN - Enum constant in enum org.apache.jasper.compiler.TagFileProcessor.TagFileDirectiveVisitor.Name
- VARIABLE_DIRECTIVE_ACTION - Static variable in interface org.apache.jasper.compiler.TagConstants
- VariableDirective(String, Attributes, Attributes, Attributes, Mark, Node) - Constructor for class org.apache.jasper.compiler.Node.VariableDirective
- VariableDirective(Attributes, Mark, Node) - Constructor for class org.apache.jasper.compiler.Node.VariableDirective
- variableDirectiveAttrs - Static variable in class org.apache.jasper.compiler.TagFileProcessor.TagFileDirectiveVisitor
- variableMapper - Variable in class org.apache.jasper.runtime.ELContextImpl
- VariableMapperImpl - Class in org.apache.jasper.runtime
-
This is the implementation of VariableMapper.
- VariableMapperImpl() - Constructor for class org.apache.jasper.runtime.VariableMapperImpl
-
Constructor
- VariableResolverImpl - Class in org.apache.jasper.runtime
-
This is the implementation of VariableResolver in JSP 2.0, using ELResolver in JSP2.1.
- VariableResolverImpl(PageContext) - Constructor for class org.apache.jasper.runtime.VariableResolverImpl
-
Constructor
- variableVector - Variable in class org.apache.jasper.compiler.TagFileProcessor.TagFileDirectiveVisitor
- varInfos - Variable in class org.apache.jasper.compiler.Node.CustomTag
- vec - Variable in class org.apache.jasper.compiler.ImplicitTagLibraryInfo
- verbose - Variable in class org.apache.jasper.JspC
- virtual_indent - Variable in class org.apache.jasper.compiler.ServletWriter
- visit(ELNode.ELText) - Method in class org.apache.jasper.compiler.ELNode.Visitor
- visit(ELNode.Function) - Method in class org.apache.jasper.compiler.ELNode.Visitor
- visit(ELNode.Root) - Method in class org.apache.jasper.compiler.ELNode.Visitor
- visit(ELNode.Text) - Method in class org.apache.jasper.compiler.ELNode.Visitor
- visit(ELNode.Visitor) - Method in class org.apache.jasper.compiler.ELNode.Nodes
-
Visit the nodes in the list with the supplied visitor
- visit(Node.AttributeDirective) - Method in class org.apache.jasper.compiler.Node.Visitor
- visit(Node.AttributeDirective) - Method in class org.apache.jasper.compiler.PageDataImpl.SecondPassVisitor
- visit(Node.AttributeDirective) - Method in class org.apache.jasper.compiler.TagFileProcessor.TagFileDirectiveVisitor
- visit(Node.AttributeDirective) - Method in class org.apache.jasper.compiler.TextOptimizer.TextCatVisitor
- visit(Node.AttributeDirective) - Method in class org.apache.jasper.compiler.Validator.DirectiveVisitor
- visit(Node.AttributeGenerator) - Method in class org.apache.jasper.compiler.Generator.GenerateVisitor
- visit(Node.AttributeGenerator) - Method in class org.apache.jasper.compiler.Node.Visitor
- visit(Node.Comment) - Method in class org.apache.jasper.compiler.Dumper.DumpVisitor
- visit(Node.Comment) - Method in class org.apache.jasper.compiler.Node.Visitor
- visit(Node.Comment) - Method in class org.apache.jasper.compiler.PageDataImpl.SecondPassVisitor
- visit(Node.CustomTag) - Method in class org.apache.jasper.compiler.Collector.CollectVisitor
- visit(Node.CustomTag) - Method in class org.apache.jasper.compiler.Dumper.DumpVisitor
- visit(Node.CustomTag) - Method in class org.apache.jasper.compiler.ELFunctionMapper.ELFunctionVisitor
- visit(Node.CustomTag) - Method in class org.apache.jasper.compiler.Generator.GenerateVisitor
- visit(Node.CustomTag) - Method in class org.apache.jasper.compiler.Node.Visitor
- visit(Node.CustomTag) - Method in class org.apache.jasper.compiler.PageDataImpl.SecondPassVisitor
- visit(Node.CustomTag) - Method in class org.apache.jasper.compiler.ScriptingVariabler.CustomTagCounter
- visit(Node.CustomTag) - Method in class org.apache.jasper.compiler.ScriptingVariabler.ScriptingVariableVisitor
- visit(Node.CustomTag) - Method in class org.apache.jasper.compiler.SmapUtil.SmapGenVisitor
- visit(Node.CustomTag) - Method in class org.apache.jasper.compiler.TagFileProcessor.TagFileLoaderVisitor
- visit(Node.CustomTag) - Method in class org.apache.jasper.compiler.Validator.TagExtraInfoVisitor
- visit(Node.CustomTag) - Method in class org.apache.jasper.compiler.Validator.ValidateVisitor
- visit(Node.Declaration) - Method in class org.apache.jasper.compiler.Collector.CollectVisitor
- visit(Node.Declaration) - Method in class org.apache.jasper.compiler.Dumper.DumpVisitor
- visit(Node.Declaration) - Method in class org.apache.jasper.compiler.Node.Visitor
- visit(Node.Declaration) - Method in class org.apache.jasper.compiler.PageDataImpl.SecondPassVisitor
- visit(Node.Declaration) - Method in class org.apache.jasper.compiler.SmapUtil.SmapGenVisitor
- visit(Node.Declaration) - Method in class org.apache.jasper.compiler.Validator.ValidateVisitor
- visit(Node.DoBodyAction) - Method in class org.apache.jasper.compiler.Generator.GenerateVisitor
- visit(Node.DoBodyAction) - Method in class org.apache.jasper.compiler.Node.Visitor
- visit(Node.DoBodyAction) - Method in class org.apache.jasper.compiler.PageDataImpl.SecondPassVisitor
- visit(Node.DoBodyAction) - Method in class org.apache.jasper.compiler.SmapUtil.SmapGenVisitor
- visit(Node.DoBodyAction) - Method in class org.apache.jasper.compiler.Validator.ValidateVisitor
- visit(Node.ELExpression) - Method in class org.apache.jasper.compiler.Dumper.DumpVisitor
- visit(Node.ELExpression) - Method in class org.apache.jasper.compiler.ELFunctionMapper.ELFunctionVisitor
- visit(Node.ELExpression) - Method in class org.apache.jasper.compiler.Generator.GenerateVisitor
- visit(Node.ELExpression) - Method in class org.apache.jasper.compiler.Node.Visitor
- visit(Node.ELExpression) - Method in class org.apache.jasper.compiler.PageDataImpl.SecondPassVisitor
- visit(Node.ELExpression) - Method in class org.apache.jasper.compiler.SmapUtil.SmapGenVisitor
- visit(Node.ELExpression) - Method in class org.apache.jasper.compiler.Validator.ValidateVisitor
- visit(Node.Expression) - Method in class org.apache.jasper.compiler.Collector.CollectVisitor
- visit(Node.Expression) - Method in class org.apache.jasper.compiler.Dumper.DumpVisitor
- visit(Node.Expression) - Method in class org.apache.jasper.compiler.Generator.GenerateVisitor
- visit(Node.Expression) - Method in class org.apache.jasper.compiler.Node.Visitor
- visit(Node.Expression) - Method in class org.apache.jasper.compiler.PageDataImpl.SecondPassVisitor
- visit(Node.Expression) - Method in class org.apache.jasper.compiler.SmapUtil.SmapGenVisitor
- visit(Node.Expression) - Method in class org.apache.jasper.compiler.Validator.ValidateVisitor
- visit(Node.FallBackAction) - Method in class org.apache.jasper.compiler.Node.Visitor
- visit(Node.FallBackAction) - Method in class org.apache.jasper.compiler.PageDataImpl.SecondPassVisitor
- visit(Node.ForwardAction) - Method in class org.apache.jasper.compiler.Collector.CollectVisitor
- visit(Node.ForwardAction) - Method in class org.apache.jasper.compiler.Dumper.DumpVisitor
- visit(Node.ForwardAction) - Method in class org.apache.jasper.compiler.ELFunctionMapper.ELFunctionVisitor
- visit(Node.ForwardAction) - Method in class org.apache.jasper.compiler.Generator.GenerateVisitor
- visit(Node.ForwardAction) - Method in class org.apache.jasper.compiler.Node.Visitor
- visit(Node.ForwardAction) - Method in class org.apache.jasper.compiler.PageDataImpl.SecondPassVisitor
- visit(Node.ForwardAction) - Method in class org.apache.jasper.compiler.SmapUtil.SmapGenVisitor
- visit(Node.ForwardAction) - Method in class org.apache.jasper.compiler.Validator.ValidateVisitor
- visit(Node.GetProperty) - Method in class org.apache.jasper.compiler.Dumper.DumpVisitor
- visit(Node.GetProperty) - Method in class org.apache.jasper.compiler.Generator.GenerateVisitor
- visit(Node.GetProperty) - Method in class org.apache.jasper.compiler.Node.Visitor
- visit(Node.GetProperty) - Method in class org.apache.jasper.compiler.PageDataImpl.SecondPassVisitor
- visit(Node.GetProperty) - Method in class org.apache.jasper.compiler.SmapUtil.SmapGenVisitor
- visit(Node.GetProperty) - Method in class org.apache.jasper.compiler.Validator.ValidateVisitor
- visit(Node.IncludeAction) - Method in class org.apache.jasper.compiler.Collector.CollectVisitor
- visit(Node.IncludeAction) - Method in class org.apache.jasper.compiler.Dumper.DumpVisitor
- visit(Node.IncludeAction) - Method in class org.apache.jasper.compiler.ELFunctionMapper.ELFunctionVisitor
- visit(Node.IncludeAction) - Method in class org.apache.jasper.compiler.Generator.GenerateVisitor
- visit(Node.IncludeAction) - Method in class org.apache.jasper.compiler.Node.Visitor
- visit(Node.IncludeAction) - Method in class org.apache.jasper.compiler.PageDataImpl.SecondPassVisitor
- visit(Node.IncludeAction) - Method in class org.apache.jasper.compiler.SmapUtil.SmapGenVisitor
- visit(Node.IncludeAction) - Method in class org.apache.jasper.compiler.Validator.ValidateVisitor
- visit(Node.IncludeDirective) - Method in class org.apache.jasper.compiler.Dumper.DumpVisitor
- visit(Node.IncludeDirective) - Method in class org.apache.jasper.compiler.Node.Visitor
- visit(Node.IncludeDirective) - Method in class org.apache.jasper.compiler.PageDataImpl.SecondPassVisitor
- visit(Node.IncludeDirective) - Method in class org.apache.jasper.compiler.Validator.DirectiveVisitor
- visit(Node.IncludeDirective) - Method in class org.apache.jasper.compiler.Validator.ValidateVisitor
- visit(Node.InvokeAction) - Method in class org.apache.jasper.compiler.Generator.GenerateVisitor
- visit(Node.InvokeAction) - Method in class org.apache.jasper.compiler.Node.Visitor
- visit(Node.InvokeAction) - Method in class org.apache.jasper.compiler.PageDataImpl.SecondPassVisitor
- visit(Node.InvokeAction) - Method in class org.apache.jasper.compiler.SmapUtil.SmapGenVisitor
- visit(Node.InvokeAction) - Method in class org.apache.jasper.compiler.Validator.ValidateVisitor
- visit(Node.JspBody) - Method in class org.apache.jasper.compiler.Collector.CollectVisitor
- visit(Node.JspBody) - Method in class org.apache.jasper.compiler.Dumper.DumpVisitor
- visit(Node.JspBody) - Method in class org.apache.jasper.compiler.Generator.GenerateVisitor
- visit(Node.JspBody) - Method in class org.apache.jasper.compiler.Node.Visitor
- visit(Node.JspBody) - Method in class org.apache.jasper.compiler.PageDataImpl.SecondPassVisitor
- visit(Node.JspBody) - Method in class org.apache.jasper.compiler.SmapUtil.SmapGenVisitor
- visit(Node.JspBody) - Method in class org.apache.jasper.compiler.Validator.ValidateVisitor
- visit(Node.JspElement) - Method in class org.apache.jasper.compiler.Collector.CollectVisitor
- visit(Node.JspElement) - Method in class org.apache.jasper.compiler.ELFunctionMapper.ELFunctionVisitor
- visit(Node.JspElement) - Method in class org.apache.jasper.compiler.Generator.GenerateVisitor
- visit(Node.JspElement) - Method in class org.apache.jasper.compiler.Node.Visitor
- visit(Node.JspElement) - Method in class org.apache.jasper.compiler.PageDataImpl.SecondPassVisitor
- visit(Node.JspElement) - Method in class org.apache.jasper.compiler.SmapUtil.SmapGenVisitor
- visit(Node.JspElement) - Method in class org.apache.jasper.compiler.Validator.ValidateVisitor
- visit(Node.JspOutput) - Method in class org.apache.jasper.compiler.Node.Visitor
- visit(Node.JspOutput) - Method in class org.apache.jasper.compiler.Validator.ValidateVisitor
- visit(Node.JspRoot) - Method in class org.apache.jasper.compiler.Node.Visitor
- visit(Node.JspRoot) - Method in class org.apache.jasper.compiler.PageDataImpl.FirstPassVisitor
- visit(Node.JspRoot) - Method in class org.apache.jasper.compiler.PageDataImpl.SecondPassVisitor
- visit(Node.JspRoot) - Method in class org.apache.jasper.compiler.TagFileProcessor.TagFileDirectiveVisitor
- visit(Node.JspRoot) - Method in class org.apache.jasper.compiler.Validator.ValidateVisitor
- visit(Node.JspText) - Method in class org.apache.jasper.compiler.Node.Visitor
- visit(Node.JspText) - Method in class org.apache.jasper.compiler.PageDataImpl.SecondPassVisitor
- visit(Node.JspText) - Method in class org.apache.jasper.compiler.SmapUtil.SmapGenVisitor
- visit(Node.NamedAttribute) - Method in class org.apache.jasper.compiler.Collector.CollectVisitor
- visit(Node.NamedAttribute) - Method in class org.apache.jasper.compiler.Dumper.DumpVisitor
- visit(Node.NamedAttribute) - Method in class org.apache.jasper.compiler.Generator.GenerateVisitor
- visit(Node.NamedAttribute) - Method in class org.apache.jasper.compiler.Node.Visitor
- visit(Node.NamedAttribute) - Method in class org.apache.jasper.compiler.PageDataImpl.SecondPassVisitor
- visit(Node.NamedAttribute) - Method in class org.apache.jasper.compiler.SmapUtil.SmapGenVisitor
- visit(Node.NamedAttribute) - Method in class org.apache.jasper.compiler.Validator.ValidateVisitor
- visit(Node.PageDirective) - Method in class org.apache.jasper.compiler.Dumper.DumpVisitor
- visit(Node.PageDirective) - Method in class org.apache.jasper.compiler.Node.Visitor
- visit(Node.PageDirective) - Method in class org.apache.jasper.compiler.PageDataImpl.SecondPassVisitor
- visit(Node.PageDirective) - Method in class org.apache.jasper.compiler.TextOptimizer.TextCatVisitor
- visit(Node.PageDirective) - Method in class org.apache.jasper.compiler.Validator.DirectiveVisitor
- visit(Node.ParamAction) - Method in class org.apache.jasper.compiler.Collector.CollectVisitor
- visit(Node.ParamAction) - Method in class org.apache.jasper.compiler.Dumper.DumpVisitor
- visit(Node.ParamAction) - Method in class org.apache.jasper.compiler.ELFunctionMapper.ELFunctionVisitor
- visit(Node.ParamAction) - Method in class org.apache.jasper.compiler.Node.Visitor
- visit(Node.ParamAction) - Method in class org.apache.jasper.compiler.PageDataImpl.SecondPassVisitor
- visit(Node.ParamAction) - Method in class org.apache.jasper.compiler.Validator.ValidateVisitor
- visit(Node.ParamsAction) - Method in class org.apache.jasper.compiler.Dumper.DumpVisitor
- visit(Node.ParamsAction) - Method in class org.apache.jasper.compiler.Node.Visitor
- visit(Node.ParamsAction) - Method in class org.apache.jasper.compiler.PageDataImpl.SecondPassVisitor
- visit(Node.ParamsAction) - Method in class org.apache.jasper.compiler.Validator.ValidateVisitor
- visit(Node.PlugIn) - Method in class org.apache.jasper.compiler.Collector.CollectVisitor
- visit(Node.PlugIn) - Method in class org.apache.jasper.compiler.Dumper.DumpVisitor
- visit(Node.PlugIn) - Method in class org.apache.jasper.compiler.ELFunctionMapper.ELFunctionVisitor
- visit(Node.PlugIn) - Method in class org.apache.jasper.compiler.Generator.GenerateVisitor
- visit(Node.PlugIn) - Method in class org.apache.jasper.compiler.Node.Visitor
- visit(Node.PlugIn) - Method in class org.apache.jasper.compiler.PageDataImpl.SecondPassVisitor
- visit(Node.PlugIn) - Method in class org.apache.jasper.compiler.SmapUtil.SmapGenVisitor
- visit(Node.PlugIn) - Method in class org.apache.jasper.compiler.Validator.ValidateVisitor
- visit(Node.Root) - Method in class org.apache.jasper.compiler.Node.Visitor
- visit(Node.Root) - Method in class org.apache.jasper.compiler.PageDataImpl.FirstPassVisitor
- visit(Node.Root) - Method in class org.apache.jasper.compiler.PageDataImpl.SecondPassVisitor
- visit(Node.Scriptlet) - Method in class org.apache.jasper.compiler.Collector.CollectVisitor
- visit(Node.Scriptlet) - Method in class org.apache.jasper.compiler.Dumper.DumpVisitor
- visit(Node.Scriptlet) - Method in class org.apache.jasper.compiler.Generator.GenerateVisitor
- visit(Node.Scriptlet) - Method in class org.apache.jasper.compiler.Node.Visitor
- visit(Node.Scriptlet) - Method in class org.apache.jasper.compiler.PageDataImpl.SecondPassVisitor
- visit(Node.Scriptlet) - Method in class org.apache.jasper.compiler.SmapUtil.SmapGenVisitor
- visit(Node.Scriptlet) - Method in class org.apache.jasper.compiler.Validator.ValidateVisitor
- visit(Node.SetProperty) - Method in class org.apache.jasper.compiler.Collector.CollectVisitor
- visit(Node.SetProperty) - Method in class org.apache.jasper.compiler.Dumper.DumpVisitor
- visit(Node.SetProperty) - Method in class org.apache.jasper.compiler.ELFunctionMapper.ELFunctionVisitor
- visit(Node.SetProperty) - Method in class org.apache.jasper.compiler.Generator.GenerateVisitor
- visit(Node.SetProperty) - Method in class org.apache.jasper.compiler.Node.Visitor
- visit(Node.SetProperty) - Method in class org.apache.jasper.compiler.PageDataImpl.SecondPassVisitor
- visit(Node.SetProperty) - Method in class org.apache.jasper.compiler.SmapUtil.SmapGenVisitor
- visit(Node.SetProperty) - Method in class org.apache.jasper.compiler.Validator.ValidateVisitor
- visit(Node.TagDirective) - Method in class org.apache.jasper.compiler.Node.Visitor
- visit(Node.TagDirective) - Method in class org.apache.jasper.compiler.PageDataImpl.SecondPassVisitor
- visit(Node.TagDirective) - Method in class org.apache.jasper.compiler.TagFileProcessor.TagFileDirectiveVisitor
- visit(Node.TagDirective) - Method in class org.apache.jasper.compiler.TextOptimizer.TextCatVisitor
- visit(Node.TagDirective) - Method in class org.apache.jasper.compiler.Validator.DirectiveVisitor
- visit(Node.TaglibDirective) - Method in class org.apache.jasper.compiler.Dumper.DumpVisitor
- visit(Node.TaglibDirective) - Method in class org.apache.jasper.compiler.Node.Visitor
- visit(Node.TaglibDirective) - Method in class org.apache.jasper.compiler.PageDataImpl.FirstPassVisitor
- visit(Node.TaglibDirective) - Method in class org.apache.jasper.compiler.TextOptimizer.TextCatVisitor
- visit(Node.TaglibDirective) - Method in class org.apache.jasper.compiler.Validator.ValidateVisitor
- visit(Node.TemplateText) - Method in class org.apache.jasper.compiler.Dumper.DumpVisitor
- visit(Node.TemplateText) - Method in class org.apache.jasper.compiler.Generator.GenerateVisitor
- visit(Node.TemplateText) - Method in class org.apache.jasper.compiler.Node.Visitor
- visit(Node.TemplateText) - Method in class org.apache.jasper.compiler.PageDataImpl.SecondPassVisitor
- visit(Node.TemplateText) - Method in class org.apache.jasper.compiler.SmapUtil.SmapGenVisitor
- visit(Node.TemplateText) - Method in class org.apache.jasper.compiler.TextOptimizer.TextCatVisitor
- visit(Node.UninterpretedTag) - Method in class org.apache.jasper.compiler.Dumper.DumpVisitor
- visit(Node.UninterpretedTag) - Method in class org.apache.jasper.compiler.ELFunctionMapper.ELFunctionVisitor
- visit(Node.UninterpretedTag) - Method in class org.apache.jasper.compiler.Generator.GenerateVisitor
- visit(Node.UninterpretedTag) - Method in class org.apache.jasper.compiler.Node.Visitor
- visit(Node.UninterpretedTag) - Method in class org.apache.jasper.compiler.PageDataImpl.SecondPassVisitor
- visit(Node.UninterpretedTag) - Method in class org.apache.jasper.compiler.SmapUtil.SmapGenVisitor
- visit(Node.UninterpretedTag) - Method in class org.apache.jasper.compiler.Validator.ValidateVisitor
- visit(Node.UseBean) - Method in class org.apache.jasper.compiler.Collector.CollectVisitor
- visit(Node.UseBean) - Method in class org.apache.jasper.compiler.Dumper.DumpVisitor
- visit(Node.UseBean) - Method in class org.apache.jasper.compiler.ELFunctionMapper.ELFunctionVisitor
- visit(Node.UseBean) - Method in class org.apache.jasper.compiler.Generator.GenerateVisitor
- visit(Node.UseBean) - Method in class org.apache.jasper.compiler.Node.Visitor
- visit(Node.UseBean) - Method in class org.apache.jasper.compiler.PageDataImpl.SecondPassVisitor
- visit(Node.UseBean) - Method in class org.apache.jasper.compiler.SmapUtil.SmapGenVisitor
- visit(Node.UseBean) - Method in class org.apache.jasper.compiler.Validator.ValidateVisitor
- visit(Node.VariableDirective) - Method in class org.apache.jasper.compiler.Node.Visitor
- visit(Node.VariableDirective) - Method in class org.apache.jasper.compiler.PageDataImpl.SecondPassVisitor
- visit(Node.VariableDirective) - Method in class org.apache.jasper.compiler.TagFileProcessor.TagFileDirectiveVisitor
- visit(Node.VariableDirective) - Method in class org.apache.jasper.compiler.TextOptimizer.TextCatVisitor
- visit(Node.VariableDirective) - Method in class org.apache.jasper.compiler.Validator.DirectiveVisitor
- visit(Node.Visitor) - Method in class org.apache.jasper.compiler.Node.Nodes
-
Visit the nodes in the list with the supplied visitor
- visitBody(Node) - Method in class org.apache.jasper.compiler.Node.Visitor
-
Visit the body of a node, using the current visitor
- visitBody(Node) - Method in class org.apache.jasper.compiler.SmapUtil.SmapGenVisitor
- visitBody(Node) - Method in class org.apache.jasper.compiler.TextOptimizer.TextCatVisitor
- Visitor() - Constructor for class org.apache.jasper.compiler.ELNode.Visitor
- Visitor() - Constructor for class org.apache.jasper.compiler.Node.Visitor
- vResolver - Variable in class org.apache.jasper.runtime.ExpressionEvaluatorImpl.ELResolverWrapper
W
- warning(SAXParseException) - Method in class org.apache.jasper.xmlparser.MyErrorHandler
- WEB_INF_TAGS - Static variable in class org.apache.jasper.compiler.ImplicitTagLibraryInfo
- WEB_INF_TAGS - Static variable in class org.apache.jasper.compiler.JspUtil
- WEB_XML - Static variable in class org.apache.jasper.compiler.JspConfig
- WEB_XML - Static variable in class org.apache.jasper.runtime.TldScanner
- WEB_XML - Static variable in class org.apache.jasper.servlet.JspCServletContext
- WEB_XML_VERSION_CONTEXT_ATTRIBUTE - Static variable in class org.apache.jasper.Constants
- WEBAPP_DTD_PUBLIC_ID_22 - Static variable in class org.apache.jasper.Constants
-
Public Id and the Resource path (of the cached copy) of the DTDs and schemas for web application deployment descriptors
- WEBAPP_DTD_PUBLIC_ID_23 - Static variable in class org.apache.jasper.Constants
- WEBAPP_DTD_RESOURCE_PATH_22 - Static variable in class org.apache.jasper.Constants
- WEBAPP_DTD_RESOURCE_PATH_23 - Static variable in class org.apache.jasper.Constants
- WEBAPP_SCHEMA_PUBLIC_ID_24 - Static variable in class org.apache.jasper.Constants
- WEBAPP_SCHEMA_PUBLIC_ID_25 - Static variable in class org.apache.jasper.Constants
- WEBAPP_SCHEMA_RESOURCE_PATH_24 - Static variable in class org.apache.jasper.Constants
- WEBAPP_SCHEMA_RESOURCE_PATH_25 - Static variable in class org.apache.jasper.Constants
- webxmlFile - Variable in class org.apache.jasper.JspC
- webxmlLevel - Variable in class org.apache.jasper.JspC
- When - Class in org.apache.jasper.tagplugins.jstl
- When() - Constructor for class org.apache.jasper.tagplugins.jstl.When
- width - Variable in class org.apache.jasper.compiler.Node.PlugIn
- wrapped - Variable in class org.apache.jasper.util.SystemLogHandler
-
Wrapped PrintStream.
- write(boolean, byte[], String) - Method in class org.apache.jasper.runtime.JspWriterImpl
-
Attempt to write a String pre-encoded with the page encoding.
- write(byte[]) - Method in class org.apache.jasper.util.SystemLogHandler
- write(byte[], int, int) - Method in class org.apache.jasper.runtime.JspWriterImpl
- write(byte[], int, int) - Method in class org.apache.jasper.runtime.ServletResponseWrapperInclude.PrintWriterWrapper
- write(byte[], int, int) - Method in class org.apache.jasper.util.SystemLogHandler
- write(byte[], int, int) - Method in interface org.glassfish.jsp.api.ByteWriter
-
Write a portion of a byte array to the output.
- write(char[]) - Method in class org.apache.jasper.runtime.BodyContentImpl
-
Write an array of characters.
- write(char[]) - Method in class org.apache.jasper.runtime.JspWriterImpl
-
Write an array of characters.
- write(char[], int, int) - Method in class org.apache.jasper.runtime.BodyContentImpl
-
Write a portion of an array of characters.
- write(char[], int, int) - Method in class org.apache.jasper.runtime.JspWriterImpl
-
Write a portion of an array of characters.
- write(int) - Method in class org.apache.jasper.runtime.BodyContentImpl
-
Write a single character.
- write(int) - Method in class org.apache.jasper.runtime.JspWriterImpl
-
Write a single character.
- write(int) - Method in class org.apache.jasper.util.SystemLogHandler
- write(String) - Method in class org.apache.jasper.runtime.BodyContentImpl
-
Write a string.
- write(String) - Method in class org.apache.jasper.runtime.JspWriterImpl
-
Write a string.
- write(String, int, int) - Method in class org.apache.jasper.runtime.BodyContentImpl
-
Write a portion of a String.
- write(String, int, int) - Method in class org.apache.jasper.runtime.JspWriterImpl
-
Write a portion of a String.
- writeAttrForSDE(int) - Method in class org.apache.jasper.compiler.SmapUtil.SDEInstaller
- writeBytes(byte[]) - Method in class org.apache.jasper.compiler.SmapUtil.SDEInstaller
- writeOut(Writer) - Method in class org.apache.jasper.runtime.BodyContentImpl
-
Write the contents of this BodyJspWriter into a Writer.
- writer - Variable in class org.apache.jasper.compiler.ServletWriter
- writer - Variable in class org.apache.jasper.JspCompilationContext
- writer - Variable in class org.apache.jasper.runtime.BodyContentImpl
- writeU1(int) - Method in class org.apache.jasper.compiler.SmapUtil.SDEInstaller
- writeU2(int) - Method in class org.apache.jasper.compiler.SmapUtil.SDEInstaller
- writeU4(int) - Method in class org.apache.jasper.compiler.SmapUtil.SDEInstaller
- writeUtf8ForSDE() - Method in class org.apache.jasper.compiler.SmapUtil.SDEInstaller
X
- XML_BLOCK_EXTERNAL_INIT_PARAM - Static variable in class org.apache.jasper.Constants
-
Name of the ServletContext init-param that determines if the XML parsers will block the resolution of external entities.
- XMLChar - Class in org.apache.jasper.xmlparser
-
This class defines the basic XML character properties.
- XMLChar() - Constructor for class org.apache.jasper.xmlparser.XMLChar
- XMLEncodingDetector - Class in org.apache.jasper.xmlparser
- XMLEncodingDetector() - Constructor for class org.apache.jasper.xmlparser.XMLEncodingDetector
-
Constructor
- XMLEncodingDetector.RewindableInputStream - Class in org.apache.jasper.xmlparser
-
This class wraps the byte inputstreams we're presented with.
- xmlPrefixMapper - Variable in class org.apache.jasper.compiler.PageInfo
- XMLString - Class in org.apache.jasper.xmlparser
-
This class is used as a structure to pass text contained in the underlying character buffer of the scanner.
- XMLString() - Constructor for class org.apache.jasper.xmlparser.XMLString
-
Default constructor.
- XMLString(char[], int, int) - Constructor for class org.apache.jasper.xmlparser.XMLString
-
Constructs an XMLString structure preset with the specified values.
- XMLString(XMLString) - Constructor for class org.apache.jasper.xmlparser.XMLString
-
Constructs an XMLString structure with copies of the values in the given structure.
- XMLStringBuffer - Class in org.apache.jasper.xmlparser
-
XMLString is a structure used to pass character arrays.
- XMLStringBuffer() - Constructor for class org.apache.jasper.xmlparser.XMLStringBuffer
- XMLStringBuffer(char) - Constructor for class org.apache.jasper.xmlparser.XMLStringBuffer
-
Constructs a string buffer from a char.
- XMLStringBuffer(char[], int, int) - Constructor for class org.apache.jasper.xmlparser.XMLStringBuffer
-
Constructs a string buffer from the specified character array.
- XMLStringBuffer(int) - Constructor for class org.apache.jasper.xmlparser.XMLStringBuffer
- XMLStringBuffer(String) - Constructor for class org.apache.jasper.xmlparser.XMLStringBuffer
-
Constructs a string buffer from a String.
- XMLStringBuffer(XMLString) - Constructor for class org.apache.jasper.xmlparser.XMLStringBuffer
-
Constructs a string buffer from the specified XMLString.
- xpoweredBy - Variable in class org.apache.jasper.EmbeddedServletOptions
-
Is generation of X-Powered-By response header enabled/disabled?
- xpoweredBy - Variable in class org.apache.jasper.JspC
- xtends - Variable in class org.apache.jasper.compiler.PageInfo
Z
- ZERO_VARIABLE_INFO - Static variable in class org.apache.jasper.compiler.Node
_
- _be - Variable in class org.apache.jasper.compiler.AntJavaCompiler.JavacObj
- _errorCapture - Variable in class org.apache.jasper.compiler.AntJavaCompiler.JavacObj
- _initialize(Servlet, ServletRequest, ServletResponse, String, boolean, int, boolean) - Method in class org.apache.jasper.runtime.PageContextImpl
- _javac - Variable in class org.apache.jasper.compiler.AntJavaCompiler.JavacObj
- _jspDestroy() - Method in class org.apache.jasper.runtime.HttpJspBase
- _jspInit() - Method in class org.apache.jasper.runtime.HttpJspBase
- _jspService(HttpServletRequest, HttpServletResponse) - Method in class org.apache.jasper.runtime.HttpJspBase
- _jspx_page_context - Variable in class org.apache.jasper.runtime.JspFragmentHelper
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form