- getAdaptee() - Method in class jakarta.servlet.jsp.tagext.TagAdapter
-
Gets the tag that is being adapted to the Tag interface.
- getAttribute(String) - Method in class jakarta.servlet.jsp.JspContext
-
Returns the object associated with the name in the page scope or null if not found.
- getAttribute(String, int) - Method in class jakarta.servlet.jsp.JspContext
-
Return the object associated with the name in the specified scope or null if not found.
- getAttribute(String) - Method in class jakarta.servlet.jsp.tagext.TagData
-
The value of the attribute.
- getAttributeNamesInScope(int) - Method in class jakarta.servlet.jsp.JspContext
-
Enumerate all the attributes in a given scope.
- getAttributes() - Method in class jakarta.servlet.jsp.tagext.TagData
-
Enumerates the attributes.
- getAttributes() - Method in class jakarta.servlet.jsp.tagext.TagInfo
-
Attribute information (in the TLD) on this tag.
- getAttributesScope(String) - Method in class jakarta.servlet.jsp.JspContext
-
Get the scope where a given attribute is defined.
- getAttributeString(String) - Method in class jakarta.servlet.jsp.tagext.TagData
-
Get the value for a given attribute.
- getBodyContent() - Method in class jakarta.servlet.jsp.tagext.BodyTagSupport
-
Get current bodyContent.
- getBodyContent() - Method in class jakarta.servlet.jsp.tagext.TagInfo
-
The bodycontent information for this tag.
- getBufferSize() - Method in class jakarta.servlet.jsp.JspWriter
-
This method returns the size of the buffer used by the JspWriter.
- getClassName() - Method in class jakarta.servlet.jsp.tagext.TagVariableInfo
-
The body of the <variable-class> element.
- getClassName() - Method in class jakarta.servlet.jsp.tagext.VariableInfo
-
Returns the type of this variable.
- getCommonPropertyType(ELContext, Object) - Method in class jakarta.servlet.jsp.el.ImplicitObjectELResolver
-
If the base object is null, returns String.class.
- getCommonPropertyType(ELContext, Object) - Method in class jakarta.servlet.jsp.el.ScopedAttributeELResolver
-
If the base object is null, returns String.class.
- getDeclare() - Method in class jakarta.servlet.jsp.tagext.TagVariableInfo
-
The body of the <declare> element.
- getDeclare() - Method in class jakarta.servlet.jsp.tagext.VariableInfo
-
Returns whether this is a new variable.
- getDefaultFactory() - Static method in class jakarta.servlet.jsp.JspFactory
-
Returns the default factory for this implementation.
- getDescription() - Method in class jakarta.servlet.jsp.tagext.TagAttributeInfo
-
Gets the description string of this tag attribute.
- getDisplayName() - Method in class jakarta.servlet.jsp.tagext.TagInfo
-
Get the displayName.
- getELContext() - Method in class jakarta.servlet.jsp.JspContext
-
Returns the ELContext associated with this JspContext.
- getEnclosingWriter() - Method in class jakarta.servlet.jsp.tagext.BodyContent
-
Get the enclosing JspWriter.
- getEngineInfo() - Method in class jakarta.servlet.jsp.JspFactory
-
called to get implementation-specific information on the current JSP engine.
- getErrorData() - Method in class jakarta.servlet.jsp.PageContext
-
Provides convenient access to error information.
- getException() - Method in class jakarta.servlet.jsp.PageContext
-
The current value of the exception object (an Exception).
- getExpectedTypeName() - Method in class jakarta.servlet.jsp.tagext.TagAttributeInfo
-
Returns the name of the expected type (as a String) of this deferred value attribute.
- getExpressionEvaluator() - Method in class jakarta.servlet.jsp.JspContext
-
- getExpressionFactory() - Method in interface jakarta.servlet.jsp.JspApplicationContext
-
Returns a factory used to create ValueExpressions and MethodExpressions so that EL
expressions can be parsed and evaluated.
- getFeatureDescriptors(ELContext, Object) - Method in class jakarta.servlet.jsp.el.ImplicitObjectELResolver
-
If the base object is null, and the property matches the name of a JSP implicit object, returns an
Iterator containing FeatureDescriptor objects with information about each JSP implicit
object resolved by this resolver.
- getFeatureDescriptors(ELContext, Object) - Method in class jakarta.servlet.jsp.el.ScopedAttributeELResolver
-
If the base object is null, returns an Iterator containing
FeatureDescriptor objects with information about each scoped attribute resolved by this resolver.
- getFunction(String) - Method in class jakarta.servlet.jsp.tagext.TagLibraryInfo
-
Get the FunctionInfo for a given function name, looking through all the functions in this tag library.
- getFunctionClass() - Method in class jakarta.servlet.jsp.tagext.FunctionInfo
-
The class of the function.
- getFunctions() - Method in class jakarta.servlet.jsp.tagext.TagLibraryInfo
-
An array describing the functions that are defined in this tag library.
- getFunctionSignature() - Method in class jakarta.servlet.jsp.tagext.FunctionInfo
-
The signature of the function.
- getId() - Method in class jakarta.servlet.jsp.tagext.TagData
-
The value of the tag's id attribute.
- getId() - Method in class jakarta.servlet.jsp.tagext.TagSupport
-
The value of the id attribute of this tag; or null.
- getId() - Method in class jakarta.servlet.jsp.tagext.ValidationMessage
-
Get the jsp:id.
- getIdAttribute(TagAttributeInfo[]) - Static method in class jakarta.servlet.jsp.tagext.TagAttributeInfo
-
Convenience static method that goes through an array of TagAttributeInfo objects and looks for "id".
- getInfoString() - Method in class jakarta.servlet.jsp.tagext.TagInfo
-
The information string for the tag.
- getInfoString() - Method in class jakarta.servlet.jsp.tagext.TagLibraryInfo
-
Information (documentation) for this TLD.
- getInitParameters() - Method in class jakarta.servlet.jsp.tagext.TagLibraryValidator
-
Get the init parameters data as an immutable Map.
- getInputStream() - Method in class jakarta.servlet.jsp.tagext.PageData
-
Returns an input stream on the XML view of a JSP page.
- getJspApplicationContext(ServletContext) - Method in class jakarta.servlet.jsp.JspFactory
-
Obtains the JspApplicationContext instance associated with the web application for the given
ServletContext.
- getJspBody() - Method in class jakarta.servlet.jsp.tagext.SimpleTagSupport
-
Returns the body passed in by the container via setJspBody.
- getJspContext() - Method in class jakarta.servlet.jsp.tagext.JspFragment
-
Returns the JspContext that is bound to this JspFragment.
- getJspContext() - Method in class jakarta.servlet.jsp.tagext.SimpleTagSupport
-
Returns the page context passed in by the container via setJspContext.
- getLargeIcon() - Method in class jakarta.servlet.jsp.tagext.TagInfo
-
Get the path to the large icon.
- getMessage() - Method in class jakarta.servlet.jsp.tagext.ValidationMessage
-
Get the localized validation message.
- getMethodSignature() - Method in class jakarta.servlet.jsp.tagext.TagAttributeInfo
-
Returns the expected method signature of this deferred method attribute.
- getName() - Method in class jakarta.servlet.jsp.tagext.FunctionInfo
-
The name of the function.
- getName() - Method in class jakarta.servlet.jsp.tagext.TagAttributeInfo
-
The name of this attribute.
- getName() - Method in class jakarta.servlet.jsp.tagext.TagFileInfo
-
The unique action name of this tag.
- getNameFromAttribute() - Method in class jakarta.servlet.jsp.tagext.TagVariableInfo
-
The body of the <name-from-attribute> element.
- getNameGiven() - Method in class jakarta.servlet.jsp.tagext.TagVariableInfo
-
The body of the <name-given> element.
- getOut() - Method in class jakarta.servlet.jsp.JspContext
-
The current value of the out object (a JspWriter).
- getPage() - Method in class jakarta.servlet.jsp.PageContext
-
The current value of the page object (In a Servlet environment, this is an instance of jakarta.servlet.Servlet).
- getPageContext(Servlet, ServletRequest, ServletResponse, String, boolean, int, boolean) - Method in class jakarta.servlet.jsp.JspFactory
-
obtains an instance of an implementation dependent jakarta.servlet.jsp.PageContext abstract class for the calling
Servlet and currently pending request and response.
- getParent() - Method in interface jakarta.servlet.jsp.tagext.SimpleTag
-
Returns the parent of this tag, for collaboration purposes.
- getParent() - Method in class jakarta.servlet.jsp.tagext.SimpleTagSupport
-
Returns the parent of this tag, for collaboration purposes.
- getParent() - Method in interface jakarta.servlet.jsp.tagext.Tag
-
Get the parent (closest enclosing tag handler) for this tag handler.
- getParent() - Method in class jakarta.servlet.jsp.tagext.TagAdapter
-
Returns the parent of this tag, which is always getAdaptee().getParent().
- getParent() - Method in class jakarta.servlet.jsp.tagext.TagSupport
-
The Tag instance most closely enclosing this tag instance.
- getPath() - Method in class jakarta.servlet.jsp.tagext.TagFileInfo
-
Where to find the .tag file implementing this action.
- getPrefixString() - Method in class jakarta.servlet.jsp.tagext.TagLibraryInfo
-
The prefix assigned to this taglib from the taglib directive
- getPreviousOut() - Method in class jakarta.servlet.jsp.tagext.BodyTagSupport
-
Get surrounding out JspWriter.
- getReader() - Method in class jakarta.servlet.jsp.tagext.BodyContent
-
Return the value of this BodyContent as a Reader.
- getReliableURN() - Method in class jakarta.servlet.jsp.tagext.TagLibraryInfo
-
The "reliable" URN indicated in the TLD (the uri element).
- getRemaining() - Method in class jakarta.servlet.jsp.JspWriter
-
This method returns the number of unused bytes in the buffer.
- getRequest() - Method in class jakarta.servlet.jsp.PageContext
-
The current value of the request object (a ServletRequest).
- getRequestURI() - Method in class jakarta.servlet.jsp.ErrorData
-
Returns the request URI.
- getRequiredVersion() - Method in class jakarta.servlet.jsp.tagext.TagLibraryInfo
-
A string describing the required version of the JSP container.
- getResponse() - Method in class jakarta.servlet.jsp.PageContext
-
The current value of the response object (a ServletResponse).
- getRootCause() - Method in exception jakarta.servlet.jsp.el.ELException
-
Deprecated.
Returns the root cause.
- getRootCause() - Method in exception jakarta.servlet.jsp.JspException
-
- getScope() - Method in class jakarta.servlet.jsp.tagext.TagVariableInfo
-
The body of the <scope> element.
- getScope() - Method in class jakarta.servlet.jsp.tagext.VariableInfo
-
Returns the lexical scope of the variable.
- getServletConfig() - Method in class jakarta.servlet.jsp.PageContext
-
The ServletConfig instance.
- getServletContext() - Method in class jakarta.servlet.jsp.PageContext
-
The ServletContext instance.
- getServletName() - Method in class jakarta.servlet.jsp.ErrorData
-
Returns the name of the servlet invoked.
- getSession() - Method in class jakarta.servlet.jsp.PageContext
-
The current value of the session object (an HttpSession).
- getShortName() - Method in class jakarta.servlet.jsp.tagext.TagLibraryInfo
-
The preferred short name (prefix) as indicated in the TLD.
- getSmallIcon() - Method in class jakarta.servlet.jsp.tagext.TagInfo
-
Get the path to the small icon.
- getSpecificationVersion() - Method in class jakarta.servlet.jsp.JspEngineInfo
-
Return the version number of the JSP specification that is supported by this JSP engine.
- getStatusCode() - Method in class jakarta.servlet.jsp.ErrorData
-
Returns the status code of the error.
- getString() - Method in class jakarta.servlet.jsp.tagext.BodyContent
-
Return the value of the BodyContent as a String.
- getTag(String) - Method in class jakarta.servlet.jsp.tagext.TagLibraryInfo
-
Get the TagInfo for a given tag name, looking through all the tags in this tag library.
- getTagClassName() - Method in class jakarta.servlet.jsp.tagext.TagInfo
-
Name of the class that provides the handler for this tag.
- getTagExtraInfo() - Method in class jakarta.servlet.jsp.tagext.TagInfo
-
The instance (if any) for extra tag information.
- getTagFile(String) - Method in class jakarta.servlet.jsp.tagext.TagLibraryInfo
-
Get the TagFileInfo for a given tag name, looking through all the tag files in this tag library.
- getTagFiles() - Method in class jakarta.servlet.jsp.tagext.TagLibraryInfo
-
An array describing the tag files that are defined in this tag library.
- getTagInfo() - Method in class jakarta.servlet.jsp.tagext.TagExtraInfo
-
Get the TagInfo for this class.
- getTagInfo() - Method in class jakarta.servlet.jsp.tagext.TagFileInfo
-
Returns information about this tag, parsed from the directives in the tag file.
- getTagLibrary() - Method in class jakarta.servlet.jsp.tagext.TagInfo
-
The instance of TabLibraryInfo we belong to.
- getTagLibraryInfos() - Method in class jakarta.servlet.jsp.tagext.TagLibraryInfo
-
Returns an array of TagLibraryInfo objects representing the entire set of tag libraries (including this
TagLibraryInfo) imported by taglib directives in the translation unit that references this TagLibraryInfo.
- getTagName() - Method in class jakarta.servlet.jsp.tagext.TagInfo
-
The name of the Tag.
- getTags() - Method in class jakarta.servlet.jsp.tagext.TagLibraryInfo
-
An array describing the tags that are defined in this tag library.
- getTagVariableInfos() - Method in class jakarta.servlet.jsp.tagext.TagInfo
-
Get TagVariableInfo objects associated with this TagInfo.
- getThrowable() - Method in class jakarta.servlet.jsp.ErrorData
-
Returns the Throwable that caused the error.
- getType(ELContext, Object, Object) - Method in class jakarta.servlet.jsp.el.ImplicitObjectELResolver
-
If the base object is null, and the property matches the name of a JSP implicit object, returns
null to indicate that no types are ever accepted to setValue().
- getType(ELContext, Object, Object) - Method in class jakarta.servlet.jsp.el.ScopedAttributeELResolver
-
If the base object is null, returns Object.class to indicate that any type is valid to
set for a scoped attribute.
- getTypeName() - Method in class jakarta.servlet.jsp.tagext.TagAttributeInfo
-
The type (as a String) of this attribute.
- getURI() - Method in class jakarta.servlet.jsp.tagext.TagLibraryInfo
-
The value of the uri attribute from the taglib directive for this library.
- getValue(ELContext, Object, Object) - Method in class jakarta.servlet.jsp.el.ImplicitObjectELResolver
-
If the base object is null, and the property matches the name of a JSP implicit object, returns the
implicit object.
- getValue(ELContext, Object, Object) - Method in class jakarta.servlet.jsp.el.ScopedAttributeELResolver
-
If the base object is null, searches the page, request, session and application scopes for an
attribute with the given name and returns it, or null if no attribute exists with the current name.
- getValue(String) - Method in class jakarta.servlet.jsp.tagext.TagSupport
-
Get a the value associated with a key.
- getValues() - Method in class jakarta.servlet.jsp.tagext.TagSupport
-
Enumerate the keys for the values kept by this tag handler.
- getVariableInfo(TagData) - Method in class jakarta.servlet.jsp.tagext.TagExtraInfo
-
information on scripting variables defined by the tag associated with this TagExtraInfo instance.
- getVariableInfo(TagData) - Method in class jakarta.servlet.jsp.tagext.TagInfo
-
Information on the scripting objects created by this tag at runtime.
- getVariableResolver() - Method in class jakarta.servlet.jsp.JspContext
-
- getVarName() - Method in class jakarta.servlet.jsp.tagext.VariableInfo
-
Returns the name of the scripting variable.
- jakarta.servlet.jsp - package jakarta.servlet.jsp
-
Classes and interfaces for the Core JSP 3.0 API.
- jakarta.servlet.jsp.el - package jakarta.servlet.jsp.el
-
Provides the ELResolver classes that define the
object resolution rules that must be supported by a JSP container
with the new unified Expression Language.
- jakarta.servlet.jsp.tagext - package jakarta.servlet.jsp.tagext
-
Classes and interfaces for the definition of Jakarta Server Pages Tag Libraries.
- JspApplicationContext - Interface in jakarta.servlet.jsp
-
Stores application-scoped information relevant to JSP containers.
- JspContext - Class in jakarta.servlet.jsp
-
JspContext serves as the base class for the PageContext class and abstracts all information that is not
specific to servlets.
- JspContext() - Constructor for class jakarta.servlet.jsp.JspContext
-
Sole constructor.
- jspDestroy() - Method in interface jakarta.servlet.jsp.JspPage
-
The jspDestroy() method is invoked when the JSP page is about to be destroyed.
- JspEngineInfo - Class in jakarta.servlet.jsp
-
The JspEngineInfo is an abstract class that provides information on the current JSP engine.
- JspEngineInfo() - Constructor for class jakarta.servlet.jsp.JspEngineInfo
-
Sole constructor.
- JspException - Exception in jakarta.servlet.jsp
-
A generic exception known to the JSP engine; uncaught JspExceptions will result in an invocation of the errorpage
machinery.
- JspException() - Constructor for exception jakarta.servlet.jsp.JspException
-
Construct a JspException.
- JspException(String) - Constructor for exception jakarta.servlet.jsp.JspException
-
Constructs a new JSP exception with the specified message.
- JspException(String, Throwable) - Constructor for exception jakarta.servlet.jsp.JspException
-
Constructs a new JspException with the specified detail message and cause.
- JspException(Throwable) - Constructor for exception jakarta.servlet.jsp.JspException
-
Constructs a new JspException with the specified cause.
- JspFactory - Class in jakarta.servlet.jsp
-
The JspFactory is an abstract class that defines a number of factory methods available to a JSP page at runtime for
the purposes of creating instances of various interfaces and classes used to support the JSP implementation.
- JspFactory() - Constructor for class jakarta.servlet.jsp.JspFactory
-
Sole constructor.
- JspFragment - Class in jakarta.servlet.jsp.tagext
-
Encapsulates a portion of JSP code in an object that can be invoked as many times as needed.
- JspFragment() - Constructor for class jakarta.servlet.jsp.tagext.JspFragment
-
- JspIdConsumer - Interface in jakarta.servlet.jsp.tagext
-
This interface indicates to the container that a tag handler wishes to be provided with a compiler generated ID.
- jspInit() - Method in interface jakarta.servlet.jsp.JspPage
-
The jspInit() method is invoked when the JSP page is initialized.
- JspPage - Interface in jakarta.servlet.jsp
-
The JspPage interface describes the generic interaction that a JSP Page Implementation class must satisfy; pages that
use the HTTP protocol are described by the HttpJspPage interface.
- JspTag - Interface in jakarta.servlet.jsp.tagext
-
Serves as a base class for Tag and SimpleTag.
- JspTagException - Exception in jakarta.servlet.jsp
-
Exception to be used by a Tag Handler to indicate some unrecoverable error.
- JspTagException(String) - Constructor for exception jakarta.servlet.jsp.JspTagException
-
Constructs a new JspTagException with the specified message.
- JspTagException() - Constructor for exception jakarta.servlet.jsp.JspTagException
-
Constructs a new JspTagException with no message.
- JspTagException(String, Throwable) - Constructor for exception jakarta.servlet.jsp.JspTagException
-
Constructs a new JspTagException when the JSP Tag needs to throw an exception and include a message about the
"root cause" exception that interfered with its normal operation, including a description message.
- JspTagException(Throwable) - Constructor for exception jakarta.servlet.jsp.JspTagException
-
Constructs a new JSP Tag exception when the JSP Tag needs to throw an exception and include a message about the
"root cause" exception that interfered with its normal operation.
- jspversion - Variable in class jakarta.servlet.jsp.tagext.TagLibraryInfo
-
The version of the JSP specification this tag library is written to.
- JspWriter - Class in jakarta.servlet.jsp
-
The actions and template data in a JSP page is written using the JspWriter object that is referenced by the implicit
variable out which is initialized automatically using methods in the PageContext object.
- JspWriter(int, boolean) - Constructor for class jakarta.servlet.jsp.JspWriter
-
Protected constructor.
- PAGE - Static variable in class jakarta.servlet.jsp.PageContext
-
Name used to store the Servlet in this PageContext's nametables.
- PAGE_SCOPE - Static variable in class jakarta.servlet.jsp.PageContext
-
Page scope: (this is the default) the named reference remains available in this PageContext until the return from
the current Servlet.service() invocation.
- PageContext - Class in jakarta.servlet.jsp
-
PageContext extends JspContext to provide useful context information for when JSP technology is used in a Servlet
environment.
- PageContext() - Constructor for class jakarta.servlet.jsp.PageContext
-
Sole constructor.
- PAGECONTEXT - Static variable in class jakarta.servlet.jsp.PageContext
-
Name used to store this PageContext in it's own name table.
- pageContext - Variable in class jakarta.servlet.jsp.tagext.TagSupport
-
The PageContext.
- PageData - Class in jakarta.servlet.jsp.tagext
-
Translation-time information on a JSP page.
- PageData() - Constructor for class jakarta.servlet.jsp.tagext.PageData
-
Sole constructor.
- parseExpression(String, Class<?>, FunctionMapper) - Method in class jakarta.servlet.jsp.el.ExpressionEvaluator
-
Deprecated.
Prepare an expression for later evaluation.
- popBody() - Method in class jakarta.servlet.jsp.JspContext
-
Return the previous JspWriter "out" saved by the matching pushBody(), and update the value of the "out" attribute
in the page scope attribute namespace of the JspContext.
- prefix - Variable in class jakarta.servlet.jsp.tagext.TagLibraryInfo
-
The prefix assigned to this taglib from the taglib directive.
- print(boolean) - Method in class jakarta.servlet.jsp.JspWriter
-
Print a boolean value.
- print(char) - Method in class jakarta.servlet.jsp.JspWriter
-
Print a character.
- print(int) - Method in class jakarta.servlet.jsp.JspWriter
-
Print an integer.
- print(long) - Method in class jakarta.servlet.jsp.JspWriter
-
Print a long integer.
- print(float) - Method in class jakarta.servlet.jsp.JspWriter
-
Print a floating-point number.
- print(double) - Method in class jakarta.servlet.jsp.JspWriter
-
Print a double-precision floating-point number.
- print(char[]) - Method in class jakarta.servlet.jsp.JspWriter
-
Print an array of characters.
- print(String) - Method in class jakarta.servlet.jsp.JspWriter
-
Print a string.
- print(Object) - Method in class jakarta.servlet.jsp.JspWriter
-
Print an object.
- println() - Method in class jakarta.servlet.jsp.JspWriter
-
Terminate the current line by writing the line separator string.
- println(boolean) - Method in class jakarta.servlet.jsp.JspWriter
-
Print a boolean value and then terminate the line.
- println(char) - Method in class jakarta.servlet.jsp.JspWriter
-
Print a character and then terminate the line.
- println(int) - Method in class jakarta.servlet.jsp.JspWriter
-
Print an integer and then terminate the line.
- println(long) - Method in class jakarta.servlet.jsp.JspWriter
-
Print a long integer and then terminate the line.
- println(float) - Method in class jakarta.servlet.jsp.JspWriter
-
Print a floating-point number and then terminate the line.
- println(double) - Method in class jakarta.servlet.jsp.JspWriter
-
Print a double-precision floating-point number and then terminate the line.
- println(char[]) - Method in class jakarta.servlet.jsp.JspWriter
-
Print an array of characters and then terminate the line.
- println(String) - Method in class jakarta.servlet.jsp.JspWriter
-
Print a String and then terminate the line.
- println(Object) - Method in class jakarta.servlet.jsp.JspWriter
-
Print an Object and then terminate the line.
- pushBody(Writer) - Method in class jakarta.servlet.jsp.JspContext
-
Return a new JspWriter object that sends output to the provided Writer.
- pushBody() - Method in class jakarta.servlet.jsp.PageContext
-
Return a new BodyContent object, save the current "out" JspWriter, and update the value of the "out" attribute in
the page scope attribute namespace of the PageContext.
- ScopedAttributeELResolver - Class in jakarta.servlet.jsp.el
-
Defines variable resolution behavior for scoped attributes.
- ScopedAttributeELResolver() - Constructor for class jakarta.servlet.jsp.el.ScopedAttributeELResolver
-
- SESSION - Static variable in class jakarta.servlet.jsp.PageContext
-
Name used to store HttpSession in PageContext name table.
- SESSION_SCOPE - Static variable in class jakarta.servlet.jsp.PageContext
-
Session scope (only valid if this page participates in a session): the named reference remains available from the
HttpSession (if any) associated with the Servlet until the HttpSession is invalidated.
- setAttribute(String, Object) - Method in class jakarta.servlet.jsp.JspContext
-
Register the name and value specified with page scope semantics.
- setAttribute(String, Object, int) - Method in class jakarta.servlet.jsp.JspContext
-
Register the name and value specified with appropriate scope semantics.
- setAttribute(String, Object) - Method in class jakarta.servlet.jsp.tagext.TagData
-
Set the value of an attribute.
- setBodyContent(BodyContent) - Method in interface jakarta.servlet.jsp.tagext.BodyTag
-
Set the bodyContent property.
- setBodyContent(BodyContent) - Method in class jakarta.servlet.jsp.tagext.BodyTagSupport
-
Prepare for evaluation of the body: stash the bodyContent away.
- setDefaultFactory(JspFactory) - Static method in class jakarta.servlet.jsp.JspFactory
-
set the default factory for this implementation.
- setDynamicAttribute(String, String, Object) - Method in interface jakarta.servlet.jsp.tagext.DynamicAttributes
-
Called when a tag declared to accept dynamic attributes is passed an attribute that is not declared in the Tag
Library Descriptor.
- setId(String) - Method in class jakarta.servlet.jsp.tagext.TagSupport
-
Set the id attribute for this tag.
- setInitParameters(Map<String, Object>) - Method in class jakarta.servlet.jsp.tagext.TagLibraryValidator
-
Set the init data in the TLD for this validator.
- setJspBody(JspFragment) - Method in interface jakarta.servlet.jsp.tagext.SimpleTag
-
Provides the body of this tag as a JspFragment object, able to be invoked zero or more times by the tag handler.
- setJspBody(JspFragment) - Method in class jakarta.servlet.jsp.tagext.SimpleTagSupport
-
Stores the provided JspFragment.
- setJspContext(JspContext) - Method in interface jakarta.servlet.jsp.tagext.SimpleTag
-
Called by the container to provide this tag handler with the JspContext for this invocation.
- setJspContext(JspContext) - Method in class jakarta.servlet.jsp.tagext.SimpleTagSupport
-
Stores the provided JSP context in the private jspContext field.
- setJspId(String) - Method in interface jakarta.servlet.jsp.tagext.JspIdConsumer
-
Called by the container generated code to set a value for the jspId attribute.
- setPageContext(PageContext) - Method in interface jakarta.servlet.jsp.tagext.Tag
-
Set the current page context.
- setPageContext(PageContext) - Method in class jakarta.servlet.jsp.tagext.TagAdapter
-
Must not be called.
- setPageContext(PageContext) - Method in class jakarta.servlet.jsp.tagext.TagSupport
-
Set the page context.
- setParent(JspTag) - Method in interface jakarta.servlet.jsp.tagext.SimpleTag
-
Sets the parent of this tag, for collaboration purposes.
- setParent(JspTag) - Method in class jakarta.servlet.jsp.tagext.SimpleTagSupport
-
Sets the parent of this tag, for collaboration purposes.
- setParent(Tag) - Method in interface jakarta.servlet.jsp.tagext.Tag
-
Set the parent (closest enclosing tag handler) of this tag handler.
- setParent(Tag) - Method in class jakarta.servlet.jsp.tagext.TagAdapter
-
Must not be called.
- setParent(Tag) - Method in class jakarta.servlet.jsp.tagext.TagSupport
-
Set the nesting tag of this tag.
- setTagExtraInfo(TagExtraInfo) - Method in class jakarta.servlet.jsp.tagext.TagInfo
-
Set the instance for extra tag information.
- setTagInfo(TagInfo) - Method in class jakarta.servlet.jsp.tagext.TagExtraInfo
-
Set the TagInfo for this class.
- setTagLibrary(TagLibraryInfo) - Method in class jakarta.servlet.jsp.tagext.TagInfo
-
Set the TagLibraryInfo property.
- setValue(ELContext, Object, Object, Object) - Method in class jakarta.servlet.jsp.el.ImplicitObjectELResolver
-
If the base object is null, and the property matches the name of a JSP implicit object, throws
PropertyNotWritableException to indicate that implicit objects cannot be overwritten.
- setValue(ELContext, Object, Object, Object) - Method in class jakarta.servlet.jsp.el.ScopedAttributeELResolver
-
If the base object is null, sets an existing scoped attribute to the new value, or creates a new
scoped attribute if one does not exist by this name.
- setValue(String, Object) - Method in class jakarta.servlet.jsp.tagext.TagSupport
-
Associate a value with a String key.
- shortname - Variable in class jakarta.servlet.jsp.tagext.TagLibraryInfo
-
The preferred short name (prefix) as indicated in the TLD.
- SimpleTag - Interface in jakarta.servlet.jsp.tagext
-
Interface for defining Simple Tag Handlers.
- SimpleTagSupport - Class in jakarta.servlet.jsp.tagext
-
A base class for defining tag handlers implementing SimpleTag.
- SimpleTagSupport() - Constructor for class jakarta.servlet.jsp.tagext.SimpleTagSupport
-
Sole constructor.
- SKIP_BODY - Static variable in interface jakarta.servlet.jsp.tagext.Tag
-
Skip body evaluation.
- SKIP_PAGE - Static variable in interface jakarta.servlet.jsp.tagext.Tag
-
Skip the rest of the page.
- SkipPageException - Exception in jakarta.servlet.jsp
-
Exception to indicate the calling page must cease evaluation.
- SkipPageException() - Constructor for exception jakarta.servlet.jsp.SkipPageException
-
Creates a SkipPageException with no message.
- SkipPageException(String) - Constructor for exception jakarta.servlet.jsp.SkipPageException
-
Creates a SkipPageException with the provided message.
- SkipPageException(String, Throwable) - Constructor for exception jakarta.servlet.jsp.SkipPageException
-
Creates a SkipPageException with the provided message and root cause.
- SkipPageException(Throwable) - Constructor for exception jakarta.servlet.jsp.SkipPageException
-
Creates a SkipPageException with the provided root cause.
- Tag - Interface in jakarta.servlet.jsp.tagext
-
The interface of a classic tag handler that does not want to manipulate its body.
- TagAdapter - Class in jakarta.servlet.jsp.tagext
-
Wraps any SimpleTag and exposes it using a Tag interface.
- TagAdapter(SimpleTag) - Constructor for class jakarta.servlet.jsp.tagext.TagAdapter
-
Creates a new TagAdapter that wraps the given SimpleTag and returns the parent tag when getParent() is called.
- TagAttributeInfo - Class in jakarta.servlet.jsp.tagext
-
Information on the attributes of a Tag, available at translation time.
- TagAttributeInfo(String, boolean, String, boolean) - Constructor for class jakarta.servlet.jsp.tagext.TagAttributeInfo
-
Constructor for TagAttributeInfo.
- TagAttributeInfo(String, boolean, String, boolean, boolean) - Constructor for class jakarta.servlet.jsp.tagext.TagAttributeInfo
-
JSP 2.0 Constructor for TagAttributeInfo.
- TagAttributeInfo(String, boolean, String, boolean, boolean, String, boolean, boolean, String, String) - Constructor for class jakarta.servlet.jsp.tagext.TagAttributeInfo
-
JSP 2.1 Constructor for TagAttributeInfo.
- TagData - Class in jakarta.servlet.jsp.tagext
-
The (translation-time only) attribute/value information for a tag instance.
- TagData(Object[][]) - Constructor for class jakarta.servlet.jsp.tagext.TagData
-
Constructor for TagData.
- TagData(Hashtable<String, Object>) - Constructor for class jakarta.servlet.jsp.tagext.TagData
-
Constructor for a TagData.
- TagExtraInfo - Class in jakarta.servlet.jsp.tagext
-
Optional class provided by the tag library author to describe additional translation-time information not described
in the TLD.
- TagExtraInfo() - Constructor for class jakarta.servlet.jsp.tagext.TagExtraInfo
-
Sole constructor.
- TagFileInfo - Class in jakarta.servlet.jsp.tagext
-
Tag information for a tag file in a Tag Library; This class is instantiated from the Tag Library Descriptor file
(TLD) and is available only at translation time.
- TagFileInfo(String, String, TagInfo) - Constructor for class jakarta.servlet.jsp.tagext.TagFileInfo
-
Constructor for TagFileInfo from data in the JSP 2.0 format for TLD.
- tagFiles - Variable in class jakarta.servlet.jsp.tagext.TagLibraryInfo
-
An array describing the tag files that are defined in this tag library.
- TagInfo - Class in jakarta.servlet.jsp.tagext
-
Tag information for a tag in a Tag Library; This class is instantiated from the Tag Library Descriptor file (TLD) and
is available only at translation time.
- TagInfo(String, String, String, String, TagLibraryInfo, TagExtraInfo, TagAttributeInfo[]) - Constructor for class jakarta.servlet.jsp.tagext.TagInfo
-
Constructor for TagInfo from data in the JSP 1.1 format for TLD.
- TagInfo(String, String, String, String, TagLibraryInfo, TagExtraInfo, TagAttributeInfo[], String, String, String, TagVariableInfo[]) - Constructor for class jakarta.servlet.jsp.tagext.TagInfo
-
Constructor for TagInfo from data in the JSP 1.2 format for TLD.
- TagInfo(String, String, String, String, TagLibraryInfo, TagExtraInfo, TagAttributeInfo[], String, String, String, TagVariableInfo[], boolean) - Constructor for class jakarta.servlet.jsp.tagext.TagInfo
-
Constructor for TagInfo from data in the JSP 2.0 format for TLD.
- TagLibraryInfo - Class in jakarta.servlet.jsp.tagext
-
Translation-time information associated with a taglib directive, and its underlying TLD file.
- TagLibraryInfo(String, String) - Constructor for class jakarta.servlet.jsp.tagext.TagLibraryInfo
-
Constructor.
- TagLibraryValidator - Class in jakarta.servlet.jsp.tagext
-
Translation-time validator class for a JSP page.
- TagLibraryValidator() - Constructor for class jakarta.servlet.jsp.tagext.TagLibraryValidator
-
Sole constructor.
- tags - Variable in class jakarta.servlet.jsp.tagext.TagLibraryInfo
-
An array describing the tags that are defined in this tag library.
- TagSupport - Class in jakarta.servlet.jsp.tagext
-
A base class for defining new tag handlers implementing Tag.
- TagSupport() - Constructor for class jakarta.servlet.jsp.tagext.TagSupport
-
Default constructor, all subclasses are required to define only a public constructor with the same signature, and
to call the superclass constructor.
- TagVariableInfo - Class in jakarta.servlet.jsp.tagext
-
Variable information for a tag in a Tag Library; This class is instantiated from the Tag Library Descriptor file
(TLD) and is available only at translation time.
- TagVariableInfo(String, String, String, boolean, int) - Constructor for class jakarta.servlet.jsp.tagext.TagVariableInfo
-
Constructor for TagVariableInfo.
- tlibversion - Variable in class jakarta.servlet.jsp.tagext.TagLibraryInfo
-
The version of the tag library.
- toString() - Method in class jakarta.servlet.jsp.tagext.TagAttributeInfo
-
Returns a String representation of this TagAttributeInfo, suitable for debugging purposes.
- TryCatchFinally - Interface in jakarta.servlet.jsp.tagext
-
The auxiliary interface of a Tag, IterationTag or BodyTag tag handler that wants additional hooks for managing
resources.