Uses of Class
org.apache.wicket.util.string.StringValueConversionException

Packages that use StringValueConversionException
org.apache.wicket.examples.library   
org.apache.wicket.util.lang Java utilities. 
org.apache.wicket.util.string String utilities. 
org.apache.wicket.util.time Utilities for working with Time(s). 
org.apache.wicket.util.value This package provides casting utilities. 
 

Uses of StringValueConversionException in org.apache.wicket.examples.library
 

Constructors in org.apache.wicket.examples.library that throw StringValueConversionException
BookDetails(PageParameters parameters)
          Constructor for calls from external page links
 

Uses of StringValueConversionException in org.apache.wicket.util.lang
 

Methods in org.apache.wicket.util.lang that throw StringValueConversionException
static Bytes Bytes.valueOf(String string)
          Converts a string to a number of bytes.
static Bytes Bytes.valueOf(String string, Locale locale)
          Converts a string to a number of bytes.
 

Uses of StringValueConversionException in org.apache.wicket.util.string
 

Methods in org.apache.wicket.util.string that throw StringValueConversionException
static boolean Strings.isTrue(String s)
          Converts the text in s to a corresponding boolean.
 Object StringValue.to(Class<?> type)
          Converts this StringValue to a given type.
 boolean StringValue.toBoolean()
          Convert this text to a boolean.
 boolean StringValue.toBoolean(boolean defaultValue)
          Convert to primitive types, returning default value if text is null.
static Boolean Strings.toBoolean(String s)
          Converts the string s to a Boolean.
 Boolean StringValue.toBooleanObject()
          Convert this text to a boolean.
 char StringValue.toChar()
          Convert this text to a char.
 char StringValue.toChar(char defaultValue)
          Convert to primitive types, returning default value if text is null.
static char Strings.toChar(String s)
          Converts the 1 character string s to a character.
 Character StringValue.toCharacter()
          Convert this text to a Character.
 double StringValue.toDouble()
          Convert this text to a double.
 double StringValue.toDouble(double defaultValue)
          Convert to primitive types, returning default value if text is null.
 Double StringValue.toDoubleObject()
          Convert this text to a Double.
 Duration StringValue.toDuration()
          Convert this text to a Duration instance.
 Duration StringValue.toDuration(Duration defaultValue)
          Convert to primitive types, returning default value if text is null.
 int StringValue.toInt()
          Convert this text to an int.
 int StringValue.toInt(int defaultValue)
          Convert to primitive types, returning default value if text is null.
 Integer StringValue.toInteger()
          Convert this text to an Integer.
 long StringValue.toLong()
          Convert this text to a long.
 long StringValue.toLong(long defaultValue)
          Convert to primitive types, returning default value if text is null.
 Long StringValue.toLongObject()
          Convert this text to a Long.
 Boolean StringValue.toOptionalBoolean()
          Convert to object types, returning null if text is null.
 Character StringValue.toOptionalCharacter()
          Convert to object types, returning null if text is null.
 Double StringValue.toOptionalDouble()
          Convert to object types, returning null if text is null.
 Duration StringValue.toOptionalDuration()
          Convert to object types, returning null if text is null.
 Integer StringValue.toOptionalInteger()
          Convert to object types, returning null if text is null.
 Long StringValue.toOptionalLong()
          Convert to object types, returning null if text is null.
 Time StringValue.toOptionalTime()
          Convert to object types, returning null if text is null.
 Time StringValue.toTime()
          Convert this text to a time instance.
 Time StringValue.toTime(Time defaultValue)
          Convert to primitive types, returning default value if text is null.
 

Uses of StringValueConversionException in org.apache.wicket.util.time
 

Methods in org.apache.wicket.util.time that throw StringValueConversionException
static Duration Duration.valueOf(String string)
          Converts the given String to a new Duration object.
static Duration Duration.valueOf(String string, Locale locale)
          Converts the given String to a new Duration object.
 

Uses of StringValueConversionException in org.apache.wicket.util.value
 

Methods in org.apache.wicket.util.value that throw StringValueConversionException
 boolean ValueMap.getBoolean(String key)
           
 boolean IValueMap.getBoolean(String key)
          Retrieves a boolean value by key.
 boolean CopyOnWriteValueMap.getBoolean(String key)
           
 double ValueMap.getDouble(String key)
           
 double IValueMap.getDouble(String key)
          Retrieves a double value by key.
 double CopyOnWriteValueMap.getDouble(String key)
           
 double ValueMap.getDouble(String key, double defaultValue)
           
 double IValueMap.getDouble(String key, double defaultValue)
          Retrieves a double value by key, using a default value if not found.
 double CopyOnWriteValueMap.getDouble(String key, double defaultValue)
           
 Duration ValueMap.getDuration(String key)
           
 Duration IValueMap.getDuration(String key)
          Retrieves a Duration by key.
 Duration CopyOnWriteValueMap.getDuration(String key)
           
 int ValueMap.getInt(String key)
           
 int IValueMap.getInt(String key)
          Retrieves an int value by key.
 int CopyOnWriteValueMap.getInt(String key)
           
 int ValueMap.getInt(String key, int defaultValue)
           
 int IValueMap.getInt(String key, int defaultValue)
          Retrieves an int value by key, using a default value if not found.
 int CopyOnWriteValueMap.getInt(String key, int defaultValue)
           
 long ValueMap.getLong(String key)
           
 long IValueMap.getLong(String key)
          Retrieves a long value by key.
 long CopyOnWriteValueMap.getLong(String key)
           
 long ValueMap.getLong(String key, long defaultValue)
           
 long IValueMap.getLong(String key, long defaultValue)
          Retrieves a long value by key, using a default value if not found.
 long CopyOnWriteValueMap.getLong(String key, long defaultValue)
           
 Time ValueMap.getTime(String key)
           
 Time IValueMap.getTime(String key)
          Retrieves a Time object by key.
 Time CopyOnWriteValueMap.getTime(String key)
           
 



Copyright © 2004-2011 Apache Software Foundation. All Rights Reserved.