Serialized Form


Package org.zkoss.zk.au

Class org.zkoss.zk.au.CommandNotFoundException extends UiException implements Serializable


Package org.zkoss.zk.au.http

Class org.zkoss.zk.au.http.DHtmlUpdateServlet extends javax.servlet.http.HttpServlet implements Serializable

Serialized Fields

_ctx

javax.servlet.ServletContext _ctx

_lastModified

long _lastModified

Package org.zkoss.zk.device

Class org.zkoss.zk.device.DeviceNotFoundException extends UiException implements Serializable

Serialized Fields

_type

java.lang.String _type

Package org.zkoss.zk.scripting

Class org.zkoss.zk.scripting.InterpreterNotFoundException extends UiException implements Serializable

Serialized Fields

_lang

java.lang.String _lang

Package org.zkoss.zk.ui

Class org.zkoss.zk.ui.AbstractComponent extends java.lang.Object implements Serializable

serialVersionUID: 20070920L

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

_id

java.lang.String _id

_uuid

java.lang.String _uuid

_mold

java.lang.String _mold
The mold (default: "default").


_nChild

int _nChild
# of children.


_annots

AnnotationMap _annots
A map of annotations. Serializable since a component might have its own annotations.


_evthds

EventHandlerMap _evthds
A map of event handler to handle events.


_visible

boolean _visible
Whether this component is visible.

Class org.zkoss.zk.ui.ComponentNotFoundException extends UiException implements Serializable

Class org.zkoss.zk.ui.DesktopUnavailableException extends UiException implements Serializable

Class org.zkoss.zk.ui.HtmlBasedComponent extends AbstractComponent implements Serializable

Serialized Fields

_tooltiptext

java.lang.String _tooltiptext

_width

java.lang.String _width
The width.


_height

java.lang.String _height
The height.


_sclass

java.lang.String _sclass
The CSS class.


_style

java.lang.String _style
The CSS style.


_left

java.lang.String _left

_top

java.lang.String _top

_draggable

java.lang.String _draggable
The draggable.


_droppable

java.lang.String _droppable
The droppable.


_zIndex

int _zIndex

Class org.zkoss.zk.ui.HtmlMacroComponent extends HtmlBasedComponent implements Serializable

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

_uri

java.lang.String _uri

_inlines

Component[] _inlines
An array of components created by this inline macro. It is used only if HtmlMacroComponent.isInline()

Class org.zkoss.zk.ui.HtmlNativeComponent extends AbstractComponent implements Serializable

Serialized Fields

_tag

java.lang.String _tag

_prolog

java.lang.String _prolog

_epilog

java.lang.String _epilog

_props

java.util.Map<K,V> _props

_dns

java.util.List<E> _dns
Declared namespaces (Namespace).

Class org.zkoss.zk.ui.OperationException extends UiException implements Serializable

Class org.zkoss.zk.ui.SuspendNotAllowedException extends UiException implements Serializable

Class org.zkoss.zk.ui.UiException extends org.zkoss.lang.SystemException implements Serializable

Class org.zkoss.zk.ui.WrongValueException extends OperationException implements Serializable

Serialized Fields

_comp

Component _comp

Package org.zkoss.zk.ui.http

Class org.zkoss.zk.ui.http.DHtmlLayoutServlet extends javax.servlet.http.HttpServlet implements Serializable

Serialized Fields

_ctx

javax.servlet.ServletContext _ctx

_webman

WebManager _webman

_compress

boolean _compress

Class org.zkoss.zk.ui.http.SerializableSession extends SimpleSession implements Serializable

serialVersionUID: 20060706L

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

Package org.zkoss.zk.ui.impl

Class org.zkoss.zk.ui.impl.DesktopImpl extends java.lang.Object implements Serializable

serialVersionUID: 20070416L

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

_id

java.lang.String _id

_dir

java.lang.String _dir
The current directory of this desktop.


_path

java.lang.String _path
The path of the request that causes this desktop to be created.


_updateURI

java.lang.String _updateURI
The URI to access the update engine.


_pages

java.util.Map<K,V> _pages
Map(String id, Page page).


