Serialized Form

  • Package jakarta.servlet.jsp.jstl.core

    • Class jakarta.servlet.jsp.jstl.core.ConditionalTagSupport extends jakarta.servlet.jsp.tagext.TagSupport implements Serializable

      • Serialized Fields

        • result
          boolean result
        • scope
          int scope
        • var
          String var
    • Class jakarta.servlet.jsp.jstl.core.IndexedValueExpression extends jakarta.el.ValueExpression implements Serializable

      serialVersionUID:
      1L
      • Serialized Fields

        • i
          Integer i
        • orig
          jakarta.el.ValueExpression orig
    • Class jakarta.servlet.jsp.jstl.core.IteratedValueExpression extends jakarta.el.ValueExpression implements Serializable

      serialVersionUID:
      1L
    • Class jakarta.servlet.jsp.jstl.core.LoopTagSupport extends jakarta.servlet.jsp.tagext.TagSupport implements Serializable

      • Serialized Fields

        • begin
          int begin
          Starting index ('begin' attribute)
        • beginSpecified
          boolean beginSpecified
          Boolean flag indicating whether 'begin' was specified.
        • count
          int count
        • deferredExpression
          jakarta.el.ValueExpression deferredExpression
          The deferred expression if any
        • end
          int end
          Ending index of the iteration ('end' attribute). A value of -1 internally indicates 'no end specified', although accessors for the core Jakarta Standard Tag Library tags do not allow this value to be supplied directly by the user.
        • endSpecified
          boolean endSpecified
          Boolean flag indicating whether 'end' was specified.
        • index
          int index
        • item
          Object item
        • itemId
          String itemId
          Attribute-exposing control
        • iteratedExpression
          IteratedExpression iteratedExpression
        • last
          boolean last
        • oldMappedValue
          jakarta.el.ValueExpression oldMappedValue
          A temporary used to hold the previous value (from the enclosing iteration tag) for the EL variable.
        • status
          LoopTagStatus status
        • statusId
          String statusId
          Attribute-exposing control
        • step
          int step
          Iteration step ('step' attribute)
        • stepSpecified
          boolean stepSpecified
          Boolean flag indicating whether 'step' was specified.