B C F G I M S T

B

booleanValue(String) - Static method in class com.ivata.mask.util.StringHandling
This method works like Boolean.valueOf, but allows null values without an exception, and also translates the string "on" as true which is useful for converting request values.

C

CollectionHandling - class com.ivata.mask.util.CollectionHandling.
This class contains extra routines for combining collection objects.
com.ivata.mask.util - package com.ivata.mask.util
This package contains classes which extend basic Java or J2EE handling for ivata masks.
convertFromLines(String) - Static method in class com.ivata.mask.util.CollectionHandling
Convert a string of strings separated by new lines into a collection of strings.
convertFromLines(String, String) - Static method in class com.ivata.mask.util.CollectionHandling
Convert a string of strings separated by deliminators into a collection of strings.
convertToLines(Collection) - Static method in class com.ivata.mask.util.CollectionHandling
Convert a collection of strings to one long string, separated by new lines.
convertToLines(Collection, char) - Static method in class com.ivata.mask.util.CollectionHandling
Convert a collection of strings to one long string, separated by deliminators.

F

fileName2Icon(String) - Static method in class com.ivata.mask.util.MimeTypesHandling
/**

G

generateRandomString(int) - Static method in class com.ivata.mask.util.StringHandling
Generates a random string of specified length, when the length 0 or less, defaults to 8 The string only consists of letters and numbers and the first character is always a letter.
getCause(Throwable) - Static method in class com.ivata.mask.util.ThrowableHandling
If the parameter provided is a RemoteException, then provide the original exception, otherwise just return this exception.
getInputStream() - Method in class com.ivata.mask.util.SerializedByteArray
Get an inputStream containing the array contents.
getNotNull(Object) - Static method in class com.ivata.mask.util.StringHandling
If the string supplied is not null, return the string, otherwise return the empty string.
getNotNull(Object, String) - Static method in class com.ivata.mask.util.StringHandling
Handle null objects in a standard way.
getRemoteMessage(Throwable) - Static method in class com.ivata.mask.util.ThrowableHandling
If the parameter provided is a RemoteException, then provide the message from the original exception, otherwise just return the message of this exception.

I

integerValue(String) - Static method in class com.ivata.mask.util.StringHandling
This method works like Integer.valueOf, but allows null values without an exception.
isNullOrEmpty(String) - Static method in class com.ivata.mask.util.StringHandling
This method does just what it says: evaluates the String you give it and returns true if it is null or an empty string.

M

MimeTypesHandling - class com.ivata.mask.util.MimeTypesHandling.
MimeTypeHandling is a class of static methods for handling MimeTypes.
merge(Collection, Collection) - Static method in class com.ivata.mask.util.CollectionHandling
Copy elements from one collection to another.
mimeType2Icon(String) - Static method in class com.ivata.mask.util.MimeTypesHandling
Returns the full path to the appropriate icon for this mime-type that the webapp will use.

S

SerializedByteArray - class com.ivata.mask.util.SerializedByteArray.
This is a utility class which serializes an array of bytes.
SerializedByteArray(byte[]) - Constructor for class com.ivata.mask.util.SerializedByteArray
Default constructor.
StringHandling - class com.ivata.mask.util.StringHandling.
StringHandling is a helper class for handling Strings.
SystemException - exception com.ivata.mask.util.SystemException.
This error message encapsulates another message which caused it.
SystemException(String) - Constructor for class com.ivata.mask.util.SystemException
Create a SystemException with a message.
SystemException(String, Throwable) - Constructor for class com.ivata.mask.util.SystemException
Create a SystemException with the given message and cause.
SystemException(Throwable) - Constructor for class com.ivata.mask.util.SystemException
Create a SystemException with the given cause.
splice(Properties, Properties) - Static method in class com.ivata.mask.util.CollectionHandling
Creates a new properties instance which is a mixture of the two.

T

ThrowableHandling - class com.ivata.mask.util.ThrowableHandling.
Routines for handling exceptions.
toString(Integer) - Static method in class com.ivata.mask.util.StringHandling
Works like the standard Integer.toString() except that it allows null values, returning a null string in this case.

B C F G I M S T

Copyright © 2001-2005 ivata limited. All Rights Reserved.