Serialized Form


Package org.zkoss.fsm

Class org.zkoss.fsm.StateMachine.StateMachineException extends RuntimeException implements Serializable

serialVersionUID: -6580348498729948101L

Serialized Fields

_step

int _step

_state

Object _state

_input

Object _input

Package org.zkoss.html

Class org.zkoss.html.StyleSheet extends Object implements Serializable

serialVersionUID: 20100514L

Serialized Fields

_href

String _href

_type

String _type

_content

String _content

_media

String _media

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<Item> 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<E> _attrs
The attributes. May be null.


_addNamespaces

Map<K,V> _addNamespaces
Additional namespaces. May be null

Class org.zkoss.idom.Element.AttrArray extends NotableLinkedList<Attribute> 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<E> _children
The list of the children. Never null.

Class org.zkoss.idom.impl.AbstractGroup.ChildArray extends NotableLinkedList<Item> 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<K,V> _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.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<Object> implements Serializable

serialVersionUID: 3957988303675231981L

Class org.zkoss.json.JSONObject extends LinkedHashMap<Object,Object> 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.ImportedClassResolver extends Object implements Serializable

Serialized Fields

_clses

Map<K,V> _clses
A map of classes (String nm, Class cls).


_pkgs

List<E> _pkgs
A list of packages.

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

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

Class org.zkoss.lang.SimpleClassResolver extends Object implements Serializable

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

Serialized Fields

_code

int _code

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.sound

Class org.zkoss.sound.AAudio extends Object implements Serializable

Serialized Fields

_data

byte[] _data
The raw data in byte array. Exactly one of AAudio._data and AAudio._isdata is not null.


_url

URL _url
The URL of the data.


_file

File _file
The file of the 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).


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<K,V> _map
The map to store the mappings.


_lifetime

int _lifetime
The minimal lifetime.


_maxsize

int _maxsize
The maximal allowed size.


_accessOrder

boolean _accessOrder

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

Serialized Fields

value

Object value

access

long access

Class org.zkoss.util.DualCollection extends AbstractCollection<T> implements Serializable

Serialized Fields

_first

Collection<E> _first

_second

Collection<E> _second

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

Serialized Fields

_ary

Object[] _ary

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

Serialized Fields

_cache

org.zkoss.util.FastReadCache.InnerCache _cache

_writeCache

Map<K,V> _writeCache

_moreInWriteCache

boolean _moreInWriteCache
whether _writeCache is different from _cache.

Class org.zkoss.util.IdentityHashSet extends AbstractSet<T> 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.MultiCache extends Object implements Serializable

Serialized Fields

_caches

CacheMap<K,V>[] _caches

_maxsize

int _maxsize

_lifetime

int _lifetime

Class org.zkoss.util.NotableLinkedList extends AbstractSequentialList<E> implements Serializable

Serialized Fields

_list

LinkedList<E> _list

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

Serialized Fields

x

Object x
The first key.


y

Object y
The second key.


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<Object,Object> implements Serializable

Serialized Fields

_loader

Loader<K,V> _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<K,V> _vars
The variable maps.

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

Serialized Fields

_mtds

Map<K,V> _mtds
Map(String prefix+":"+name, Function func).


_clses

Map<K,V> _clses
Map(String name, Class cls).


Package org.zkoss.xel.zel

Class org.zkoss.xel.zel.ELXelExpression extends Object implements Serializable

serialVersionUID: 5843639871525015820L

Serialized Fields

_expr

org.zkoss.zel.ValueExpression _expr

Class org.zkoss.xel.zel.ELXelExpression.ValueReferenceImpl extends Object implements Serializable

serialVersionUID: 201109141039L

Serialized Fields

_base

Object _base

_property

Object _property



Copyright © 2013. All Rights Reserved.