svn commit: r610018 [29/34] - in /lenya/site/apidocs/2.0: ./ modules/ac/ modules/ac/org/apache/lenya/ac/cifs/ modules/ac/org/apache/lenya/ac/file/ modules/ac/org/apache/lenya/ac/impl/ modules/ac/org/apache/lenya/cms/ac/ modules/ac/org/apache/lenya/cms/...

[email protected]
Newsgroups gmane.comp.cms.lenya.cvs
Message-ID <[email protected]>
Modified: lenya/site/apidocs/2.0/org/apache/lenya/cms/cocoon/source/AggregatingSource.html
URL: http://svn.apache.org/viewvc/lenya/site/apidocs/2.0/org/apache/lenya/cms/cocoon/source/AggregatingSource.html?rev=610018&r1=610017&r2=610018&view=diff
==============================================================================
--- lenya/site/apidocs/2.0/org/apache/lenya/cms/cocoon/source/AggregatingSource.html (original)
+++ lenya/site/apidocs/2.0/org/apache/lenya/cms/cocoon/source/AggregatingSource.html Tue Jan  8 07:26:08 2008
@@ -2,9 +2,9 @@
 <!--NewPage-->
 <HTML>
 <HEAD>
-<!-- Generated by javadoc (build 1.5.0_12) on Fri Jul 20 00:23:27 CEST 2007 -->
+<!-- Generated by javadoc (build 1.5.0_13) on Tue Jan 08 15:35:13 CET 2008 -->
 <TITLE>
-AggregatingSource (Apache Lenya API - Version 2.0-dev)
+AggregatingSource (Apache Lenya API - Version 2.0)
 </TITLE>
 
 <META NAME="keywords" CONTENT="org.apache.lenya.cms.cocoon.source.AggregatingSource class">
@@ -14,7 +14,7 @@
 <SCRIPT type="text/javascript">
 function windowTitle()
 {
-    parent.document.title="AggregatingSource (Apache Lenya API - Version 2.0-dev)";
+    parent.document.title="AggregatingSource (Apache Lenya API - Version 2.0)";
 }
 </SCRIPT>
 <NOSCRIPT>
@@ -521,6 +521,6 @@
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
 
 <HR>
-Copyright © 1999-2006 Apache Software Foundation. All Rights Reserved.
+Copyright © 1999-2006 Apache Software Foundation. All Rights Reserved.
 </BODY>
 </HTML>

Modified: lenya/site/apidocs/2.0/org/apache/lenya/cms/cocoon/source/FallbackSourceFactory.html
URL: http://svn.apache.org/viewvc/lenya/site/apidocs/2.0/org/apache/lenya/cms/cocoon/source/FallbackSourceFactory.html?rev=610018&r1=610017&r2=610018&view=diff
==============================================================================
--- lenya/site/apidocs/2.0/org/apache/lenya/cms/cocoon/source/FallbackSourceFactory.html (original)
+++ lenya/site/apidocs/2.0/org/apache/lenya/cms/cocoon/source/FallbackSourceFactory.html Tue Jan  8 07:26:08 2008
@@ -2,9 +2,9 @@
 <!--NewPage-->
 <HTML>
 <HEAD>
-<!-- Generated by javadoc (build 1.5.0_12) on Fri Jul 20 00:23:27 CEST 2007 -->
+<!-- Generated by javadoc (build 1.5.0_13) on Tue Jan 08 15:35:13 CET 2008 -->
 <TITLE>
-FallbackSourceFactory (Apache Lenya API - Version 2.0-dev)
+FallbackSourceFactory (Apache Lenya API - Version 2.0)
 </TITLE>
 
 <META NAME="keywords" CONTENT="org.apache.lenya.cms.cocoon.source.FallbackSourceFactory class">
@@ -14,7 +14,7 @@
 <SCRIPT type="text/javascript">
 function windowTitle()
 {
-    parent.document.title="FallbackSourceFactory (Apache Lenya API - Version 2.0-dev)";
+    parent.document.title="FallbackSourceFactory (Apache Lenya API - Version 2.0)";
 }
 </SCRIPT>
 <NOSCRIPT>
@@ -92,7 +92,7 @@
       <IMG SRC="../../../../../../resources/inherit.gif" ALT="extended by "><B>org.apache.lenya.cms.cocoon.source.FallbackSourceFactory</B>
 </PRE>
 <DL>
-<DT><B>All Implemented Interfaces:</B> <DD>org.apache.avalon.framework.component.Component, org.apache.avalon.framework.context.Contextualizable, org.apache.avalon.framework.logger.LogEnabled, org.apache.avalon.framework.service.Serviceable, org.apache.excalibur.source.SourceFactory, org.apache.excalibur.source.URIAbsolutizer</DD>
+<DT><B>All Implemented Interfaces:</B> <DD>org.apache.avalon.framework.context.Contextualizable, org.apache.avalon.framework.logger.LogEnabled, org.apache.avalon.framework.service.Serviceable, org.apache.excalibur.source.SourceFactory, org.apache.excalibur.source.URIAbsolutizer</DD>
 </DL>
 <DL>
 <DT><B>Direct Known Subclasses:</B> <DD><A HREF="../../../../../../org/apache/lenya/cms/cocoon/source/TemplateFallbackSourceFactory.html" title="class in org.apache.lenya.cms.cocoon.source">TemplateFallbackSourceFactory</A></DD>
@@ -103,13 +103,19 @@
 </PRE>
 
 <P>
-Source factory following the fallback principle.
+<p>
+ Source factory following the fallback principle.
+ </p>
+ <p>
+ The ID of the current publication can be passed in the URL (<code>fallback:pub://path</code),
+ this is necessary as a workaround for bug 40564.
+ </p>
 <P>
 
 <P>
 <DL>
 <DT><B>Version:</B></DT>
-  <DD>$Id: FallbackSourceFactory.java 488185 2006-12-18 09:51:41Z andreas $</DD>
+  <DD>$Id: FallbackSourceFactory.java 590743 2007-10-31 16:48:56Z andreas $</DD>
 </DL>
 <HR>
 
@@ -413,6 +419,6 @@
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
 
 <HR>
-Copyright © 1999-2006 Apache Software Foundation. All Rights Reserved.
+Copyright © 1999-2006 Apache Software Foundation. All Rights Reserved.
 </BODY>
 </HTML>

Modified: lenya/site/apidocs/2.0/org/apache/lenya/cms/cocoon/source/LenyaSourceFactory.html
URL: http://svn.apache.org/viewvc/lenya/site/apidocs/2.0/org/apache/lenya/cms/cocoon/source/LenyaSourceFactory.html?rev=610018&r1=610017&r2=610018&view=diff
==============================================================================
--- lenya/site/apidocs/2.0/org/apache/lenya/cms/cocoon/source/LenyaSourceFactory.html (original)
+++ lenya/site/apidocs/2.0/org/apache/lenya/cms/cocoon/source/LenyaSourceFactory.html Tue Jan  8 07:26:08 2008
@@ -2,9 +2,9 @@
 <!--NewPage-->
 <HTML>
 <HEAD>
-<!-- Generated by javadoc (build 1.5.0_12) on Fri Jul 20 00:23:27 CEST 2007 -->
+<!-- Generated by javadoc (build 1.5.0_13) on Tue Jan 08 15:35:14 CET 2008 -->
 <TITLE>
-LenyaSourceFactory (Apache Lenya API - Version 2.0-dev)
+LenyaSourceFactory (Apache Lenya API - Version 2.0)
 </TITLE>
 
 <META NAME="keywords" CONTENT="org.apache.lenya.cms.cocoon.source.LenyaSourceFactory class">
@@ -14,7 +14,7 @@
 <SCRIPT type="text/javascript">
 function windowTitle()
 {
-    parent.document.title="LenyaSourceFactory (Apache Lenya API - Version 2.0-dev)";
+    parent.document.title="LenyaSourceFactory (Apache Lenya API - Version 2.0)";
 }
 </SCRIPT>
 <NOSCRIPT>
@@ -92,7 +92,7 @@
       <IMG SRC="../../../../../../resources/inherit.gif" ALT="extended by "><B>org.apache.lenya.cms.cocoon.source.LenyaSourceFactory</B>
 </PRE>
 <DL>
-<DT><B>All Implemented Interfaces:</B> <DD>org.apache.avalon.framework.component.Component, org.apache.avalon.framework.context.Contextualizable, org.apache.avalon.framework.logger.LogEnabled, org.apache.avalon.framework.service.Serviceable, org.apache.avalon.framework.thread.ThreadSafe, org.apache.excalibur.source.SourceFactory</DD>
+<DT><B>All Implemented Interfaces:</B> <DD>org.apache.avalon.framework.context.Contextualizable, org.apache.avalon.framework.logger.LogEnabled, org.apache.avalon.framework.service.Serviceable, org.apache.avalon.framework.thread.ThreadSafe, org.apache.excalibur.source.SourceFactory</DD>
 </DL>
 <HR>
 <DL>
@@ -484,6 +484,6 @@
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
 
 <HR>
-Copyright © 1999-2006 Apache Software Foundation. All Rights Reserved.
+Copyright © 1999-2006 Apache Software Foundation. All Rights Reserved.
 </BODY>
 </HTML>

Modified: lenya/site/apidocs/2.0/org/apache/lenya/cms/cocoon/source/RepositorySource.html
URL: http://svn.apache.org/viewvc/lenya/site/apidocs/2.0/org/apache/lenya/cms/cocoon/source/RepositorySource.html?rev=610018&r1=610017&r2=610018&view=diff
==============================================================================
--- lenya/site/apidocs/2.0/org/apache/lenya/cms/cocoon/source/RepositorySource.html (original)
+++ lenya/site/apidocs/2.0/org/apache/lenya/cms/cocoon/source/RepositorySource.html Tue Jan  8 07:26:08 2008
@@ -2,9 +2,9 @@
 <!--NewPage-->
 <HTML>
 <HEAD>
-<!-- Generated by javadoc (build 1.5.0_12) on Fri Jul 20 00:23:27 CEST 2007 -->
+<!-- Generated by javadoc (build 1.5.0_13) on Tue Jan 08 15:35:14 CET 2008 -->
 <TITLE>
-RepositorySource (Apache Lenya API - Version 2.0-dev)
+RepositorySource (Apache Lenya API - Version 2.0)
 </TITLE>
 
 <META NAME="keywords" CONTENT="org.apache.lenya.cms.cocoon.source.RepositorySource class">
@@ -14,7 +14,7 @@
 <SCRIPT type="text/javascript">
 function windowTitle()
 {
-    parent.document.title="RepositorySource (Apache Lenya API - Version 2.0-dev)";
+    parent.document.title="RepositorySource (Apache Lenya API - Version 2.0)";
 }
 </SCRIPT>
 <NOSCRIPT>
@@ -106,7 +106,7 @@
 <P>
 <DL>
 <DT><B>Version:</B></DT>
-  <DD>$Id: RepositorySource.java 537863 2007-05-14 14:59:01Z andreas $</DD>
+  <DD>$Id: RepositorySource.java 569341 2007-08-24 10:47:38Z andreas $</DD>
 </DL>
 <HR>
 
@@ -214,7 +214,7 @@
 </TR>
 <TR BGCOLOR="white" CLASS="TableRowColor">
 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>protected &nbsp;<A HREF="../../../../../../org/apache/lenya/cms/repository/ContentHolder.html" title="interface in org.apache.lenya.cms.repository">ContentHolder</A></CODE></FONT></TD>
+<CODE>&nbsp;<A HREF="../../../../../../org/apache/lenya/cms/repository/ContentHolder.html" title="interface in org.apache.lenya.cms.repository">ContentHolder</A></CODE></FONT></TD>
 <TD><CODE><B><A HREF="../../../../../../org/apache/lenya/cms/cocoon/source/RepositorySource.html#getContent()">getContent</A></B>()</CODE>
 
 <BR>
@@ -564,13 +564,14 @@
 <A NAME="getContent()"><!-- --></A><H3>
 getContent</H3>
 <PRE>
-protected <A HREF="../../../../../../org/apache/lenya/cms/repository/ContentHolder.html" title="interface in org.apache.lenya.cms.repository">ContentHolder</A> <B>getContent</B>()</PRE>
+public <A HREF="../../../../../../org/apache/lenya/cms/repository/ContentHolder.html" title="interface in org.apache.lenya.cms.repository">ContentHolder</A> <B>getContent</B>()</PRE>
 <DL>
 <DD><DL>
 </DL>
 </DD>
 <DD><DL>
-</DL>
+
+<DT><B>Returns:</B><DD>The content of this source.</DL>
 </DD>
 </DL>
 <HR>
@@ -787,6 +788,6 @@
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
 
 <HR>
-Copyright © 1999-2006 Apache Software Foundation. All Rights Reserved.
+Copyright © 1999-2006 Apache Software Foundation. All Rights Reserved.
 </BODY>
 </HTML>

Modified: lenya/site/apidocs/2.0/org/apache/lenya/cms/cocoon/source/RepositorySourceValidity.html
URL: http://svn.apache.org/viewvc/lenya/site/apidocs/2.0/org/apache/lenya/cms/cocoon/source/RepositorySourceValidity.html?rev=610018&r1=610017&r2=610018&view=diff
==============================================================================
--- lenya/site/apidocs/2.0/org/apache/lenya/cms/cocoon/source/RepositorySourceValidity.html (original)
+++ lenya/site/apidocs/2.0/org/apache/lenya/cms/cocoon/source/RepositorySourceValidity.html Tue Jan  8 07:26:08 2008
@@ -2,9 +2,9 @@
 <!--NewPage-->
 <HTML>
 <HEAD>
-<!-- Generated by javadoc (build 1.5.0_12) on Fri Jul 20 00:23:27 CEST 2007 -->
+<!-- Generated by javadoc (build 1.5.0_13) on Tue Jan 08 15:35:14 CET 2008 -->
 <TITLE>
-RepositorySourceValidity (Apache Lenya API - Version 2.0-dev)
+RepositorySourceValidity (Apache Lenya API - Version 2.0)
 </TITLE>
 
 <META NAME="keywords" CONTENT="org.apache.lenya.cms.cocoon.source.RepositorySourceValidity class">
@@ -14,7 +14,7 @@
 <SCRIPT type="text/javascript">
 function windowTitle()
 {
-    parent.document.title="RepositorySourceValidity (Apache Lenya API - Version 2.0-dev)";
+    parent.document.title="RepositorySourceValidity (Apache Lenya API - Version 2.0)";
 }
 </SCRIPT>
 <NOSCRIPT>
@@ -123,7 +123,7 @@
 <TH ALIGN="left"><B>Fields inherited from interface org.apache.excalibur.source.SourceValidity</B></TH>
 </TR>
 <TR BGCOLOR="white" CLASS="TableRowColor">
-<TD><CODE>INVALID, UNKNOWN, UNKNWON, VALID</CODE></TD>
+<TD><CODE>INVALID, UNKNOWN, VALID</CODE></TD>
 </TR>
 </TABLE>
 &nbsp;
@@ -338,6 +338,6 @@
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
 
 <HR>
-Copyright © 1999-2006 Apache Software Foundation. All Rights Reserved.
+Copyright © 1999-2006 Apache Software Foundation. All Rights Reserved.
 </BODY>
 </HTML>

Modified: lenya/site/apidocs/2.0/org/apache/lenya/cms/cocoon/source/SiteSource.html
URL: http://svn.apache.org/viewvc/lenya/site/apidocs/2.0/org/apache/lenya/cms/cocoon/source/SiteSource.html?rev=610018&r1=610017&r2=610018&view=diff
==============================================================================
--- lenya/site/apidocs/2.0/org/apache/lenya/cms/cocoon/source/SiteSource.html (original)
+++ lenya/site/apidocs/2.0/org/apache/lenya/cms/cocoon/source/SiteSource.html Tue Jan  8 07:26:08 2008
@@ -2,9 +2,9 @@
 <!--NewPage-->
 <HTML>
 <HEAD>
-<!-- Generated by javadoc (build 1.5.0_12) on Fri Jul 20 00:23:27 CEST 2007 -->
+<!-- Generated by javadoc (build 1.5.0_13) on Tue Jan 08 15:35:14 CET 2008 -->
 <TITLE>
-SiteSource (Apache Lenya API - Version 2.0-dev)
+SiteSource (Apache Lenya API - Version 2.0)
 </TITLE>
 
 <META NAME="keywords" CONTENT="org.apache.lenya.cms.cocoon.source.SiteSource class">
@@ -14,7 +14,7 @@
 <SCRIPT type="text/javascript">
 function windowTitle()
 {
-    parent.document.title="SiteSource (Apache Lenya API - Version 2.0-dev)";
+    parent.document.title="SiteSource (Apache Lenya API - Version 2.0)";
 }
 </SCRIPT>
 <NOSCRIPT>
@@ -155,7 +155,7 @@
 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
 <CODE>protected &nbsp;org.apache.excalibur.source.Source</CODE></FONT></TD>
 <TD><CODE><B><A HREF="../../../../../../org/apache/lenya/cms/cocoon/source/SiteSource.html#getFormatSource(org.apache.lenya.cms.publication.Document, java.lang.String)">getFormatSource</A></B>(<A HREF="../../../../../../org/apache/lenya/cms/publication/Document.html" title="interface in org.apache.lenya.cms.publication">Document</A>&nbsp;doc,
-                java.lang.String&nbsp;queryString)</CODE>
+                java.lang.String&nbsp;format)</CODE>
 
 <BR>
 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
