public interface FormControlNameManager
Modifier and Type | Method and Description |
---|---|
Set<String> |
getReservedNames()
Returns 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.
|
Set<String> getReservedNames()
boolean isReserved(String name)
5.6.3 - Copyright © 2003-2021 The Apache Software Foundation.