_nextKey

int _nextKey
Next available key.


_uuidPrefix

java.lang.String _uuidPrefix
A special prefix to UUID generated by this desktop. It is used to avoid ID conflicts with other desktops in the same session. Since UUID is long enough plus this prefix, the chance to conlict is almost impossible.


_bookmark

java.lang.String _bookmark

_devType

java.lang.String _devType
The device type.


_meds

org.zkoss.util.Cache _meds
A map of media (String key, Media content).


_medId

int _medId
ID used to identify what is stored in _meds.


_spush

ServerPush _spush
The server push controller, or null if not enabled.


_eis

EventInterceptors _eis
The event interceptors.


_respSeqId

int _respSeqId
The response sequence ID.


_piggybackListened

boolean _piggybackListened
Whether any onPiggyback listener is registered.

Class org.zkoss.zk.ui.impl.EventInterceptors extends java.lang.Object implements Serializable

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

Class org.zkoss.zk.ui.impl.GlobalDesktopCacheProvider extends java.lang.Object implements Serializable

serialVersionUID: 20060622L

Class org.zkoss.zk.ui.impl.PageImpl extends java.lang.Object implements Serializable

serialVersionUID: 20070413L

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

_dkURI

ExValue _dkURI
URI for redrawing as a desktop or part of another desktop.


_pgURI

ExValue _pgURI
URI for redrawing as a desktop or part of another desktop.


_id

java.lang.String _id

_uuid

java.lang.String _uuid

_title

java.lang.String _title

_style

java.lang.String _style

_path

java.lang.String _path

_zslang

java.lang.String _zslang

_zsDeferred

java.util.List<E> _zsDeferred
A list of deferred zscript [Component parent, ZScript].


_roots

java.util.List<E> _roots
A list of root components.


_mapper

org.zkoss.xel.FunctionMapper _mapper
The reason to store it is PageDefinition is not serializable.


_compdefs

ComponentDefinitionMap _compdefs
The reason to store it is PageDefinition is not serializable.


_headers

java.lang.String _headers
The header tags.


_rootAttrs

java.lang.String _rootAttrs
The root attributes.


_contentType

java.lang.String _contentType

_docType

java.lang.String _docType

_firstLine

java.lang.String _firstLine

_cacheable

java.lang.Boolean _cacheable

Class org.zkoss.zk.ui.impl.SimpleDesktopCache extends java.lang.Object implements Serializable

serialVersionUID: 20060622L

Serialized Fields

_desktops

org.zkoss.zk.ui.impl.SimpleDesktopCache.Cache _desktops
Used to purge obsolete desktops.


_nextKey

int _nextKey
The next available key.


Package org.zkoss.zk.ui.metainfo

Class org.zkoss.zk.ui.metainfo.AnnotationMap extends java.lang.Object implements Serializable

Serialized Fields

_annots

java.util.Map<K,V> _annots
The annotations of properties, (String propName, Map(String annotName, AnnotImpl)).

Class org.zkoss.zk.ui.metainfo.AttributesInfo extends org.zkoss.zk.ui.metainfo.EvalRefStub implements Serializable

Serialized Fields

_attrs

java.util.Map<K,V> _attrs
Map(String name, ExValue value).


_cond

ConditionImpl _cond

_scope

int _scope

Class org.zkoss.zk.ui.metainfo.ComponentDefinitionMap extends java.lang.Object implements Serializable

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

_ignoreCase

boolean _ignoreCase
Whether the element name is case-insensitive.

Class org.zkoss.zk.ui.metainfo.ComponentInfo extends NodeInfo implements Serializable

Serialization Methods

readExternal

public final void readExternal(java.io.ObjectInput in)
                        throws java.io.IOException,
                               java.lang.ClassNotFoundException
Don't override this method. Rather, override ComponentInfo.readMembers(java.io.ObjectInput).

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

writeExternal

public final void writeExternal(java.io.ObjectOutput out)
                         throws java.io.IOException
Throws:
java.io.IOException

Class org.zkoss.zk.ui.metainfo.DefinitionNotFoundException extends UiException implements Serializable

