Serialized Form


Package org.zkoss.zml

Class org.zkoss.zml.Transformer extends org.zkoss.zk.ui.AbstractComponent implements Serializable

Serialized Fields

_xsl

Object _xsl

Class org.zkoss.zml.XmlMacroComponent extends org.zkoss.zk.ui.AbstractComponent implements Serializable

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

_uri

String _uri

_inlines

org.zkoss.zk.ui.Component[] _inlines
An array of components created by this inline macro. It is used only if XmlMacroComponent.isInline()


_resolvers

List<E> _resolvers
A list of resolvers (never null). A variable resolver is added automatically if org.zkoss.zk.ui.select.annotation.VariableResolver was annotated.

Class org.zkoss.zml.XmlNativeComponent extends org.zkoss.zk.ui.AbstractComponent implements Serializable

Serialized Fields

_tag

String _tag

_prolog

String _prolog

_epilog

String _epilog

_props

Map<K,V> _props

_dns

List<E> _dns
Declared namespaces (Namespace).



Copyright © 2014. All rights reserved.