wicket.util.string |
wicket.util.string package
String utilities.
|
Java Source File Name | Type | Comment |
AbstractStringList.java | Class | An abstract base class for string list implementations. |
AppendingStringBuffer.java | Class | This is a copy or combination of java.lang.StringBuffer and
java.lang.String It has a special method getValue() which
returns the internal char array. |
AppendingStringBufferTest.java | Class | |
CssUtils.java | Class | Utility methods for CSS. |
IStringIterator.java | Interface | |
IStringSequence.java | Interface | Typesafe interface to an ordered sequence of strings. |
JavascriptUtils.java | Class | Provide some helpers to write javascript related tags to the response object. |
PrependingStringBuffer.java | Class | This is a prepending stringbuffer optimized for constantly prepending strings
to the front of the buffer. |
PrependingStringBufferTest.java | Class | |
StringList.java | Class | 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(). |
StringListTest.java | Class | Tests the StringList class. |
Strings.java | Class | A variety of static String utility methods.
The escapeMarkup() and toMultilineMarkup() methods are useful for turning
normal Java Strings into HTML strings.
The lastPathComponent(), firstPathComponent(), afterFirstPathComponent() and
beforeLastPathComponent() methods can chop up a String into path components
using a separator character. |
StringsTest.java | Class | Test cases for the Strings class. |
StringValue.java | Class | Holds an immutable String value and optionally a Locale, with methods to
convert to various types. |
StringValueConversionException.java | Class | Thrown when a string value cannot be converted to some type. |