@@ -257,7 +257,7 @@
                   org.apache.avalon.framework.logger.Logger&nbsp;logger)</PRE>
 <DL>
 <DL>
-<DT><B>Parameters:</B><DD><CODE>manager</CODE> - The service manager.<DD><CODE>request</CODE> - The cocoon request.<DD><CODE>location</CODE> - The source URI.</DL>
+<DT><B>Parameters:</B><DD><CODE>manager</CODE> - The service manager.<DD><CODE>request</CODE> - The cocoon request.<DD><CODE>location</CODE> - The source URI.<DD><CODE>logger</CODE> - The logger.</DL>
 </DL>
 
 <!-- ============ METHOD DETAIL ========== -->
@@ -405,7 +405,7 @@
 getFormatSource</H3>
 <PRE>
 protected org.apache.excalibur.source.Source <B>getFormatSource</B>(<A HREF="../../../../../../org/apache/lenya/cms/publication/Document.html" title="interface in org.apache.lenya.cms.publication">Document</A>&nbsp;doc,
-                                                             java.lang.String&nbsp;queryString)
+                                                             java.lang.String&nbsp;format)
                                                       throws <A HREF="../../../../../../org/apache/lenya/cms/publication/DocumentException.html" title="class in org.apache.lenya.cms.publication">DocumentException</A>,
                                                              org.apache.avalon.framework.service.ServiceException,
                                                              java.net.MalformedURLException,
@@ -482,6 +482,6 @@
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
 
 <HR>
-Copyright © 1999-2006 Apache Software Foundation. All Rights Reserved.
+Copyright © 1999-2006 Apache Software Foundation. All Rights Reserved.
 </BODY>
 </HTML>

Modified: lenya/site/apidocs/2.0/org/apache/lenya/cms/cocoon/source/SiteSourceFactory.html
URL: http://svn.apache.org/viewvc/lenya/site/apidocs/2.0/org/apache/lenya/cms/cocoon/source/SiteSourceFactory.html?rev=610018&r1=610017&r2=610018&view=diff
==============================================================================
--- lenya/site/apidocs/2.0/org/apache/lenya/cms/cocoon/source/SiteSourceFactory.html (original)
+++ lenya/site/apidocs/2.0/org/apache/lenya/cms/cocoon/source/SiteSourceFactory.html Tue Jan  8 07:26:08 2008
@@ -2,9 +2,9 @@
 <!--NewPage-->
 <HTML>
 <HEAD>
-<!-- Generated by javadoc (build 1.5.0_12) on Fri Jul 20 00:23:27 CEST 2007 -->
+<!-- Generated by javadoc (build 1.5.0_13) on Tue Jan 08 15:35:15 CET 2008 -->
 <TITLE>
-SiteSourceFactory (Apache Lenya API - Version 2.0-dev)
+SiteSourceFactory (Apache Lenya API - Version 2.0)
 </TITLE>
 
 <META NAME="keywords" CONTENT="org.apache.lenya.cms.cocoon.source.SiteSourceFactory class">
@@ -14,7 +14,7 @@
 <SCRIPT type="text/javascript">
 function windowTitle()
 {
-    parent.document.title="SiteSourceFactory (Apache Lenya API - Version 2.0-dev)";
+    parent.document.title="SiteSourceFactory (Apache Lenya API - Version 2.0)";
 }
 </SCRIPT>
 <NOSCRIPT>
@@ -92,7 +92,7 @@
       <IMG SRC="../../../../../../resources/inherit.gif" ALT="extended by "><B>org.apache.lenya.cms.cocoon.source.SiteSourceFactory</B>
 </PRE>
 <DL>
-<DT><B>All Implemented Interfaces:</B> <DD>org.apache.avalon.framework.component.Component, org.apache.avalon.framework.configuration.Configurable, org.apache.avalon.framework.context.Contextualizable, org.apache.avalon.framework.logger.LogEnabled, org.apache.avalon.framework.service.Serviceable, org.apache.avalon.framework.thread.ThreadSafe, org.apache.excalibur.source.SourceFactory</DD>
+<DT><B>All Implemented Interfaces:</B> <DD>org.apache.avalon.framework.configuration.Configurable, org.apache.avalon.framework.context.Contextualizable, org.apache.avalon.framework.logger.LogEnabled, org.apache.avalon.framework.service.Serviceable, org.apache.avalon.framework.thread.ThreadSafe, org.apache.excalibur.source.SourceFactory</DD>
 </DL>
 <HR>
 <DL>
@@ -432,6 +432,6 @@
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
 
 <HR>
-Copyright © 1999-2006 Apache Software Foundation. All Rights Reserved.
+Copyright © 1999-2006 Apache Software Foundation. All Rights Reserved.
 </BODY>
 </HTML>

Modified: lenya/site/apidocs/2.0/org/apache/lenya/cms/cocoon/source/SourceUtil.html
URL: http://svn.apache.org/viewvc/lenya/site/apidocs/2.0/org/apache/lenya/cms/cocoon/source/SourceUtil.html?rev=610018&r1=610017&r2=610018&view=diff
==============================================================================
--- lenya/site/apidocs/2.0/org/apache/lenya/cms/cocoon/source/SourceUtil.html (original)
+++ lenya/site/apidocs/2.0/org/apache/lenya/cms/cocoon/source/SourceUtil.html Tue Jan  8 07:26:08 2008
@@ -2,9 +2,9 @@
 <!--NewPage-->
 <HTML>
 <HEAD>
-<!-- Generated by javadoc (build 1.5.0_12) on Fri Jul 20 00:23:27 CEST 2007 -->
+<!-- Generated by javadoc (build 1.5.0_13) on Tue Jan 08 15:35:15 CET 2008 -->
 <TITLE>
-SourceUtil (Apache Lenya API - Version 2.0-dev)
+SourceUtil (Apache Lenya API - Version 2.0)
 </TITLE>
 
 <META NAME="keywords" CONTENT="org.apache.lenya.cms.cocoon.source.SourceUtil class">
@@ -14,7 +14,7 @@
 <SCRIPT type="text/javascript">
 function windowTitle()
 {
-    parent.document.title="SourceUtil (Apache Lenya API - Version 2.0-dev)";
+    parent.document.title="SourceUtil (Apache Lenya API - Version 2.0)";
 }
 </SCRIPT>
 <NOSCRIPT>
@@ -805,6 +805,6 @@
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
 
 <HR>
-Copyright © 1999-2006 Apache Software Foundation. All Rights Reserved.
+Copyright © 1999-2006 Apache Software Foundation. All Rights Reserved.
 </BODY>
 </HTML>

Modified: lenya/site/apidocs/2.0/org/apache/lenya/cms/cocoon/source/TemplateFallbackSourceFactory.html
URL: http://svn.apache.org/viewvc/lenya/site/apidocs/2.0/org/apache/lenya/cms/cocoon/source/TemplateFallbackSourceFactory.html?rev=610018&r1=610017&r2=610018&view=diff
==============================================================================
--- lenya/site/apidocs/2.0/org/apache/lenya/cms/cocoon/source/TemplateFallbackSourceFactory.html (original)
+++ lenya/site/apidocs/2.0/org/apache/lenya/cms/cocoon/source/TemplateFallbackSourceFactory.html Tue Jan  8 07:26:08 2008
@@ -2,9 +2,9 @@
 <!--NewPage-->
 <HTML>
 <HEAD>
-<!-- Generated by javadoc (build 1.5.0_12) on Fri Jul 20 00:23:28 CEST 2007 -->
+<!-- Generated by javadoc (build 1.5.0_13) on Tue Jan 08 15:35:15 CET 2008 -->
 <TITLE>
-TemplateFallbackSourceFactory (Apache Lenya API - Version 2.0-dev)
+TemplateFallbackSourceFactory (Apache Lenya API - Version 2.0)
 </TITLE>
 
 <META NAME="keywords" CONTENT="org.apache.lenya.cms.cocoon.source.TemplateFallbackSourceFactory class">
@@ -14,7 +14,7 @@
 <SCRIPT type="text/javascript">
 function windowTitle()
 {
-    parent.document.title="TemplateFallbackSourceFactory (Apache Lenya API - Version 2.0-dev)";
+    parent.document.title="TemplateFallbackSourceFactory (Apache Lenya API - Version 2.0)";
 }
 </SCRIPT>
 <NOSCRIPT>
@@ -93,7 +93,7 @@
           <IMG SRC="../../../../../../resources/inherit.gif" ALT="extended by "><B>org.apache.lenya.cms.cocoon.source.TemplateFallbackSourceFactory</B>
 </PRE>
 <DL>
-<DT><B>All Implemented Interfaces:</B> <DD>org.apache.avalon.framework.component.Component, org.apache.avalon.framework.context.Contextualizable, org.apache.avalon.framework.logger.LogEnabled, org.apache.avalon.framework.service.Serviceable, org.apache.excalibur.source.SourceFactory, org.apache.excalibur.source.URIAbsolutizer</DD>
+<DT><B>All Implemented Interfaces:</B> <DD>org.apache.avalon.framework.context.Contextualizable, org.apache.avalon.framework.logger.LogEnabled, org.apache.avalon.framework.service.Serviceable, org.apache.excalibur.source.SourceFactory, org.apache.excalibur.source.URIAbsolutizer</DD>
 </DL>
 <HR>
 <DL>
@@ -102,6 +102,7 @@
 
 <P>
 Source factory following the fallback principle, resolving the existing ancestor of the existing resource.
+ For more information about the URL syntax, see <A HREF="../../../../../../org/apache/lenya/cms/cocoon/source/FallbackSourceFactory.html" title="class in org.apache.lenya.cms.cocoon.source"><CODE>FallbackSourceFactory</CODE></A>.
 <P>
 
 <P>
