Serialized Form


Package org.apache.taglibs.random

Class org.apache.taglibs.random.RandomNumTag extends javax.servlet.jsp.tagext.TagSupport implements Serializable

Serialized Fields

upper

long upper
upper bound in which to search for a number defaults to 9


lower

long lower
lower bound in which to search for a number defaults to 0


algorithm

java.lang.String algorithm
the algorithm to use for a SecureRandom object


provider

java.lang.String provider
the provider package to check for the algorithm

Class org.apache.taglibs.random.RandomStrgTag extends javax.servlet.jsp.tagext.TagSupport implements Serializable

Serialized Fields

allchars

boolean allchars
flag determines if all chars ar to be used


length

java.lang.Integer length
length of random string defaults to 8


hmap

java.util.HashMap hmap
list of all generated strings, list is stored at the application level


map

java.lang.String map
Hashmap to check keys against to see if they have already been used


lower

java.util.ArrayList lower
ArrayList for the lowerbound of the char sets


upper

java.util.ArrayList upper
ArrayList for the upperbound of the char sets


single

char[] single
ArrayL for the set of chars that aren't part of a range


singlecount

int singlecount
counter for position in the array single


algorithm

java.lang.String algorithm
the algorithm to use for a SecureRandom object


provider

java.lang.String provider
the provider package to check for the algorithm


charset

java.lang.String charset
the charset to use for generating the random string



Copyright ? 2000-2004 The Apache Software Foundation. All Rights Reserved.