Class ParameterValue
-
- org.apache.tapestry5.upload.internal.services.ParameterValue
-
public class ParameterValue extends
Holds single or multivalued values.
-
-
Field Summary
Fields Modifier and Type Field Description static ParameterValue
NULL
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
value)
boolean
isMulti()
[]
multi()
single()
-
-
-
Field Detail
-
NULL
public static final ParameterValue NULL
-
-