@@ -143,7 +144,7 @@
 <TD><CODE><B><A HREF="../../../../../../org/apache/lenya/cms/cocoon/source/TemplateFallbackSourceFactory.html#TemplateFallbackSourceFactory()">TemplateFallbackSourceFactory</A></B>()</CODE>
 
 <BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Ctor.</TD>
+&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
 </TR>
 </TABLE>
 &nbsp;
@@ -209,8 +210,6 @@
 <PRE>
 public <B>TemplateFallbackSourceFactory</B>()</PRE>
 <DL>
-<DD>Ctor.
-<P>
 </DL>
 
 <!-- ============ METHOD DETAIL ========== -->
@@ -294,6 +293,6 @@
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
 
 <HR>
-Copyright © 1999-2006 Apache Software Foundation. All Rights Reserved.
+Copyright © 1999-2006 Apache Software Foundation. All Rights Reserved.
 </BODY>
 </HTML>

Modified: lenya/site/apidocs/2.0/org/apache/lenya/cms/cocoon/source/ZipSource.html
URL: http://svn.apache.org/viewvc/lenya/site/apidocs/2.0/org/apache/lenya/cms/cocoon/source/ZipSource.html?rev=610018&r1=610017&r2=610018&view=diff
==============================================================================
--- lenya/site/apidocs/2.0/org/apache/lenya/cms/cocoon/source/ZipSource.html (original)
+++ lenya/site/apidocs/2.0/org/apache/lenya/cms/cocoon/source/ZipSource.html Tue Jan  8 07:26:08 2008
@@ -2,9 +2,9 @@
 <!--NewPage-->
 <HTML>
 <HEAD>
-<!-- Generated by javadoc (build 1.5.0_12) on Fri Jul 20 00:23:28 CEST 2007 -->
+<!-- Generated by javadoc (build 1.5.0_13) on Tue Jan 08 15:35:15 CET 2008 -->
 <TITLE>
-ZipSource (Apache Lenya API - Version 2.0-dev)
+ZipSource (Apache Lenya API - Version 2.0)
 </TITLE>
 
 <META NAME="keywords" CONTENT="org.apache.lenya.cms.cocoon.source.ZipSource class">
@@ -14,7 +14,7 @@
 <SCRIPT type="text/javascript">
 function windowTitle()
 {
-    parent.document.title="ZipSource (Apache Lenya API - Version 2.0-dev)";
+    parent.document.title="ZipSource (Apache Lenya API - Version 2.0)";
 }
 </SCRIPT>
 <NOSCRIPT>
@@ -451,6 +451,6 @@
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
 
 <HR>
-Copyright © 1999-2006 Apache Software Foundation. All Rights Reserved.
+Copyright © 1999-2006 Apache Software Foundation. All Rights Reserved.
 </BODY>
 </HTML>

Modified: lenya/site/apidocs/2.0/org/apache/lenya/cms/cocoon/source/ZipSourceFactory.html
URL: http://svn.apache.org/viewvc/lenya/site/apidocs/2.0/org/apache/lenya/cms/cocoon/source/ZipSourceFactory.html?rev=610018&r1=610017&r2=610018&view=diff
==============================================================================
--- lenya/site/apidocs/2.0/org/apache/lenya/cms/cocoon/source/ZipSourceFactory.html (original)
+++ lenya/site/apidocs/2.0/org/apache/lenya/cms/cocoon/source/ZipSourceFactory.html Tue Jan  8 07:26:08 2008
@@ -2,9 +2,9 @@
 <!--NewPage-->
 <HTML>
 <HEAD>
-<!-- Generated by javadoc (build 1.5.0_12) on Fri Jul 20 00:23:28 CEST 2007 -->
+<!-- Generated by javadoc (build 1.5.0_13) on Tue Jan 08 15:35:16 CET 2008 -->
 <TITLE>
-ZipSourceFactory (Apache Lenya API - Version 2.0-dev)
+ZipSourceFactory (Apache Lenya API - Version 2.0)
 </TITLE>
 
 <META NAME="keywords" CONTENT="org.apache.lenya.cms.cocoon.source.ZipSourceFactory class">
@@ -14,7 +14,7 @@
 <SCRIPT type="text/javascript">
 function windowTitle()
 {
-    parent.document.title="ZipSourceFactory (Apache Lenya API - Version 2.0-dev)";
+    parent.document.title="ZipSourceFactory (Apache Lenya API - Version 2.0)";
 }
 </SCRIPT>
 <NOSCRIPT>
@@ -92,7 +92,7 @@
       <IMG SRC="../../../../../../resources/inherit.gif" ALT="extended by "><B>org.apache.lenya.cms.cocoon.source.ZipSourceFactory</B>
 </PRE>
 <DL>
-<DT><B>All Implemented Interfaces:</B> <DD>org.apache.avalon.framework.component.Component, org.apache.avalon.framework.logger.LogEnabled, org.apache.avalon.framework.service.Serviceable, org.apache.avalon.framework.thread.ThreadSafe, org.apache.excalibur.source.SourceFactory</DD>
+<DT><B>All Implemented Interfaces:</B> <DD>org.apache.avalon.framework.logger.LogEnabled, org.apache.avalon.framework.service.Serviceable, org.apache.avalon.framework.thread.ThreadSafe, org.apache.excalibur.source.SourceFactory</DD>
 </DL>
 <HR>
 <DL>
@@ -248,12 +248,12 @@
 <A NAME="ZIP_SOURCE_SCHEME"><!-- --></A><H3>
 ZIP_SOURCE_SCHEME</H3>
 <PRE>
-public static java.lang.String <B>ZIP_SOURCE_SCHEME</B></PRE>
+public static final java.lang.String <B>ZIP_SOURCE_SCHEME</B></PRE>
 <DL>
 <DD>The URL scheme, including the colon.
 <P>
 <DL>
-</DL>
+<DT><B>See Also:</B><DD><A HREF="../../../../../../constant-values.html#org.apache.lenya.cms.cocoon.source.ZipSourceFactory.ZIP_SOURCE_SCHEME">Constant Field Values</A></DL>
 </DL>
 
 <!-- ========= CONSTRUCTOR DETAIL ======== -->
@@ -391,6 +391,6 @@
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
 
 <HR>
-Copyright © 1999-2006 Apache Software Foundation. All Rights Reserved.
+Copyright © 1999-2006 Apache Software Foundation. All Rights Reserved.
 </BODY>
 </HTML>

Modified: lenya/site/apidocs/2.0/org/apache/lenya/cms/cocoon/source/package-frame.html
URL: http://svn.apache.org/viewvc/lenya/site/apidocs/2.0/org/apache/lenya/cms/cocoon/source/package-frame.html?rev=610018&r1=610017&r2=610018&view=diff
==============================================================================
--- lenya/site/apidocs/2.0/org/apache/lenya/cms/cocoon/source/package-frame.html (original)
+++ lenya/site/apidocs/2.0/org/apache/lenya/cms/cocoon/source/package-frame.html Tue Jan  8 07:26:08 2008
@@ -2,9 +2,9 @@
 <!--NewPage-->
 <HTML>
 <HEAD>
-<!-- Generated by javadoc (build 1.5.0_12) on Fri Jul 20 00:23:32 CEST 2007 -->
+<!-- Generated by javadoc (build 1.5.0_13) on Tue Jan 08 15:35:30 CET 2008 -->
 <TITLE>
-org.apache.lenya.cms.cocoon.source (Apache Lenya API - Version 2.0-dev)
+org.apache.lenya.cms.cocoon.source (Apache Lenya API - Version 2.0)
 </TITLE>
 
 <META NAME="keywords" CONTENT="org.apache.lenya.cms.cocoon.source package">

Modified: lenya/site/apidocs/2.0/org/apache/lenya/cms/cocoon/source/package-summary.html
URL: http://svn.apache.org/viewvc/lenya/site/apidocs/2.0/org/apache/lenya/cms/cocoon/source/package-summary.html?rev=610018&r1=610017&r2=610018&view=diff
==============================================================================
--- lenya/site/apidocs/2.0/org/apache/lenya/cms/cocoon/source/package-summary.html (original)
+++ lenya/site/apidocs/2.0/org/apache/lenya/cms/cocoon/source/package-summary.html Tue Jan  8 07:26:08 2008
@@ -2,9 +2,9 @@
 <!--NewPage-->
 <HTML>
 <HEAD>
-<!-- Generated by javadoc (build 1.5.0_12) on Fri Jul 20 00:23:32 CEST 2007 -->
+<!-- Generated by javadoc (build 1.5.0_13) on Tue Jan 08 15:35:30 CET 2008 -->
 <TITLE>
-org.apache.lenya.cms.cocoon.source (Apache Lenya API - Version 2.0-dev)
+org.apache.lenya.cms.cocoon.source (Apache Lenya API - Version 2.0)
 </TITLE>
 
 <META NAME="keywords" CONTENT="org.apache.lenya.cms.cocoon.source package">
@@ -14,7 +14,7 @@
 <SCRIPT type="text/javascript">
 function windowTitle()
 {
-    parent.document.title="org.apache.lenya.cms.cocoon.source (Apache Lenya API - Version 2.0-dev)";
+    parent.document.title="org.apache.lenya.cms.cocoon.source (Apache Lenya API - Version 2.0)";
 }
 </SCRIPT>
 <NOSCRIPT>
@@ -94,7 +94,8 @@
 </TR>
 <TR BGCOLOR="white" CLASS="TableRowColor">
 <TD WIDTH="15%"><B><A HREF="../../../../../../org/apache/lenya/cms/cocoon/source/FallbackSourceFactory.html" title="class in org.apache.lenya.cms.cocoon.source">FallbackSourceFactory</A></B></TD>
-<TD>Source factory following the fallback principle.</TD>
+<TD>
+ Source factory following the fallback principle.</TD>
 </TR>
 <TR BGCOLOR="white" CLASS="TableRowColor">
 <TD WIDTH="15%"><B><A HREF="../../../../../../org/apache/lenya/cms/cocoon/source/LenyaSourceFactory.html" title="class in org.apache.lenya.cms.cocoon.source">LenyaSourceFactory</A></B></TD>
@@ -192,6 +193,6 @@
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
 
 <HR>
-Copyright © 1999-2006 Apache Software Foundation. All Rights Reserved.
+Copyright © 1999-2006 Apache Software Foundation. All Rights Reserved.
 </BODY>
 </HTML>

Modified: lenya/site/apidocs/2.0/org/apache/lenya/cms/cocoon/source/package-tree.html
URL: http://svn.apache.org/viewvc/lenya/site/apidocs/2.0/org/apache/lenya/cms/cocoon/source/package-tree.html?rev=610018&r1=610017&r2=610018&view=diff
==============================================================================
--- lenya/site/apidocs/2.0/org/apache/lenya/cms/cocoon/source/package-tree.html (original)
+++ lenya/site/apidocs/2.0/org/apache/lenya/cms/cocoon/source/package-tree.html Tue Jan  8 07:26:08 2008
@@ -2,9 +2,9 @@
 <!--NewPage-->
 <HTML>
 <HEAD>
-<!-- Generated by javadoc (build 1.5.0_12) on Fri Jul 20 00:23:32 CEST 2007 -->
+<!-- Generated by javadoc (build 1.5.0_13) on Tue Jan 08 15:35:30 CET 2008 -->
 <TITLE>
-org.apache.lenya.cms.cocoon.source Class Hierarchy (Apache Lenya API - Version 2.0-dev)
+org.apache.lenya.cms.cocoon.source Class Hierarchy (Apache Lenya API - Version 2.0)
 </TITLE>
 
 
@@ -13,7 +13,7 @@
 <SCRIPT type="text/javascript">
 function windowTitle()
 {
-    parent.document.title="org.apache.lenya.cms.cocoon.source Class Hierarchy (Apache Lenya API - Version 2.0-dev)";
+    parent.document.title="org.apache.lenya.cms.cocoon.source Class Hierarchy (Apache Lenya API - Version 2.0)";
 }
 </SCRIPT>
 <NOSCRIPT>
@@ -158,6 +158,6 @@
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
 
 <HR>
-Copyright © 1999-2006 Apache Software Foundation. All Rights Reserved.
+Copyright © 1999-2006 Apache Software Foundation. All Rights Reserved.
 </BODY>
 </HTML>

Modified: lenya/site/apidocs/2.0/org/apache/lenya/cms/cocoon/transformation/MetaDataTransformer.html
URL: http://svn.apache.org/viewvc/lenya/site/apidocs/2.0/org/apache/lenya/cms/cocoon/transformation/MetaDataTransformer.html?rev=610018&r1=610017&r2=610018&view=diff
==============================================================================
--- lenya/site/apidocs/2.0/org/apache/lenya/cms/cocoon/transformation/MetaDataTransformer.html (original)
+++ lenya/site/apidocs/2.0/org/apache/lenya/cms/cocoon/transformation/MetaDataTransformer.html Tue Jan  8 07:26:08 2008
@@ -2,9 +2,9 @@
 <!--NewPage-->
 <HTML>
 <HEAD>
-<!-- Generated by javadoc (build 1.5.0_12) on Fri Jul 20 00:23:28 CEST 2007 -->
+<!-- Generated by javadoc (build 1.5.0_13) on Tue Jan 08 15:35:16 CET 2008 -->
 <TITLE>
-MetaDataTransformer (Apache Lenya API - Version 2.0-dev)
+MetaDataTransformer (Apache Lenya API - Version 2.0)
 </TITLE>
 
 <META NAME="keywords" CONTENT="org.apache.lenya.cms.cocoon.transformation.MetaDataTransformer class">
