Uses of Package
org.apache.wicket.util.string
-
Packages that use org.apache.wicket.util.string Package Description org.apache.wicket.util.io Input/Output utilities.org.apache.wicket.util.lang org.apache.wicket.util.string String utilities.org.apache.wicket.util.time Utilities for working withTime(s).org.apache.wicket.util.value This package provides casting utilities. -
Classes in org.apache.wicket.util.string used by org.apache.wicket.util.io Class Description AppendingStringBuffer This is a copy or combination ofjava.lang.StringBufferandjava.lang.StringIt has a special method getValue() which returns the internal char array. -
Classes in org.apache.wicket.util.string used by org.apache.wicket.util.lang Class Description StringValue Holds an immutable String value and optionally a Locale, with methods to convert to various types.StringValueConversionException Thrown when a string value cannot be converted to some type. -
Classes in org.apache.wicket.util.string used by org.apache.wicket.util.string Class Description AbstractStringList An abstract base class for string list implementations.AppendingStringBuffer This is a copy or combination ofjava.lang.StringBufferandjava.lang.StringIt has a special method getValue() which returns the internal char array.IStringIterator Typesafe string iterator interfaceIStringSequence Typesafe interface to an ordered sequence of strings.PrependingStringBuffer This is a prepending stringbuffer optimized for constantly prepending strings to the front of the buffer.StringList A typesafe, mutable list of strings supporting a variety of convenient operations as well as expected operations from List such as add(), size(), remove(), iterator(), get(int index) and toArray().StringValue Holds an immutable String value and optionally a Locale, with methods to convert to various types.StringValueConversionException Thrown when a string value cannot be converted to some type. -
Classes in org.apache.wicket.util.string used by org.apache.wicket.util.time Class Description StringValue Holds an immutable String value and optionally a Locale, with methods to convert to various types.StringValueConversionException Thrown when a string value cannot be converted to some type. -
Classes in org.apache.wicket.util.string used by org.apache.wicket.util.value Class Description StringValue Holds an immutable String value and optionally a Locale, with methods to convert to various types.StringValueConversionException Thrown when a string value cannot be converted to some type.