Serialized Form


Package org.dhmp.io

Class org.dhmp.io.MapIOException extends java.lang.RuntimeException implements Serializable

serialVersionUID: 4064848874180428952l


Package org.dhmp.security

Class org.dhmp.security.Role extends java.lang.Object implements Serializable

serialVersionUID: 1l

Serialized Fields

name

java.lang.String name

roles

java.util.Set roles

readonly

boolean readonly

Class org.dhmp.security.User extends java.lang.Object implements Serializable

Serialized Fields

name

java.lang.String name

subject

javax.security.auth.Subject subject


Package org.dhmp.util

Class org.dhmp.util.BasicHierarchicalMap extends java.lang.Object implements Serializable

serialVersionUID: -8776758755193120166l

Serialized Fields

children

LinkedHashMultiMap children

pathSeparator

java.lang.String pathSeparator

Class org.dhmp.util.CircularQueue extends org.dhmp.util.LinkedList implements Serializable

serialVersionUID: 9066405791200089027l

Serialized Fields

head

CircularQueue.CircularQueueEntry head

tail

CircularQueue.CircularQueueEntry tail

Class org.dhmp.util.DecimalFormat extends org.dhmp.util.NumberFormat implements Serializable

serialVersionUID: 864413376551465018l

Serialization Methods

readObject

private void readObject(java.io.ObjectInputStream stream)
                 throws java.io.IOException,
                        java.lang.ClassNotFoundException
Serialized Fields

isBigDecimal

boolean isBigDecimal

decimalSeparatorAlwaysShown

boolean decimalSeparatorAlwaysShown

groupingSize

byte groupingSize

minExponentDigits

byte minExponentDigits

exponentRound

int exponentRound

multiplier

int multiplier

negativePrefix

java.lang.String negativePrefix

negativeSuffix

java.lang.String negativeSuffix

positivePrefix

java.lang.String positivePrefix

positiveSuffix

java.lang.String positiveSuffix

negativePrefixRanges

int[] negativePrefixRanges

positivePrefixRanges

int[] positivePrefixRanges

negativePrefixAttrs

java.util.HashMap[] negativePrefixAttrs

positivePrefixAttrs

java.util.HashMap[] positivePrefixAttrs

negativeSuffixRanges

int[] negativeSuffixRanges

positiveSuffixRanges

int[] positiveSuffixRanges

negativeSuffixAttrs

java.util.HashMap[] negativeSuffixAttrs

positiveSuffixAttrs

java.util.HashMap[] positiveSuffixAttrs

serialVersionOnStream

int serialVersionOnStream

symbols

java.text.DecimalFormatSymbols symbols

useExponentialNotation

boolean useExponentialNotation

Class org.dhmp.util.LinkedHashMultiMap extends org.dhmp.util.LinkedHashMap implements Serializable

serialVersionUID: -3140361209863812796l

Serialization Methods

readObject

private void readObject(java.io.ObjectInputStream s)
                 throws java.io.IOException,
                        java.lang.ClassNotFoundException
Deserializes this object from the given stream.

Serial Data:
the capacity(int) that is the length of the bucket array, the size(int) of the hash map are emitted first. They are followed by size entries, each consisting of a key (Object) and a value (Object).
Throws:
java.lang.ClassNotFoundException - if the underlying stream fails
java.io.IOException - if the underlying stream fails

writeObject

private void writeObject(java.io.ObjectOutputStream s)
                  throws java.io.IOException
Serializes this object to the given stream.

Serial Data:
the capacity(int) that is the length of the bucket array, the size(int) of the hash map are emitted first. They are followed by size entries, each consisting of a key (Object) and a value (Object).
Throws:
java.io.IOException - if the underlying stream fails
Serialized Fields

reverseAccess

boolean reverseAccess

Class org.dhmp.util.NumberFormat.Field extends java.text.Format.Field implements Serializable

serialVersionUID: 7494728892700160890l

Serialization Methods

readResolve

protected java.lang.Object readResolve()
                                throws java.io.InvalidObjectException
This function is used by the deserializer to know which object to use when it encounters an encoded NumberFormat.Field in a serialization stream. If the stream is valid it should return one of the above field. In the other case we throw an exception.

Throws:
java.io.InvalidObjectException - if the field name is invalid.


Package org.dhmp.util.stylesheet

Class org.dhmp.util.stylesheet.ParserException extends java.lang.RuntimeException implements Serializable

serialVersionUID: -7902118472002132760l


Package org.dhmp.util.xml

Class org.dhmp.util.xml.Attribute extends java.lang.Object implements Serializable

serialVersionUID: 3888624436728374623l

Serialized Fields

value

java.lang.Object value
Actual object wrapped as attribute

Class org.dhmp.util.xml.Comment extends java.lang.Object implements Serializable

serialVersionUID: 2544856351322341175l

Serialized Fields

value

java.lang.Object value
Actual object wrapped as comment

Class org.dhmp.util.xml.ElementValue extends java.lang.Object implements Serializable

serialVersionUID: -2774400427860168151l

Serialized Fields

value

java.lang.Object value
Actual object wrapped as element value

Class org.dhmp.util.xml.SchemaException extends java.lang.RuntimeException implements Serializable

serialVersionUID: 7581706554898762283l