[Laszlo-checkins] r10070 - openlaszlo/trunk/WEB-INF/lps/lfc/data
hqm@openlaszlo.org
hqm at openlaszlo.org
Fri Jun 27 11:45:37 PDT 2008
Author: hqm
Date: 2008-06-27 11:45:35 -0700 (Fri, 27 Jun 2008)
New Revision: 10070
Modified:
openlaszlo/trunk/WEB-INF/lps/lfc/data/LzDatapath.lzs
Log:
Change 20080627-hqm-6 by hqm at badtzmaru.home on 2008-06-27 14:40:52 EDT
in /Users/hqm/openlaszlo/trunk4
for http://svn.openlaszlo.org/openlaszlo/trunk
Summary: add doc for the onclones event
New Features:
Bugs Fixed: LPP-6122
Technical Reviewer: lorio
QA Reviewer: (pending)
Doc Reviewer: (pending)
Documentation:
Release Notes:
Details:
LzDatapath does not have an onclones event, it belongs
to LzReplicationManager.
Unfortunately there's no way to document it on LzDatapath via
the doctools without declaring it. So I put a note in the introductory
paragraph. It still won't show up as an event though. Maybe we should have
"pseudo events". Or maybe implicit replication is too wacky.
Tests:
Modified: openlaszlo/trunk/WEB-INF/lps/lfc/data/LzDatapath.lzs
===================================================================
--- openlaszlo/trunk/WEB-INF/lps/lfc/data/LzDatapath.lzs 2008-06-27 17:48:07 UTC (rev 10069)
+++ openlaszlo/trunk/WEB-INF/lps/lfc/data/LzDatapath.lzs 2008-06-27 18:45:35 UTC (rev 10070)
@@ -30,6 +30,10 @@
* node that matches, and a <xref linkend="LzReplicationManager"/> takes over
* the view's spot in its parent.
* </p>
+ * <p>
+ * When a node is replicated, an LzReplicationManager takes it's place,
+ * and an <event>onclones</event> will be sent when the node's clones are updated.
+ * </p>
*
* <p>
* A node can only have one datapath, and datapaths always have the name
@@ -64,6 +68,7 @@
* </view></programlisting>
* <programlisting><view datapath="<em>xpath</em>" /></programlisting>
*
+ *
* @devnote This class is dynamic because it will acquire methods and
* attributes at runtime. Not really optimal, since most likely
* these are intended for the replicator that this will create, but
More information about the Laszlo-checkins
mailing list