@@ -14,7 +14,7 @@
 <SCRIPT type="text/javascript">
 function windowTitle()
 {
-    parent.document.title="MetaDataTransformer (Apache Lenya API - Version 2.0-dev)";
+    parent.document.title="MetaDataTransformer (Apache Lenya API - Version 2.0)";
 }
 </SCRIPT>
 <NOSCRIPT>
@@ -655,6 +655,6 @@
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
 
 <HR>
-Copyright © 1999-2006 Apache Software Foundation. All Rights Reserved.
+Copyright © 1999-2006 Apache Software Foundation. All Rights Reserved.
 </BODY>
 </HTML>

Modified: lenya/site/apidocs/2.0/org/apache/lenya/cms/cocoon/transformation/package-frame.html
URL: http://svn.apache.org/viewvc/lenya/site/apidocs/2.0/org/apache/lenya/cms/cocoon/transformation/package-frame.html?rev=610018&r1=610017&r2=610018&view=diff
==============================================================================
--- lenya/site/apidocs/2.0/org/apache/lenya/cms/cocoon/transformation/package-frame.html (original)
+++ lenya/site/apidocs/2.0/org/apache/lenya/cms/cocoon/transformation/package-frame.html Tue Jan  8 07:26:08 2008
@@ -2,9 +2,9 @@
 <!--NewPage-->
 <HTML>
 <HEAD>
-<!-- Generated by javadoc (build 1.5.0_12) on Fri Jul 20 00:23:32 CEST 2007 -->
+<!-- Generated by javadoc (build 1.5.0_13) on Tue Jan 08 15:35:30 CET 2008 -->
 <TITLE>
-org.apache.lenya.cms.cocoon.transformation (Apache Lenya API - Version 2.0-dev)
+org.apache.lenya.cms.cocoon.transformation (Apache Lenya API - Version 2.0)
 </TITLE>
 
 <META NAME="keywords" CONTENT="org.apache.lenya.cms.cocoon.transformation package">

Modified: lenya/site/apidocs/2.0/org/apache/lenya/cms/cocoon/transformation/package-summary.html
URL: http://svn.apache.org/viewvc/lenya/site/apidocs/2.0/org/apache/lenya/cms/cocoon/transformation/package-summary.html?rev=610018&r1=610017&r2=610018&view=diff
==============================================================================
--- lenya/site/apidocs/2.0/org/apache/lenya/cms/cocoon/transformation/package-summary.html (original)
+++ lenya/site/apidocs/2.0/org/apache/lenya/cms/cocoon/transformation/package-summary.html Tue Jan  8 07:26:08 2008
@@ -2,9 +2,9 @@
 <!--NewPage-->
 <HTML>
 <HEAD>
-<!-- Generated by javadoc (build 1.5.0_12) on Fri Jul 20 00:23:32 CEST 2007 -->
+<!-- Generated by javadoc (build 1.5.0_13) on Tue Jan 08 15:35:30 CET 2008 -->
 <TITLE>
-org.apache.lenya.cms.cocoon.transformation (Apache Lenya API - Version 2.0-dev)
+org.apache.lenya.cms.cocoon.transformation (Apache Lenya API - Version 2.0)
 </TITLE>
 
 <META NAME="keywords" CONTENT="org.apache.lenya.cms.cocoon.transformation package">
@@ -14,7 +14,7 @@
 <SCRIPT type="text/javascript">
 function windowTitle()
 {
-    parent.document.title="org.apache.lenya.cms.cocoon.transformation (Apache Lenya API - Version 2.0-dev)";
+    parent.document.title="org.apache.lenya.cms.cocoon.transformation (Apache Lenya API - Version 2.0)";
 }
 </SCRIPT>
 <NOSCRIPT>
@@ -145,6 +145,6 @@
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
 
 <HR>
-Copyright © 1999-2006 Apache Software Foundation. All Rights Reserved.
+Copyright © 1999-2006 Apache Software Foundation. All Rights Reserved.
 </BODY>
 </HTML>

Modified: lenya/site/apidocs/2.0/org/apache/lenya/cms/cocoon/transformation/package-tree.html
URL: http://svn.apache.org/viewvc/lenya/site/apidocs/2.0/org/apache/lenya/cms/cocoon/transformation/package-tree.html?rev=610018&r1=610017&r2=610018&view=diff
==============================================================================
--- lenya/site/apidocs/2.0/org/apache/lenya/cms/cocoon/transformation/package-tree.html (original)
+++ lenya/site/apidocs/2.0/org/apache/lenya/cms/cocoon/transformation/package-tree.html Tue Jan  8 07:26:08 2008
@@ -2,9 +2,9 @@
 <!--NewPage-->
 <HTML>
 <HEAD>
-<!-- Generated by javadoc (build 1.5.0_12) on Fri Jul 20 00:23:32 CEST 2007 -->
+<!-- Generated by javadoc (build 1.5.0_13) on Tue Jan 08 15:35:31 CET 2008 -->
 <TITLE>
-org.apache.lenya.cms.cocoon.transformation Class Hierarchy (Apache Lenya API - Version 2.0-dev)
+org.apache.lenya.cms.cocoon.transformation Class Hierarchy (Apache Lenya API - Version 2.0)
 </TITLE>
 
 
@@ -13,7 +13,7 @@
 <SCRIPT type="text/javascript">
 function windowTitle()
 {
-    parent.document.title="org.apache.lenya.cms.cocoon.transformation Class Hierarchy (Apache Lenya API - Version 2.0-dev)";
+    parent.document.title="org.apache.lenya.cms.cocoon.transformation Class Hierarchy (Apache Lenya API - Version 2.0)";
 }
 </SCRIPT>
 <NOSCRIPT>
@@ -156,6 +156,6 @@
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
 
 <HR>
-Copyright © 1999-2006 Apache Software Foundation. All Rights Reserved.
+Copyright © 1999-2006 Apache Software Foundation. All Rights Reserved.
 </BODY>
 </HTML>

Modified: lenya/site/apidocs/2.0/org/apache/lenya/cms/metadata/Element.html
URL: http://svn.apache.org/viewvc/lenya/site/apidocs/2.0/org/apache/lenya/cms/metadata/Element.html?rev=610018&r1=610017&r2=610018&view=diff
==============================================================================
--- lenya/site/apidocs/2.0/org/apache/lenya/cms/metadata/Element.html (original)
+++ lenya/site/apidocs/2.0/org/apache/lenya/cms/metadata/Element.html Tue Jan  8 07:26:08 2008
@@ -2,9 +2,9 @@
 <!--NewPage-->
 <HTML>
 <HEAD>
-<!-- Generated by javadoc (build 1.5.0_12) on Fri Jul 20 00:23:28 CEST 2007 -->
+<!-- Generated by javadoc (build 1.5.0_13) on Tue Jan 08 15:35:16 CET 2008 -->
 <TITLE>
-Element (Apache Lenya API - Version 2.0-dev)
+Element (Apache Lenya API - Version 2.0)
 </TITLE>
 
 <META NAME="keywords" CONTENT="org.apache.lenya.cms.metadata.Element interface">
@@ -14,7 +14,7 @@
 <SCRIPT type="text/javascript">
 function windowTitle()
 {
-    parent.document.title="Element (Apache Lenya API - Version 2.0-dev)";
+    parent.document.title="Element (Apache Lenya API - Version 2.0)";
 }
 </SCRIPT>
 <NOSCRIPT>
@@ -357,6 +357,6 @@
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
 
 <HR>
-Copyright © 1999-2006 Apache Software Foundation. All Rights Reserved.
+Copyright © 1999-2006 Apache Software Foundation. All Rights Reserved.
 </BODY>
 </HTML>

Modified: lenya/site/apidocs/2.0/org/apache/lenya/cms/metadata/ElementSet.html
URL: http://svn.apache.org/viewvc/lenya/site/apidocs/2.0/org/apache/lenya/cms/metadata/ElementSet.html?rev=610018&r1=610017&r2=610018&view=diff
==============================================================================
--- lenya/site/apidocs/2.0/org/apache/lenya/cms/metadata/ElementSet.html (original)
+++ lenya/site/apidocs/2.0/org/apache/lenya/cms/metadata/ElementSet.html Tue Jan  8 07:26:08 2008
@@ -2,9 +2,9 @@
 <!--NewPage-->
 <HTML>
 <HEAD>
-<!-- Generated by javadoc (build 1.5.0_12) on Fri Jul 20 00:23:28 CEST 2007 -->
+<!-- Generated by javadoc (build 1.5.0_13) on Tue Jan 08 15:35:16 CET 2008 -->
 <TITLE>
-ElementSet (Apache Lenya API - Version 2.0-dev)
+ElementSet (Apache Lenya API - Version 2.0)
 </TITLE>
 
 <META NAME="keywords" CONTENT="org.apache.lenya.cms.metadata.ElementSet interface">
@@ -14,7 +14,7 @@
 <SCRIPT type="text/javascript">
 function windowTitle()
 {
-    parent.document.title="ElementSet (Apache Lenya API - Version 2.0-dev)";
+    parent.document.title="ElementSet (Apache Lenya API - Version 2.0)";
 }
 </SCRIPT>
 <NOSCRIPT>
@@ -264,6 +264,6 @@
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
 
 <HR>
-Copyright © 1999-2006 Apache Software Foundation. All Rights Reserved.
+Copyright © 1999-2006 Apache Software Foundation. All Rights Reserved.
 </BODY>
 </HTML>

Modified: lenya/site/apidocs/2.0/org/apache/lenya/cms/metadata/MetaData.html
URL: http://svn.apache.org/viewvc/lenya/site/apidocs/2.0/org/apache/lenya/cms/metadata/MetaData.html?rev=610018&r1=610017&r2=610018&view=diff
==============================================================================
--- lenya/site/apidocs/2.0/org/apache/lenya/cms/metadata/MetaData.html (original)
+++ lenya/site/apidocs/2.0/org/apache/lenya/cms/metadata/MetaData.html Tue Jan  8 07:26:08 2008
@@ -2,9 +2,9 @@
 <!--NewPage-->
 <HTML>
 <HEAD>
-<!-- Generated by javadoc (build 1.5.0_12) on Fri Jul 20 00:23:28 CEST 2007 -->
+<!-- Generated by javadoc (build 1.5.0_13) on Tue Jan 08 15:35:16 CET 2008 -->
 <TITLE>
-MetaData (Apache Lenya API - Version 2.0-dev)
+MetaData (Apache Lenya API - Version 2.0)
 </TITLE>
 
 <META NAME="keywords" CONTENT="org.apache.lenya.cms.metadata.MetaData interface">
@@ -14,7 +14,7 @@
 <SCRIPT type="text/javascript">
 function windowTitle()
 {
-    parent.document.title="MetaData (Apache Lenya API - Version 2.0-dev)";
+    parent.document.title="MetaData (Apache Lenya API - Version 2.0)";
 }
 </SCRIPT>
 <NOSCRIPT>
@@ -470,6 +470,6 @@
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
 
 <HR>
-Copyright © 1999-2006 Apache Software Foundation. All Rights Reserved.
+Copyright © 1999-2006 Apache Software Foundation. All Rights Reserved.
 </BODY>
 </HTML>

Modified: lenya/site/apidocs/2.0/org/apache/lenya/cms/metadata/MetaDataException.html
URL: http://svn.apache.org/viewvc/lenya/site/apidocs/2.0/org/apache/lenya/cms/metadata/MetaDataException.html?rev=610018&r1=610017&r2=610018&view=diff
==============================================================================
--- lenya/site/apidocs/2.0/org/apache/lenya/cms/metadata/MetaDataException.html (original)
+++ lenya/site/apidocs/2.0/org/apache/lenya/cms/metadata/MetaDataException.html Tue Jan  8 07:26:08 2008
@@ -2,9 +2,9 @@
 <!--NewPage-->
 <HTML>
 <HEAD>
-<!-- Generated by javadoc (build 1.5.0_12) on Fri Jul 20 00:23:28 CEST 2007 -->
+<!-- Generated by javadoc (build 1.5.0_13) on Tue Jan 08 15:35:16 CET 2008 -->
 <TITLE>
-MetaDataException (Apache Lenya API - Version 2.0-dev)
+MetaDataException (Apache Lenya API - Version 2.0)
 </TITLE>
 
 <META NAME="keywords" CONTENT="org.apache.lenya.cms.metadata.MetaDataException class">
@@ -14,7 +14,7 @@
 <SCRIPT type="text/javascript">
 function windowTitle()
 {
-    parent.document.title="MetaDataException (Apache Lenya API - Version 2.0-dev)";
+    parent.document.title="MetaDataException (Apache Lenya API - Version 2.0)";
 }
 </SCRIPT>
 <NOSCRIPT>
@@ -282,6 +282,6 @@
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
 
 <HR>
-Copyright © 1999-2006 Apache Software Foundation. All Rights Reserved.
+Copyright © 1999-2006 Apache Software Foundation. All Rights Reserved.
 </BODY>
 </HTML>

Modified: lenya/site/apidocs/2.0/org/apache/lenya/cms/metadata/MetaDataOwner.html
URL: http://svn.apache.org/viewvc/lenya/site/apidocs/2.0/org/apache/lenya/cms/metadata/MetaDataOwner.html?rev=610018&r1=610017&r2=610018&view=diff
==============================================================================
--- lenya/site/apidocs/2.0/org/apache/lenya/cms/metadata/MetaDataOwner.html (original)
+++ lenya/site/apidocs/2.0/org/apache/lenya/cms/metadata/MetaDataOwner.html Tue Jan  8 07:26:08 2008
@@ -2,9 +2,9 @@
 <!--NewPage-->
 <HTML>
 <HEAD>
