Serialized Form


Package net.sf.fikin.pojostate

Class net.sf.fikin.pojostate.DecorationException extends java.lang.Exception implements Serializable

serialVersionUID: 1L

Class net.sf.fikin.pojostate.StateFormat extends java.text.Format implements Serializable


Package net.sf.fikin.pojostate.decorate

Class net.sf.fikin.pojostate.decorate.ClassMeta extends java.util.LinkedHashMap implements Serializable

serialVersionUID: 1L


Package net.sf.fikin.pojostate.format

Class net.sf.fikin.pojostate.format.BooleanFormat extends java.text.Format implements Serializable

serialVersionUID: 1L

Serialized Fields

flgTrue

java.lang.String flgTrue
string representation for true


flgFalse

java.lang.String flgFalse
string representation for false

Class net.sf.fikin.pojostate.format.DecoratedChoiceFormat extends java.text.Format implements Serializable

serialVersionUID: 1L

Serialized Fields

format

java.text.ChoiceFormat format

Class net.sf.fikin.pojostate.format.DecoratedMessageFormat extends java.text.Format implements Serializable

serialVersionUID: 1L

Serialized Fields

format

java.text.MessageFormat format

Class net.sf.fikin.pojostate.format.DefaultFormat extends java.text.Format implements Serializable

serialVersionUID: 1L

Class net.sf.fikin.pojostate.format.Duration extends java.lang.Object implements Serializable

serialVersionUID: 1L

Serialization Methods

readObject

private void readObject(java.io.ObjectInputStream s)
                 throws java.io.IOException,
                        java.lang.ClassNotFoundException
Reconstitute this object from a stream (i.e., deserialize it).

Throws:
java.io.IOException
java.lang.ClassNotFoundException

writeObject

private void writeObject(java.io.ObjectOutputStream s)
                  throws java.io.IOException
Save the state of this object to a stream (i.e., serialize it).

Serial Data:
The value returned by getTime() is emitted (long). This represents the offset from January 1, 1970, 00:00:00 GMT in milliseconds.
Throws:
java.io.IOException
Serialized Fields

duration

long duration

Class net.sf.fikin.pojostate.format.DurationFormat extends java.text.Format implements Serializable

serialVersionUID: 1L

Serialized Fields

format

java.text.MessageFormat format
actual formatting text

Class net.sf.fikin.pojostate.format.FixedStringFormat extends java.text.Format implements Serializable

serialVersionUID: 1L

Serialized Fields

message

java.lang.String message
message to be printed


err

java.lang.Throwable err
and throwable to be printed if given

Class net.sf.fikin.pojostate.format.PropertiesStateFormat extends StateFormat implements Serializable

serialVersionUID: 1L

Class net.sf.fikin.pojostate.format.SimpleDateFormatMs extends java.text.SimpleDateFormat implements Serializable

serialVersionUID: 1L

Class net.sf.fikin.pojostate.format.XmlStateFormat extends PropertiesStateFormat implements Serializable

serialVersionUID: 1L

Serialized Fields

printStartEndDoc

boolean printStartEndDoc
shall it print a complete XML document (aka. call ContentHandler.startDocument() and ContentHandler.endDocument() methods) or an XMl-fragment (aka. only ContentHandler.startElement() and ContentHandler.endElement()).

by default true


printXmlStylesheet

boolean printXmlStylesheet
shall it print xslt xml-instruction at the beggining.

it requires XmlStateFormat.isPrintStartEndDoc() also to be true.

by default true


xmlStylesheetType

java.lang.String xmlStylesheetType
what is the xml stylesheet type

it requires XmlStateFormat.isPrintXmlStylesheet() to be true.

by default is "text/css"


xmlStylesheetURI

java.lang.String xmlStylesheetURI
what is the xml stylesheet URI

it requires XmlStateFormat.isPrintXmlStylesheet() to be true.

by default is "pojo-state.css"


emptyAttrs

org.xml.sax.helpers.AttributesImpl emptyAttrs
empty attributes, used during printing


Package net.sf.fikin.pojostate.util

Class net.sf.fikin.pojostate.util.UnmodifiableArrayList extends java.util.AbstractList implements Serializable

serialVersionUID: 1L

Serialization Methods

readObject

private void readObject(java.io.ObjectInputStream s)
                 throws java.io.IOException,
                        java.lang.ClassNotFoundException
Throws:
java.io.IOException
java.lang.ClassNotFoundException

writeObject

private void writeObject(java.io.ObjectOutputStream s)
                  throws java.io.IOException
Throws:
java.io.IOException
Serialized Fields

array

java.lang.Object[] array



Copyright © 2005 Nikolay Fiykov. All Rights Reserved.