| Methods in net.fortytwo.ripple that throw RippleException |
String |
URIMap.get(String uri)
|
boolean |
RippleProperties.getBoolean(String name)
|
boolean |
RippleProperties.getBoolean(String name,
boolean defaultValue)
|
static RippleProperties |
Ripple.getConfiguration()
|
Date |
RippleProperties.getDate(String name)
|
Date |
RippleProperties.getDate(String name,
Date defaultValue)
|
double |
RippleProperties.getDouble(String name)
|
double |
RippleProperties.getDouble(String name,
double defaultValue)
|
File |
RippleProperties.getFile(String name)
|
File |
RippleProperties.getFile(String name,
File defaultValue)
|
float |
RippleProperties.getFloat(String name)
|
float |
RippleProperties.getFloat(String name,
float defaultValue)
|
int |
RippleProperties.getInt(String name)
|
int |
RippleProperties.getInt(String name,
int defaultValue)
|
long |
RippleProperties.getLong(String name)
|
long |
RippleProperties.getLong(String name,
long defaultValue)
|
String |
RippleProperties.getString(String name)
|
String |
RippleProperties.getString(String name,
String defaultValue)
|
URI |
RippleProperties.getURI(String name)
|
URI |
RippleProperties.getURI(String name,
URI defaultValue)
|
URL |
RippleProperties.getURL(String name)
|
URL |
RippleProperties.getURL(String name,
URL defaultValue)
|
static void |
Ripple.initialize(Properties... configuration)
Initializes the Ripple environment. |
static String |
StringUtils.md5SumOf(String plaintext)
|
static String |
StringUtils.percentDecode(String s)
|
static String |
StringUtils.percentEncode(String s)
|
static String |
StringUtils.sha1SumOf(String plaintext)
|
static String |
StringUtils.unescapeString(String s)
|
static String |
StringUtils.unescapeUriString(String s)
|