-<!-- Generated by javadoc (build 1.5.0_12) on Fri Jul 20 00:23:28 CEST 2007 -->
+<!-- Generated by javadoc (build 1.5.0_13) on Tue Jan 08 15:35:16 CET 2008 -->
 <TITLE>
-MetaDataOwner (Apache Lenya API - Version 2.0-dev)
+MetaDataOwner (Apache Lenya API - Version 2.0)
 </TITLE>
 
 <META NAME="keywords" CONTENT="org.apache.lenya.cms.metadata.MetaDataOwner interface">
@@ -14,7 +14,7 @@
 <SCRIPT type="text/javascript">
 function windowTitle()
 {
-    parent.document.title="MetaDataOwner (Apache Lenya API - Version 2.0-dev)";
+    parent.document.title="MetaDataOwner (Apache Lenya API - Version 2.0)";
 }
 </SCRIPT>
 <NOSCRIPT>
@@ -236,6 +236,6 @@
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
 
 <HR>
-Copyright © 1999-2006 Apache Software Foundation. All Rights Reserved.
+Copyright © 1999-2006 Apache Software Foundation. All Rights Reserved.
 </BODY>
 </HTML>

Modified: lenya/site/apidocs/2.0/org/apache/lenya/cms/metadata/MetaDataRegistry.html
URL: http://svn.apache.org/viewvc/lenya/site/apidocs/2.0/org/apache/lenya/cms/metadata/MetaDataRegistry.html?rev=610018&r1=610017&r2=610018&view=diff
==============================================================================
--- lenya/site/apidocs/2.0/org/apache/lenya/cms/metadata/MetaDataRegistry.html (original)
+++ lenya/site/apidocs/2.0/org/apache/lenya/cms/metadata/MetaDataRegistry.html Tue Jan  8 07:26:08 2008
@@ -2,9 +2,9 @@
 <!--NewPage-->
 <HTML>
 <HEAD>
-<!-- Generated by javadoc (build 1.5.0_12) on Fri Jul 20 00:23:28 CEST 2007 -->
+<!-- Generated by javadoc (build 1.5.0_13) on Tue Jan 08 15:35:16 CET 2008 -->
 <TITLE>
-MetaDataRegistry (Apache Lenya API - Version 2.0-dev)
+MetaDataRegistry (Apache Lenya API - Version 2.0)
 </TITLE>
 
 <META NAME="keywords" CONTENT="org.apache.lenya.cms.metadata.MetaDataRegistry interface">
@@ -14,7 +14,7 @@
 <SCRIPT type="text/javascript">
 function windowTitle()
 {
-    parent.document.title="MetaDataRegistry (Apache Lenya API - Version 2.0-dev)";
+    parent.document.title="MetaDataRegistry (Apache Lenya API - Version 2.0)";
 }
 </SCRIPT>
 <NOSCRIPT>
@@ -314,6 +314,6 @@
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
 
 <HR>
-Copyright © 1999-2006 Apache Software Foundation. All Rights Reserved.
+Copyright © 1999-2006 Apache Software Foundation. All Rights Reserved.
 </BODY>
 </HTML>

Modified: lenya/site/apidocs/2.0/org/apache/lenya/cms/metadata/dublincore/DublinCore.html
URL: http://svn.apache.org/viewvc/lenya/site/apidocs/2.0/org/apache/lenya/cms/metadata/dublincore/DublinCore.html?rev=610018&r1=610017&r2=610018&view=diff
==============================================================================
--- lenya/site/apidocs/2.0/org/apache/lenya/cms/metadata/dublincore/DublinCore.html (original)
+++ lenya/site/apidocs/2.0/org/apache/lenya/cms/metadata/dublincore/DublinCore.html Tue Jan  8 07:26:08 2008
@@ -2,9 +2,9 @@
 <!--NewPage-->
 <HTML>
 <HEAD>
-<!-- Generated by javadoc (build 1.5.0_12) on Fri Jul 20 00:23:28 CEST 2007 -->
+<!-- Generated by javadoc (build 1.5.0_13) on Tue Jan 08 15:35:16 CET 2008 -->
 <TITLE>
-DublinCore (Apache Lenya API - Version 2.0-dev)
+DublinCore (Apache Lenya API - Version 2.0)
 </TITLE>
 
 <META NAME="keywords" CONTENT="org.apache.lenya.cms.metadata.dublincore.DublinCore interface">
@@ -14,7 +14,7 @@
 <SCRIPT type="text/javascript">
 function windowTitle()
 {
-    parent.document.title="DublinCore (Apache Lenya API - Version 2.0-dev)";
+    parent.document.title="DublinCore (Apache Lenya API - Version 2.0)";
 }
 </SCRIPT>
 <NOSCRIPT>
@@ -1323,6 +1323,6 @@
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
 
 <HR>
-Copyright © 1999-2006 Apache Software Foundation. All Rights Reserved.
+Copyright © 1999-2006 Apache Software Foundation. All Rights Reserved.
 </BODY>
 </HTML>

Modified: lenya/site/apidocs/2.0/org/apache/lenya/cms/metadata/dublincore/DublinCoreHelper.html
URL: http://svn.apache.org/viewvc/lenya/site/apidocs/2.0/org/apache/lenya/cms/metadata/dublincore/DublinCoreHelper.html?rev=610018&r1=610017&r2=610018&view=diff
==============================================================================
--- lenya/site/apidocs/2.0/org/apache/lenya/cms/metadata/dublincore/DublinCoreHelper.html (original)
+++ lenya/site/apidocs/2.0/org/apache/lenya/cms/metadata/dublincore/DublinCoreHelper.html Tue Jan  8 07:26:08 2008
@@ -2,9 +2,9 @@
 <!--NewPage-->
 <HTML>
 <HEAD>
-<!-- Generated by javadoc (build 1.5.0_12) on Fri Jul 20 00:23:28 CEST 2007 -->
+<!-- Generated by javadoc (build 1.5.0_13) on Tue Jan 08 15:35:17 CET 2008 -->
 <TITLE>
-DublinCoreHelper (Apache Lenya API - Version 2.0-dev)
+DublinCoreHelper (Apache Lenya API - Version 2.0)
 </TITLE>
 
 <META NAME="keywords" CONTENT="org.apache.lenya.cms.metadata.dublincore.DublinCoreHelper class">
@@ -14,7 +14,7 @@
 <SCRIPT type="text/javascript">
 function windowTitle()
 {
-    parent.document.title="DublinCoreHelper (Apache Lenya API - Version 2.0-dev)";
+    parent.document.title="DublinCoreHelper (Apache Lenya API - Version 2.0)";
 }
 </SCRIPT>
 <NOSCRIPT>
@@ -139,6 +139,15 @@
 <TR BGCOLOR="white" CLASS="TableRowColor">
 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
 <CODE>static&nbsp;java.lang.String</CODE></FONT></TD>
+<TD><CODE><B><A HREF="../../../../../../org/apache/lenya/cms/metadata/dublincore/DublinCoreHelper.html#getTitle(org.apache.lenya.cms.publication.Document, boolean)">getTitle</A></B>(<A HREF="../../../../../../org/apache/lenya/cms/publication/Document.html" title="interface in org.apache.lenya.cms.publication">Document</A>&nbsp;doc,
+         boolean&nbsp;fallbackToUuid)</CODE>
+
+<BR>
+&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
+</TR>
+<TR BGCOLOR="white" CLASS="TableRowColor">
+<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
+<CODE>static&nbsp;java.lang.String</CODE></FONT></TD>
 <TD><CODE><B><A HREF="../../../../../../org/apache/lenya/cms/metadata/dublincore/DublinCoreHelper.html#getTitle(org.apache.lenya.cms.metadata.MetaDataOwner)">getTitle</A></B>(<A HREF="../../../../../../org/apache/lenya/cms/metadata/MetaDataOwner.html" title="interface in org.apache.lenya.cms.metadata">MetaDataOwner</A>&nbsp;owner)</CODE>
 
 <BR>
@@ -192,13 +201,29 @@
 <DL>
 <DD><DL>
 <DT><B>Parameters:</B><DD><CODE>owner</CODE> - The owner.
-<DT><B>Returns:</B><DD>The dublin core title.
+<DT><B>Returns:</B><DD>The dublin core title or <code>null</code> if the title is not set.
 <DT><B>Throws:</B>
 <DD><CODE><A HREF="../../../../../../org/apache/lenya/cms/metadata/MetaDataException.html" title="class in org.apache.lenya.cms.metadata">MetaDataException</A></CODE> - if the owner has no dublin core meta data.</DL>
 </DD>
 </DL>
 <HR>
 
+<A NAME="getTitle(org.apache.lenya.cms.publication.Document, boolean)"><!-- --></A><H3>
+getTitle</H3>
+<PRE>
+public static java.lang.String <B>getTitle</B>(<A HREF="../../../../../../org/apache/lenya/cms/publication/Document.html" title="interface in org.apache.lenya.cms.publication">Document</A>&nbsp;doc,
+                                        boolean&nbsp;fallbackToUuid)
+                                 throws <A HREF="../../../../../../org/apache/lenya/cms/metadata/MetaDataException.html" title="class in org.apache.lenya.cms.metadata">MetaDataException</A></PRE>
+<DL>
+<DD><DL>
+<DT><B>Parameters:</B><DD><CODE>doc</CODE> - The document.<DD><CODE>fallbackToUuid</CODE> - If the dublin core title is <code>null</code>, the document's UUID is returned.
+<DT><B>Returns:</B><DD>The dublin core title.
+<DT><B>Throws:</B>
+<DD><CODE><A HREF="../../../../../../org/apache/lenya/cms/metadata/MetaDataException.html" title="class in org.apache.lenya.cms.metadata">MetaDataException</A></CODE> - if the document has no dublin core meta data.</DL>
+</DD>
+</DL>
+<HR>
+
 <A NAME="getDublinCore(org.apache.lenya.cms.metadata.MetaDataOwner)"><!-- --></A><H3>
 getDublinCore</H3>
 <PRE>
@@ -270,6 +295,6 @@
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
 
 <HR>
-Copyright © 1999-2006 Apache Software Foundation. All Rights Reserved.
+Copyright © 1999-2006 Apache Software Foundation. All Rights Reserved.
 </BODY>
 </HTML>

Modified: lenya/site/apidocs/2.0/org/apache/lenya/cms/metadata/dublincore/package-frame.html
URL: http://svn.apache.org/viewvc/lenya/site/apidocs/2.0/org/apache/lenya/cms/metadata/dublincore/package-frame.html?rev=610018&r1=610017&r2=610018&view=diff
==============================================================================
--- lenya/site/apidocs/2.0/org/apache/lenya/cms/metadata/dublincore/package-frame.html (original)
+++ lenya/site/apidocs/2.0/org/apache/lenya/cms/metadata/dublincore/package-frame.html Tue Jan  8 07:26:08 2008
@@ -2,9 +2,9 @@
 <!--NewPage-->
 <HTML>
 <HEAD>
-<!-- Generated by javadoc (build 1.5.0_12) on Fri Jul 20 00:23:32 CEST 2007 -->
+<!-- Generated by javadoc (build 1.5.0_13) on Tue Jan 08 15:35:31 CET 2008 -->
 <TITLE>
-org.apache.lenya.cms.metadata.dublincore (Apache Lenya API - Version 2.0-dev)
+org.apache.lenya.cms.metadata.dublincore (Apache Lenya API - Version 2.0)
 </TITLE>
 
 <META NAME="keywords" CONTENT="org.apache.lenya.cms.metadata.dublincore package">

Modified: lenya/site/apidocs/2.0/org/apache/lenya/cms/metadata/dublincore/package-summary.html
URL: http://svn.apache.org/viewvc/lenya/site/apidocs/2.0/org/apache/lenya/cms/metadata/dublincore/package-summary.html?rev=610018&r1=610017&r2=610018&view=diff
==============================================================================
--- lenya/site/apidocs/2.0/org/apache/lenya/cms/metadata/dublincore/package-summary.html (original)
+++ lenya/site/apidocs/2.0/org/apache/lenya/cms/metadata/dublincore/package-summary.html Tue Jan  8 07:26:08 2008
@@ -2,9 +2,9 @@
 <!--NewPage-->
 <HTML>
 <HEAD>
-<!-- Generated by javadoc (build 1.5.0_12) on Fri Jul 20 00:23:32 CEST 2007 -->
+<!-- Generated by javadoc (build 1.5.0_13) on Tue Jan 08 15:35:31 CET 2008 -->
 <TITLE>
-org.apache.lenya.cms.metadata.dublincore (Apache Lenya API - Version 2.0-dev)
+org.apache.lenya.cms.metadata.dublincore (Apache Lenya API - Version 2.0)
 </TITLE>
 
 <META NAME="keywords" CONTENT="org.apache.lenya.cms.metadata.dublincore package">
@@ -14,7 +14,7 @@
 <SCRIPT type="text/javascript">
 function windowTitle()
 {
-    parent.document.title="org.apache.lenya.cms.metadata.dublincore (Apache Lenya API - Version 2.0-dev)";
+    parent.document.title="org.apache.lenya.cms.metadata.dublincore (Apache Lenya API - Version 2.0)";
 }
 </SCRIPT>
 <NOSCRIPT>
@@ -160,6 +160,6 @@
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
 
 <HR>
-Copyright © 1999-2006 Apache Software Foundation. All Rights Reserved.
+Copyright © 1999-2006 Apache Software Foundation. All Rights Reserved.
 </BODY>
 </HTML>

