Class FormControlNameManagerImpl
java.lang.Object
org.apache.tapestry5.internal.services.FormControlNameManagerImpl
- All Implemented Interfaces:
FormControlNameManager
-
Constructor Summary
Constructors -
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.
-
Constructor Details
-
FormControlNameManagerImpl
public FormControlNameManagerImpl(@Symbol("tapestry.reserved-form-control-names") String preselectedFormNames)
-
-
Method Details
-
getReservedNames
Description copied from interface:FormControlNameManager
Returns the set of reserved form names (ones that shouldn't be used as HTML elements client ids).- Specified by:
getReservedNames
in interfaceFormControlNameManager
- Returns:
- a
Set
ofString
s.
-
isReserved
Description copied from interface:FormControlNameManager
Tells whether a given name is reserved.- Specified by:
isReserved
in interfaceFormControlNameManager
-