Serialized Form


Package org.zkoss.idom

Class org.zkoss.idom.Attribute extends AbstractItem implements Serializable

Serialized Fields

_ns

Namespace _ns
The namespace.


_owner

Item _owner
The owner item.


_lname

String _lname
The local name.


_value

String _value
The value.

Class org.zkoss.idom.Binary extends AbstractTextual implements Serializable

Serialized Fields

_value

Object _value
The value.

Class org.zkoss.idom.CData extends AbstractTextual implements Serializable

Class org.zkoss.idom.Comment extends AbstractTextual implements Serializable

Class org.zkoss.idom.DocType extends AbstractItem implements Serializable

Serialized Fields

_name

String _name
The element being constrained


_pubId

String _pubId
The public ID of the DOCTYPE


_sysId

String _sysId
The system ID of the DOCTYPE


_intSubset

String _intSubset
The internal subset of the DOCTYPE

Class org.zkoss.idom.Document extends AbstractGroup implements Serializable

Serialized Fields

_docType

DocType _docType
The document type.


_root

Element _root
The root element.


_docURI

String _docURI

_ver

String _ver

_stdalone

boolean _stdalone

_stricterrck

boolean _stricterrck

Class org.zkoss.idom.Document.ChildArray extends NotableLinkedList implements Serializable

Class org.zkoss.idom.DOMException extends DOMException implements Serializable

Serialized Fields

_loc

Locator _loc

Class org.zkoss.idom.Element extends AbstractGroup implements Serializable

Serialized Fields

_ns

Namespace _ns
The namespace.


_lname

String _lname
The local name.


_attrs

List _attrs
The attributes. May be null.


_addNamespaces

Map _addNamespaces
Additional namespaces. May be null

Class org.zkoss.idom.Element.AttrArray extends NotableLinkedList implements Serializable

Class org.zkoss.idom.EntityReference extends AbstractGroup implements Serializable

Serialized Fields

_name

String _name
The name.

Class org.zkoss.idom.Namespace extends Object implements Serializable

serialVersionUID: 20060622L

Serialized Fields

_prefix

String _prefix
The prefix mapped to this namespace


_uri

String _uri
The URI for this namespace

Class org.zkoss.idom.ProcessingInstruction extends AbstractItem implements Serializable

Serialized Fields

_target

String _target
The target.


_rawData

String _rawData
The raw data.

Class org.zkoss.idom.Text extends AbstractTextual implements Serializable


Package org.zkoss.idom.impl

Class org.zkoss.idom.impl.AbstractGroup extends AbstractItem implements Serializable

Serialization Methods

readObject

private void readObject(ObjectInputStream s)
                 throws IOException,
                        ClassNotFoundException
Throws:
IOException
ClassNotFoundException
Serialized Fields

_children

List _children
The list of the children. Never null.

Class org.zkoss.idom.impl.AbstractGroup.ChildArray extends NotableLinkedList implements Serializable

Class org.zkoss.idom.impl.AbstractItem extends Object implements Serializable

serialVersionUID: 20060622L

Serialized Fields

_parent

Group _parent
The parent.


_loc

Locator _loc
The locator.


_usrdta

Map _usrdta
The map of user data.

Class org.zkoss.idom.impl.AbstractTextual extends AbstractItem implements Serializable

Serialized Fields

_text

String _text
The text.


Package org.zkoss.idom.util

Class org.zkoss.idom.util.SimpleLocator extends Object implements Serializable

serialVersionUID: 20060622L

Serialized Fields

_colno

int _colno

_lnno

int _lnno

_pubId

String _pubId

_sysId

String _sysId

Package org.zkoss.image

Class org.zkoss.image.AImage extends Object implements Serializable

Serialized Fields

_data

byte[] _data
The raw data.


_format

String _format
The format name, e.g., "jpeg", "gif" and "png".


_ctype

String _ctype
The content type.


_name

String _name
The name (usually filename).


_width

int _width
The width.


_height

int _height
The height.


Package org.zkoss.json

Class org.zkoss.json.JSONArray extends LinkedList implements Serializable

serialVersionUID: 3957988303675231981L

Class org.zkoss.json.JSONObject extends LinkedHashMap implements Serializable

serialVersionUID: -503443796854799292L


Package org.zkoss.json.parser

Class org.zkoss.json.parser.ParseException extends RuntimeException implements Serializable

serialVersionUID: -7880698968187728548L

Serialized Fields

errorType

int errorType

unexpectedObject

Object unexpectedObject

position

int position

Package org.zkoss.lang

Class org.zkoss.lang.CommonException extends Exception implements Serializable

Serialized Fields

_code

int _code

Class org.zkoss.lang.OperationException extends SystemException implements Serializable

Class org.zkoss.lang.PotentialDeadLockException extends OperationException implements Serializable

Class org.zkoss.lang.SystemException extends RuntimeException implements Serializable

Serialized Fields

_code

int _code

Class org.zkoss.lang.WarningException extends SystemException implements Serializable


