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.AjaxDevice extends java.lang.Object implements Serializable

Serialized Fields

_type

java.lang.String _type

_uamsg

java.lang.String _uamsg

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: 20070326L

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").


_children

java.util.List<E> _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.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.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.


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


_dev

Device _dev
The device.


_meds

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


_medId

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


_respSeqId

int _respSeqId
The response sequence ID.

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

java.lang.String _dkUri
URI for redrawing as a desktop or part of another desktop.


_pgUri

java.lang.String _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.


_funmap

javax.servlet.jsp.el.FunctionMapper _funmap
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.

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 java.lang.Object implements Serializable

serialVersionUID: 20060622L

Serialized Fields

_attrs

java.util.Map<K,V> _attrs

_cond

Condition _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

Serialized Fields

_compdef

ComponentDefinition _compdef

_implcls

java.lang.String _implcls
The implemetation class (use).


_props

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


_evthds

EventHandlerMap _evthds
A Map of event handler to handle events.


_annots

AnnotationMap _annots
the annotation map. Note: it doesn't include what are defined in _compdef.


_tagnm

java.lang.String _tagnm
The tag name for the dyanmic tag. Used only if this implements DynamicTag


_cond

Condition _cond
The effectiveness condition (see ComponentInfo.isEffective(org.zkoss.zk.ui.Component)). If null, it means effective.


_fulfill

java.lang.String _fulfill
The fulfill condition. Either "event" or "event:targetId".


_forEach

java.lang.String[] _forEach
The forEach, forEachBegin and forEachEnd attribute, which are used to evaluate this info multiple times.

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

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

serialVersionUID: 20060622L

Serialized Fields

_zscript

ZScript _zscript

_cond

Condition _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.NodeInfo 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

_children

java.util.List<E> _children
A list of ComponentInfo and ZScript.

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

Serialized Fields

_langdef

LanguageDefinition _langdef

_locator

org.zkoss.util.resource.Locator _locator

_id

java.lang.String _id

_title

java.lang.String _title

_style

java.lang.String _style

_path

java.lang.String _path
The request path.


_zslang

java.lang.String _zslang
The zscript language.


_taglibs

java.util.List<E> _taglibs

_funmap

javax.servlet.jsp.el.FunctionMapper _funmap

_initdefs

java.util.List<E> _initdefs

_resolvdefs

java.util.List<E> _resolvdefs
List(VariableResolverInfo).


_headerdefs

java.util.List<E> _headerdefs
List(HeaderInfo).


_compdefs

ComponentDefinitionMap _compdefs

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

serialVersionUID: 20060622L

Serialized Fields

_name

java.lang.String _name

_value

java.lang.String _value

_cond

Condition _cond

_bExpr

boolean _bExpr
Whether expression is specified.

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

Serialized Fields

_vars

java.util.Map<K,V> _vars

_cond

Condition _cond

_local

boolean _local

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

Serialized Fields

_zslang

java.lang.String _zslang

_cnt

java.lang.String _cnt

_url

java.lang.Object _url

_locator

org.zkoss.util.resource.Locator _locator

_cond

Condition _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

_implcls

java.lang.Object _implcls
Either String or Class.


_molds

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


_custAttrs

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


_props

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


_macroURI

java.lang.String _macroURI

_curdir

java.lang.String _curdir
the current directory.


_inline

boolean _inline
inline or regular macro. Used if _macroURI is not null.


_annots

AnnotationMap _annots

Package org.zkoss.zk.ui.util

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

serialVersionUID: 20060622L

Serialized Fields

_if

java.lang.String _if

_unless

java.lang.String _unless



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