Modified: lenya/site/apidocs/2.0/org/apache/lenya/cms/metadata/dublincore/package-tree.html
URL: http://svn.apache.org/viewvc/lenya/site/apidocs/2.0/org/apache/lenya/cms/metadata/dublincore/package-tree.html?rev=610018&r1=610017&r2=610018&view=diff
==============================================================================
--- lenya/site/apidocs/2.0/org/apache/lenya/cms/metadata/dublincore/package-tree.html (original)
+++ lenya/site/apidocs/2.0/org/apache/lenya/cms/metadata/dublincore/package-tree.html Tue Jan  8 07:26:08 2008
@@ -2,9 +2,9 @@
 <!--NewPage-->
 <HTML>
 <HEAD>
-<!-- Generated by javadoc (build 1.5.0_12) on Fri Jul 20 00:23:32 CEST 2007 -->
+<!-- Generated by javadoc (build 1.5.0_13) on Tue Jan 08 15:35:31 CET 2008 -->
 <TITLE>
-org.apache.lenya.cms.metadata.dublincore Class Hierarchy (Apache Lenya API - Version 2.0-dev)
+org.apache.lenya.cms.metadata.dublincore Class Hierarchy (Apache Lenya API - Version 2.0)
 </TITLE>
 
 
@@ -13,7 +13,7 @@
 <SCRIPT type="text/javascript">
 function windowTitle()
 {
-    parent.document.title="org.apache.lenya.cms.metadata.dublincore Class Hierarchy (Apache Lenya API - Version 2.0-dev)";
+    parent.document.title="org.apache.lenya.cms.metadata.dublincore Class Hierarchy (Apache Lenya API - Version 2.0)";
 }
 </SCRIPT>
 <NOSCRIPT>
@@ -147,6 +147,6 @@
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
 
 <HR>
-Copyright © 1999-2006 Apache Software Foundation. All Rights Reserved.
+Copyright © 1999-2006 Apache Software Foundation. All Rights Reserved.
 </BODY>
 </HTML>

Modified: lenya/site/apidocs/2.0/org/apache/lenya/cms/metadata/package-frame.html
URL: http://svn.apache.org/viewvc/lenya/site/apidocs/2.0/org/apache/lenya/cms/metadata/package-frame.html?rev=610018&r1=610017&r2=610018&view=diff
==============================================================================
--- lenya/site/apidocs/2.0/org/apache/lenya/cms/metadata/package-frame.html (original)
+++ lenya/site/apidocs/2.0/org/apache/lenya/cms/metadata/package-frame.html Tue Jan  8 07:26:08 2008
@@ -2,9 +2,9 @@
 <!--NewPage-->
 <HTML>
 <HEAD>
-<!-- Generated by javadoc (build 1.5.0_12) on Fri Jul 20 00:23:32 CEST 2007 -->
+<!-- Generated by javadoc (build 1.5.0_13) on Tue Jan 08 15:35:31 CET 2008 -->
 <TITLE>
-org.apache.lenya.cms.metadata (Apache Lenya API - Version 2.0-dev)
+org.apache.lenya.cms.metadata (Apache Lenya API - Version 2.0)
 </TITLE>
 
 <META NAME="keywords" CONTENT="org.apache.lenya.cms.metadata package">

Modified: lenya/site/apidocs/2.0/org/apache/lenya/cms/metadata/package-summary.html
URL: http://svn.apache.org/viewvc/lenya/site/apidocs/2.0/org/apache/lenya/cms/metadata/package-summary.html?rev=610018&r1=610017&r2=610018&view=diff
==============================================================================
--- lenya/site/apidocs/2.0/org/apache/lenya/cms/metadata/package-summary.html (original)
+++ lenya/site/apidocs/2.0/org/apache/lenya/cms/metadata/package-summary.html Tue Jan  8 07:26:08 2008
@@ -2,9 +2,9 @@
 <!--NewPage-->
 <HTML>
 <HEAD>
-<!-- Generated by javadoc (build 1.5.0_12) on Fri Jul 20 00:23:32 CEST 2007 -->
+<!-- Generated by javadoc (build 1.5.0_13) on Tue Jan 08 15:35:31 CET 2008 -->
 <TITLE>
-org.apache.lenya.cms.metadata (Apache Lenya API - Version 2.0-dev)
+org.apache.lenya.cms.metadata (Apache Lenya API - Version 2.0)
 </TITLE>
 
 <META NAME="keywords" CONTENT="org.apache.lenya.cms.metadata package">
@@ -14,7 +14,7 @@
 <SCRIPT type="text/javascript">
 function windowTitle()
 {
-    parent.document.title="org.apache.lenya.cms.metadata (Apache Lenya API - Version 2.0-dev)";
+    parent.document.title="org.apache.lenya.cms.metadata (Apache Lenya API - Version 2.0)";
 }
 </SCRIPT>
 <NOSCRIPT>
@@ -175,6 +175,6 @@
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
 
 <HR>
-Copyright © 1999-2006 Apache Software Foundation. All Rights Reserved.
+Copyright © 1999-2006 Apache Software Foundation. All Rights Reserved.
 </BODY>
 </HTML>

Modified: lenya/site/apidocs/2.0/org/apache/lenya/cms/metadata/package-tree.html
URL: http://svn.apache.org/viewvc/lenya/site/apidocs/2.0/org/apache/lenya/cms/metadata/package-tree.html?rev=610018&r1=610017&r2=610018&view=diff
==============================================================================
--- lenya/site/apidocs/2.0/org/apache/lenya/cms/metadata/package-tree.html (original)
+++ lenya/site/apidocs/2.0/org/apache/lenya/cms/metadata/package-tree.html Tue Jan  8 07:26:08 2008
@@ -2,9 +2,9 @@
 <!--NewPage-->
 <HTML>
 <HEAD>
-<!-- Generated by javadoc (build 1.5.0_12) on Fri Jul 20 00:23:32 CEST 2007 -->
+<!-- Generated by javadoc (build 1.5.0_13) on Tue Jan 08 15:35:31 CET 2008 -->
 <TITLE>
-org.apache.lenya.cms.metadata Class Hierarchy (Apache Lenya API - Version 2.0-dev)
+org.apache.lenya.cms.metadata Class Hierarchy (Apache Lenya API - Version 2.0)
 </TITLE>
 
 
@@ -13,7 +13,7 @@
 <SCRIPT type="text/javascript">
 function windowTitle()
 {
-    parent.document.title="org.apache.lenya.cms.metadata Class Hierarchy (Apache Lenya API - Version 2.0-dev)";
+    parent.document.title="org.apache.lenya.cms.metadata Class Hierarchy (Apache Lenya API - Version 2.0)";
 }
 </SCRIPT>
 <NOSCRIPT>
@@ -150,6 +150,6 @@
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
 
 <HR>
-Copyright © 1999-2006 Apache Software Foundation. All Rights Reserved.
+Copyright © 1999-2006 Apache Software Foundation. All Rights Reserved.
 </BODY>
 </HTML>

Modified: lenya/site/apidocs/2.0/org/apache/lenya/cms/module/ModuleException.html
URL: http://svn.apache.org/viewvc/lenya/site/apidocs/2.0/org/apache/lenya/cms/module/ModuleException.html?rev=610018&r1=610017&r2=610018&view=diff
==============================================================================
--- lenya/site/apidocs/2.0/org/apache/lenya/cms/module/ModuleException.html (original)
+++ lenya/site/apidocs/2.0/org/apache/lenya/cms/module/ModuleException.html Tue Jan  8 07:26:08 2008
@@ -2,9 +2,9 @@
 <!--NewPage-->
 <HTML>
 <HEAD>
-<!-- Generated by javadoc (build 1.5.0_12) on Fri Jul 20 00:23:28 CEST 2007 -->
+<!-- Generated by javadoc (build 1.5.0_13) on Tue Jan 08 15:35:17 CET 2008 -->
 <TITLE>
-ModuleException (Apache Lenya API - Version 2.0-dev)
+ModuleException (Apache Lenya API - Version 2.0)
 </TITLE>
 
 <META NAME="keywords" CONTENT="org.apache.lenya.cms.module.ModuleException class">
@@ -14,7 +14,7 @@
 <SCRIPT type="text/javascript">
 function windowTitle()
 {
-    parent.document.title="ModuleException (Apache Lenya API - Version 2.0-dev)";
+    parent.document.title="ModuleException (Apache Lenya API - Version 2.0)";
 }
 </SCRIPT>
 <NOSCRIPT>
@@ -282,6 +282,6 @@
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
 
 <HR>
-Copyright © 1999-2006 Apache Software Foundation. All Rights Reserved.
+Copyright © 1999-2006 Apache Software Foundation. All Rights Reserved.
 </BODY>
 </HTML>

Modified: lenya/site/apidocs/2.0/org/apache/lenya/cms/module/ModuleManager.html
URL: http://svn.apache.org/viewvc/lenya/site/apidocs/2.0/org/apache/lenya/cms/module/ModuleManager.html?rev=610018&r1=610017&r2=610018&view=diff
==============================================================================
--- lenya/site/apidocs/2.0/org/apache/lenya/cms/module/ModuleManager.html (original)
+++ lenya/site/apidocs/2.0/org/apache/lenya/cms/module/ModuleManager.html Tue Jan  8 07:26:08 2008
@@ -2,9 +2,9 @@
 <!--NewPage-->
 <HTML>
 <HEAD>
-<!-- Generated by javadoc (build 1.5.0_12) on Fri Jul 20 00:23:28 CEST 2007 -->
+<!-- Generated by javadoc (build 1.5.0_13) on Tue Jan 08 15:35:17 CET 2008 -->
 <TITLE>
-ModuleManager (Apache Lenya API - Version 2.0-dev)
+ModuleManager (Apache Lenya API - Version 2.0)
 </TITLE>
 
 <META NAME="keywords" CONTENT="org.apache.lenya.cms.module.ModuleManager interface">
@@ -14,7 +14,7 @@
 <SCRIPT type="text/javascript">
 function windowTitle()
 {
-    parent.document.title="ModuleManager (Apache Lenya API - Version 2.0-dev)";
+    parent.document.title="ModuleManager (Apache Lenya API - Version 2.0)";
 }
 </SCRIPT>
 <NOSCRIPT>
@@ -264,6 +264,6 @@
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
 
 <HR>
-Copyright © 1999-2006 Apache Software Foundation. All Rights Reserved.
+Copyright © 1999-2006 Apache Software Foundation. All Rights Reserved.
 </BODY>
 </HTML>

Modified: lenya/site/apidocs/2.0/org/apache/lenya/cms/module/package-frame.html
URL: http://svn.apache.org/viewvc/lenya/site/apidocs/2.0/org/apache/lenya/cms/module/package-frame.html?rev=610018&r1=610017&r2=610018&view=diff
==============================================================================
--- lenya/site/apidocs/2.0/org/apache/lenya/cms/module/package-frame.html (original)
+++ lenya/site/apidocs/2.0/org/apache/lenya/cms/module/package-frame.html Tue Jan  8 07:26:08 2008
@@ -2,9 +2,9 @@
 <!--NewPage-->
 <HTML>
 <HEAD>
-<!-- Generated by javadoc (build 1.5.0_12) on Fri Jul 20 00:23:32 CEST 2007 -->
+<!-- Generated by javadoc (build 1.5.0_13) on Tue Jan 08 15:35:31 CET 2008 -->
 <TITLE>
-org.apache.lenya.cms.module (Apache Lenya API - Version 2.0-dev)
+org.apache.lenya.cms.module (Apache Lenya API - Version 2.0)
 </TITLE>
 
 <META NAME="keywords" CONTENT="org.apache.lenya.cms.module package">

Modified: lenya/site/apidocs/2.0/org/apache/lenya/cms/module/package-summary.html
URL: http://svn.apache.org/viewvc/lenya/site/apidocs/2.0/org/apache/lenya/cms/module/package-summary.html?rev=610018&r1=610017&r2=610018&view=diff
==============================================================================
--- lenya/site/apidocs/2.0/org/apache/lenya/cms/module/package-summary.html (original)
+++ lenya/site/apidocs/2.0/org/apache/lenya/cms/module/package-summary.html Tue Jan  8 07:26:08 2008
@@ -2,9 +2,9 @@
 <!--NewPage-->
 <HTML>
 <HEAD>
-<!-- Generated by javadoc (build 1.5.0_12) on Fri Jul 20 00:23:32 CEST 2007 -->
+<!-- Generated by javadoc (build 1.5.0_13) on Tue Jan 08 15:35:31 CET 2008 -->
 <TITLE>
-org.apache.lenya.cms.module (Apache Lenya API - Version 2.0-dev)
+org.apache.lenya.cms.module (Apache Lenya API - Version 2.0)
 </TITLE>
 
 <META NAME="keywords" CONTENT="org.apache.lenya.cms.module package">
@@ -14,7 +14,7 @@
 <SCRIPT type="text/javascript">
 function windowTitle()
 {
-    parent.document.title="org.apache.lenya.cms.module (Apache Lenya API - Version 2.0-dev)";
+    parent.document.title="org.apache.lenya.cms.module (Apache Lenya API - Version 2.0)";
 }
 </SCRIPT>
 <NOSCRIPT>
@@ -159,6 +159,6 @@
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
 
 <HR>
-Copyright © 1999-2006 Apache Software Foundation. All Rights Reserved.
+Copyright © 1999-2006 Apache Software Foundation. All Rights Reserved.
 </BODY>
 </HTML>

Modified: lenya/site/apidocs/2.0/org/apache/lenya/cms/module/package-tree.html
URL: http://svn.apache.org/viewvc/lenya/site/apidocs/2.0/org/apache/lenya/cms/module/package-tree.html?rev=610018&r1=610017&r2=610018&view=diff
==============================================================================
--- lenya/site/apidocs/2.0/org/apache/lenya/cms/module/package-tree.html (original)
+++ lenya/site/apidocs/2.0/org/apache/lenya/cms/module/package-tree.html Tue Jan  8 07:26:08 2008
@@ -2,9 +2,9 @@
 <!--NewPage-->
 <HTML>
 <HEAD>
