Module org.apache.wicket.util
Package org.apache.wicket.util.value
package org.apache.wicket.util.value
This package provides casting utilities.
-
ClassDescriptionMap of values, extending
ValueMap
with methods for generating (HTML) markup attributes.An implementation ofIValueMap
that makes a copy when a caller tries to change an immutableMap
.A base class based on the Javaint
primitive for value classes that want to implement standard operations on that value without the pain of aggregating anInteger
object.AMap
interface that holds values, parsesString
s, and exposes a variety of convenience methods.A base class based on the Javalong
primitive for value classes that want to implement standard operations on that value without the pain of aggregating aLong
object.AIValueMap
implementation that holds values, parsesString
s, and exposes a variety of convenience methods.