Interface FormControlNameManager

All Known Implementing Classes:
FormControlNameManagerImpl

public interface FormControlNameManager
Service providing methods related to names that shouldn't be used as form control element names or ids.
See Also:
  • Method Summary

    Modifier and Type
    Method
    Description
    Returns the set of reserved form names (ones that shouldn't be used as HTML elements client ids).
    boolean
    Tells whether a given name is reserved.
  • Method Details

    • getReservedNames

      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.