Interface FormControlNameManager

    • Method Detail

      • getReservedNames

        Set<StringgetReservedNames()
        Returns the set of reserved form names (ones that shouldn't be used as HTML elements client ids).
        Returns:
        a Set of Strings.
      • isReserved

        boolean isReserved​(String name)
        Tells whether a given name is reserved.