Class InputTag

All Implemented Interfaces:
Serializable, Cloneable, Node, Tag

public class InputTag extends TagNode
An input tag in a form.
See Also:
  • Constructor Details

    • InputTag

      public InputTag()
      Create a new input tag.
  • Method Details

    • getIds

      public String[] getIds()
      Return the set of names handled by this tag.
      Specified by:
      getIds in interface Tag
      Overrides:
      getIds in class TagNode
      Returns:
      The names to be matched that create tags of this type.