- ELArithmetic - Class in org.apache.struts2.el.lang
-
A helper class of Arithmetic defined by the EL Specification
- ELArithmetic() - Constructor for class org.apache.struts2.el.lang.ELArithmetic
-
- ELArithmetic.BigDecimalDelegate - Class in org.apache.struts2.el.lang
-
- ELArithmetic.BigDecimalDelegate() - Constructor for class org.apache.struts2.el.lang.ELArithmetic.BigDecimalDelegate
-
- ELArithmetic.BigIntegerDelegate - Class in org.apache.struts2.el.lang
-
- ELArithmetic.BigIntegerDelegate() - Constructor for class org.apache.struts2.el.lang.ELArithmetic.BigIntegerDelegate
-
- ELArithmetic.DoubleDelegate - Class in org.apache.struts2.el.lang
-
- ELArithmetic.DoubleDelegate() - Constructor for class org.apache.struts2.el.lang.ELArithmetic.DoubleDelegate
-
- ELArithmetic.LongDelegate - Class in org.apache.struts2.el.lang
-
- ELArithmetic.LongDelegate() - Constructor for class org.apache.struts2.el.lang.ELArithmetic.LongDelegate
-
- ELContextImpl - Class in org.apache.struts2.jasper.el
-
Implementation of ELContext
- ELContextImpl() - Constructor for class org.apache.struts2.jasper.el.ELContextImpl
-
- ELContextImpl(ELResolver) - Constructor for class org.apache.struts2.jasper.el.ELContextImpl
-
- ELContextWrapper - Class in org.apache.struts2.jasper.el
-
Simple ELContextWrapper for runtime evaluation of EL w/ dynamic FunctionMappers
- ELContextWrapper(ELContext, FunctionMapper) - Constructor for class org.apache.struts2.jasper.el.ELContextWrapper
-
- ELEMENT_ACTION - Static variable in interface org.apache.struts2.jasper.compiler.TagConstants
-
- ELFunctionMapper - Class in org.apache.struts2.jasper.compiler
-
This class generates functions mappers for the EL expressions in the page.
- ELFunctionMapper() - Constructor for class org.apache.struts2.jasper.compiler.ELFunctionMapper
-
- ELParser - Class in org.apache.struts2.el.parser
-
- ELParser(InputStream) - Constructor for class org.apache.struts2.el.parser.ELParser
-
Constructor with InputStream.
- ELParser(InputStream, String) - Constructor for class org.apache.struts2.el.parser.ELParser
-
Constructor with InputStream and supplied encoding
- ELParser(Reader) - Constructor for class org.apache.struts2.el.parser.ELParser
-
Constructor.
- ELParser(ELParserTokenManager) - Constructor for class org.apache.struts2.el.parser.ELParser
-
Constructor with generated Token Manager.
- ELParser - Class in org.apache.struts2.jasper.compiler
-
This class implements a parser for EL expressions.
- ELParser(String) - Constructor for class org.apache.struts2.jasper.compiler.ELParser
-
- ELParserConstants - Interface in org.apache.struts2.el.parser
-
Token literal values and constants.
- ELParserTokenManager - Class in org.apache.struts2.el.parser
-
Token Manager.
- ELParserTokenManager(SimpleCharStream) - Constructor for class org.apache.struts2.el.parser.ELParserTokenManager
-
Constructor.
- ELParserTokenManager(SimpleCharStream, int) - Constructor for class org.apache.struts2.el.parser.ELParserTokenManager
-
Constructor.
- ELParserTreeConstants - Interface in org.apache.struts2.el.parser
-
- ELResolverImpl - Class in org.apache.struts2.jasper.el
-
- ELResolverImpl(VariableResolver) - Constructor for class org.apache.struts2.jasper.el.ELResolverImpl
-
- ELSupport - Class in org.apache.struts2.el.lang
-
A helper class that implements the EL Specification
- ELSupport() - Constructor for class org.apache.struts2.el.lang.ELSupport
-
- EmbeddedJSPResult - Class in org.apache.struts2
-
Can render jsps from the classpath.
- EmbeddedJSPResult() - Constructor for class org.apache.struts2.EmbeddedJSPResult
-
- EmbeddedServletOptions - Class in org.apache.struts2.jasper
-
A class to hold all init parameters specific to the JSP engine.
- EmbeddedServletOptions(ServletConfig, ServletContext) - Constructor for class org.apache.struts2.jasper.EmbeddedServletOptions
-
Create an EmbeddedServletOptions object using data available from
ServletConfig and ServletContext.
- EMPTY - Static variable in interface org.apache.struts2.el.parser.ELParserConstants
-
RegularExpression Id.
- EMPTY_STRING - Static variable in class org.apache.struts2.el.util.ReflectionUtil
-
- enable_tracing() - Method in class org.apache.struts2.el.parser.ELParser
-
Enable tracing.
- EncodingMap - Class in org.apache.struts2.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.struts2.jasper.xmlparser.EncodingMap
-
Default constructor.
- END_EXPRESSION - Static variable in interface org.apache.struts2.el.parser.ELParserConstants
-
RegularExpression Id.
- endColumn - Variable in class org.apache.struts2.el.parser.Token
-
The column number of the last character of this Token.
- endLine - Variable in class org.apache.struts2.el.parser.Token
-
The line number of the last character of this Token.
- Enumerator - Class in org.apache.struts2.jasper.util
-
Adapter class that wraps an Enumeration
around a Java2
collection classes object Iterator
so that existing APIs
returning Enumerations can easily run on top of the new collections.
- Enumerator(Collection) - Constructor for class org.apache.struts2.jasper.util.Enumerator
-
Return an Enumeration over the values of the specified Collection.
- Enumerator(Collection, boolean) - Constructor for class org.apache.struts2.jasper.util.Enumerator
-
Return an Enumeration over the values of the specified Collection.
- Enumerator(Iterator) - Constructor for class org.apache.struts2.jasper.util.Enumerator
-
Return an Enumeration over the values returned by the
specified Iterator.
- Enumerator(Iterator, boolean) - Constructor for class org.apache.struts2.jasper.util.Enumerator
-
Return an Enumeration over the values returned by the
specified Iterator.
- Enumerator(Map) - Constructor for class org.apache.struts2.jasper.util.Enumerator
-
Return an Enumeration over the values of the specified Map.
- Enumerator(Map, boolean) - Constructor for class org.apache.struts2.jasper.util.Enumerator
-
Return an Enumeration over the values of the specified Map.
- EOF - Static variable in interface org.apache.struts2.el.parser.ELParserConstants
-
End of File.
- eol - Variable in exception org.apache.struts2.el.parser.ParseException
-
The end of line string for this machine.
- EQ0 - Static variable in interface org.apache.struts2.el.parser.ELParserConstants
-
RegularExpression Id.
- EQ1 - Static variable in interface org.apache.struts2.el.parser.ELParserConstants
-
RegularExpression Id.
- Equality() - Method in class org.apache.struts2.el.parser.ELParser
-
- equals(Object, Object) - Static method in class org.apache.struts2.el.lang.ELSupport
-
- equals(Object) - Method in class org.apache.struts2.el.lang.FunctionMapperImpl.Function
-
- equals(Object) - Method in class org.apache.struts2.el.MethodExpressionImpl
-
Determines whether the specified object is equal to this
Expression
.
- equals(Object) - Method in class org.apache.struts2.el.MethodExpressionLiteral
-
- equals(Object) - Method in class org.apache.struts2.el.ValueExpressionImpl
-
- equals(Object) - Method in class org.apache.struts2.el.ValueExpressionLiteral
-
- equals(ValueExpressionLiteral) - Method in class org.apache.struts2.el.ValueExpressionLiteral
-
- equals(Object) - Method in class org.apache.struts2.jasper.el.JspMethodExpression
-
- equals(Object) - Method in class org.apache.struts2.jasper.el.JspValueExpression
-
- equals(char[], int, int) - Method in class org.apache.struts2.jasper.xmlparser.XMLString
-
Returns true if the contents of this XMLString structure and
the specified array are equal.
- equals(String) - Method in class org.apache.struts2.jasper.xmlparser.XMLString
-
Returns true if the contents of this XMLString structure and
the specified string are equal.
- errDispatcher - Variable in class org.apache.struts2.jasper.compiler.BeanRepository
-
- errDispatcher - Variable in class org.apache.struts2.jasper.compiler.Compiler
-
- ErrorDispatcher - Class in org.apache.struts2.jasper.compiler
-
Class responsible for dispatching JSP parse and javac compilation errors
to the configured error handler.
- ErrorDispatcher(boolean) - Constructor for class org.apache.struts2.jasper.compiler.ErrorDispatcher
-
- ErrorHandler - Interface in org.apache.struts2.jasper.compiler
-
Interface for handling JSP parse and javac compilation errors.
- errorOnUseBeanInvalidClassAttribute - Variable in class org.apache.struts2.jasper.JspC
-
Needs better documentation, this data member does.
- ESC - Static variable in class org.apache.struts2.jasper.Constants
-
Deprecated.
- escapeQueryString(String) - Static method in class org.apache.struts2.jasper.compiler.JspUtil
-
- escapeQueryString(String) - Static method in class org.apache.struts2.jasper.runtime.JspRuntimeLibrary
-
Escape special shell characters.
- escapeQuotes(char[]) - Static method in class org.apache.struts2.jasper.compiler.JspUtil
-
- escapeXml(String) - Static method in class org.apache.struts2.jasper.compiler.JspUtil
-
Escape the 5 entities defined by XML.
- escapeXml(String) - Static method in class org.apache.struts2.jasper.tagplugins.jstl.Util
-
Performs the following substring replacements
(to facilitate output to XML/HTML pages):
& -> &
< -> <
> -> >
" -> "
' -> '
See also OutSupport.writeEscapedXml().
- ESCStr - Static variable in class org.apache.struts2.jasper.Constants
-
Deprecated.
- evaluate(String, Class, VariableResolver, FunctionMapper) - Method in class org.apache.struts2.jasper.el.ExpressionEvaluatorImpl
-
- evaluate(VariableResolver) - Method in class org.apache.struts2.jasper.el.ExpressionImpl
-
- evaluateNodes(Node.Nodes, SmapStratum, HashMap, boolean) - Static method in class org.apache.struts2.jasper.compiler.SmapUtil
-
- EvaluationContext - Class in org.apache.struts2.el.lang
-
- EvaluationContext(ELContext, FunctionMapper, VariableMapper) - Constructor for class org.apache.struts2.el.lang.EvaluationContext
-
- execute() - Method in class org.apache.struts2.jasper.JspC
-
Executes the compilation.
- ExpandBuff(boolean) - Method in class org.apache.struts2.el.parser.SimpleCharStream
-
- expectedTokenSequences - Variable in exception org.apache.struts2.el.parser.ParseException
-
Each entry in this array is an array of integers.
- EXPONENT - Static variable in interface org.apache.struts2.el.parser.ELParserConstants
-
RegularExpression Id.
- Expression() - Method in class org.apache.struts2.el.parser.ELParser
-
- EXPRESSION_ACTION - Static variable in interface org.apache.struts2.jasper.compiler.TagConstants
-
- ExpressionBuilder - Class in org.apache.struts2.el.lang
-
- ExpressionBuilder(String, ELContext) - Constructor for class org.apache.struts2.el.lang.ExpressionBuilder
-
- ExpressionEvaluatorImpl - Class in org.apache.struts2.jasper.el
-
- ExpressionEvaluatorImpl(ExpressionFactory) - Constructor for class org.apache.struts2.jasper.el.ExpressionEvaluatorImpl
-
- ExpressionFactoryImpl - Class in org.apache.struts2.el
-
- ExpressionFactoryImpl() - Constructor for class org.apache.struts2.el.ExpressionFactoryImpl
-
- ExpressionImpl - Class in org.apache.struts2.jasper.el
-
- ExpressionImpl(ValueExpression) - Constructor for class org.apache.struts2.jasper.el.ExpressionImpl
-
- extensions - Variable in class org.apache.struts2.jasper.JspC
-
The file extensions to be handled as JSP files.
- GE0 - Static variable in interface org.apache.struts2.el.parser.ELParserConstants
-
RegularExpression Id.
- GE1 - Static variable in interface org.apache.struts2.el.parser.ELParserConstants
-
RegularExpression Id.
- generateAttribute(String) - Method in interface org.apache.struts2.jasper.compiler.tagplugin.TagPluginContext
-
Generate codesto evaluate value of a attribute in the custom tag
The codes is a Java expression.
- generateBody() - Method in interface org.apache.struts2.jasper.compiler.tagplugin.TagPluginContext
-
Generate codes for the body of the custom tag
- generateClass(String[]) - Method in class org.apache.struts2.jasper.compiler.Compiler
-
Compile the servlet from .java file to .class file
- generateClass(String[]) - Method in class org.apache.struts2.jasper.CustomCompiler
-
- generateDeclaration(String, String) - Method in interface org.apache.struts2.jasper.compiler.tagplugin.TagPluginContext
-
Generate a declaration in the of the generated class.
- generateImport(String) - Method in interface org.apache.struts2.jasper.compiler.tagplugin.TagPluginContext
-
Generate an import statement
- generateJava() - Method in class org.apache.struts2.jasper.compiler.Compiler
-
Compile the jsp file into equivalent servlet in .java file
- generateJavaSource(String) - Method in interface org.apache.struts2.jasper.compiler.tagplugin.TagPluginContext
-
Generate Java source codes
- generateParseException() - Method in class org.apache.struts2.el.parser.ELParser
-
Generate ParseException.
- generateSmap(JspCompilationContext, Node.Nodes) - Static method in class org.apache.struts2.jasper.compiler.SmapUtil
-
Generates an appropriate SMAP representing the current compilation
context.
- generateWebMapping(String, JspCompilationContext) - Method in class org.apache.struts2.jasper.JspC
-
- genStringAsCharArray() - Method in class org.apache.struts2.jasper.EmbeddedServletOptions
-
Are Text strings to be generated as char arrays?
- genStringAsCharArray - Variable in class org.apache.struts2.jasper.JspC
-
- genStringAsCharArray() - Method in class org.apache.struts2.jasper.JspC
-
Indicates whether text strings are to be generated as char arrays.
- genStringAsCharArray() - Method in interface org.apache.struts2.jasper.Options
-
Are Text strings to be generated as char arrays?
- get(K) - Method in class org.apache.struts2.el.util.ConcurrentCache
-
- get(String) - Static method in class org.apache.struts2.el.util.MessageFactory
-
- get(String, Object) - Static method in class org.apache.struts2.el.util.MessageFactory
-
- get(String, Object, Object) - Static method in class org.apache.struts2.el.util.MessageFactory
-
- get(String, Object, Object, Object) - Static method in class org.apache.struts2.el.util.MessageFactory
-
- get(String, Object, Object, Object, Object) - Static method in class org.apache.struts2.el.util.MessageFactory
-
- get(String, Object, Object, Object, Object, Object) - Static method in class org.apache.struts2.el.util.MessageFactory
-
- get() - Method in class org.apache.struts2.jasper.runtime.JspFactoryImpl.PageContextPool
-
- get(Class) - Method in class org.apache.struts2.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) - Method in class org.apache.struts2.jasper.runtime.TagHandlerPool
-
Gets the next available tag handler from this tag handler pool,
instantiating one if this tag handler pool is empty.
- get(String) - Method in class org.apache.struts2.ServletCache
-
- GET_PROPERTY_ACTION - Static variable in interface org.apache.struts2.jasper.compiler.TagConstants
-
- getAbsolutePathsOfLocations() - Method in class org.apache.struts2.jasper.compiler.TldLocationsCache
-
Returns a list of absolute paths of the locations in the cache
- getArray(String, Object[]) - Static method in class org.apache.struts2.el.util.MessageFactory
-
- getAttribute(String) - Method in class org.apache.struts2.jasper.runtime.JspContextWrapper
-
- getAttribute(String, int) - Method in class org.apache.struts2.jasper.runtime.JspContextWrapper
-
- getAttribute(String) - Method in class org.apache.struts2.jasper.runtime.PageContextImpl
-
- getAttribute(String, int) - Method in class org.apache.struts2.jasper.runtime.PageContextImpl
-
- getAttribute(String) - Method in class org.apache.struts2.jasper.servlet.JspCServletContext
-
Return the specified context attribute, if any.
- getAttributeNames() - Method in class org.apache.struts2.jasper.servlet.JspCServletContext
-
Return an enumeration of context attribute names.
- getAttributeNamesInScope(int) - Method in class org.apache.struts2.jasper.runtime.JspContextWrapper
-
- getAttributeNamesInScope(int) - Method in class org.apache.struts2.jasper.runtime.PageContextImpl
-
- getAttributesScope(String) - Method in class org.apache.struts2.jasper.runtime.JspContextWrapper
-
- getAttributesScope(String) - Method in class org.apache.struts2.jasper.runtime.PageContextImpl
-
- getBeanType(String) - Method in class org.apache.struts2.jasper.compiler.BeanRepository
-
- getBeginColumn() - Method in class org.apache.struts2.el.parser.SimpleCharStream
-
Get token beginning column number.
- getBeginLine() - Method in class org.apache.struts2.el.parser.SimpleCharStream
-
Get token beginning line number.
- getBody() - Method in class org.apache.struts2.jasper.xmlparser.TreeNode
-
Return the body text associated with this node (if any).
- getBufferSize() - Method in class org.apache.struts2.jasper.runtime.BodyContentImpl
-
This method returns the size of the buffer used by the JspWriter.
- getCache() - Method in class org.apache.struts2.jasper.EmbeddedServletOptions
-
- getCache() - Method in class org.apache.struts2.jasper.JspC
-
- getCache() - Method in interface org.apache.struts2.jasper.Options
-
The web-application wide cache for the returned TreeNode
by parseXMLDocument in TagLibraryInfoImpl.parseTLD,
if isCaching returns true.
- getCanonicalName(Class) - Static method in class org.apache.struts2.jasper.compiler.JspUtil
-
Compute the canonical name from a Class instance.
- getCharEncoding() - Method in class org.apache.struts2.jasper.tagplugins.jstl.Util.ImportResponseWrapper
-
- getCheckInterval() - Method in class org.apache.struts2.jasper.EmbeddedServletOptions
-
Background JSP compile thread check intervall
- getCheckInterval() - Method in class org.apache.struts2.jasper.JspC
-
Background compilation check intervals in seconds
- getCheckInterval() - Method in interface org.apache.struts2.jasper.Options
-
Background compile thread check interval in seconds
- getClassDebugInfo() - Method in class org.apache.struts2.jasper.EmbeddedServletOptions
-
Should class files be compiled with debug information?
- getClassDebugInfo() - Method in class org.apache.struts2.jasper.JspC
-
- getClassDebugInfo() - Method in interface org.apache.struts2.jasper.Options
-
Should we include debug information in compiled class?
- getClassFileName() - Method in class org.apache.struts2.jasper.JspCompilationContext
-
- getClassLoader() - Method in class org.apache.struts2.jasper.JspCompilationContext
-
What class loader to use for loading classes while compiling
this JSP?
- getClassPath() - Method in class org.apache.struts2.jasper.compiler.JspRuntimeContext
-
The classpath that is passed off to the Java compiler.
- getClassPath() - Method in class org.apache.struts2.jasper.EmbeddedServletOptions
-
What classpath should I use while compiling the servlets
generated from JSP files?
- getClassPath() - Method in class org.apache.struts2.jasper.JspC
-
- getClassPath() - Method in class org.apache.struts2.jasper.JspCompilationContext
-
The classpath that is passed off to the Java compiler.
- getClassPath() - Method in interface org.apache.struts2.jasper.Options
-
What classpath should I use while compiling the servlets
generated from JSP files?
- getCodeSource() - Method in class org.apache.struts2.jasper.compiler.JspRuntimeContext
-
Get the SecurityManager Policy CodeSource for this web
applicaiton context.
- getColumn() - Method in class org.apache.struts2.el.parser.SimpleCharStream
-
Deprecated.
- getCommonPropertyType(ELContext, Object) - Method in class org.apache.struts2.jasper.el.ELResolverImpl
-
- getCompilationContext() - Method in class org.apache.struts2.jasper.compiler.Compiler
-
- getCompiler() - Method in class org.apache.struts2.jasper.EmbeddedServletOptions
-
Compiler to use.
- getCompiler() - Method in class org.apache.struts2.jasper.JspC
-
Compiler to use.
- getCompiler() - Method in class org.apache.struts2.jasper.JspCompilationContext
-
- getCompiler() - Method in interface org.apache.struts2.jasper.Options
-
Compiler to use.
- getCompilerClassName() - Method in class org.apache.struts2.jasper.EmbeddedServletOptions
-
Java compiler class to use.
- getCompilerClassName() - Method in class org.apache.struts2.jasper.JspC
-
Compiler class name to use.
- getCompilerClassName() - Method in interface org.apache.struts2.jasper.Options
-
Java compiler class to use.
- getCompilerSourceVM() - Method in class org.apache.struts2.jasper.EmbeddedServletOptions
-
- getCompilerSourceVM() - Method in class org.apache.struts2.jasper.JspC
-
- getCompilerSourceVM() - Method in interface org.apache.struts2.jasper.Options
-
Compiler source VM, e.g.
- getCompilerTargetVM() - Method in class org.apache.struts2.jasper.EmbeddedServletOptions
-
- getCompilerTargetVM() - Method in class org.apache.struts2.jasper.JspC
-
- getCompilerTargetVM() - Method in interface org.apache.struts2.jasper.Options
-
The compiler target VM, e.g.
- getConstantAttribute(String) - Method in interface org.apache.struts2.jasper.compiler.tagplugin.TagPluginContext
-
- getContentType() - Method in class org.apache.struts2.jasper.JspCompilationContext
-
Get the content type of this JSP.
- getContentTypeAttribute(String, String) - Static method in class org.apache.struts2.jasper.tagplugins.jstl.Util
-
Get the value associated with a content-type attribute.
- getContext(Class) - Method in class org.apache.struts2.el.lang.EvaluationContext
-
- getContext(Class) - Method in class org.apache.struts2.jasper.el.ELContextWrapper
-
- getContext(String) - Method in class org.apache.struts2.jasper.servlet.JspCServletContext
-
Return the servlet context for the specified path.
- getContextPath() - Method in class org.apache.struts2.jasper.servlet.JspCServletContext
-
Return the context path.
- getContextRelativePath(ServletRequest, String) - Static method in class org.apache.struts2.jasper.runtime.JspRuntimeLibrary
-
Convert a possibly relative resource path into a context-relative
resource path that starts with a '/'.
- getDependants() - Method in interface org.apache.struts2.jasper.runtime.JspSourceDependent
-
Returns a list of files names that the current page has a source
dependency on.
- getDependants() - Method in class org.apache.struts2.jasper.servlet.JspServletWrapper
-
Get a list of files that the current page has source dependency on.
- getDerivedPackageName() - Method in class org.apache.struts2.jasper.JspCompilationContext
-
- getDevelopment() - Method in class org.apache.struts2.jasper.EmbeddedServletOptions
-
Is Jasper being used in development mode?
- getDevelopment() - Method in class org.apache.struts2.jasper.JspC
-
Is Jasper being used in development mode?
- getDevelopment() - Method in interface org.apache.struts2.jasper.Options
-
Is Jasper being used in development mode?
- getDisplaySourceFragment() - Method in class org.apache.struts2.jasper.EmbeddedServletOptions
-
Should we include a source fragment in exception messages, which could be displayed
to the developer ?
- getDisplaySourceFragment() - Method in class org.apache.struts2.jasper.JspC
-
- getDisplaySourceFragment() - Method in interface org.apache.struts2.jasper.Options
-
Should we include a source fragment in exception messages, which could be displayed
to the developer ?
- getELContext() - Method in class org.apache.struts2.el.lang.EvaluationContext
-
- getELContext() - Method in class org.apache.struts2.jasper.runtime.JspContextWrapper
-
- getELContext() - Method in class org.apache.struts2.jasper.runtime.PageContextImpl
-
- getELResolver() - Method in class org.apache.struts2.el.lang.EvaluationContext
-
- getELResolver() - Method in class org.apache.struts2.jasper.el.ELContextImpl
-
- getELResolver() - Method in class org.apache.struts2.jasper.el.ELContextWrapper
-
- getEncoding(String, JarFile, JspCompilationContext, ErrorDispatcher) - Static method in class org.apache.struts2.jasper.xmlparser.XMLEncodingDetector
-
Autodetects the encoding of the XML document supplied by the given
input stream.
- getEndColumn() - Method in class org.apache.struts2.el.parser.SimpleCharStream
-
Get token end column number.
- getEndLine() - Method in class org.apache.struts2.el.parser.SimpleCharStream
-
Get token end line number.
- getEngineInfo() - Method in class org.apache.struts2.jasper.runtime.JspFactoryImpl
-
- getErrorDispatcher() - Method in class org.apache.struts2.jasper.compiler.Compiler
-
Gets the error dispatcher.
- getErrorMessage() - Method in class org.apache.struts2.jasper.compiler.JavacErrorDetail
-
Gets the compilation error message.
- getErrorOnUseBeanInvalidClassAttribute() - Method in class org.apache.struts2.jasper.EmbeddedServletOptions
-
- getErrorOnUseBeanInvalidClassAttribute() - Method in class org.apache.struts2.jasper.JspC
-
- getErrorOnUseBeanInvalidClassAttribute() - Method in interface org.apache.struts2.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.
- getException() - Method in class org.apache.struts2.jasper.runtime.JspContextWrapper
-
- getException() - Method in class org.apache.struts2.jasper.runtime.PageContextImpl
-
Returns the exception associated with this page context, if any.
- getExpectedType() - Method in class org.apache.struts2.el.ValueExpressionImpl
-
- getExpectedType() - Method in class org.apache.struts2.el.ValueExpressionLiteral
-
- getExpectedType() - Method in class org.apache.struts2.jasper.el.JspValueExpression
-
- getExpr(String, boolean) - Static method in class org.apache.struts2.jasper.compiler.JspUtil
-
- getExpressionEvaluator() - Method in class org.apache.struts2.jasper.runtime.JspContextWrapper
-
- getExpressionEvaluator() - Method in class org.apache.struts2.jasper.runtime.PageContextImpl
-
Provides programmatic access to the ExpressionEvaluator.
- getExpressionFactory() - Method in class org.apache.struts2.jasper.runtime.JspApplicationContextImpl
-
- getExpressionString() - Method in class org.apache.struts2.el.MethodExpressionImpl
-
Returns the original String used to create this Expression
,
unmodified.
- getExpressionString() - Method in class org.apache.struts2.el.MethodExpressionLiteral
-
- getExpressionString() - Method in class org.apache.struts2.el.ValueExpressionImpl
-
Returns the type the result of the expression will be coerced to after
evaluation.
- getExpressionString() - Method in class org.apache.struts2.el.ValueExpressionLiteral
-
- getExpressionString() - Method in class org.apache.struts2.jasper.el.JspMethodExpression
-
- getExpressionString() - Method in class org.apache.struts2.jasper.el.JspValueExpression
-
- getExprInXml(String) - Static method in class org.apache.struts2.jasper.compiler.JspUtil
-
Takes a potential expression and converts it into XML form
- getExtensions() - Method in class org.apache.struts2.jasper.JspC
-
Returns the list of file extensions
that are treated as JSP files.
- getFailOnError() - Method in class org.apache.struts2.jasper.JspC
-
- getFeatureDescriptors(ELContext, Object) - Method in class org.apache.struts2.jasper.el.ELResolverImpl
-
- getFloatingPoint() - Method in class org.apache.struts2.el.parser.AstFloatingPoint
-
- getFork() - Method in class org.apache.struts2.jasper.EmbeddedServletOptions
-
- getFork() - Method in class org.apache.struts2.jasper.JspC
-
- getFork() - Method in interface org.apache.struts2.jasper.Options
-
boolean flag to tell Ant whether to fork JSP page compilations.
- getFunctionMapper() - Method in class org.apache.struts2.el.lang.EvaluationContext
-
- getFunctionMapper() - Method in class org.apache.struts2.jasper.el.ELContextImpl
-
- getFunctionMapper() - Method in class org.apache.struts2.jasper.el.ELContextWrapper
-
- getIANA2JavaMapping(String) - Static method in class org.apache.struts2.jasper.xmlparser.EncodingMap
-
Returns the Java encoding name for the specified IANA encoding name.
- getIeClassId() - Method in class org.apache.struts2.jasper.EmbeddedServletOptions
-
Class ID for use in the plugin tag when the browser is IE.
- getIeClassId() - Method in class org.apache.struts2.jasper.JspC
-
Gets the class-id value that is sent to Internet Explorer when using
tags.
- getIeClassId() - Method in interface org.apache.struts2.jasper.Options
-
Class ID for use in the plugin tag when the browser is IE.
- getImage() - Method in interface org.apache.struts2.el.parser.Node
-
- GetImage() - Method in class org.apache.struts2.el.parser.SimpleCharStream
-
Get token literal value.
- getImage() - Method in class org.apache.struts2.el.parser.SimpleNode
-
- getIncludeCoda() - Method in class org.apache.struts2.jasper.compiler.JspConfig.JspProperty
-
- getIncludePrelude() - Method in class org.apache.struts2.jasper.compiler.JspConfig.JspProperty
-
- getInitParameter(String) - Method in class org.apache.struts2.jasper.servlet.JspCServletContext
-
Return the specified context initialization parameter.
- getInitParameter(String) - Method in class org.apache.struts2.JSPServletConfig
-
- getInitParameterNames() - Method in class org.apache.struts2.jasper.servlet.JspCServletContext
-
Return an enumeration of the names of context initialization
parameters.
- getInitParameterNames() - Method in class org.apache.struts2.JSPServletConfig
-
- getInputStream(String, JarFile, JspCompilationContext, ErrorDispatcher) - Static method in class org.apache.struts2.jasper.compiler.JspUtil
-
- getInstance(ServletContext) - Static method in class org.apache.struts2.jasper.runtime.JspApplicationContextImpl
-
- getInstance() - Static method in class org.apache.struts2.jasper.runtime.ProtectedFunctionMapper
-
Generated Servlet and Tag Handler implementations call this method to
retrieve an instance of the ProtectedFunctionMapper.
- getInteger() - Method in class org.apache.struts2.el.parser.AstInteger
-
- getJarUrl(Class) - Method in class org.apache.struts2.JSPLoader
-
- getJava2IANAMapping(String) - Static method in class org.apache.struts2.jasper.xmlparser.EncodingMap
-
Returns the IANA encoding name for the specified Java encoding name.
- getJavaEncoding() - Method in class org.apache.struts2.jasper.EmbeddedServletOptions
-
- getJavaEncoding() - Method in class org.apache.struts2.jasper.JspC
-
Returns the encoding to use for
java files.
- getJavaEncoding() - Method in interface org.apache.struts2.jasper.Options
-
Java platform encoding to generate the JSP
page servlet.
- getJavaFileName() - Method in class org.apache.struts2.jasper.compiler.JavacErrorDetail
-
Gets the name of the Java source file in which the compilation error
occurred.
- getJavaLine() - Method in class org.apache.struts2.jasper.compiler.ServletWriter
-
- getJavaLineNumber() - Method in class org.apache.struts2.jasper.compiler.JavacErrorDetail
-
Gets the compilation error line number.
- getJavaPath() - Method in class org.apache.struts2.jasper.JspCompilationContext
-
Path of the Java file relative to the work directory.
- getJspApplicationContext(ServletContext) - Method in class org.apache.struts2.jasper.runtime.JspFactoryImpl
-
- getJspBeginLineNumber() - Method in class org.apache.struts2.jasper.compiler.JavacErrorDetail
-
Gets the start line number (in the JSP file) of the JSP element
responsible for the compilation error.
- getJspCompilerPath() - Method in class org.apache.struts2.jasper.JspC
-
- getJspCompilerPlugin() - Method in class org.apache.struts2.jasper.JspC
-
- getJspConfig() - Method in class org.apache.struts2.jasper.EmbeddedServletOptions
-
- getJspConfig() - Method in class org.apache.struts2.jasper.JspC
-
Obtain JSP configuration informantion specified in web.xml.
- getJspConfig() - Method in interface org.apache.struts2.jasper.Options
-
Obtain JSP configuration informantion specified in web.xml.
- getJspContext() - Method in class org.apache.struts2.jasper.runtime.JspFragmentHelper
-
- getJspCount() - Method in class org.apache.struts2.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.struts2.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.struts2.jasper.servlet.JspServletWrapper
-
- getJspExtract() - Method in class org.apache.struts2.jasper.compiler.JavacErrorDetail
-
Gets the extract of the JSP that corresponds to this message.
- getJspFile() - Method in class org.apache.struts2.jasper.JspCompilationContext
-
Path of the JSP URI.
- getJspFileName() - Method in class org.apache.struts2.jasper.compiler.JavacErrorDetail
-
Gets the name of the JSP file from which the Java source file was
generated.
- getJspLoader() - Method in class org.apache.struts2.jasper.JspCompilationContext
-
- getJspReloadCount() - Method in class org.apache.struts2.jasper.compiler.JspRuntimeContext
-
Gets the current value of the JSP reload counter.
- getJspReloadCount() - Method in class org.apache.struts2.jasper.servlet.JspServlet
-
Gets the number of JSPs that have been reloaded.
- getKeepGenerated() - Method in class org.apache.struts2.jasper.EmbeddedServletOptions
-
Are we keeping generated code around?
- getKeepGenerated() - Method in class org.apache.struts2.jasper.JspC
-
- getKeepGenerated() - Method in interface org.apache.struts2.jasper.Options
-
Are we keeping generated code around?
- getLastModificationTest() - Method in class org.apache.struts2.jasper.servlet.JspServletWrapper
-
- getLine() - Method in class org.apache.struts2.el.parser.SimpleCharStream
-
Deprecated.
- getLocale() - Method in class org.apache.struts2.el.lang.EvaluationContext
-
- getLocale() - Method in class org.apache.struts2.jasper.el.ELContextWrapper
-
- getLocalName() - Method in class org.apache.struts2.el.parser.AstFunction
-
- getLocation(String) - Method in class org.apache.struts2.jasper.compiler.TldLocationsCache
-
Gets the 'location' of the TLD associated with the given taglib 'uri'.
- getMajorVersion() - Method in class org.apache.struts2.jasper.servlet.JspCServletContext
-
Return the Servlet API major version number.
- getMapForFunction(String, Class, String, Class[]) - Static method in class org.apache.struts2.jasper.runtime.ProtectedFunctionMapper
-
Creates an instance for this class, and stores the Method for the given
EL function prefix and name.
- getMappedFile() - Method in class org.apache.struts2.jasper.EmbeddedServletOptions
-
Are we supporting HTML mapped servlets?
- getMappedFile() - Method in class org.apache.struts2.jasper.JspC
-
Are we supporting HTML mapped servlets?
- getMappedFile() - Method in interface org.apache.struts2.jasper.Options
-
Are we supporting HTML mapped servlets?
- getMessage() - Method in exception org.apache.struts2.el.parser.ParseException
-
This method has the standard behavior when this object has been
created using the standard constructors.
- getMessage() - Method in error org.apache.struts2.el.parser.TokenMgrError
-
You can also modify the body of this method to customize your error messages.
- getMessage(String) - Static method in class org.apache.struts2.jasper.compiler.Localizer
-
- getMessage(String, String) - Static method in class org.apache.struts2.jasper.compiler.Localizer
-
- getMessage(String, String, String) - Static method in class org.apache.struts2.jasper.compiler.Localizer
-
- getMessage(String, String, String, String) - Static method in class org.apache.struts2.jasper.compiler.Localizer
-
- getMessage(String, String, String, String, String) - Static method in class org.apache.struts2.jasper.compiler.Localizer
-
- getMessage(String, Object[]) - Static method in class org.apache.struts2.jasper.compiler.Localizer
-
- getMethod() - Method in class org.apache.struts2.el.lang.FunctionMapperImpl.Function
-
- getMethod(Object, Object, Class[]) - Static method in class org.apache.struts2.el.util.ReflectionUtil
-
Returns a method based on the criteria
- getMethodInfo(ELContext) - Method in class org.apache.struts2.el.MethodExpressionImpl
-
Evaluates the expression relative to the provided context, and returns
information about the actual referenced method.
- getMethodInfo(ELContext) - Method in class org.apache.struts2.el.MethodExpressionLiteral
-
- getMethodInfo(EvaluationContext, Class[]) - Method in class org.apache.struts2.el.parser.AstIdentifier
-
- getMethodInfo(EvaluationContext, Class[]) - Method in class org.apache.struts2.el.parser.AstValue
-
- getMethodInfo(EvaluationContext, Class[]) - Method in interface org.apache.struts2.el.parser.Node
-
- getMethodInfo(EvaluationContext, Class[]) - Method in class org.apache.struts2.el.parser.SimpleNode
-
- getMethodInfo(ELContext) - Method in class org.apache.struts2.jasper.el.JspMethodExpression
-
- getMimeType(String) - Method in class org.apache.struts2.jasper.servlet.JspCServletContext
-
Return the MIME type for the specified filename.
- getMinorVersion() - Method in class org.apache.struts2.jasper.servlet.JspCServletContext
-
Return the Servlet API minor version number.
- getModificationTestInterval() - Method in class org.apache.struts2.jasper.EmbeddedServletOptions
-
Modification test interval.
- getModificationTestInterval() - Method in class org.apache.struts2.jasper.JspC
-
Modification test interval.
- getModificationTestInterval() - Method in interface org.apache.struts2.jasper.Options
-
Modification test interval.
- getName() - Method in class org.apache.struts2.jasper.xmlparser.TreeNode
-
Return the name of this node.
- getNamedDispatcher(String) - Method in class org.apache.struts2.jasper.servlet.JspCServletContext
-
Return a request dispatcher for the specified servlet name.
- getNextToken() - Method in class org.apache.struts2.el.parser.ELParser
-
Get the next Token.
- getNextToken() - Method in class org.apache.struts2.el.parser.ELParserTokenManager
-
Get the next Token.
- getOption(ServletConfig, String, String) - Static method in class org.apache.struts2.jasper.runtime.TagHandlerPool
-
- getOptions() - Method in class org.apache.struts2.jasper.JspCompilationContext
-
Get hold of the Options object for this context.
- getOut() - Method in class org.apache.struts2.jasper.runtime.JspContextWrapper
-
- getOut() - Method in class org.apache.struts2.jasper.runtime.PageContextImpl
-
- getOutputDir() - Method in class org.apache.struts2.jasper.JspCompilationContext
-
The output directory to generate code into.
- getOutputName() - Method in class org.apache.struts2.el.parser.AstFunction
-
- getOutputStream() - Method in class org.apache.struts2.jasper.runtime.ServletResponseWrapperInclude
-
- getOutputStream() - Method in class org.apache.struts2.jasper.tagplugins.jstl.Util.ImportResponseWrapper
-
- getPage() - Method in class org.apache.struts2.jasper.runtime.JspContextWrapper
-
- getPage() - Method in class org.apache.struts2.jasper.runtime.PageContextImpl
-
- getPageContext(Servlet, ServletRequest, ServletResponse, String, boolean, int, boolean) - Method in class org.apache.struts2.jasper.runtime.JspFactoryImpl
-
- getPageEncoding() - Method in class org.apache.struts2.jasper.compiler.JspConfig.JspProperty
-
- getPageInfo() - Method in class org.apache.struts2.jasper.compiler.Compiler
-
Gets the info about the page under compilation
- getPageNodes() - Method in class org.apache.struts2.jasper.compiler.Compiler
-
Retrieves the parsed nodes of the JSP page, if they are available.
- getParentClassLoader() - Method in class org.apache.struts2.jasper.compiler.JspRuntimeContext
-
Get the parent URLClassLoader.
- getParentContext() - Method in interface org.apache.struts2.jasper.compiler.tagplugin.TagPluginContext
-
Get the PluginContext for the parent of this custom tag.
- getParentTag() - Method in class org.apache.struts2.jasper.runtime.JspFragmentHelper
-
- getPermissionCollection() - Method in class org.apache.struts2.jasper.compiler.JspRuntimeContext
-
Get the SecurityManager PermissionCollection for this
web application context.
- getPermissions(CodeSource) - Method in class org.apache.struts2.jasper.servlet.JasperLoader
-
Get the Permissions for a CodeSource.
- getPluginAttribute(String) - Method in interface org.apache.struts2.jasper.compiler.tagplugin.TagPluginContext
-
Get the value of an attribute in the current tagplugin context.
- getPrefix() - Method in class org.apache.struts2.el.parser.AstFunction
-
- getProperty(String) - Method in class org.apache.struts2.jasper.EmbeddedServletOptions
-
- getPropertyDescriptor(Object, Object) - Static method in class org.apache.struts2.el.util.ReflectionUtil
-
- getProtectionDomain() - Method in class org.apache.struts2.jasper.JspC
-
- getReader() - Method in class org.apache.struts2.jasper.runtime.BodyContentImpl
-
Return the value of this BodyJspWriter as a Reader.
- getReadMethod(Class, String) - Static method in class org.apache.struts2.jasper.runtime.JspRuntimeLibrary
-
- getRealPath(String) - Method in class org.apache.struts2.jasper.JspCompilationContext
-
Gets the actual path of a URI relative to the context of
the compilation.
- getRealPath(String) - Method in class org.apache.struts2.jasper.servlet.JspCServletContext
-
Return the real path for the specified context-relative
virtual path.
- getRemaining() - Method in class org.apache.struts2.jasper.runtime.BodyContentImpl
-
- getRemaining() - Method in class org.apache.struts2.jasper.runtime.JspWriterImpl
-
- getRequest() - Method in class org.apache.struts2.jasper.runtime.JspContextWrapper
-
- getRequest() - Method in class org.apache.struts2.jasper.runtime.PageContextImpl
-
- getRequestDispatcher(String) - Method in class org.apache.struts2.jasper.servlet.JspCServletContext
-
Return a request dispatcher for the specified context-relative path.
- getResource(String) - Method in class org.apache.struts2.jasper.JspCompilationContext
-
- getResource(String) - Method in class org.apache.struts2.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.struts2.jasper.JspCompilationContext
-
Gets a resource as a stream, relative to the meanings of this
context's implementation.
- getResourceAsStream(String) - Method in class org.apache.struts2.jasper.servlet.JasperLoader
-
Delegate to parent
- getResourceAsStream(String) - Method in class org.apache.struts2.jasper.servlet.JspCServletContext
-
Return an InputStream allowing access to the resource at the
specified context-relative path.
- getResourcePaths(String) - Method in class org.apache.struts2.jasper.JspCompilationContext
-
- getResourcePaths(String) - Method in class org.apache.struts2.jasper.servlet.JspCServletContext
-
Return the set of resource paths for the "directory" at the
specified context path.
- getResponse() - Method in class org.apache.struts2.jasper.runtime.JspContextWrapper
-
- getResponse() - Method in class org.apache.struts2.jasper.runtime.PageContextImpl
-
- getRuntimeContext() - Method in class org.apache.struts2.jasper.JspCompilationContext
-
- getScope(String) - Static method in class org.apache.struts2.jasper.tagplugins.jstl.Util
-
Converts the given string description of a scope to the corresponding
PageContext constant.
- getScratchDir() - Method in class org.apache.struts2.jasper.EmbeddedServletOptions
-
What is my scratch dir?
- getScratchDir() - Method in class org.apache.struts2.jasper.JspC
-
- getScratchDir() - Method in interface org.apache.struts2.jasper.Options
-
What is my scratch dir?
- getSendErrorToClient() - Method in class org.apache.struts2.jasper.EmbeddedServletOptions
-
Deprecated.
- getSendErrorToClient() - Method in class org.apache.struts2.jasper.JspC
-
Deprecated.
- getSendErrorToClient() - Method in interface org.apache.struts2.jasper.Options
-
Deprecated.
- getServerInfo() - Method in class org.apache.struts2.jasper.servlet.JspCServletContext
-
Return descriptive information about this server.
- getServlet() - Method in class org.apache.struts2.jasper.runtime.PageContextImpl
-
- getServlet(String) - Method in class org.apache.struts2.jasper.servlet.JspCServletContext
-
Deprecated.
This method has been deprecated with no replacement
- getServlet() - Method in class org.apache.struts2.jasper.servlet.JspServletWrapper
-
- getServletClassName() - Method in class org.apache.struts2.jasper.JspCompilationContext
-
Just the class name (does not include package name) of the
generated class.
- getServletConfig() - Method in class org.apache.struts2.jasper.runtime.JspContextWrapper
-
- getServletConfig() - Method in class org.apache.struts2.jasper.runtime.PageContextImpl
-
- getServletContext() - Method in class org.apache.struts2.jasper.JspCompilationContext
-
- getServletContext() - Method in class org.apache.struts2.jasper.runtime.JspContextWrapper
-
- getServletContext() - Method in class org.apache.struts2.jasper.runtime.PageContextImpl
-
- getServletContext() - Method in class org.apache.struts2.jasper.servlet.JspServletWrapper
-
- getServletContext() - Method in class org.apache.struts2.JSPServletConfig
-
- getServletContextName() - Method in class org.apache.struts2.jasper.servlet.JspCServletContext
-
Return the name of this servlet context.
- getServletInfo() - Method in class org.apache.struts2.jasper.runtime.HttpJspBase
-
- getServletJavaFileName() - Method in class org.apache.struts2.jasper.JspCompilationContext
-
Full path name of the Java file into which the servlet is being
generated.
- getServletName() - Method in class org.apache.struts2.JSPServletConfig
-
- getServletNames() - Method in class org.apache.struts2.jasper.servlet.JspCServletContext
-
Deprecated.
This method has been deprecated with no replacement
- getServletPackageName() - Method in class org.apache.struts2.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.
- getServlets() - Method in class org.apache.struts2.jasper.servlet.JspCServletContext
-
Deprecated.
This method has been deprecated with no replacement
- getSession() - Method in class org.apache.struts2.jasper.runtime.JspContextWrapper
-
- getSession() - Method in class org.apache.struts2.jasper.runtime.PageContextImpl
-
- getSourceCode() - Method in class org.apache.struts2.jasper.JspC
-
- getSourceCode() - Method in class org.apache.struts2.jasper.JspCompilationContext
-
- getStatus() - Method in class org.apache.struts2.jasper.tagplugins.jstl.Util.ImportResponseWrapper
-
- getStratumName() - Method in class org.apache.struts2.jasper.compiler.SmapStratum
-
Returns the name of the stratum.
- getString() - Method in class org.apache.struts2.el.parser.AstString
-
- getString() - Method in class org.apache.struts2.jasper.compiler.SmapGenerator
-
- getString() - Method in class org.apache.struts2.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.struts2.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.struts2.jasper.runtime.BodyContentImpl
-
Return the value of the BodyJspWriter as a String.
- getString() - Method in class org.apache.struts2.jasper.tagplugins.jstl.Util.ImportResponseWrapper
-
- GetSuffix(int) - Method in class org.apache.struts2.el.parser.SimpleCharStream
-
Get the suffix.
- getTabSize(int) - Method in class org.apache.struts2.el.parser.SimpleCharStream
-
- getTagFileJarUrl(String) - Method in class org.apache.struts2.jasper.JspCompilationContext
-
Returns the tag-file-name-to-JAR-file map of this compilation unit,
which maps tag file names to the JAR files in which the tag files are
packaged.
- getTagFileJarUrl() - Method in class org.apache.struts2.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.
- getTagHandlerClassName(String, ErrorDispatcher) - Static method in class org.apache.struts2.jasper.compiler.JspUtil
-
Deprecated.
Use {@link #getTagHandlerClassName(String, String,
ErrorDispatcher)
See https://issues.apache.org/bugzilla/show_bug.cgi?id=46471
- getTagHandlerClassName(String, String, ErrorDispatcher) - Static method in class org.apache.struts2.jasper.compiler.JspUtil
-
Gets the fully-qualified class name of the tag handler corresponding to
the given tag file path.
- getTagHandlerPool(ServletConfig) - Static method in class org.apache.struts2.jasper.runtime.TagHandlerPool
-
- getTagInfo() - Method in class org.apache.struts2.jasper.JspCompilationContext
-
- getTagPluginManager() - Method in class org.apache.struts2.jasper.EmbeddedServletOptions
-
- getTagPluginManager() - Method in class org.apache.struts2.jasper.JspC
-
- getTagPluginManager() - Method in interface org.apache.struts2.jasper.Options
-
Obtain a Tag Plugin Manager
- getTagPoolSize() - Method in class org.apache.struts2.jasper.JspC
-
- getTemporaryVariableName() - Method in interface org.apache.struts2.jasper.compiler.tagplugin.TagPluginContext
-
- getThrowable(ServletRequest) - Static method in class org.apache.struts2.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.
- getTldAbsolutePaths() - Method in class org.apache.struts2.jasper.JspC
-
- getTldLocation(String) - Method in class org.apache.struts2.jasper.JspCompilationContext
-
Gets the 'location' of the TLD associated with the given taglib 'uri'.
- getTldLocationsCache() - Method in class org.apache.struts2.jasper.EmbeddedServletOptions
-
- getTldLocationsCache() - Method in class org.apache.struts2.jasper.JspC
-
- getTldLocationsCache() - Method in interface org.apache.struts2.jasper.Options
-
The cache for the location of the TLD's
for the various tag libraries 'exposed'
by the web application.
- getToken(int) - Method in class org.apache.struts2.el.parser.ELParser
-
Get the specific Token.
- getTrimSpaces() - Method in class org.apache.struts2.jasper.EmbeddedServletOptions
-
Should white spaces between directives or actions be trimmed?
- getTrimSpaces() - Method in class org.apache.struts2.jasper.JspC
-
- getTrimSpaces() - Method in interface org.apache.struts2.jasper.Options
-
Should white spaces between directives or actions be trimmed?
- getType(EvaluationContext) - Method in class org.apache.struts2.el.parser.ArithmeticNode
-
- getType(EvaluationContext) - Method in class org.apache.struts2.el.parser.AstChoice
-
- getType(EvaluationContext) - Method in class org.apache.struts2.el.parser.AstCompositeExpression
-
- getType(EvaluationContext) - Method in class org.apache.struts2.el.parser.AstDeferredExpression
-
- getType(EvaluationContext) - Method in class org.apache.struts2.el.parser.AstDynamicExpression
-
- getType(EvaluationContext) - Method in class org.apache.struts2.el.parser.AstEmpty
-
- getType(EvaluationContext) - Method in class org.apache.struts2.el.parser.AstFloatingPoint
-
- getType(EvaluationContext) - Method in class org.apache.struts2.el.parser.AstFunction
-
- getType(EvaluationContext) - Method in class org.apache.struts2.el.parser.AstIdentifier
-
- getType(EvaluationContext) - Method in class org.apache.struts2.el.parser.AstInteger
-
- getType(EvaluationContext) - Method in class org.apache.struts2.el.parser.AstLiteralExpression
-
- getType(EvaluationContext) - Method in class org.apache.struts2.el.parser.AstNegative
-
- getType(EvaluationContext) - Method in class org.apache.struts2.el.parser.AstNot
-
- getType(EvaluationContext) - Method in class org.apache.struts2.el.parser.AstNull
-
- getType(EvaluationContext) - Method in class org.apache.struts2.el.parser.AstString
-
- getType(EvaluationContext) - Method in class org.apache.struts2.el.parser.AstValue
-
- getType(EvaluationContext) - Method in class org.apache.struts2.el.parser.BooleanNode
-
- getType(EvaluationContext) - Method in interface org.apache.struts2.el.parser.Node
-
- getType(EvaluationContext) - Method in class org.apache.struts2.el.parser.SimpleNode
-
- getType(ELContext) - Method in class org.apache.struts2.el.ValueExpressionImpl
-
- getType(ELContext) - Method in class org.apache.struts2.el.ValueExpressionLiteral
-
- getType() - Method in class org.apache.struts2.jasper.compiler.ELParser
-
- getType(ELContext, Object, Object) - Method in class org.apache.struts2.jasper.el.ELResolverImpl
-
- getType(ELContext) - Method in class org.apache.struts2.jasper.el.JspValueExpression
-
- getValue(EvaluationContext) - Method in class org.apache.struts2.el.parser.AstAnd
-
- getValue(EvaluationContext) - Method in class org.apache.struts2.el.parser.AstBracketSuffix
-
- getValue(EvaluationContext) - Method in class org.apache.struts2.el.parser.AstChoice
-
- getValue(EvaluationContext) - Method in class org.apache.struts2.el.parser.AstCompositeExpression
-
- getValue(EvaluationContext) - Method in class org.apache.struts2.el.parser.AstDeferredExpression
-
- getValue(EvaluationContext) - Method in class org.apache.struts2.el.parser.AstDiv
-
- getValue(EvaluationContext) - Method in class org.apache.struts2.el.parser.AstDotSuffix
-
- getValue(EvaluationContext) - Method in class org.apache.struts2.el.parser.AstDynamicExpression
-
- getValue(EvaluationContext) - Method in class org.apache.struts2.el.parser.AstEmpty
-
- getValue(EvaluationContext) - Method in class org.apache.struts2.el.parser.AstEqual
-
- getValue(EvaluationContext) - Method in class org.apache.struts2.el.parser.AstFalse
-
- getValue(EvaluationContext) - Method in class org.apache.struts2.el.parser.AstFloatingPoint
-
- getValue(EvaluationContext) - Method in class org.apache.struts2.el.parser.AstFunction
-
- getValue(EvaluationContext) - Method in class org.apache.struts2.el.parser.AstGreaterThan
-
- getValue(EvaluationContext) - Method in class org.apache.struts2.el.parser.AstGreaterThanEqual
-
- getValue(EvaluationContext) - Method in class org.apache.struts2.el.parser.AstIdentifier
-
- getValue(EvaluationContext) - Method in class org.apache.struts2.el.parser.AstInteger
-
- getValue(EvaluationContext) - Method in class org.apache.struts2.el.parser.AstLessThan
-
- getValue(EvaluationContext) - Method in class org.apache.struts2.el.parser.AstLessThanEqual
-
- getValue(EvaluationContext) - Method in class org.apache.struts2.el.parser.AstLiteralExpression
-
- getValue(EvaluationContext) - Method in class org.apache.struts2.el.parser.AstMinus
-
- getValue(EvaluationContext) - Method in class org.apache.struts2.el.parser.AstMod
-
- getValue(EvaluationContext) - Method in class org.apache.struts2.el.parser.AstMult
-
- getValue(EvaluationContext) - Method in class org.apache.struts2.el.parser.AstNegative
-
- getValue(EvaluationContext) - Method in class org.apache.struts2.el.parser.AstNot
-
- getValue(EvaluationContext) - Method in class org.apache.struts2.el.parser.AstNotEqual
-
- getValue(EvaluationContext) - Method in class org.apache.struts2.el.parser.AstNull
-
- getValue(EvaluationContext) - Method in class org.apache.struts2.el.parser.AstOr
-
- getValue(EvaluationContext) - Method in class org.apache.struts2.el.parser.AstPlus
-
- getValue(EvaluationContext) - Method in class org.apache.struts2.el.parser.AstString
-
- getValue(EvaluationContext) - Method in class org.apache.struts2.el.parser.AstTrue
-
- getValue(EvaluationContext) - Method in class org.apache.struts2.el.parser.AstValue
-
- getValue(EvaluationContext) - Method in interface org.apache.struts2.el.parser.Node
-
- getValue(EvaluationContext) - Method in class org.apache.struts2.el.parser.SimpleNode
-
- getValue() - Method in class org.apache.struts2.el.parser.Token
-
An optional attribute value of the Token.
- getValue(ELContext) - Method in class org.apache.struts2.el.ValueExpressionImpl
-
- getValue(ELContext) - Method in class org.apache.struts2.el.ValueExpressionLiteral
-
- getValue(ELContext, Object, Object) - Method in class org.apache.struts2.jasper.el.ELResolverImpl
-
- getValue(ELContext) - Method in class org.apache.struts2.jasper.el.JspValueExpression
-
- getValueFromBeanInfoPropertyEditor(Class, String, String, Class) - Static method in class org.apache.struts2.jasper.runtime.JspRuntimeLibrary
-
- getValueFromPropertyEditorManager(Class, String, String) - Static method in class org.apache.struts2.jasper.runtime.JspRuntimeLibrary
-
- getVariableMapper() - Method in class org.apache.struts2.el.lang.EvaluationContext
-
- getVariableMapper() - Method in class org.apache.struts2.jasper.el.ELContextImpl
-
- getVariableMapper() - Method in class org.apache.struts2.jasper.el.ELContextWrapper
-
- getVariableResolver() - Method in class org.apache.struts2.jasper.runtime.JspContextWrapper
-
- getVariableResolver() - Method in class org.apache.struts2.jasper.runtime.PageContextImpl
-
- getWrapper(String) - Method in class org.apache.struts2.jasper.compiler.JspRuntimeContext
-
Get an already existing JspServletWrapper.
- getWriteMethod(Class, String) - Static method in class org.apache.struts2.jasper.runtime.JspRuntimeLibrary
-
- getWriter() - Method in class org.apache.struts2.jasper.JspCompilationContext
-
Where is the servlet being generated?
- getWriter() - Method in class org.apache.struts2.jasper.runtime.ServletResponseWrapperInclude
-
Returns a wrapper around the JspWriter of the including page.
- getWriter() - Method in class org.apache.struts2.jasper.tagplugins.jstl.Util.ImportResponseWrapper
-
- GT0 - Static variable in interface org.apache.struts2.el.parser.ELParserConstants
-
RegularExpression Id.
- GT1 - Static variable in interface org.apache.struts2.el.parser.ELParserConstants
-
RegularExpression Id.
- id - Variable in class org.apache.struts2.el.parser.SimpleNode
-
- Identifier() - Method in class org.apache.struts2.el.parser.ELParser
-
- IDENTIFIER - Static variable in interface org.apache.struts2.el.parser.ELParserConstants
-
RegularExpression Id.
- IE_PLUGIN_URL - Static variable in class org.apache.struts2.jasper.Constants
-
- ieClassId - Variable in class org.apache.struts2.jasper.JspC
-
- If - Class in org.apache.struts2.jasper.tagplugins.jstl.core
-
- If() - Constructor for class org.apache.struts2.jasper.tagplugins.jstl.core.If
-
- ILLEGAL_CHARACTER - Static variable in interface org.apache.struts2.el.parser.ELParserConstants
-
RegularExpression Id.
- image - Variable in class org.apache.struts2.el.parser.SimpleNode
-
- image - Variable in class org.apache.struts2.el.parser.Token
-
The string image of the token.
- IMPL_OBJ_START - Static variable in interface org.apache.struts2.el.parser.ELParserConstants
-
RegularExpression Id.
- Import - Class in org.apache.struts2.jasper.tagplugins.jstl.core
-
- Import() - Constructor for class org.apache.struts2.jasper.tagplugins.jstl.core.Import
-
- IN_EXPRESSION - Static variable in interface org.apache.struts2.el.parser.ELParserConstants
-
Lexical state.
- inBuf - Variable in class org.apache.struts2.el.parser.SimpleCharStream
-
- INC_SERVLET_PATH - Static variable in class org.apache.struts2.jasper.Constants
-
Servlet context and request attributes that the JSP engine
uses.
- INC_WEBXML - Static variable in class org.apache.struts2.jasper.JspC
-
- include(String) - Method in class org.apache.struts2.jasper.runtime.JspContextWrapper
-
- include(String, boolean) - Method in class org.apache.struts2.jasper.runtime.JspContextWrapper
-
- include(ServletRequest, ServletResponse, String, JspWriter, boolean) - Static method in class org.apache.struts2.jasper.runtime.JspRuntimeLibrary
-
Perform a RequestDispatcher.include() operation, with optional flushing
of the response beforehand.
- include(String) - Method in class org.apache.struts2.jasper.runtime.PageContextImpl
-
- include(String, boolean) - Method in class org.apache.struts2.jasper.runtime.PageContextImpl
-
- INCLUDE_ACTION - Static variable in interface org.apache.struts2.jasper.compiler.TagConstants
-
- INCLUDE_DIRECTIVE_ACTION - Static variable in interface org.apache.struts2.jasper.compiler.TagConstants
-
- incrementJspReloadCount() - Method in class org.apache.struts2.jasper.compiler.JspRuntimeContext
-
Increments the JSP reload counter.
- incrementRemoved() - Method in class org.apache.struts2.jasper.JspCompilationContext
-
- incTripCount() - Method in class org.apache.struts2.jasper.servlet.JspServletWrapper
-
- init(JspCompilationContext, JspServletWrapper) - Method in class org.apache.struts2.jasper.compiler.Compiler
-
- init(ServletConfig) - Method in class org.apache.struts2.jasper.runtime.HttpJspBase
-
- init(ServletConfig) - Method in class org.apache.struts2.jasper.runtime.PerThreadTagHandlerPool
-
- init(ServletConfig) - Method in class org.apache.struts2.jasper.runtime.TagHandlerPool
-
- init(ServletConfig) - Method in class org.apache.struts2.jasper.servlet.JspServlet
-
- initialize(Servlet, ServletRequest, ServletResponse, String, boolean, int, boolean) - Method in class org.apache.struts2.jasper.runtime.JspContextWrapper
-
- initialize(Servlet, ServletRequest, ServletResponse, String, boolean, int, boolean) - Method in class org.apache.struts2.jasper.runtime.PageContextImpl
-
- initServletContext() - Method in class org.apache.struts2.jasper.JspC
-
- initWebXml() - Method in class org.apache.struts2.jasper.JspC
-
- input_stream - Variable in class org.apache.struts2.el.parser.ELParserTokenManager
-
- inputStream - Variable in class org.apache.struts2.el.parser.SimpleCharStream
-
- insertBefore - Static variable in class org.apache.struts2.jasper.JspC
-
- installSmap(String[]) - Static method in class org.apache.struts2.jasper.compiler.SmapUtil
-
- INSTANCEOF - Static variable in interface org.apache.struts2.el.parser.ELParserConstants
-
RegularExpression Id.
- Integer() - Method in class org.apache.struts2.el.parser.ELParser
-
- INTEGER_LITERAL - Static variable in interface org.apache.struts2.el.parser.ELParserConstants
-
RegularExpression Id.
- interpreterCall(boolean, String, Class, String, boolean) - Static method in class org.apache.struts2.jasper.compiler.JspUtil
-
Produces a String representing a call to the EL interpreter.
- introspect(Object, ServletRequest) - Static method in class org.apache.struts2.jasper.runtime.JspRuntimeLibrary
-
- introspecthelper(Object, String, String, ServletRequest, String, boolean) - Static method in class org.apache.struts2.jasper.runtime.JspRuntimeLibrary
-
- invoke(ELContext, Object[]) - Method in class org.apache.struts2.el.MethodExpressionImpl
-
Evaluates the expression relative to the provided context, invokes the
method that was found using the supplied parameters, and returns the
result of the method invocation.
- invoke(ELContext, Object[]) - Method in class org.apache.struts2.el.MethodExpressionLiteral
-
- invoke(EvaluationContext, Class[], Object[]) - Method in class org.apache.struts2.el.parser.AstIdentifier
-
- invoke(EvaluationContext, Class[], Object[]) - Method in class org.apache.struts2.el.parser.AstValue
-
- invoke(EvaluationContext, Class[], Object[]) - Method in interface org.apache.struts2.el.parser.Node
-
- invoke(EvaluationContext, Class[], Object[]) - Method in class org.apache.struts2.el.parser.SimpleNode
-
- invoke(ELContext, Object[]) - Method in class org.apache.struts2.jasper.el.JspMethodExpression
-
- INVOKE_ACTION - Static variable in interface org.apache.struts2.jasper.compiler.TagConstants
-
- IS_SECURITY_ENABLED - Static variable in class org.apache.struts2.jasper.Constants
-
Has security been turned on?
- isAbsoluteUrl(String) - Static method in class org.apache.struts2.jasper.tagplugins.jstl.Util
-
Returns true if our current URL is absolute,
false otherwise.
- isAttributeSpecified(String) - Method in interface org.apache.struts2.jasper.compiler.tagplugin.TagPluginContext
-
- isBigDecimalOp(Object, Object) - Static method in class org.apache.struts2.el.lang.ELSupport
-
- isBigIntegerOp(Object, Object) - Static method in class org.apache.struts2.el.lang.ELSupport
-
- isCaching() - Method in class org.apache.struts2.jasper.EmbeddedServletOptions
-
- isCaching() - Method in class org.apache.struts2.jasper.JspC
-
- isCaching() - Method in interface org.apache.struts2.jasper.Options
-
Is caching enabled (used for precompilation).
- isConstantAttribute(String) - Method in interface org.apache.struts2.jasper.compiler.tagplugin.TagPluginContext
-
- isContent(int) - Static method in class org.apache.struts2.jasper.xmlparser.XMLChar
-
Returns true if the specified character can be considered content.
- isDeferedSyntaxAllowedAsLiteral() - Method in class org.apache.struts2.jasper.compiler.JspConfig.JspProperty
-
- isDoubleOp(Object, Object) - Static method in class org.apache.struts2.el.lang.ELSupport
-
- isDoubleStringOp(Object, Object) - Static method in class org.apache.struts2.el.lang.ELSupport
-
- isELIgnored() - Method in class org.apache.struts2.jasper.compiler.JspConfig.JspProperty
-
- isErrorPage() - Method in class org.apache.struts2.jasper.JspCompilationContext
-
Are we processing something that has been declared as an
errorpage?
- isErrPage - Variable in class org.apache.struts2.jasper.JspCompilationContext
-
- isExpression(String, boolean) - Static method in class org.apache.struts2.jasper.compiler.JspUtil
-
Checks if the token is a runtime expression.
- isExternal() - Method in class org.apache.struts2.jasper.xmlparser.XMLEncodingDetector
-
Returns true if the current entity being scanned is external.
- isHighSurrogate(int) - Static method in class org.apache.struts2.jasper.xmlparser.XMLChar
-
Returns whether the given character is a high surrogate
- isInvalid(int) - Static method in class org.apache.struts2.jasper.xmlparser.XMLChar
-
Returns true if the specified character is invalid.
- isJavaKeyword(String) - Static method in class org.apache.struts2.jasper.compiler.JspUtil
-
Test whether the argument is a Java keyword
- isJspPage(String) - Method in class org.apache.struts2.jasper.compiler.JspConfig
-
To find out if an uri matches an url pattern in jsp config.
- isLiteralText() - Method in class org.apache.struts2.el.MethodExpressionImpl
-
- isLiteralText() - Method in class org.apache.struts2.el.MethodExpressionLiteral
-
- isLiteralText() - Method in class org.apache.struts2.el.ValueExpressionImpl
-
- isLiteralText() - Method in class org.apache.struts2.el.ValueExpressionLiteral
-
- isLiteralText() - Method in class org.apache.struts2.jasper.el.JspMethodExpression
-
- isLiteralText() - Method in class org.apache.struts2.jasper.el.JspValueExpression
-
- isLongOp(Object, Object) - Static method in class org.apache.struts2.el.lang.ELSupport
-
- isLowSurrogate(int) - Static method in class org.apache.struts2.jasper.xmlparser.XMLChar
-
Returns whether the given character is a low surrogate
- isMarkup(int) - Static method in class org.apache.struts2.jasper.xmlparser.XMLChar
-
Returns true if the specified character can be considered markup.
- isName(int) - Static method in class org.apache.struts2.jasper.xmlparser.XMLChar
-
Returns true if the specified character is a valid name
character as defined by production [4] in the XML 1.0
specification.
- isNameStart(int) - Static method in class org.apache.struts2.jasper.xmlparser.XMLChar
-
Returns true if the specified character is a valid name start
character as defined by production [5] in the XML 1.0
specification.
- isNCName(int) - Static method in class org.apache.struts2.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.struts2.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.
- isNumber(Object) - Static method in class org.apache.struts2.el.lang.ELArithmetic
-
- isNumberType(Class<?>) - Static method in class org.apache.struts2.el.lang.ELArithmetic
-
- isOutDated() - Method in class org.apache.struts2.jasper.compiler.Compiler
-
This is a protected method intended to be overridden by subclasses of
Compiler.
- isOutDated(boolean) - Method in class org.apache.struts2.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.
- isOutDated() - Method in class org.apache.struts2.jasper.CustomCompiler
-
- isOutDated(boolean) - Method in class org.apache.struts2.jasper.CustomCompiler
-
- isPackagedTagFile - Variable in class org.apache.struts2.jasper.JspCompilationContext
-
- isPackageProtectionEnabled() - Static method in class org.apache.struts2.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.struts2.jasper.JspCompilationContext
-
- isPoolingEnabled() - Method in class org.apache.struts2.jasper.EmbeddedServletOptions
-
- isPoolingEnabled() - Method in class org.apache.struts2.jasper.JspC
-
- isPoolingEnabled() - Method in interface org.apache.struts2.jasper.Options
-
Returns true if tag handler pooling is enabled, false otherwise.
- isPropertyResolved() - Method in class org.apache.struts2.el.lang.EvaluationContext
-
- isPropertyResolved() - Method in class org.apache.struts2.jasper.el.ELContextWrapper
-
- isPrototypeMode() - Method in class org.apache.struts2.jasper.JspCompilationContext
-
True if we are compiling a tag file in prototype mode.
- isPubid(int) - Static method in class org.apache.struts2.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(EvaluationContext) - Method in class org.apache.struts2.el.parser.AstDeferredExpression
-
- isReadOnly(EvaluationContext) - Method in class org.apache.struts2.el.parser.AstDynamicExpression
-
- isReadOnly(EvaluationContext) - Method in class org.apache.struts2.el.parser.AstIdentifier
-
- isReadOnly(EvaluationContext) - Method in class org.apache.struts2.el.parser.AstValue
-
- isReadOnly(EvaluationContext) - Method in interface org.apache.struts2.el.parser.Node
-
- isReadOnly(EvaluationContext) - Method in class org.apache.struts2.el.parser.SimpleNode
-
- isReadOnly(ELContext) - Method in class org.apache.struts2.el.ValueExpressionImpl
-
- isReadOnly(ELContext) - Method in class org.apache.struts2.el.ValueExpressionLiteral
-
- isReadOnly(ELContext, Object, Object) - Method in class org.apache.struts2.jasper.el.ELResolverImpl
-
- isReadOnly(ELContext) - Method in class org.apache.struts2.jasper.el.JspValueExpression
-
- isRemoved() - Method in class org.apache.struts2.jasper.JspCompilationContext
-
- isScriptingInvalid() - Method in class org.apache.struts2.jasper.compiler.JspConfig.JspProperty
-
- isScriptless() - Method in interface org.apache.struts2.jasper.compiler.tagplugin.TagPluginContext
-
- isSmapDumped() - Method in class org.apache.struts2.jasper.EmbeddedServletOptions
-
Should SMAP info for JSR45 debugging be dumped to a file?
- isSmapDumped() - Method in class org.apache.struts2.jasper.JspC
-
Should SMAP info for JSR45 debugging be dumped to a file?
- isSmapDumped() - Method in interface org.apache.struts2.jasper.Options
-
Indicates whether SMAP info for JSR45 debugging should be dumped to a
file.
- isSmapSuppressed() - Method in class org.apache.struts2.jasper.EmbeddedServletOptions
-
Is the generation of SMAP info for JSR45 debuggin suppressed?
- isSmapSuppressed() - Method in class org.apache.struts2.jasper.JspC
-
Is the generation of SMAP info for JSR45 debuggin suppressed?
- isSmapSuppressed() - Method in interface org.apache.struts2.jasper.Options
-
Is the generation of SMAP info for JSR45 debugging suppressed?
- isSpace(int) - Static method in class org.apache.struts2.jasper.xmlparser.XMLChar
-
Returns true if the specified character is a space character
as defined by production [3] in the XML 1.0 specification.
- isStringFloat(String) - Static method in class org.apache.struts2.el.lang.ELSupport
-
- isSupplemental(int) - Static method in class org.apache.struts2.jasper.xmlparser.XMLChar
-
Returns true if the specified character is a supplemental character.
- isTagFile - Variable in class org.apache.struts2.jasper.JspCompilationContext
-
- isTagFile() - Method in class org.apache.struts2.jasper.JspCompilationContext
-
- isTagFile() - Method in class org.apache.struts2.jasper.servlet.JspServletWrapper
-
- isTrimDirectiveWhitespaces() - Method in class org.apache.struts2.jasper.compiler.JspConfig.JspProperty
-
- isValid(int) - Static method in class org.apache.struts2.jasper.xmlparser.XMLChar
-
Returns true if the specified character is valid.
- isValidIANAEncoding(String) - Static method in class org.apache.struts2.jasper.xmlparser.XMLChar
-
Returns true if the encoding name is a valid IANA encoding.
- isValidJavaEncoding(String) - Static method in class org.apache.struts2.jasper.xmlparser.XMLChar
-
Returns true if the encoding name is a valid Java encoding.
- isValidName(String) - Static method in class org.apache.struts2.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.struts2.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.struts2.jasper.xmlparser.XMLChar
-
Check to see if a string is a valid Nmtoken according to [7]
in the XML 1.0 Recommendation
- isXml() - Method in class org.apache.struts2.jasper.compiler.JspConfig.JspProperty
-
- isXpoweredBy() - Method in class org.apache.struts2.jasper.EmbeddedServletOptions
-
Is generation of X-Powered-By response header enabled/disabled?
- isXpoweredBy() - Method in class org.apache.struts2.jasper.JspC
-
- isXpoweredBy() - Method in interface org.apache.struts2.jasper.Options
-
Is generation of X-Powered-By response header enabled/disabled?
- JasperException - Exception in org.apache.struts2.jasper
-
Base class for all exceptions generated by the JSP engine.
- JasperException(String) - Constructor for exception org.apache.struts2.jasper.JasperException
-
- JasperException(String, Throwable) - Constructor for exception org.apache.struts2.jasper.JasperException
-
Creates a JasperException with the embedded exception and the reason for
throwing a JasperException
- JasperException(Throwable) - Constructor for exception org.apache.struts2.jasper.JasperException
-
Creates a JasperException with the embedded exception
- jasperFactoryImpl - Variable in class org.apache.struts2.jasper.runtime.JspFactoryImpl
-
- JasperLoader - Class in org.apache.struts2.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) - Constructor for class org.apache.struts2.jasper.servlet.JasperLoader
-
- javacError(JavacErrorDetail[]) - Method in class org.apache.struts2.jasper.compiler.ErrorDispatcher
-
- javacError(String, Exception) - Method in class org.apache.struts2.jasper.compiler.ErrorDispatcher
-
- javacError(JavacErrorDetail[]) - Method in interface org.apache.struts2.jasper.compiler.ErrorHandler
-
Processes the given javac compilation errors.
- javacError(String, Exception) - Method in interface org.apache.struts2.jasper.compiler.ErrorHandler
-
Processes the given javac error report and exception.
- JavacErrorDetail - Class in org.apache.struts2.jasper.compiler
-
Class providing details about a javac compilation error.
- JavacErrorDetail(String, int, StringBuffer) - Constructor for class org.apache.struts2.jasper.compiler.JavacErrorDetail
-
Constructor.
- JavacErrorDetail(String, int, String, int, StringBuffer) - Constructor for class org.apache.struts2.jasper.compiler.JavacErrorDetail
-
Constructor.
- JavacErrorDetail(String, int, String, int, StringBuffer, JspCompilationContext) - Constructor for class org.apache.struts2.jasper.compiler.JavacErrorDetail
-
- javaEncoding - Variable in class org.apache.struts2.jasper.JspC
-
The java file encoding.
- javaPath - Variable in class org.apache.struts2.jasper.JspCompilationContext
-
- jj_nt - Variable in class org.apache.struts2.el.parser.ELParser
-
Next token.
- jjFillToken() - Method in class org.apache.struts2.el.parser.ELParserTokenManager
-
- jjnewLexState - Static variable in class org.apache.struts2.el.parser.ELParserTokenManager
-
Lex State array.
- jjstrLiteralImages - Static variable in class org.apache.struts2.el.parser.ELParserTokenManager
-
Token literal values.
- jjtAddChild(Node, int) - Method in interface org.apache.struts2.el.parser.Node
-
This method tells the node to add its argument to the node's
list of children.
- jjtAddChild(Node, int) - Method in class org.apache.struts2.el.parser.SimpleNode
-
- JJTAND - Static variable in interface org.apache.struts2.el.parser.ELParserTreeConstants
-
- JJTBRACKETSUFFIX - Static variable in interface org.apache.struts2.el.parser.ELParserTreeConstants
-
- JJTCHOICE - Static variable in interface org.apache.struts2.el.parser.ELParserTreeConstants
-
- jjtClose() - Method in interface org.apache.struts2.el.parser.Node
-
This method is called after all the child nodes have been
added.
- jjtClose() - Method in class org.apache.struts2.el.parser.SimpleNode
-
- JJTCOMPOSITEEXPRESSION - Static variable in interface org.apache.struts2.el.parser.ELParserTreeConstants
-
- JJTDEFERREDEXPRESSION - Static variable in interface org.apache.struts2.el.parser.ELParserTreeConstants
-
- JJTDIV - Static variable in interface org.apache.struts2.el.parser.ELParserTreeConstants
-
- JJTDOTSUFFIX - Static variable in interface org.apache.struts2.el.parser.ELParserTreeConstants
-
- JJTDYNAMICEXPRESSION - Static variable in interface org.apache.struts2.el.parser.ELParserTreeConstants
-
- JJTELParserState - Class in org.apache.struts2.el.parser
-
- JJTELParserState() - Constructor for class org.apache.struts2.el.parser.JJTELParserState
-
- JJTEMPTY - Static variable in interface org.apache.struts2.el.parser.ELParserTreeConstants
-
- JJTEQUAL - Static variable in interface org.apache.struts2.el.parser.ELParserTreeConstants
-
- JJTFALSE - Static variable in interface org.apache.struts2.el.parser.ELParserTreeConstants
-
- JJTFLOATINGPOINT - Static variable in interface org.apache.struts2.el.parser.ELParserTreeConstants
-
- JJTFUNCTION - Static variable in interface org.apache.struts2.el.parser.ELParserTreeConstants
-
- jjtGetChild(int) - Method in interface org.apache.struts2.el.parser.Node
-
This method returns a child node.
- jjtGetChild(int) - Method in class org.apache.struts2.el.parser.SimpleNode
-
- jjtGetNumChildren() - Method in interface org.apache.struts2.el.parser.Node
-
Return the number of children the node has.
- jjtGetNumChildren() - Method in class org.apache.struts2.el.parser.SimpleNode
-
- jjtGetParent() - Method in interface org.apache.struts2.el.parser.Node
-
- jjtGetParent() - Method in class org.apache.struts2.el.parser.SimpleNode
-
- JJTGREATERTHAN - Static variable in interface org.apache.struts2.el.parser.ELParserTreeConstants
-
- JJTGREATERTHANEQUAL - Static variable in interface org.apache.struts2.el.parser.ELParserTreeConstants
-
- JJTIDENTIFIER - Static variable in interface org.apache.struts2.el.parser.ELParserTreeConstants
-
- JJTINTEGER - Static variable in interface org.apache.struts2.el.parser.ELParserTreeConstants
-
- JJTLESSTHAN - Static variable in interface org.apache.struts2.el.parser.ELParserTreeConstants
-
- JJTLESSTHANEQUAL - Static variable in interface org.apache.struts2.el.parser.ELParserTreeConstants
-
- JJTLITERALEXPRESSION - Static variable in interface org.apache.struts2.el.parser.ELParserTreeConstants
-
- JJTMINUS - Static variable in interface org.apache.struts2.el.parser.ELParserTreeConstants
-
- JJTMOD - Static variable in interface org.apache.struts2.el.parser.ELParserTreeConstants
-
- JJTMULT - Static variable in interface org.apache.struts2.el.parser.ELParserTreeConstants
-
- JJTNEGATIVE - Static variable in interface org.apache.struts2.el.parser.ELParserTreeConstants
-
- jjtNodeName - Static variable in interface org.apache.struts2.el.parser.ELParserTreeConstants
-
- JJTNOT - Static variable in interface org.apache.struts2.el.parser.ELParserTreeConstants
-
- JJTNOTEQUAL - Static variable in interface org.apache.struts2.el.parser.ELParserTreeConstants
-
- JJTNULL - Static variable in interface org.apache.struts2.el.parser.ELParserTreeConstants
-
- jjtOpen() - Method in interface org.apache.struts2.el.parser.Node
-
This method is called after the node has been made the current
node.
- jjtOpen() - Method in class org.apache.struts2.el.parser.SimpleNode
-
- JJTOR - Static variable in interface org.apache.struts2.el.parser.ELParserTreeConstants
-
- JJTPLUS - Static variable in interface org.apache.struts2.el.parser.ELParserTreeConstants
-
- jjtree - Variable in class org.apache.struts2.el.parser.ELParser
-
- jjtSetParent(Node) - Method in interface org.apache.struts2.el.parser.Node
-
This pair of methods are used to inform the node of its
parent.
- jjtSetParent(Node) - Method in class org.apache.struts2.el.parser.SimpleNode
-
- JJTSTRING - Static variable in interface org.apache.struts2.el.parser.ELParserTreeConstants
-
- JJTTRUE - Static variable in interface org.apache.struts2.el.parser.ELParserTreeConstants
-
- JJTVALUE - Static variable in interface org.apache.struts2.el.parser.ELParserTreeConstants
-
- JJTVOID - Static variable in interface org.apache.struts2.el.parser.ELParserTreeConstants
-
- JSP_ATTRIBUTE_ACTION - Static variable in interface org.apache.struts2.jasper.compiler.TagConstants
-
- JSP_ATTRIBUTE_DIRECTIVE_ACTION - Static variable in interface org.apache.struts2.jasper.compiler.TagConstants
-
- JSP_BODY_ACTION - Static variable in interface org.apache.struts2.jasper.compiler.TagConstants
-
- JSP_DECLARATION_ACTION - Static variable in interface org.apache.struts2.jasper.compiler.TagConstants
-
- JSP_DOBODY_ACTION - Static variable in interface org.apache.struts2.jasper.compiler.TagConstants
-
- JSP_ELEMENT_ACTION - Static variable in interface org.apache.struts2.jasper.compiler.TagConstants
-
- JSP_EXPRESSION_ACTION - Static variable in interface org.apache.struts2.jasper.compiler.TagConstants
-
- JSP_FALLBACK_ACTION - Static variable in interface org.apache.struts2.jasper.compiler.TagConstants
-
- JSP_FILE - Static variable in class org.apache.struts2.jasper.Constants
-
Request attribute for <jsp-file>
element of a
servlet definition.
- JSP_FORWARD_ACTION - Static variable in interface org.apache.struts2.jasper.compiler.TagConstants
-
- JSP_GET_PROPERTY_ACTION - Static variable in interface org.apache.struts2.jasper.compiler.TagConstants
-
- JSP_INCLUDE_ACTION - Static variable in interface org.apache.struts2.jasper.compiler.TagConstants
-
- JSP_INCLUDE_DIRECTIVE_ACTION - Static variable in interface org.apache.struts2.jasper.compiler.TagConstants
-
- JSP_INVOKE_ACTION - Static variable in interface org.apache.struts2.jasper.compiler.TagConstants
-
- JSP_OUTPUT_ACTION - Static variable in interface org.apache.struts2.jasper.compiler.TagConstants
-
- JSP_PACKAGE_NAME - Static variable in class org.apache.struts2.jasper.Constants
-
The default package name for compiled jsp pages.
- JSP_PAGE_DIRECTIVE_ACTION - Static variable in interface org.apache.struts2.jasper.compiler.TagConstants
-
- JSP_PARAM_ACTION - Static variable in interface org.apache.struts2.jasper.compiler.TagConstants
-
- JSP_PARAMS_ACTION - Static variable in interface org.apache.struts2.jasper.compiler.TagConstants
-
- JSP_PLUGIN_ACTION - Static variable in interface org.apache.struts2.jasper.compiler.TagConstants
-
- JSP_ROOT_ACTION - Static variable in interface org.apache.struts2.jasper.compiler.TagConstants
-
- JSP_SCRIPTLET_ACTION - Static variable in interface org.apache.struts2.jasper.compiler.TagConstants
-
- JSP_SERVLET_BASE - Static variable in class org.apache.struts2.jasper.Constants
-
The base class of the generated servlets.
- JSP_SET_PROPERTY_ACTION - Static variable in interface org.apache.struts2.jasper.compiler.TagConstants
-
- JSP_TAG_DIRECTIVE_ACTION - Static variable in interface org.apache.struts2.jasper.compiler.TagConstants
-
- JSP_TAGLIB_DIRECTIVE_ACTION - Static variable in interface org.apache.struts2.jasper.compiler.TagConstants
-
- JSP_TEXT_ACTION - Static variable in interface org.apache.struts2.jasper.compiler.TagConstants
-
- JSP_TEXT_ACTION_END - Static variable in interface org.apache.struts2.jasper.compiler.TagConstants
-
- JSP_URI - Static variable in interface org.apache.struts2.jasper.compiler.TagConstants
-
- JSP_USE_BEAN_ACTION - Static variable in interface org.apache.struts2.jasper.compiler.TagConstants
-
- JSP_VARIABLE_DIRECTIVE_ACTION - Static variable in interface org.apache.struts2.jasper.compiler.TagConstants
-
- JspApplicationContextImpl - Class in org.apache.struts2.jasper.runtime
-
Implementation of JspApplicationContext
- JspApplicationContextImpl() - Constructor for class org.apache.struts2.jasper.runtime.JspApplicationContextImpl
-
- JspC - Class in org.apache.struts2.jasper
-
Shell for the jspc compiler.
- JspC() - Constructor for class org.apache.struts2.jasper.JspC
-
- JspCompilationContext - Class in org.apache.struts2.jasper
-
A place holder for various things that are used through out the JSP
engine.
- JspCompilationContext(String, boolean, Options, ServletContext, JspServletWrapper, JspRuntimeContext, ClassLoaderInterface) - Constructor for class org.apache.struts2.jasper.JspCompilationContext
-
- JspCompilationContext(String, TagInfo, Options, ServletContext, JspServletWrapper, JspRuntimeContext, URL) - Constructor for class org.apache.struts2.jasper.JspCompilationContext
-
- jspCompiler - Variable in class org.apache.struts2.jasper.JspCompilationContext
-
- JspConfig - Class in org.apache.struts2.jasper.compiler
-
Handles the jsp-config element in WEB_INF/web.xml.
- JspConfig(ServletContext) - Constructor for class org.apache.struts2.jasper.compiler.JspConfig
-
- jspConfig - Variable in class org.apache.struts2.jasper.JspC
-
- JspConfig.JspProperty - Class in org.apache.struts2.jasper.compiler
-
- JspConfig.JspProperty(String, String, String, String, Vector, Vector, String, String) - Constructor for class org.apache.struts2.jasper.compiler.JspConfig.JspProperty
-
- jspContext - Variable in class org.apache.struts2.jasper.runtime.JspFragmentHelper
-
- JspContextWrapper - Class in org.apache.struts2.jasper.runtime
-
Implementation of a JSP Context Wrapper.
- JspContextWrapper(JspContext, ArrayList, ArrayList, ArrayList, Map) - Constructor for class org.apache.struts2.jasper.runtime.JspContextWrapper
-
- JspCServletContext - Class in org.apache.struts2.jasper.servlet
-
Simple ServletContext
implementation without
HTTP-specific methods.
- JspCServletContext(PrintWriter, ClassLoaderInterface) - Constructor for class org.apache.struts2.jasper.servlet.JspCServletContext
-
Create a new instance of this ServletContext implementation.
- jspDestroy() - Method in class org.apache.struts2.jasper.runtime.HttpJspBase
-
- JspELException - Exception in org.apache.struts2.jasper.el
-
- JspELException(String, ELException) - Constructor for exception org.apache.struts2.jasper.el.JspELException
-
- jspError(String) - Method in class org.apache.struts2.jasper.compiler.ErrorDispatcher
-
- jspError(Mark, String) - Method in class org.apache.struts2.jasper.compiler.ErrorDispatcher
-
- jspError(Node, String) - Method in class org.apache.struts2.jasper.compiler.ErrorDispatcher
-
- jspError(String, String) - Method in class org.apache.struts2.jasper.compiler.ErrorDispatcher
-
- jspError(Mark, String, String) - Method in class org.apache.struts2.jasper.compiler.ErrorDispatcher
-
- jspError(Node, String, String) - Method in class org.apache.struts2.jasper.compiler.ErrorDispatcher
-
- jspError(String, String, String) - Method in class org.apache.struts2.jasper.compiler.ErrorDispatcher
-
- jspError(String, String, String, String) - Method in class org.apache.struts2.jasper.compiler.ErrorDispatcher
-
- jspError(Mark, String, String, String) - Method in class org.apache.struts2.jasper.compiler.ErrorDispatcher
-
- jspError(Mark, String, String, String, String) - Method in class org.apache.struts2.jasper.compiler.ErrorDispatcher
-
- jspError(Node, String, String, String) - Method in class org.apache.struts2.jasper.compiler.ErrorDispatcher
-
- jspError(Node, String, String, String, String) - Method in class org.apache.struts2.jasper.compiler.ErrorDispatcher
-
- jspError(Exception) - Method in class org.apache.struts2.jasper.compiler.ErrorDispatcher
-
- jspError(String, String, Exception) - Method in class org.apache.struts2.jasper.compiler.ErrorDispatcher
-
- jspError(Node, String, String, Exception) - Method in class org.apache.struts2.jasper.compiler.ErrorDispatcher
-
- jspError(String, int, int, String, Exception) - Method in interface org.apache.struts2.jasper.compiler.ErrorHandler
-
Processes the given JSP parse error.
- jspError(String, Exception) - Method in interface org.apache.struts2.jasper.compiler.ErrorHandler
-
Processes the given JSP parse error.
- JspFactoryImpl - Class in org.apache.struts2.jasper.runtime
-
Implementation of JspFactory.
- JspFactoryImpl() - Constructor for class org.apache.struts2.jasper.runtime.JspFactoryImpl
-
- JspFactoryImpl.PageContextPool - Class in org.apache.struts2.jasper.runtime
-
- JspFactoryImpl.PageContextPool() - Constructor for class org.apache.struts2.jasper.runtime.JspFactoryImpl.PageContextPool
-
- JspFragmentHelper - Class in org.apache.struts2.jasper.runtime
-
Helper class from which all Jsp Fragment helper classes extend.
- JspFragmentHelper(int, JspContext, JspTag) - Constructor for class org.apache.struts2.jasper.runtime.JspFragmentHelper
-
- jspInit() - Method in class org.apache.struts2.jasper.runtime.HttpJspBase
-
- jspLoader - Variable in class org.apache.struts2.jasper.JspCompilationContext
-
- JSPLoader - Class in org.apache.struts2
-
Uses jasper to extract a JSP from the classpath to a file and compile it.
- JSPLoader() - Constructor for class org.apache.struts2.JSPLoader
-
- JspMethodExpression - Class in org.apache.struts2.jasper.el
-
- JspMethodExpression() - Constructor for class org.apache.struts2.jasper.el.JspMethodExpression
-
- JspMethodExpression(String, MethodExpression) - Constructor for class org.apache.struts2.jasper.el.JspMethodExpression
-
- JspMethodNotFoundException - Exception in org.apache.struts2.jasper.el
-
- JspMethodNotFoundException(String, MethodNotFoundException) - Constructor for exception org.apache.struts2.jasper.el.JspMethodNotFoundException
-
- JspPropertyNotFoundException - Exception in org.apache.struts2.jasper.el
-
- JspPropertyNotFoundException(String, PropertyNotFoundException) - Constructor for exception org.apache.struts2.jasper.el.JspPropertyNotFoundException
-
- JspPropertyNotWritableException - Exception in org.apache.struts2.jasper.el
-
- JspPropertyNotWritableException(String, PropertyNotWritableException) - Constructor for exception org.apache.struts2.jasper.el.JspPropertyNotWritableException
-
- JSPRuntime - Class in org.apache.struts2
-
Maintains a cache of jsp locations -> servlet instances for those jsps.
- JSPRuntime() - Constructor for class org.apache.struts2.JSPRuntime
-
- JspRuntimeContext - Class in org.apache.struts2.jasper.compiler
-
Class for tracking JSP compile time file dependencies when the
&060;%@include file="..."%&062; directive is used.
- JspRuntimeContext(ServletContext, Options) - Constructor for class org.apache.struts2.jasper.compiler.JspRuntimeContext
-
Create a JspRuntimeContext for a web application context.
- JspRuntimeLibrary - Class in org.apache.struts2.jasper.runtime
-
Bunch of util methods that are used by code generated for useBean,
getProperty and setProperty.
- JspRuntimeLibrary() - Constructor for class org.apache.struts2.jasper.runtime.JspRuntimeLibrary
-
- JspRuntimeLibrary.PrivilegedIntrospectHelper - Class in org.apache.struts2.jasper.runtime
-
- JspServlet - Class in org.apache.struts2.jasper.servlet
-
The JSP engine (a.k.a Jasper).
- JspServlet() - Constructor for class org.apache.struts2.jasper.servlet.JspServlet
-
- JSPServletConfig - Class in org.apache.struts2
-
Used to init the servlets for the jsps
- JSPServletConfig(ServletContext) - Constructor for class org.apache.struts2.JSPServletConfig
-
- JspServletWrapper - Class in org.apache.struts2.jasper.servlet
-
The JSP engine (a.k.a Jasper).
- JspServletWrapper(ServletConfig, Options, String, boolean, JspRuntimeContext) - Constructor for class org.apache.struts2.jasper.servlet.JspServletWrapper
-
- JspServletWrapper(ServletContext, Options, String, TagInfo, JspRuntimeContext, URL) - Constructor for class org.apache.struts2.jasper.servlet.JspServletWrapper
-
- JspSourceDependent - Interface in org.apache.struts2.jasper.runtime
-
Interface for tracking the source files dependencies, for the purpose
of compiling out of date pages.
- jspUri - Variable in class org.apache.struts2.jasper.JspCompilationContext
-
- JspUtil - Class in org.apache.struts2.jasper.compiler
-
This class has all the utility method(s).
- JspUtil() - Constructor for class org.apache.struts2.jasper.compiler.JspUtil
-
- JspUtil.ValidAttribute - Class in org.apache.struts2.jasper.compiler
-
- JspUtil.ValidAttribute(String, boolean, boolean) - Constructor for class org.apache.struts2.jasper.compiler.JspUtil.ValidAttribute
-
- JspUtil.ValidAttribute(String, boolean) - Constructor for class org.apache.struts2.jasper.compiler.JspUtil.ValidAttribute
-
- JspUtil.ValidAttribute(String) - Constructor for class org.apache.struts2.jasper.compiler.JspUtil.ValidAttribute
-
- JspValueExpression - Class in org.apache.struts2.jasper.el
-
Wrapper for providing context to ValueExpressions
- JspValueExpression() - Constructor for class org.apache.struts2.jasper.el.JspValueExpression
-
- JspValueExpression(String, ValueExpression) - Constructor for class org.apache.struts2.jasper.el.JspValueExpression
-
- JspWriterImpl - Class in org.apache.struts2.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.struts2.jasper.runtime.JspWriterImpl
-
- JspWriterImpl(ServletResponse) - Constructor for class org.apache.struts2.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.struts2.jasper.runtime.JspWriterImpl
-
Create a new buffered character-output stream that uses an output
buffer of the given size.
- jsw - Variable in class org.apache.struts2.jasper.compiler.Compiler
-
- jsw - Variable in class org.apache.struts2.jasper.JspCompilationContext
-
- PAGE_DIRECTIVE_ACTION - Static variable in interface org.apache.struts2.jasper.compiler.TagConstants
-
- PageContextImpl - Class in org.apache.struts2.jasper.runtime
-
Implementation of the PageContext class from the JSP spec.
- pageInfo - Variable in class org.apache.struts2.jasper.compiler.Compiler
-
- pageNodes - Variable in class org.apache.struts2.jasper.compiler.Compiler
-
- pages - Variable in class org.apache.struts2.jasper.JspC
-
The pages.
- Param - Class in org.apache.struts2.jasper.tagplugins.jstl.core
-
- Param() - Constructor for class org.apache.struts2.jasper.tagplugins.jstl.core.Param
-
- PARAM_ACTION - Static variable in interface org.apache.struts2.jasper.compiler.TagConstants
-
- PARAMS_ACTION - Static variable in interface org.apache.struts2.jasper.compiler.TagConstants
-
- paramString(Class[]) - Static method in class org.apache.struts2.el.util.ReflectionUtil
-
- parent - Variable in class org.apache.struts2.el.parser.SimpleNode
-
- parent - Variable in class org.apache.struts2.jasper.xmlparser.TreeNode
-
The parent node of this node.
- parentTag - Variable in class org.apache.struts2.jasper.runtime.JspFragmentHelper
-
- parse(String) - Static method in class org.apache.struts2.el.parser.ELParser
-
- parse(String) - Static method in class org.apache.struts2.jasper.compiler.ELParser
-
Parse an EL expression
- ParseException - Exception in org.apache.struts2.el.parser
-
This exception is thrown when parse errors are encountered.
- ParseException(Token, int[][], String[]) - Constructor for exception org.apache.struts2.el.parser.ParseException
-
This constructor is used by the method "generateParseException"
in the generated parser.
- ParseException() - Constructor for exception org.apache.struts2.el.parser.ParseException
-
The following constructors are for use by you for whatever
purpose you can think of.
- ParseException(String) - Constructor for exception org.apache.struts2.el.parser.ParseException
-
Constructor with message.
- parseExpression(String, Class, FunctionMapper) - Method in class org.apache.struts2.jasper.el.ExpressionEvaluatorImpl
-
- parseJavacErrors(String, String, Node.Nodes) - Static method in class org.apache.struts2.jasper.compiler.ErrorDispatcher
-
Parses the given error message into an array of javac compilation error
messages (one per javac compilation error line number).
- ParserUtils - Class in org.apache.struts2.jasper.xmlparser
-
XML parsing utilities for processing web application deployment
descriptor and tag library descriptor files.
- ParserUtils() - Constructor for class org.apache.struts2.jasper.xmlparser.ParserUtils
-
- parseXMLDocument(String, InputSource) - Method in class org.apache.struts2.jasper.xmlparser.ParserUtils
-
Parse the specified XML document, and return a TreeNode
that corresponds to the root node of the document tree.
- parseXMLDocument(String, InputStream) - Method in class org.apache.struts2.jasper.xmlparser.ParserUtils
-
Parse the specified XML document, and return a TreeNode
that corresponds to the root node of the document tree.
- peekChar() - Method in class org.apache.struts2.jasper.xmlparser.XMLEncodingDetector
-
Returns the next character on the input.
- peekNode() - Method in class org.apache.struts2.el.parser.JJTELParserState
-
- periodicEvent() - Method in class org.apache.struts2.jasper.servlet.JspServlet
-
- PerThreadTagHandlerPool - Class in org.apache.struts2.jasper.runtime
-
Thread-local based pool of tag handlers that can be reused.
- PerThreadTagHandlerPool() - Constructor for class org.apache.struts2.jasper.runtime.PerThreadTagHandlerPool
-
Constructs a tag handler pool with the default capacity.
- PLUGIN_ACTION - Static variable in interface org.apache.struts2.jasper.compiler.TagConstants
-
- PLUS - Static variable in interface org.apache.struts2.el.parser.ELParserConstants
-
RegularExpression Id.
- poolingEnabled - Variable in class org.apache.struts2.jasper.JspC
-
- popBody() - Method in class org.apache.struts2.jasper.runtime.JspContextWrapper
-
- popBody() - Method in class org.apache.struts2.jasper.runtime.PageContextImpl
-
- popIndent() - Method in class org.apache.struts2.jasper.compiler.ServletWriter
-
- popNode() - Method in class org.apache.struts2.el.parser.JJTELParserState
-
- postConstruct(AnnotationProcessor, Object) - Static method in class org.apache.struts2.jasper.runtime.AnnotationHelper
-
Call postConstruct method on the specified instance.
- PRECOMPILE - Static variable in class org.apache.struts2.jasper.Constants
-
The query parameter that causes the JSP engine to just
pregenerated the servlet but not invoke it.
- preDestroy(AnnotationProcessor, Object) - Static method in class org.apache.struts2.jasper.runtime.AnnotationHelper
-
Call preDestroy method on the specified instance.
- prefix - Variable in class org.apache.struts2.el.lang.FunctionMapperImpl.Function
-
- prefix - Variable in class org.apache.struts2.el.parser.AstFunction
-
- prevCharIsCR - Variable in class org.apache.struts2.el.parser.SimpleCharStream
-
- prevCharIsLF - Variable in class org.apache.struts2.el.parser.SimpleCharStream
-
- PRIMITIVE_NAMES - Static variable in class org.apache.struts2.el.util.ReflectionUtil
-
- PRIMITIVES - Static variable in class org.apache.struts2.el.util.ReflectionUtil
-
- print(char) - Method in class org.apache.struts2.jasper.compiler.ServletWriter
-
Prints the given char.
- print(int) - Method in class org.apache.struts2.jasper.compiler.ServletWriter
-
Prints the given int.
- print(String) - Method in class org.apache.struts2.jasper.compiler.ServletWriter
-
Prints the given string.
- print(boolean) - Method in class org.apache.struts2.jasper.runtime.BodyContentImpl
-
Print a boolean value.
- print(char) - Method in class org.apache.struts2.jasper.runtime.BodyContentImpl
-
Print a character.
- print(int) - Method in class org.apache.struts2.jasper.runtime.BodyContentImpl
-
Print an integer.
- print(long) - Method in class org.apache.struts2.jasper.runtime.BodyContentImpl
-
Print a long integer.
- print(float) - Method in class org.apache.struts2.jasper.runtime.BodyContentImpl
-
Print a floating-point number.
- print(double) - Method in class org.apache.struts2.jasper.runtime.BodyContentImpl
-
Print a double-precision floating-point number.
- print(char[]) - Method in class org.apache.struts2.jasper.runtime.BodyContentImpl
-
Print an array of characters.
- print(String) - Method in class org.apache.struts2.jasper.runtime.BodyContentImpl
-
Print a string.
- print(Object) - Method in class org.apache.struts2.jasper.runtime.BodyContentImpl
-
Print an object.
- print(boolean) - Method in class org.apache.struts2.jasper.runtime.JspWriterImpl
-
Print a boolean value.
- print(char) - Method in class org.apache.struts2.jasper.runtime.JspWriterImpl
-
Print a character.
- print(int) - Method in class org.apache.struts2.jasper.runtime.JspWriterImpl
-
Print an integer.
- print(long) - Method in class org.apache.struts2.jasper.runtime.JspWriterImpl
-
Print a long integer.
- print(float) - Method in class org.apache.struts2.jasper.runtime.JspWriterImpl
-
Print a floating-point number.
- print(double) - Method in class org.apache.struts2.jasper.runtime.JspWriterImpl
-
Print a double-precision floating-point number.
- print(char[]) - Method in class org.apache.struts2.jasper.runtime.JspWriterImpl
-
Print an array of characters.
- print(String) - Method in class org.apache.struts2.jasper.runtime.JspWriterImpl
-
Print a string.
- print(Object) - Method in class org.apache.struts2.jasper.runtime.JspWriterImpl
-
Print an object.
- printComment(Mark, Mark, char[]) - Method in class org.apache.struts2.jasper.compiler.ServletWriter
-
Print a standard comment for echo outputed chunk.
- printil(String) - Method in class org.apache.struts2.jasper.compiler.ServletWriter
-
Prints the current indention, and then the string, and a '\n'.
- printin() - Method in class org.apache.struts2.jasper.compiler.ServletWriter
-
Prints the current indention
- printin(String) - Method in class org.apache.struts2.jasper.compiler.ServletWriter
-
Prints the current indention, followed by the given string
- println(String) - Method in class org.apache.struts2.jasper.compiler.ServletWriter
-
Prints the given string followed by '\n'
- println() - Method in class org.apache.struts2.jasper.compiler.ServletWriter
-
Prints a '\n'
- println() - Method in class org.apache.struts2.jasper.runtime.BodyContentImpl
-
Terminate the current line by writing the line separator string.
- println(boolean) - Method in class org.apache.struts2.jasper.runtime.BodyContentImpl
-
Print a boolean value and then terminate the line.
- println(char) - Method in class org.apache.struts2.jasper.runtime.BodyContentImpl
-
Print a character and then terminate the line.
- println(int) - Method in class org.apache.struts2.jasper.runtime.BodyContentImpl
-
Print an integer and then terminate the line.
- println(long) - Method in class org.apache.struts2.jasper.runtime.BodyContentImpl
-
Print a long integer and then terminate the line.
- println(float) - Method in class org.apache.struts2.jasper.runtime.BodyContentImpl
-
Print a floating-point number and then terminate the line.
- println(double) - Method in class org.apache.struts2.jasper.runtime.BodyContentImpl
-
Print a double-precision floating-point number and then terminate the
line.
- println(char[]) - Method in class org.apache.struts2.jasper.runtime.BodyContentImpl
-
Print an array of characters and then terminate the line.
- println(String) - Method in class org.apache.struts2.jasper.runtime.BodyContentImpl
-
Print a String and then terminate the line.
- println(Object) - Method in class org.apache.struts2.jasper.runtime.BodyContentImpl
-
Print an Object and then terminate the line.
- println() - Method in class org.apache.struts2.jasper.runtime.JspWriterImpl
-
Terminate the current line by writing the line separator string.
- println(boolean) - Method in class org.apache.struts2.jasper.runtime.JspWriterImpl
-
Print a boolean value and then terminate the line.
- println(char) - Method in class org.apache.struts2.jasper.runtime.JspWriterImpl
-
Print a character and then terminate the line.
- println(int) - Method in class org.apache.struts2.jasper.runtime.JspWriterImpl
-
Print an integer and then terminate the line.
- println(long) - Method in class org.apache.struts2.jasper.runtime.JspWriterImpl
-
Print a long integer and then terminate the line.
- println(float) - Method in class org.apache.struts2.jasper.runtime.JspWriterImpl
-
Print a floating-point number and then terminate the line.
- println(double) - Method in class org.apache.struts2.jasper.runtime.JspWriterImpl
-
Print a double-precision floating-point number and then terminate the
line.
- println(char[]) - Method in class org.apache.struts2.jasper.runtime.JspWriterImpl
-
Print an array of characters and then terminate the line.
- println(String) - Method in class org.apache.struts2.jasper.runtime.JspWriterImpl
-
Print a String and then terminate the line.
- println(Object) - Method in class org.apache.struts2.jasper.runtime.JspWriterImpl
-
Print an Object and then terminate the line.
- printMultiLn(String) - Method in class org.apache.struts2.jasper.compiler.ServletWriter
-
Prints the given string.
- property - Variable in class org.apache.struts2.el.parser.AstValue.Target
-
- proprietaryEvaluate(String, Class, PageContext, ProtectedFunctionMapper, boolean) - Static method in class org.apache.struts2.jasper.runtime.PageContextImpl
-
Proprietary method to evaluate EL expressions.
- ProtectedFunctionMapper - Class in org.apache.struts2.jasper.runtime
-
Maps EL functions to their Java method counterparts.
- protoTypeMode - Variable in class org.apache.struts2.jasper.JspCompilationContext
-
- pushBody() - Method in class org.apache.struts2.jasper.runtime.JspContextWrapper
-
- pushBody(Writer) - Method in class org.apache.struts2.jasper.runtime.JspContextWrapper
-
- pushBody() - Method in class org.apache.struts2.jasper.runtime.PageContextImpl
-
- pushBody(Writer) - Method in class org.apache.struts2.jasper.runtime.PageContextImpl
-
- pushIndent() - Method in class org.apache.struts2.jasper.compiler.ServletWriter
-
- pushNode(Node) - Method in class org.apache.struts2.el.parser.JJTELParserState
-
- put(K, V) - Method in class org.apache.struts2.el.util.ConcurrentCache
-
- put(PageContext) - Method in class org.apache.struts2.jasper.runtime.JspFactoryImpl.PageContextPool
-
- putContext(Class, Object) - Method in class org.apache.struts2.el.lang.EvaluationContext
-
- putContext(Class, Object) - Method in class org.apache.struts2.jasper.el.ELContextWrapper
-
- putIANA2JavaMapping(String, String) - Static method in class org.apache.struts2.jasper.xmlparser.EncodingMap
-
Adds an IANA to Java encoding name mapping.
- putJava2IANAMapping(String, String) - Static method in class org.apache.struts2.jasper.xmlparser.EncodingMap
-
Adds a Java to IANA encoding name mapping.
- scanChar() - Method in class org.apache.struts2.jasper.xmlparser.XMLEncodingDetector
-
Returns the next character on the input.
- scanData(String, XMLStringBuffer) - Method in class org.apache.struts2.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.struts2.jasper.JspC
-
Locate all jsp files in the webapp.
- scanLiteral(int, XMLString) - Method in class org.apache.struts2.jasper.xmlparser.XMLEncodingDetector
-
Scans a range of attribute value data, setting the fields of the
XMLString structure, appropriately.
- scanName() - Method in class org.apache.struts2.jasper.xmlparser.XMLEncodingDetector
-
Returns a string matching the Name production appearing immediately
on the input as a symbol, or null if no Name string is present.
- scanPseudoAttribute(boolean, XMLString) - Method in class org.apache.struts2.jasper.xmlparser.XMLEncodingDetector
-
Scans a pseudo attribute.
- scratchDir - Variable in class org.apache.struts2.jasper.JspC
-
- SCRIPTLET_ACTION - Static variable in interface org.apache.struts2.jasper.compiler.TagConstants
-
- SecurityClassLoad - Class in org.apache.struts2.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.struts2.jasper.security.SecurityClassLoad
-
- securityClassLoad(ClassLoader) - Static method in class org.apache.struts2.jasper.security.SecurityClassLoad
-
- SecurityUtil - Class in org.apache.struts2.jasper.security
-
Util class for Security related operations.
- SecurityUtil() - Constructor for class org.apache.struts2.jasper.security.SecurityUtil
-
- service(HttpServletRequest, HttpServletResponse) - Method in class org.apache.struts2.jasper.runtime.HttpJspBase
-
Entry point into service.
- service(HttpServletRequest, HttpServletResponse) - Method in class org.apache.struts2.jasper.servlet.JspServlet
-
- service(HttpServletRequest, HttpServletResponse, boolean) - Method in class org.apache.struts2.jasper.servlet.JspServletWrapper
-
- SERVICE_METHOD_NAME - Static variable in class org.apache.struts2.jasper.Constants
-
_jspService is the name of the method that is called by
HttpJspBase.service().
- SERVLET_CLASSPATH - Static variable in class org.apache.struts2.jasper.Constants
-
ServletContext attribute for classpath.
- SERVLET_CONTENT_TYPE - Static variable in class org.apache.struts2.jasper.Constants
-
Default servlet content type.
- servletCache - Static variable in class org.apache.struts2.JSPRuntime
-
- ServletCache - Class in org.apache.struts2
-
Caches servlet instances by jsp location.
- ServletCache() - Constructor for class org.apache.struts2.ServletCache
-
- servletClass - Variable in class org.apache.struts2.jasper.JspCompilationContext
-
- servletJavaFileName - Variable in class org.apache.struts2.jasper.JspCompilationContext
-
- servletout - Variable in class org.apache.struts2.jasper.JspC
-
- ServletResponseWrapperInclude - Class in org.apache.struts2.jasper.runtime
-
ServletResponseWrapper used by the JSP 'include' action.
- ServletResponseWrapperInclude(ServletResponse, JspWriter) - Constructor for class org.apache.struts2.jasper.runtime.ServletResponseWrapperInclude
-
- ServletWriter - Class in org.apache.struts2.jasper.compiler
-
This is what is used to generate servlets.
- ServletWriter(PrintWriter) - Constructor for class org.apache.struts2.jasper.compiler.ServletWriter
-
- SESSION_PARAMETER_NAME - Static variable in class org.apache.struts2.jasper.Constants
-
The name of the path parameter used to pass the session identifier
back and forth with the client.
- Set - Class in org.apache.struts2.jasper.tagplugins.jstl.core
-
- Set() - Constructor for class org.apache.struts2.jasper.tagplugins.jstl.core.Set
-
- SET_PROPERTY_ACTION - Static variable in interface org.apache.struts2.jasper.compiler.TagConstants
-
- setAddWebXmlMappings(boolean) - Method in class org.apache.struts2.jasper.JspC
-
- setArgs(String[]) - Method in class org.apache.struts2.jasper.JspC
-
- setAttribute(String, Object) - Method in class org.apache.struts2.jasper.runtime.JspContextWrapper
-
- setAttribute(String, Object, int) - Method in class org.apache.struts2.jasper.runtime.JspContextWrapper
-
- setAttribute(String, Object) - Method in class org.apache.struts2.jasper.runtime.PageContextImpl
-
- setAttribute(String, Object, int) - Method in class org.apache.struts2.jasper.runtime.PageContextImpl
-
- setAttribute(String, Object) - Method in class org.apache.struts2.jasper.servlet.JspCServletContext
-
Set or replace the specified context attribute.
- setBody(String) - Method in class org.apache.struts2.jasper.xmlparser.TreeNode
-
Set the body text associated with this node (if any).
- setCaching(boolean) - Method in class org.apache.struts2.jasper.JspC
-
- setCharEncoding(String) - Method in class org.apache.struts2.jasper.tagplugins.jstl.Util.ImportResponseWrapper
-
- setClassDebugInfo(boolean) - Method in class org.apache.struts2.jasper.JspC
-
- setClassLoader(URLClassLoader) - Method in class org.apache.struts2.jasper.JspCompilationContext
-
- setClassLoaderInterface(ClassLoaderInterface) - Method in class org.apache.struts2.jasper.JspC
-
- setClassName(String) - Method in class org.apache.struts2.jasper.JspC
-
Class name of the generated file ( without package ).
- setClassPath(String) - Method in class org.apache.struts2.jasper.JspC
-
- setClassPath(String) - Method in class org.apache.struts2.jasper.JspCompilationContext
-
The classpath that is passed off to the Java compiler.
- setCompilationException(JasperException) - Method in class org.apache.struts2.jasper.servlet.JspServletWrapper
-
Sets the compilation exception for this JspServletWrapper.
- setCompile(boolean) - Method in class org.apache.struts2.jasper.JspC
-
Sets the compile flag.
- setCompiler(String) - Method in class org.apache.struts2.jasper.JspC
-
- setCompilerSourceVM(String) - Method in class org.apache.struts2.jasper.JspC
-
- setCompilerTargetVM(String) - Method in class org.apache.struts2.jasper.JspC
-
- setContentType(String) - Method in class org.apache.struts2.jasper.JspCompilationContext
-
- setContentType(String) - Method in class org.apache.struts2.jasper.tagplugins.jstl.Util.ImportResponseWrapper
-
Has no effect.
- setDebugStream(PrintStream) - Method in class org.apache.struts2.el.parser.ELParserTokenManager
-
Set debug output.
- setDoEmbedded(boolean) - Method in class org.apache.struts2.jasper.compiler.SmapGenerator
-
Instructs the SmapGenerator whether to actually print any embedded
SMAPs or not.
- setErrorOnUseBeanInvalidClassAttribute(boolean) - Method in class org.apache.struts2.jasper.EmbeddedServletOptions
-
- setErrorOnUseBeanInvalidClassAttribute(boolean) - Method in class org.apache.struts2.jasper.JspC
-
- setErrorPage(boolean) - Method in class org.apache.struts2.jasper.JspCompilationContext
-
- setFailOnError(boolean) - Method in class org.apache.struts2.jasper.JspC
-
Set the option that throws an exception in case of a compilation error.
- setFunctionMapper(FunctionMapper) - Method in class org.apache.struts2.jasper.el.ELContextImpl
-
- setGenStringAsCharArray(boolean) - Method in class org.apache.struts2.jasper.JspC
-
Determines whether text strings are to be generated as char arrays,
which improves performance in some cases.
- setIeClassId(String) - Method in class org.apache.struts2.jasper.JspC
-
Sets the class-id value to be sent to Internet Explorer when using
tags.
- setImage(String) - Method in class org.apache.struts2.el.parser.AstLiteralExpression
-
- setImage(String) - Method in class org.apache.struts2.el.parser.AstString
-
- setImage(String) - Method in class org.apache.struts2.el.parser.SimpleNode
-
- setInputLineCount(int) - Method in class org.apache.struts2.jasper.compiler.SmapStratum.LineInfo
-
Sets InputLineCount.
- setInputStartLine(int) - Method in class org.apache.struts2.jasper.compiler.SmapStratum.LineInfo
-
Sets InputStartLine.
- setJavaEncoding(String) - Method in class org.apache.struts2.jasper.JspC
-
Sets the encoding to use for
java files.
- setJspFiles(String) - Method in class org.apache.struts2.jasper.JspC
-
Parses comma-separated list of JSP files to be processed.
- setJspReloadCount(int) - Method in class org.apache.struts2.jasper.compiler.JspRuntimeContext
-
Resets the JSP reload counter.
- setJspReloadCount(int) - Method in class org.apache.struts2.jasper.servlet.JspServlet
-
Resets the JSP reload counter.
- setLastModificationTest(long) - Method in class org.apache.struts2.jasper.servlet.JspServletWrapper
-
- setLineFileID(int) - Method in class org.apache.struts2.jasper.compiler.SmapStratum.LineInfo
-
Sets lineFileID.
- setListErrors(boolean) - Method in class org.apache.struts2.jasper.JspC
-
- setLocale(Locale) - Method in class org.apache.struts2.el.lang.EvaluationContext
-
- setLocale(Locale) - Method in class org.apache.struts2.jasper.el.ELContextWrapper
-
- setLocale(Locale) - Method in class org.apache.struts2.jasper.tagplugins.jstl.Util.ImportResponseWrapper
-
Has no effect.
- setLocalName(String) - Method in class org.apache.struts2.el.parser.AstFunction
-
- setNoTldJars(String) - Static method in class org.apache.struts2.jasper.compiler.TldLocationsCache
-
Sets the list of JARs that are known not to contain any TLDs.
- setOutputFileName(String) - Method in class org.apache.struts2.jasper.compiler.SmapGenerator
-
Sets the filename (without path information) for the generated
source file.
- setOutputLineIncrement(int) - Method in class org.apache.struts2.jasper.compiler.SmapStratum.LineInfo
-
Sets OutputLineIncrement.
- setOutputStartLine(int) - Method in class org.apache.struts2.jasper.compiler.SmapStratum.LineInfo
-
Sets OutputStartLine.
- setPackage(String) - Method in class org.apache.struts2.jasper.JspC
-
- setPluginAttribute(String, Object) - Method in interface org.apache.struts2.jasper.compiler.tagplugin.TagPluginContext
-
Associate the attribute with a value in the current tagplugin context.
- setPoolingEnabled(boolean) - Method in class org.apache.struts2.jasper.JspC
-
- setPrefix(String) - Method in class org.apache.struts2.el.parser.AstFunction
-
- setProperty(String, String) - Method in class org.apache.struts2.jasper.EmbeddedServletOptions
-
- setPropertyResolved(boolean) - Method in class org.apache.struts2.el.lang.EvaluationContext
-
- setPropertyResolved(boolean) - Method in class org.apache.struts2.jasper.el.ELContextWrapper
-
- setPrototypeMode(boolean) - Method in class org.apache.struts2.jasper.JspCompilationContext
-
- setReload(boolean) - Method in class org.apache.struts2.jasper.servlet.JspServletWrapper
-
- setServletClassLastModifiedTime(long) - Method in class org.apache.struts2.jasper.servlet.JspServletWrapper
-
Sets the last-modified time of the servlet class file associated with
this JspServletWrapper.
- setServletClassName(String) - Method in class org.apache.struts2.jasper.JspCompilationContext
-
- setServletPackageName(String) - Method in class org.apache.struts2.jasper.JspCompilationContext
-
The package name into which the servlet class is generated.
- setSmapDumped(boolean) - Method in class org.apache.struts2.jasper.JspC
-
Set smapSuppressed flag.
- setSmapSuppressed(boolean) - Method in class org.apache.struts2.jasper.JspC
-
Set smapSuppressed flag.
- setSourceCode(String) - Method in class org.apache.struts2.jasper.JspCompilationContext
-
- setStatus(int) - Method in class org.apache.struts2.jasper.tagplugins.jstl.Util.ImportResponseWrapper
-
- setTabSize(int) - Method in class org.apache.struts2.el.parser.SimpleCharStream
-
- setTagFileJarUrl(String, URL) - Method in class org.apache.struts2.jasper.JspCompilationContext
-
- setTagInfo(TagInfo) - Method in class org.apache.struts2.jasper.JspCompilationContext
-
- setTldLocationsCache(TldLocationsCache) - Method in class org.apache.struts2.jasper.EmbeddedServletOptions
-
- setTrimSpaces(boolean) - Method in class org.apache.struts2.jasper.JspC
-
- setValidateXml(boolean) - Method in class org.apache.struts2.jasper.JspC
-
- setValue(EvaluationContext, Object) - Method in class org.apache.struts2.el.parser.AstDeferredExpression
-
- setValue(EvaluationContext, Object) - Method in class org.apache.struts2.el.parser.AstDynamicExpression
-
- setValue(EvaluationContext, Object) - Method in class org.apache.struts2.el.parser.AstIdentifier
-
- setValue(EvaluationContext, Object) - Method in class org.apache.struts2.el.parser.AstValue
-
- setValue(EvaluationContext, Object) - Method in interface org.apache.struts2.el.parser.Node
-
- setValue(EvaluationContext, Object) - Method in class org.apache.struts2.el.parser.SimpleNode
-
- setValue(ELContext, Object) - Method in class org.apache.struts2.el.ValueExpressionImpl
-
- setValue(ELContext, Object) - Method in class org.apache.struts2.el.ValueExpressionLiteral
-
- setValue(ELContext, Object, Object, Object) - Method in class org.apache.struts2.jasper.el.ELResolverImpl
-
- setValue(ELContext, Object) - Method in class org.apache.struts2.jasper.el.JspValueExpression
-
- setValues(char[], int, int) - Method in class org.apache.struts2.jasper.xmlparser.XMLString
-
Initializes the contents of the XMLString structure with the
specified values.
- setValues(XMLString) - Method in class org.apache.struts2.jasper.xmlparser.XMLString
-
Initializes the contents of the XMLString structure with copies
of the given string structure.
- setVariable(String, ValueExpression) - Method in class org.apache.struts2.el.lang.VariableMapperFactory
-
- setVariable(String, ValueExpression) - Method in class org.apache.struts2.el.lang.VariableMapperImpl
-
- setVariableMapper(VariableMapper) - Method in class org.apache.struts2.jasper.el.ELContextImpl
-
- setVerbose(int) - Method in class org.apache.struts2.jasper.JspC
-
Sets the verbosity level.
- setWriter(ServletWriter) - Method in class org.apache.struts2.jasper.JspCompilationContext
-
- setXpoweredBy(boolean) - Method in class org.apache.struts2.jasper.JspC
-
- SHOW_SUCCESS - Static variable in class org.apache.struts2.jasper.JspC
-
- showSuccess - Variable in class org.apache.struts2.jasper.JspC
-
- SimpleCharStream - Class in org.apache.struts2.el.parser
-
An implementation of interface CharStream, where the stream is assumed to
contain only ASCII characters (without unicode processing).
- SimpleCharStream(Reader, int, int, int) - Constructor for class org.apache.struts2.el.parser.SimpleCharStream
-
Constructor.
- SimpleCharStream(Reader, int, int) - Constructor for class org.apache.struts2.el.parser.SimpleCharStream
-
Constructor.
- SimpleCharStream(Reader) - Constructor for class org.apache.struts2.el.parser.SimpleCharStream
-
Constructor.
- SimpleCharStream(InputStream, String, int, int, int) - Constructor for class org.apache.struts2.el.parser.SimpleCharStream
-
Constructor.
- SimpleCharStream(InputStream, int, int, int) - Constructor for class org.apache.struts2.el.parser.SimpleCharStream
-
Constructor.
- SimpleCharStream(InputStream, String, int, int) - Constructor for class org.apache.struts2.el.parser.SimpleCharStream
-
Constructor.
- SimpleCharStream(InputStream, int, int) - Constructor for class org.apache.struts2.el.parser.SimpleCharStream
-
Constructor.
- SimpleCharStream(InputStream, String) - Constructor for class org.apache.struts2.el.parser.SimpleCharStream
-
Constructor.
- SimpleCharStream(InputStream) - Constructor for class org.apache.struts2.el.parser.SimpleCharStream
-
Constructor.
- SimpleNode - Class in org.apache.struts2.el.parser
-
- SimpleNode(int) - Constructor for class org.apache.struts2.el.parser.SimpleNode
-
- skip(long) - Method in class org.apache.struts2.jasper.xmlparser.ASCIIReader
-
Skip characters.
- skip(long) - Method in class org.apache.struts2.jasper.xmlparser.UCSReader
-
Skip characters.
- skip(long) - Method in class org.apache.struts2.jasper.xmlparser.UTF8Reader
-
Skip characters.
- skipChar(int) - Method in class org.apache.struts2.jasper.xmlparser.XMLEncodingDetector
-
Skips a character appearing immediately on the input.
- skipSpaces() - Method in class org.apache.struts2.jasper.xmlparser.XMLEncodingDetector
-
Skips space characters appearing immediately on the input.
- skipString(String) - Method in class org.apache.struts2.jasper.xmlparser.XMLEncodingDetector
-
Skips the specified string appearing immediately on the input.
- SMAP_ENCODING - Static variable in class org.apache.struts2.jasper.compiler.SmapUtil
-
- smapDumped - Variable in class org.apache.struts2.jasper.JspC
-
- SmapGenerator - Class in org.apache.struts2.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.struts2.jasper.compiler.SmapGenerator
-
- SmapStratum - Class in org.apache.struts2.jasper.compiler
-
Represents the line and file mappings associated with a JSR-045
"stratum".
- SmapStratum(String) - Constructor for class org.apache.struts2.jasper.compiler.SmapStratum
-
Constructs a new SmapStratum object for the given stratum name
(e.g., JSP).
- SmapStratum.LineInfo - Class in org.apache.struts2.jasper.compiler
-
Represents a single LineSection in an SMAP, associated with
a particular stratum.
- SmapStratum.LineInfo() - Constructor for class org.apache.struts2.jasper.compiler.SmapStratum.LineInfo
-
- smapSuppressed - Variable in class org.apache.struts2.jasper.JspC
-
- SmapUtil - Class in org.apache.struts2.jasper.compiler
-
Contains static utilities for generating SMAP data based on the
current version of Jasper.
- SmapUtil() - Constructor for class org.apache.struts2.jasper.compiler.SmapUtil
-
- SPACES - Static variable in class org.apache.struts2.jasper.compiler.ServletWriter
-
- specialCharactersRepresentation - Static variable in class org.apache.struts2.jasper.tagplugins.jstl.Util
-
- specialConstructor - Variable in exception org.apache.struts2.el.parser.ParseException
-
This variable determines which constructor was used to create
this object and thereby affects the semantics of the
"getMessage" method (see below).
- specialToken - Variable in class org.apache.struts2.el.parser.Token
-
This field is used to access special tokens that occur prior to this
token, but after the immediately preceding regular (non-special) token.
- STANDARD_IMPORTS - Static variable in class org.apache.struts2.jasper.Constants
-
These classes/packages are automatically imported by the
generated code.
- START_DEFERRED_EXPRESSION - Static variable in interface org.apache.struts2.el.parser.ELParserConstants
-
RegularExpression Id.
- START_DYNAMIC_EXPRESSION - Static variable in interface org.apache.struts2.el.parser.ELParserConstants
-
RegularExpression Id.
- staticFlag - Static variable in class org.apache.struts2.el.parser.SimpleCharStream
-
Whether parser is static.
- String() - Method in class org.apache.struts2.el.parser.ELParser
-
- STRING_LITERAL - Static variable in interface org.apache.struts2.el.parser.ELParserConstants
-
RegularExpression Id.
- stripSession(String) - Static method in class org.apache.struts2.jasper.tagplugins.jstl.Util
-
Strips a servlet session ID from url.
- subtract(Number, Number) - Method in class org.apache.struts2.el.lang.ELArithmetic.BigDecimalDelegate
-
- subtract(Number, Number) - Method in class org.apache.struts2.el.lang.ELArithmetic.BigIntegerDelegate
-
- subtract(Number, Number) - Method in class org.apache.struts2.el.lang.ELArithmetic.DoubleDelegate
-
- subtract(Number, Number) - Method in class org.apache.struts2.el.lang.ELArithmetic.LongDelegate
-
- subtract(Object, Object) - Static method in class org.apache.struts2.el.lang.ELArithmetic
-
- subtract(Number, Number) - Method in class org.apache.struts2.el.lang.ELArithmetic
-
- supplemental(char, char) - Static method in class org.apache.struts2.jasper.xmlparser.XMLChar
-
Returns true the supplemental character corresponding to the given
surrogates.
- SWITCH_CACHE - Static variable in class org.apache.struts2.jasper.JspC
-
- SWITCH_CLASS_NAME - Static variable in class org.apache.struts2.jasper.JspC
-
- SWITCH_CLASSPATH - Static variable in class org.apache.struts2.jasper.JspC
-
- SWITCH_COMPILE - Static variable in class org.apache.struts2.jasper.JspC
-
- SWITCH_DIE - Static variable in class org.apache.struts2.jasper.JspC
-
- SWITCH_DUMP_SMAP - Static variable in class org.apache.struts2.jasper.JspC
-
- SWITCH_ENCODING - Static variable in class org.apache.struts2.jasper.JspC
-
- SWITCH_FILE_WEBAPP - Static variable in class org.apache.struts2.jasper.JspC
-
- SWITCH_FULL_STOP - Static variable in class org.apache.struts2.jasper.JspC
-
- SWITCH_HELP - Static variable in class org.apache.struts2.jasper.JspC
-
- SWITCH_MAPPED - Static variable in class org.apache.struts2.jasper.JspC
-
- SWITCH_OUTPUT_DIR - Static variable in class org.apache.struts2.jasper.JspC
-
- SWITCH_PACKAGE_NAME - Static variable in class org.apache.struts2.jasper.JspC
-
- SWITCH_POOLING - Static variable in class org.apache.struts2.jasper.JspC
-
- SWITCH_SMAP - Static variable in class org.apache.struts2.jasper.JspC
-
- SWITCH_SOURCE - Static variable in class org.apache.struts2.jasper.JspC
-
- SWITCH_TARGET - Static variable in class org.apache.struts2.jasper.JspC
-
- SWITCH_TRIM_SPACES - Static variable in class org.apache.struts2.jasper.JspC
-
- SWITCH_URI_BASE - Static variable in class org.apache.struts2.jasper.JspC
-
- SWITCH_URI_ROOT - Static variable in class org.apache.struts2.jasper.JspC
-
- SWITCH_VERBOSE - Static variable in class org.apache.struts2.jasper.JspC
-
- SWITCH_WEBAPP_INC - Static variable in class org.apache.struts2.jasper.JspC
-
- SWITCH_WEBAPP_XML - Static variable in class org.apache.struts2.jasper.JspC
-
- SWITCH_XPOWERED_BY - Static variable in class org.apache.struts2.jasper.JspC
-
- SwitchTo(int) - Method in class org.apache.struts2.el.parser.ELParserTokenManager
-
Switch to specified lex state.
- symbol - Variable in class org.apache.struts2.jasper.xmlparser.SymbolTable.Entry
-
Symbol.
- SymbolTable - Class in org.apache.struts2.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.struts2.jasper.xmlparser.SymbolTable
-
Constructs a symbol table with a default number of buckets.
- SymbolTable(int) - Constructor for class org.apache.struts2.jasper.xmlparser.SymbolTable
-
Constructs a symbol table with a specified number of buckets.
- SymbolTable.Entry - Class in org.apache.struts2.jasper.xmlparser
-
This class is a symbol table entry.
- SymbolTable.Entry(String, SymbolTable.Entry) - Constructor for class org.apache.struts2.jasper.xmlparser.SymbolTable.Entry
-
Constructs a new entry from the specified symbol and next entry
reference.
- SymbolTable.Entry(char[], int, int, SymbolTable.Entry) - Constructor for class org.apache.struts2.jasper.xmlparser.SymbolTable.Entry
-
Constructs a new entry from the specified symbol information and
next entry reference.
- syncBeforeInvoke() - Method in class org.apache.struts2.jasper.runtime.JspContextWrapper
-
Synchronize variables before fragment invokation
- syncBeginTagFile() - Method in class org.apache.struts2.jasper.runtime.JspContextWrapper
-
Synchronize variables at begin of tag file
- syncEndTagFile() - Method in class org.apache.struts2.jasper.runtime.JspContextWrapper
-
Synchronize variables at end of tag file