public class FormControlNameManagerImpl extends Object implements FormControlNameManager
Constructor and Description |
---|
FormControlNameManagerImpl(String preselectedFormNames) |
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.
|
public FormControlNameManagerImpl(@Symbol(value="tapestry.reserved-form-control-names") String preselectedFormNames)
public Set<String> getReservedNames()
FormControlNameManager
getReservedNames
in interface FormControlNameManager
Set
of String
s.public boolean isReserved(String name)
FormControlNameManager
isReserved
in interface FormControlNameManager
5.6.3 - Copyright © 2003-2021 The Apache Software Foundation.