Class InputTag

  • All Implemented Interfaces:
    java.io.Serializable, java.lang.Cloneable, Node, Tag

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

      • InputTag

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

      • getIds

        public java.lang.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.