Serialized Form

  • Package javax.servlet.jsp.jstl.core

    • Class javax.servlet.jsp.jstl.core.ConditionalTagSupport

      class ConditionalTagSupport extends javax.servlet.jsp.tagext.TagSupport implements Serializable
      • Serialized Fields

        • result
          boolean result
        • scope
          int scope
        • var
          String var
    • Class javax.servlet.jsp.jstl.core.LoopTagSupport

      class LoopTagSupport extends javax.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
        • end
          int end
          Ending index of the iteration ('end' attribute). A value of -1 internally indicates 'no end specified', although accessors for the core JSTL 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
        • last
          boolean last
        • 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.