-<!-- Generated by javadoc (build 1.5.0_12) on Fri Jul 20 00:23:32 CEST 2007 -->
+<!-- Generated by javadoc (build 1.5.0_13) on Tue Jan 08 15:35:31 CET 2008 -->
 <TITLE>
-org.apache.lenya.cms.module Class Hierarchy (Apache Lenya API - Version 2.0-dev)
+org.apache.lenya.cms.module Class Hierarchy (Apache Lenya API - Version 2.0)
 </TITLE>
 
 
@@ -13,7 +13,7 @@
 <SCRIPT type="text/javascript">
 function windowTitle()
 {
-    parent.document.title="org.apache.lenya.cms.module Class Hierarchy (Apache Lenya API - Version 2.0-dev)";
+    parent.document.title="org.apache.lenya.cms.module Class Hierarchy (Apache Lenya API - Version 2.0)";
 }
 </SCRIPT>
 <NOSCRIPT>
@@ -150,6 +150,6 @@
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
 
 <HR>
-Copyright © 1999-2006 Apache Software Foundation. All Rights Reserved.
+Copyright © 1999-2006 Apache Software Foundation. All Rights Reserved.
 </BODY>
 </HTML>

Modified: lenya/site/apidocs/2.0/org/apache/lenya/cms/observation/AbstractRepositoryListener.html
URL: http://svn.apache.org/viewvc/lenya/site/apidocs/2.0/org/apache/lenya/cms/observation/AbstractRepositoryListener.html?rev=610018&r1=610017&r2=610018&view=diff
==============================================================================
--- lenya/site/apidocs/2.0/org/apache/lenya/cms/observation/AbstractRepositoryListener.html (original)
+++ lenya/site/apidocs/2.0/org/apache/lenya/cms/observation/AbstractRepositoryListener.html Tue Jan  8 07:26:08 2008
@@ -2,9 +2,9 @@
 <!--NewPage-->
 <HTML>
 <HEAD>
-<!-- Generated by javadoc (build 1.5.0_12) on Fri Jul 20 00:23:28 CEST 2007 -->
+<!-- Generated by javadoc (build 1.5.0_13) on Tue Jan 08 15:35:17 CET 2008 -->
 <TITLE>
-AbstractRepositoryListener (Apache Lenya API - Version 2.0-dev)
+AbstractRepositoryListener (Apache Lenya API - Version 2.0)
 </TITLE>
 
 <META NAME="keywords" CONTENT="org.apache.lenya.cms.observation.AbstractRepositoryListener class">
@@ -14,7 +14,7 @@
 <SCRIPT type="text/javascript">
 function windowTitle()
 {
-    parent.document.title="AbstractRepositoryListener (Apache Lenya API - Version 2.0-dev)";
+    parent.document.title="AbstractRepositoryListener (Apache Lenya API - Version 2.0)";
 }
 </SCRIPT>
 <NOSCRIPT>
@@ -359,6 +359,6 @@
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
 
 <HR>
-Copyright © 1999-2006 Apache Software Foundation. All Rights Reserved.
+Copyright © 1999-2006 Apache Software Foundation. All Rights Reserved.
 </BODY>
 </HTML>

Modified: lenya/site/apidocs/2.0/org/apache/lenya/cms/observation/DocumentEvent.html
URL: http://svn.apache.org/viewvc/lenya/site/apidocs/2.0/org/apache/lenya/cms/observation/DocumentEvent.html?rev=610018&r1=610017&r2=610018&view=diff
==============================================================================
--- lenya/site/apidocs/2.0/org/apache/lenya/cms/observation/DocumentEvent.html (original)
+++ lenya/site/apidocs/2.0/org/apache/lenya/cms/observation/DocumentEvent.html Tue Jan  8 07:26:08 2008
@@ -2,9 +2,9 @@
 <!--NewPage-->
 <HTML>
 <HEAD>
-<!-- Generated by javadoc (build 1.5.0_12) on Fri Jul 20 00:23:28 CEST 2007 -->
+<!-- Generated by javadoc (build 1.5.0_13) on Tue Jan 08 15:35:17 CET 2008 -->
 <TITLE>
-DocumentEvent (Apache Lenya API - Version 2.0-dev)
+DocumentEvent (Apache Lenya API - Version 2.0)
 </TITLE>
 
 <META NAME="keywords" CONTENT="org.apache.lenya.cms.observation.DocumentEvent class">
@@ -14,7 +14,7 @@
 <SCRIPT type="text/javascript">
 function windowTitle()
 {
-    parent.document.title="DocumentEvent (Apache Lenya API - Version 2.0-dev)";
+    parent.document.title="DocumentEvent (Apache Lenya API - Version 2.0)";
 }
 </SCRIPT>
 <NOSCRIPT>
@@ -410,6 +410,6 @@
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
 
 <HR>
-Copyright © 1999-2006 Apache Software Foundation. All Rights Reserved.
+Copyright © 1999-2006 Apache Software Foundation. All Rights Reserved.
 </BODY>
 </HTML>

Modified: lenya/site/apidocs/2.0/org/apache/lenya/cms/observation/ObservationException.html
URL: http://svn.apache.org/viewvc/lenya/site/apidocs/2.0/org/apache/lenya/cms/observation/ObservationException.html?rev=610018&r1=610017&r2=610018&view=diff
==============================================================================
--- lenya/site/apidocs/2.0/org/apache/lenya/cms/observation/ObservationException.html (original)
+++ lenya/site/apidocs/2.0/org/apache/lenya/cms/observation/ObservationException.html Tue Jan  8 07:26:08 2008
@@ -2,9 +2,9 @@
 <!--NewPage-->
 <HTML>
 <HEAD>
-<!-- Generated by javadoc (build 1.5.0_12) on Fri Jul 20 00:23:28 CEST 2007 -->
+<!-- Generated by javadoc (build 1.5.0_13) on Tue Jan 08 15:35:17 CET 2008 -->
 <TITLE>
-ObservationException (Apache Lenya API - Version 2.0-dev)
+ObservationException (Apache Lenya API - Version 2.0)
 </TITLE>
 
 <META NAME="keywords" CONTENT="org.apache.lenya.cms.observation.ObservationException class">
@@ -14,7 +14,7 @@
 <SCRIPT type="text/javascript">
 function windowTitle()
 {
-    parent.document.title="ObservationException (Apache Lenya API - Version 2.0-dev)";
+    parent.document.title="ObservationException (Apache Lenya API - Version 2.0)";
 }
 </SCRIPT>
 <NOSCRIPT>
@@ -282,6 +282,6 @@
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
 
 <HR>
-Copyright © 1999-2006 Apache Software Foundation. All Rights Reserved.
+Copyright © 1999-2006 Apache Software Foundation. All Rights Reserved.
 </BODY>
 </HTML>

Modified: lenya/site/apidocs/2.0/org/apache/lenya/cms/observation/ObservationRegistry.html
URL: http://svn.apache.org/viewvc/lenya/site/apidocs/2.0/org/apache/lenya/cms/observation/ObservationRegistry.html?rev=610018&r1=610017&r2=610018&view=diff
==============================================================================
--- lenya/site/apidocs/2.0/org/apache/lenya/cms/observation/ObservationRegistry.html (original)
+++ lenya/site/apidocs/2.0/org/apache/lenya/cms/observation/ObservationRegistry.html Tue Jan  8 07:26:08 2008
@@ -2,9 +2,9 @@
 <!--NewPage-->
 <HTML>
 <HEAD>
-<!-- Generated by javadoc (build 1.5.0_12) on Fri Jul 20 00:23:28 CEST 2007 -->
+<!-- Generated by javadoc (build 1.5.0_13) on Tue Jan 08 15:35:17 CET 2008 -->
 <TITLE>
-ObservationRegistry (Apache Lenya API - Version 2.0-dev)
+ObservationRegistry (Apache Lenya API - Version 2.0)
 </TITLE>
 
 <META NAME="keywords" CONTENT="org.apache.lenya.cms.observation.ObservationRegistry interface">
@@ -14,7 +14,7 @@
 <SCRIPT type="text/javascript">
 function windowTitle()
 {
-    parent.document.title="ObservationRegistry (Apache Lenya API - Version 2.0-dev)";
+    parent.document.title="ObservationRegistry (Apache Lenya API - Version 2.0)";
 }
 </SCRIPT>
 <NOSCRIPT>
@@ -283,6 +283,6 @@
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
 
 <HR>
-Copyright © 1999-2006 Apache Software Foundation. All Rights Reserved.
+Copyright © 1999-2006 Apache Software Foundation. All Rights Reserved.
 </BODY>
 </HTML>

Modified: lenya/site/apidocs/2.0/org/apache/lenya/cms/observation/RepositoryEvent.html
URL: http://svn.apache.org/viewvc/lenya/site/apidocs/2.0/org/apache/lenya/cms/observation/RepositoryEvent.html?rev=610018&r1=610017&r2=610018&view=diff
==============================================================================
--- lenya/site/apidocs/2.0/org/apache/lenya/cms/observation/RepositoryEvent.html (original)
+++ lenya/site/apidocs/2.0/org/apache/lenya/cms/observation/RepositoryEvent.html Tue Jan  8 07:26:08 2008
@@ -2,9 +2,9 @@
 <!--NewPage-->
 <HTML>
 <HEAD>
-<!-- Generated by javadoc (build 1.5.0_12) on Fri Jul 20 00:23:28 CEST 2007 -->
+<!-- Generated by javadoc (build 1.5.0_13) on Tue Jan 08 15:35:17 CET 2008 -->
 <TITLE>
-RepositoryEvent (Apache Lenya API - Version 2.0-dev)
+RepositoryEvent (Apache Lenya API - Version 2.0)
 </TITLE>
 
 <META NAME="keywords" CONTENT="org.apache.lenya.cms.observation.RepositoryEvent class">
@@ -14,7 +14,7 @@
 <SCRIPT type="text/javascript">
 function windowTitle()
 {
-    parent.document.title="RepositoryEvent (Apache Lenya API - Version 2.0-dev)";
+    parent.document.title="RepositoryEvent (Apache Lenya API - Version 2.0)";
 }
 </SCRIPT>
 <NOSCRIPT>
@@ -274,6 +274,6 @@
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
 
 <HR>
-Copyright © 1999-2006 Apache Software Foundation. All Rights Reserved.
+Copyright © 1999-2006 Apache Software Foundation. All Rights Reserved.
 </BODY>
 </HTML>

Modified: lenya/site/apidocs/2.0/org/apache/lenya/cms/observation/RepositoryEventFactory.html
URL: http://svn.apache.org/viewvc/lenya/site/apidocs/2.0/org/apache/lenya/cms/observation/RepositoryEventFactory.html?rev=610018&r1=610017&r2=610018&view=diff
==============================================================================
--- lenya/site/apidocs/2.0/org/apache/lenya/cms/observation/RepositoryEventFactory.html (original)
+++ lenya/site/apidocs/2.0/org/apache/lenya/cms/observation/RepositoryEventFactory.html Tue Jan  8 07:26:08 2008
@@ -2,9 +2,9 @@
 <!--NewPage-->
 <HTML>
 <HEAD>
-<!-- Generated by javadoc (build 1.5.0_12) on Fri Jul 20 00:23:28 CEST 2007 -->
+<!-- Generated by javadoc (build 1.5.0_13) on Tue Jan 08 15:35:17 CET 2008 -->
 <TITLE>
-RepositoryEventFactory (Apache Lenya API - Version 2.0-dev)
+RepositoryEventFactory (Apache Lenya API - Version 2.0)
 </TITLE>
 
 <META NAME="keywords" CONTENT="org.apache.lenya.cms.observation.RepositoryEventFactory class">
@@ -14,7 +14,7 @@
 <SCRIPT type="text/javascript">
 function windowTitle()
 {
-    parent.document.title="RepositoryEventFactory (Apache Lenya API - Version 2.0-dev)";
+    parent.document.title="RepositoryEventFactory (Apache Lenya API - Version 2.0)";
 }
 </SCRIPT>
 <NOSCRIPT>
@@ -334,6 +334,6 @@
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
 
 <HR>
-Copyright © 1999-2006 Apache Software Foundation. All Rights Reserved.
+Copyright © 1999-2006 Apache Software Foundation. All Rights Reserved.
 </BODY>
 </HTML>

Modified: lenya/site/apidocs/2.0/org/apache/lenya/cms/observation/RepositoryListener.html
URL: http://svn.apache.org/viewvc/lenya/site/apidocs/2.0/org/apache/lenya/cms/observation/RepositoryListener.html?rev=610018&r1=610017&r2=610018&view=diff
==============================================================================
--- lenya/site/apidocs/2.0/org/apache/lenya/cms/observation/RepositoryListener.html (original)
+++ lenya/site/apidocs/2.0/org/apache/lenya/cms/observation/RepositoryListener.html Tue Jan  8 07:26:08 2008
@@ -2,9 +2,9 @@
 <!--NewPage-->
 <HTML>
 <HEAD>
-<!-- Generated by javadoc (build 1.5.0_12) on Fri Jul 20 00:23:28 CEST 2007 -->
+<!-- Generated by javadoc (build 1.5.0_13) on Tue Jan 08 15:35:17 CET 2008 -->
 <TITLE>
-RepositoryListener (Apache Lenya API - Version 2.0-dev)
+RepositoryListener (Apache Lenya API - Version 2.0)
 </TITLE>
 
 <META NAME="keywords" CONTENT="org.apache.lenya.cms.observation.RepositoryListener interface">
