Class AvailableValues
java.lang.Object
org.apache.tapestry5.commons.util.AvailableValues
Used (as part of a
UnknownValueException
to identify what available values
are present.- Since:
- 5.2.0
-
Constructor Summary
ConstructorsConstructorDescriptionAvailableValues
(String valueType, Collection<?> values) AvailableValues
(String valueType, Map<?, ?> map) -
Method Summary
-
Constructor Details
-
AvailableValues
- Parameters:
valueType
- a word or phrase that describes what the values are such as "component types" or "service ids"values
- a set of objects defining the values; the values will be converted to strings and sorted into ascending order
-
AvailableValues
-
-
Method Details