Package jakarta.servlet.jsp.jstl.core
package jakarta.servlet.jsp.jstl.core
Classes and interfaces related to the core tag library component of the Jakarta Standard Tag Library.
This tag library component provides:
- General-purpose tags for the manipulation of scoped variables and handling of error conditions
- Conditional tags for the conditional processing of a Jakarta Server Pages page
- Iterator tags for iterating over a wide variety of objects
- URL-related tags for linking or redirecting to URL resources from a Jakarta Server Pages page, or importing a URL resource into a Jakarta Server Pages page
-
ClassDescriptionAbstract class that facilitates implementation of conditional actions where the boolean result is exposed as a JSP scoped variable.Class supporting access to configuration settings.The Jakarta Standard Tag Library allows developers to write custom iteration tags by implementing the LoopTag interface.Exposes the current status of an iteration.Base support class to facilitate implementation of iteration tags.