Package org.apache.wicket.util.value


package org.apache.wicket.util.value

This package provides casting utilities.

  • Class
    Description
    Map of values, extending ValueMap with methods for generating (HTML) markup attributes.
    An implementation of IValueMap that makes a copy when a caller tries to change an immutable Map.
    A base class based on the Java int primitive for value classes that want to implement standard operations on that value without the pain of aggregating an Integer object.
    A Map interface that holds values, parses Strings, and exposes a variety of convenience methods.
    A base class based on the Java long primitive for value classes that want to implement standard operations on that value without the pain of aggregating a Long object.
    A IValueMap implementation that holds values, parses Strings, and exposes a variety of convenience methods.