Package org.zkoss.lang.reflect

Class org.zkoss.lang.reflect.FusionInvoker extends Object implements Serializable

Serialized Fields

_targets

Object[] _targets

Class org.zkoss.lang.reflect.SerializableMethod extends Object implements Serializable

serialVersionUID: 20060622L

Serialization Methods

readObject

private void readObject(ObjectInputStream s)
                 throws IOException,
                        ClassNotFoundException
Throws:
IOException
ClassNotFoundException

writeObject

private void writeObject(ObjectOutputStream s)
                  throws IOException
Throws:
IOException

Package org.zkoss.util

Class org.zkoss.util.CacheMap extends Object implements Serializable

serialVersionUID: 20070907L

Serialization Methods

readObject

private void readObject(ObjectInputStream s)
                 throws IOException,
                        ClassNotFoundException
Throws:
IOException
ClassNotFoundException

writeObject

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

_map

Map _map
The map to store the mappings.


_lifetime

int _lifetime
The minimal lifetime.


_maxsize

int _maxsize
The maximal allowed size.

Class org.zkoss.util.CacheMap.Value extends Object implements Serializable

Serialized Fields

value

Object value

access

long access

Class org.zkoss.util.CheckableTreeArray extends TreeArray implements Serializable

Class org.zkoss.util.DualCollection extends AbstractCollection implements Serializable

Serialized Fields

_first

Collection _first

_second

Collection _second

Class org.zkoss.util.FastReadArray extends Object implements Serializable

Serialized Fields

_ary

Object[] _ary

Class org.zkoss.util.IdentityHashSet extends AbstractSet implements Serializable

serialVersionUID: 20060622L

Serialization Methods

readObject

private void readObject(ObjectInputStream s)
                 throws IOException,
                        ClassNotFoundException
Throws:
IOException
ClassNotFoundException

writeObject

private void writeObject(ObjectOutputStream s)
                  throws IOException
Throws:
IOException

Class org.zkoss.util.IllegalSyntaxException extends SystemException implements Serializable

Class org.zkoss.util.InvalidValueException extends ModificationException implements Serializable

Class org.zkoss.util.ModificationException extends CommonException implements Serializable

Class org.zkoss.util.MultiCache extends Object implements Serializable

Serialized Fields

_caches

CacheMap[] _caches

_maxsize

int _maxsize

_lifetime

int _lifetime

Class org.zkoss.util.NotableLinkedList extends AbstractSequentialList implements Serializable

Serialized Fields

_list

LinkedList _list

Class org.zkoss.util.Pair extends Object implements Serializable

Serialized Fields

x

Object x
The first key.


y

Object y
The second key.

Class org.zkoss.util.TreeArray extends AbstractList implements Serializable

serialVersionUID: 20060622L

Serialization Methods

readObject

private void readObject(ObjectInputStream s)
                 throws IOException,
                        ClassNotFoundException
Deprecated. 
Throws:
IOException
ClassNotFoundException

writeObject

private void writeObject(ObjectOutputStream s)
                  throws IOException
Deprecated. 
Throws:
IOException

Package org.zkoss.util.media

Class org.zkoss.util.media.AMedia extends Object implements Serializable

Serialized Fields

_bindata

byte[] _bindata
The binary data, AMedia.getByteData().


_strdata

String _strdata
The text data, AMedia.getStringData().


_ctype

String _ctype
The content type.


_format

String _format
The format (e.g., pdf).


_name

String _name
The name (usually filename).

Class org.zkoss.util.media.RepeatableMedia extends Object implements Serializable

Serialized Fields

_media

Media _media

_isdata

InputStream _isdata

_rddata

Reader _rddata

Package org.zkoss.util.resource

Class org.zkoss.util.resource.ResourceCache extends CacheMap implements Serializable

Serialized Fields

_loader

Loader _loader
The loader.


_checkPeriod

int _checkPeriod
unit=milliseconds.


Package org.zkoss.xel

Class org.zkoss.xel.XelException extends SystemException implements Serializable


Package org.zkoss.xel.util

Class org.zkoss.xel.util.DualFunctionMapper extends Object implements Serializable

Serialized Fields

_first

FunctionMapper _first

_second

FunctionMapper _second

Class org.zkoss.xel.util.MethodFunction extends SerializableMethod implements Serializable

Class org.zkoss.xel.util.SimpleMapper extends TaglibMapper implements Serializable

Serialized Fields

_parent

FunctionMapper _parent

Class org.zkoss.xel.util.SimpleResolver extends Object implements Serializable

Serialized Fields

_parent

VariableResolver _parent
The parent resolver.


_vars

Map _vars
The variable maps.

Class org.zkoss.xel.util.TaglibMapper extends Object implements Serializable

Serialized Fields

_mtds

Map _mtds
Map(String prefix+":"+name, Function func).


_clses

Map _clses
Map(String name, Class cls).



Copyright © 2011. All Rights Reserved.