Package org.apache.tapestry5.internal
Class InternalSymbols
java.lang.Object
org.apache.tapestry5.internal.InternalSymbols
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final String
Comma-separated list of pre-allocated Form component control names. -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
RESERVED_FORM_CONTROL_NAMES
@IncompatibleChange(release="5.4", details="Renamed from PRE_SELECTED_FORM_NAMES.") public static final String RESERVED_FORM_CONTROL_NAMESComma-separated list of pre-allocated Form component control names. Basically, this exists to work around name collisions on the client side. Starting in 5.3, these names are also pre-allocated as ids.- Since:
- 5.2.0
- See Also:
-
-
Constructor Details
-
InternalSymbols
public InternalSymbols()
-