Package wicket.util.string

String utilities.

See:
          Description

Interface Summary
IStringIterator Typesafe string iterator interface
IStringSequence Typesafe interface to an ordered sequence of strings.
 

Class Summary
AbstractStringList An abstract base class for string list implementations.
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().
Strings A variety of static String utility methods.
StringValue Holds an immutable String value and optionally a Locale, with methods to convert to various types.
 

Exception Summary
StringValueConversionException Thrown when a string value cannot be converted to some type.
 

Package wicket.util.string Description

String utilities.



Copyright © 2004-2006 Wicket developers. All Rights Reserved.