Class SessionVariable

  • All Implemented Interfaces:
    Serializable

    public class SessionVariable
    extends Object
    implements Serializable
    Assign the value of a regex match group to a session variable with a user-defined name. The match group is identified by number and must be zero or greater.
    See Also:
    Serialized Form
    • Constructor Detail

      • SessionVariable

        public SessionVariable()
    • Method Detail

      • getMatchGroup

        public Integer getMatchGroup()
      • getName

        public String getName()
      • setMatchGroup

        public void setMatchGroup​(Integer matchGroup)
      • setName

        public void setName​(String name)
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object