@@ -14,7 +14,7 @@
 <SCRIPT type="text/javascript">
 function windowTitle()
 {
-    parent.document.title="RepositoryListener (Apache Lenya API - Version 2.0-dev)";
+    parent.document.title="RepositoryListener (Apache Lenya API - Version 2.0)";
 }
 </SCRIPT>
 <NOSCRIPT>
@@ -206,6 +206,6 @@
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
 
 <HR>
-Copyright © 1999-2006 Apache Software Foundation. All Rights Reserved.
+Copyright © 1999-2006 Apache Software Foundation. All Rights Reserved.
 </BODY>
 </HTML>

Modified: lenya/site/apidocs/2.0/org/apache/lenya/cms/observation/package-frame.html
URL: http://svn.apache.org/viewvc/lenya/site/apidocs/2.0/org/apache/lenya/cms/observation/package-frame.html?rev=610018&r1=610017&r2=610018&view=diff
==============================================================================
--- lenya/site/apidocs/2.0/org/apache/lenya/cms/observation/package-frame.html (original)
+++ lenya/site/apidocs/2.0/org/apache/lenya/cms/observation/package-frame.html Tue Jan  8 07:26:08 2008
@@ -2,9 +2,9 @@
 <!--NewPage-->
 <HTML>
 <HEAD>
-<!-- Generated by javadoc (build 1.5.0_12) on Fri Jul 20 00:23:32 CEST 2007 -->
+<!-- Generated by javadoc (build 1.5.0_13) on Tue Jan 08 15:35:31 CET 2008 -->
 <TITLE>
-org.apache.lenya.cms.observation (Apache Lenya API - Version 2.0-dev)
+org.apache.lenya.cms.observation (Apache Lenya API - Version 2.0)
 </TITLE>
 
 <META NAME="keywords" CONTENT="org.apache.lenya.cms.observation package">

Modified: lenya/site/apidocs/2.0/org/apache/lenya/cms/observation/package-summary.html
URL: http://svn.apache.org/viewvc/lenya/site/apidocs/2.0/org/apache/lenya/cms/observation/package-summary.html?rev=610018&r1=610017&r2=610018&view=diff
==============================================================================
--- lenya/site/apidocs/2.0/org/apache/lenya/cms/observation/package-summary.html (original)
+++ lenya/site/apidocs/2.0/org/apache/lenya/cms/observation/package-summary.html Tue Jan  8 07:26:08 2008
@@ -2,9 +2,9 @@
 <!--NewPage-->
 <HTML>
 <HEAD>
-<!-- Generated by javadoc (build 1.5.0_12) on Fri Jul 20 00:23:32 CEST 2007 -->
+<!-- Generated by javadoc (build 1.5.0_13) on Tue Jan 08 15:35:31 CET 2008 -->
 <TITLE>
-org.apache.lenya.cms.observation (Apache Lenya API - Version 2.0-dev)
+org.apache.lenya.cms.observation (Apache Lenya API - Version 2.0)
 </TITLE>
 
 <META NAME="keywords" CONTENT="org.apache.lenya.cms.observation package">
@@ -14,7 +14,7 @@
 <SCRIPT type="text/javascript">
 function windowTitle()
 {
-    parent.document.title="org.apache.lenya.cms.observation (Apache Lenya API - Version 2.0-dev)";
+    parent.document.title="org.apache.lenya.cms.observation (Apache Lenya API - Version 2.0)";
 }
 </SCRIPT>
 <NOSCRIPT>
@@ -190,6 +190,6 @@
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
 
 <HR>
-Copyright © 1999-2006 Apache Software Foundation. All Rights Reserved.
+Copyright © 1999-2006 Apache Software Foundation. All Rights Reserved.
 </BODY>
 </HTML>

Modified: lenya/site/apidocs/2.0/org/apache/lenya/cms/observation/package-tree.html
URL: http://svn.apache.org/viewvc/lenya/site/apidocs/2.0/org/apache/lenya/cms/observation/package-tree.html?rev=610018&r1=610017&r2=610018&view=diff
==============================================================================
--- lenya/site/apidocs/2.0/org/apache/lenya/cms/observation/package-tree.html (original)
+++ lenya/site/apidocs/2.0/org/apache/lenya/cms/observation/package-tree.html Tue Jan  8 07:26:08 2008
@@ -2,9 +2,9 @@
 <!--NewPage-->
 <HTML>
 <HEAD>
-<!-- Generated by javadoc (build 1.5.0_12) on Fri Jul 20 00:23:32 CEST 2007 -->
+<!-- Generated by javadoc (build 1.5.0_13) on Tue Jan 08 15:35:31 CET 2008 -->
 <TITLE>
-org.apache.lenya.cms.observation Class Hierarchy (Apache Lenya API - Version 2.0-dev)
+org.apache.lenya.cms.observation Class Hierarchy (Apache Lenya API - Version 2.0)
 </TITLE>
 
 
@@ -13,7 +13,7 @@
 <SCRIPT type="text/javascript">
 function windowTitle()
 {
-    parent.document.title="org.apache.lenya.cms.observation Class Hierarchy (Apache Lenya API - Version 2.0-dev)";
+    parent.document.title="org.apache.lenya.cms.observation Class Hierarchy (Apache Lenya API - Version 2.0)";
 }
 </SCRIPT>
 <NOSCRIPT>
@@ -158,6 +158,6 @@
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
 
 <HR>
-Copyright © 1999-2006 Apache Software Foundation. All Rights Reserved.
+Copyright © 1999-2006 Apache Software Foundation. All Rights Reserved.
 </BODY>
 </HTML>

Modified: lenya/site/apidocs/2.0/org/apache/lenya/cms/publication/Area.html
URL: http://svn.apache.org/viewvc/lenya/site/apidocs/2.0/org/apache/lenya/cms/publication/Area.html?rev=610018&r1=610017&r2=610018&view=diff
==============================================================================
--- lenya/site/apidocs/2.0/org/apache/lenya/cms/publication/Area.html (original)
+++ lenya/site/apidocs/2.0/org/apache/lenya/cms/publication/Area.html Tue Jan  8 07:26:08 2008
@@ -2,9 +2,9 @@
 <!--NewPage-->
 <HTML>
 <HEAD>
-<!-- Generated by javadoc (build 1.5.0_12) on Fri Jul 20 00:23:28 CEST 2007 -->
+<!-- Generated by javadoc (build 1.5.0_13) on Tue Jan 08 15:35:17 CET 2008 -->
 <TITLE>
-Area (Apache Lenya API - Version 2.0-dev)
+Area (Apache Lenya API - Version 2.0)
 </TITLE>
 
 <META NAME="keywords" CONTENT="org.apache.lenya.cms.publication.Area interface">
@@ -14,7 +14,7 @@
 <SCRIPT type="text/javascript">
 function windowTitle()
 {
-    parent.document.title="Area (Apache Lenya API - Version 2.0-dev)";
+    parent.document.title="Area (Apache Lenya API - Version 2.0)";
 }
 </SCRIPT>
 <NOSCRIPT>
@@ -308,6 +308,6 @@
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
 
 <HR>
-Copyright © 1999-2006 Apache Software Foundation. All Rights Reserved.
+Copyright © 1999-2006 Apache Software Foundation. All Rights Reserved.
 </BODY>
 </HTML>

Modified: lenya/site/apidocs/2.0/org/apache/lenya/cms/publication/DefaultDocumentBuilder.html
URL: http://svn.apache.org/viewvc/lenya/site/apidocs/2.0/org/apache/lenya/cms/publication/DefaultDocumentBuilder.html?rev=610018&r1=610017&r2=610018&view=diff
==============================================================================
--- lenya/site/apidocs/2.0/org/apache/lenya/cms/publication/DefaultDocumentBuilder.html (original)
+++ lenya/site/apidocs/2.0/org/apache/lenya/cms/publication/DefaultDocumentBuilder.html Tue Jan  8 07:26:08 2008
@@ -2,9 +2,9 @@
 <!--NewPage-->
 <HTML>
 <HEAD>
-<!-- Generated by javadoc (build 1.5.0_12) on Fri Jul 20 00:23:28 CEST 2007 -->
+<!-- Generated by javadoc (build 1.5.0_13) on Tue Jan 08 15:35:17 CET 2008 -->
 <TITLE>
-DefaultDocumentBuilder (Apache Lenya API - Version 2.0-dev)
+DefaultDocumentBuilder (Apache Lenya API - Version 2.0)
 </TITLE>
 
 <META NAME="keywords" CONTENT="org.apache.lenya.cms.publication.DefaultDocumentBuilder class">
@@ -14,7 +14,7 @@
 <SCRIPT type="text/javascript">
 function windowTitle()
 {
-    parent.document.title="DefaultDocumentBuilder (Apache Lenya API - Version 2.0-dev)";
+    parent.document.title="DefaultDocumentBuilder (Apache Lenya API - Version 2.0)";
 }
 </SCRIPT>
 <NOSCRIPT>
@@ -564,6 +564,6 @@
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
 
 <HR>
-Copyright © 1999-2006 Apache Software Foundation. All Rights Reserved.
+Copyright © 1999-2006 Apache Software Foundation. All Rights Reserved.
 </BODY>
 </HTML>

Modified: lenya/site/apidocs/2.0/org/apache/lenya/cms/publication/DefaultDocumentIdToPathMapper.html
URL: http://svn.apache.org/viewvc/lenya/site/apidocs/2.0/org/apache/lenya/cms/publication/DefaultDocumentIdToPathMapper.html?rev=610018&r1=610017&r2=610018&view=diff
==============================================================================
--- lenya/site/apidocs/2.0/org/apache/lenya/cms/publication/DefaultDocumentIdToPathMapper.html (original)
+++ lenya/site/apidocs/2.0/org/apache/lenya/cms/publication/DefaultDocumentIdToPathMapper.html Tue Jan  8 07:26:08 2008
@@ -2,9 +2,9 @@
 <!--NewPage-->
 <HTML>
 <HEAD>
-<!-- Generated by javadoc (build 1.5.0_12) on Fri Jul 20 00:23:28 CEST 2007 -->
+<!-- Generated by javadoc (build 1.5.0_13) on Tue Jan 08 15:35:17 CET 2008 -->
 <TITLE>
-DefaultDocumentIdToPathMapper (Apache Lenya API - Version 2.0-dev)
+DefaultDocumentIdToPathMapper (Apache Lenya API - Version 2.0)
 </TITLE>
 
 <META NAME="keywords" CONTENT="org.apache.lenya.cms.publication.DefaultDocumentIdToPathMapper class">
@@ -14,7 +14,7 @@
 <SCRIPT type="text/javascript">
 function windowTitle()
 {
-    parent.document.title="DefaultDocumentIdToPathMapper (Apache Lenya API - Version 2.0-dev)";
+    parent.document.title="DefaultDocumentIdToPathMapper (Apache Lenya API - Version 2.0)";
 }
 </SCRIPT>
 <NOSCRIPT>
@@ -180,7 +180,7 @@
         java.lang.String&nbsp;language)</CODE>
 
 <BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Compute the document-path for a given publication, area, document-id and language</TD>
+&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Compute the document-path for a given publication, area, document-uuid and language</TD>
 </TR>
 <TR BGCOLOR="white" CLASS="TableRowColor">
 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
@@ -205,7 +205,7 @@
         java.lang.String&nbsp;language)</CODE>
 
 <BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Compute the document-path for a given publication, area and document-id.</TD>
+&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Compute the document-path for a given publication, area and document-uuid.</TD>
 </TR>
 </TABLE>
 &nbsp;<A NAME="methods_inherited_from_class_java.lang.Object"><!-- --></A>
@@ -277,7 +277,7 @@
                             java.lang.String&nbsp;language)</PRE>
 <DL>
 <DD><B>Description copied from interface: <CODE><A HREF="../../../../../org/apache/lenya/cms/publication/DocumentIdToPathMapper.html#getFile(org.apache.lenya.cms.publication.Publication, java.lang.String, java.lang.String, java.lang.String)">DocumentIdToPathMapper</A></CODE></B></DD>
-<DD>Compute the document-path for a given publication, area, document-id and language
+<DD>Compute the document-path for a given publication, area, document-uuid and language
 <P>
 <DD><DL>
 <DT><B>Specified by:</B><DD><CODE><A HREF="../../../../../org/apache/lenya/cms/publication/DocumentIdToPathMapper.html#getFile(org.apache.lenya.cms.publication.Publication, java.lang.String, java.lang.String, java.lang.String)">getFile</A></CODE> in interface <CODE><A HREF="../../../../../org/apache/lenya/cms/publication/DocumentIdToPathMapper.html" title="interface in org.apache.lenya.cms.publication">DocumentIdToPathMapper</A></CODE></DL>
@@ -312,7 +312,7 @@
                                 java.lang.String&nbsp;language)</PRE>
 <DL>
 <DD><B>Description copied from interface: <CODE><A HREF="../../../../../org/apache/lenya/cms/publication/DocumentIdToPathMapper.html#getPath(java.lang.String, java.lang.String)">DocumentIdToPathMapper</A></CODE></B></DD>
-<DD>Compute the document-path for a given publication, area and document-id. The file separator
+<DD>Compute the document-path for a given publication, area and document-uuid. The file separator
  is the slash (/).
 <P>
 <DD><DL>
@@ -440,6 +440,6 @@
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
 
 <HR>
-Copyright © 1999-2006 Apache Software Foundation. All Rights Reserved.
+Copyright © 1999-2006 Apache Software Foundation. All Rights Reserved.
 </BODY>
 </HTML>
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.