Package org.apache.tapestry5.internal
Class InternalSymbols
- java.lang.Object
-
- org.apache.tapestry5.internal.InternalSymbols
-
public class InternalSymbols extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.String
RESERVED_FORM_CONTROL_NAMES
Comma-separated list of pre-allocated Form component control names.
-
Constructor Summary
Constructors Constructor Description InternalSymbols()
-
-
-
Field Detail
-
RESERVED_FORM_CONTROL_NAMES
@IncompatibleChange(release="5.4", details="Renamed from PRE_SELECTED_FORM_NAMES.") public static final java.lang.String RESERVED_FORM_CONTROL_NAMES
Comma-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:
- Constant Field Values
-
-
Constructor Detail
-
InternalSymbols
public InternalSymbols()
-
-