Uses of Package
wicket.util.string

Packages that use wicket.util.string
wicket The core Wicket package. 
wicket.markup Base package for markup. 
wicket.markup.html Base package of HTML markup. 
wicket.markup.parser The default parsing engine of Wicket. 
wicket.protocol.http HTTP implementation. 
wicket.request.target.coding Additions to request targets. 
wicket.response Several response implementations. 
wicket.settings   
wicket.util.io Input/Output utilities. 
wicket.util.lang Java utilities. 
wicket.util.string String utilities. 
wicket.util.time Utilities for working with time(s). 
wicket.util.value Casting utilities. 
 

Classes in wicket.util.string used by wicket
AppendingStringBuffer
          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.
 

Classes in wicket.util.string used by wicket.markup
StringValue
          Holds an immutable String value and optionally a Locale, with methods to convert to various types.
 

Classes in wicket.util.string used by wicket.markup.html
AppendingStringBuffer
          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.
 

Classes in wicket.util.string used by wicket.markup.parser
StringValue
          Holds an immutable String value and optionally a Locale, with methods to convert to various types.
 

Classes in wicket.util.string used by wicket.protocol.http
AppendingStringBuffer
          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.
 

Classes in wicket.util.string used by wicket.request.target.coding
AppendingStringBuffer
          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.
 

Classes in wicket.util.string used by wicket.response
AppendingStringBuffer
          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.
 

Classes in wicket.util.string used by wicket.settings
StringValue
          Holds an immutable String value and optionally a Locale, with methods to convert to various types.
 

Classes in wicket.util.string used by wicket.util.io
AppendingStringBuffer
          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.
 

Classes in wicket.util.string used by wicket.util.lang
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 wicket.util.string used by wicket.util.string
AbstractStringList
          An abstract base class for string list implementations.
AppendingStringBuffer
          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.
IStringIterator
          Typesafe string iterator interface
IStringSequence
          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 wicket.util.string used by wicket.util.time
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 wicket.util.string used by wicket.util.value
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.
 



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