Class org.zkoss.zk.ui.metainfo.EventHandler extends org.zkoss.zk.ui.metainfo.EvalRefStub implements Serializable

serialVersionUID: 20060622L

Serialized Fields

_zscript

ZScript _zscript

_cond

ConditionImpl _cond

Class org.zkoss.zk.ui.metainfo.EventHandlerMap extends java.lang.Object implements Serializable

Serialized Fields

_evthds

java.util.Map<K,V> _evthds
The event handler map, (String evtnm, EventHandler evthd).

Class org.zkoss.zk.ui.metainfo.NativeInfo extends ComponentInfo implements Serializable

Serialization Methods

readExternal

public final void readExternal(java.io.ObjectInput in)
                        throws java.io.IOException,
                               java.lang.ClassNotFoundException
Don't override this method. Rather, override ComponentInfo.readMembers(java.io.ObjectInput).

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

writeExternal

public final void writeExternal(java.io.ObjectOutput out)
                         throws java.io.IOException
Throws:
java.io.IOException

Class org.zkoss.zk.ui.metainfo.Property extends org.zkoss.zk.ui.metainfo.EvalRefStub implements Serializable

serialVersionUID: 20060622L

Serialized Fields

_name

java.lang.String _name

_value

ExValue _value

_cond

ConditionImpl _cond

Class org.zkoss.zk.ui.metainfo.TextInfo extends org.zkoss.zk.ui.metainfo.EvalRefStub implements Serializable

Serialized Fields

_text

ExValue _text

Class org.zkoss.zk.ui.metainfo.VariablesInfo extends org.zkoss.zk.ui.metainfo.EvalRefStub implements Serializable

Serialized Fields

_vars

java.util.Map<K,V> _vars
Map(String name, ExValue value).


_cond

ConditionImpl _cond

_local

boolean _local

Class org.zkoss.zk.ui.metainfo.ZScript extends org.zkoss.zk.ui.metainfo.EvalRefStub implements Serializable

Serialized Fields

_zslang

java.lang.String _zslang

_cnt

java.lang.String _cnt

_url

java.lang.Object _url
An URL, an ExValue.


_locator

org.zkoss.util.resource.Locator _locator

_cond

ConditionImpl _cond

_deferred

boolean _deferred

Package org.zkoss.zk.ui.metainfo.impl

Class org.zkoss.zk.ui.metainfo.impl.ComponentDefinitionImpl extends java.lang.Object implements Serializable

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

_name

java.lang.String _name

_evalr

EvaluatorRef _evalr

_implcls

java.lang.Object _implcls
Either String or Class.


_molds

java.util.Map<K,V> _molds
A map of molds (String name, ExValue moldURI).


_custAttrs

java.util.Map<K,V> _custAttrs
A map of custom attributs (String name, ExValue value).


_props

java.util.List<E> _props
A list of Property.


_curdir

java.lang.String _curdir
the current directory.


_textAs

java.lang.String _textAs
the property name to which the text within the element will be assigned.


_annots

AnnotationMap _annots

Class org.zkoss.zk.ui.metainfo.impl.MacroDefinition extends ComponentDefinitionImpl implements Serializable

Serialized Fields

_macroURI

java.lang.String _macroURI

_inline

boolean _inline
Whether it is an inline macro.


Package org.zkoss.zk.ui.util

Class org.zkoss.zk.ui.util.ConditionImpl extends java.lang.Object implements Serializable

serialVersionUID: 20060622L

Serialized Fields

_if

ExValue _if

_unless

ExValue _unless

Package org.zkoss.zk.xel

Class org.zkoss.zk.xel.ExValue extends java.lang.Object implements Serializable

Serialization Methods

readObject

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

_value

java.lang.String _value

_expected

java.lang.Class<T> _expected

Package org.zkoss.zk.xel.impl

Class org.zkoss.zk.xel.impl.SimpleEvaluator extends java.lang.Object implements Serializable

Serialized Fields

_expfcls

java.lang.Class<T> _expfcls

_mapper

org.zkoss.xel.FunctionMapper _mapper



Copyright © 2005-2007 Potix Corporation. All Rights Reserved.