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.
-
Method Summary
Modifier and TypeMethodDescriptionReturns the set of reserved form names (ones that shouldn't be used as HTML elements client ids).boolean
isReserved
(String name) Tells whether a given name is reserved.