svn commit: r610018 [30/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/publication/Document.html
URL: http://svn.apache.org/viewvc/lenya/site/apidocs/2.0/org/apache/lenya/cms/publication/Document.html?rev=610018&r1=610017&r2=610018&view=diff
==============================================================================
--- lenya/site/apidocs/2.0/org/apache/lenya/cms/publication/Document.html (original)
+++ lenya/site/apidocs/2.0/org/apache/lenya/cms/publication/Document.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>
-Document (Apache Lenya API - Version 2.0-dev)
+Document (Apache Lenya API - Version 2.0)
 </TITLE>
 
 <META NAME="keywords" CONTENT="org.apache.lenya.cms.publication.Document interface">
@@ -14,7 +14,7 @@
 <SCRIPT type="text/javascript">
 function windowTitle()
 {
-    parent.document.title="Document (Apache Lenya API - Version 2.0-dev)";
+    parent.document.title="Document (Apache Lenya API - Version 2.0)";
 }
 </SCRIPT>
 <NOSCRIPT>
@@ -101,7 +101,7 @@
 <P>
 <DL>
 <DT><B>Version:</B></DT>
-  <DD>$Id: Document.java 527939 2007-04-12 13:45:19Z andreas $</DD>
+  <DD>$Id: Document.java 586495 2007-10-19 15:13:36Z rfrovarp $</DD>
 </DL>
 <HR>
 
@@ -186,7 +186,7 @@
 <TD><CODE><B><A HREF="../../../../../org/apache/lenya/cms/publication/Document.html#exists()">exists</A></B>()</CODE>
 
 <BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Check if a document with the given document-id, language and in the given
+&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Check if a document with the given document-uuid, language and in the given
  area actually exists.</TD>
 </TR>
 <TR BGCOLOR="white" CLASS="TableRowColor">
@@ -203,7 +203,7 @@
 <TD><CODE><B><A HREF="../../../../../org/apache/lenya/cms/publication/Document.html#existsInAnyLanguage()">existsInAnyLanguage</A></B>()</CODE>
 
 <BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Check if a document exists with the given document-id and the given area
+&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Check if a document exists with the given document-uuid and the given area
  independently of the given language.</TD>
 </TR>
 <TR BGCOLOR="white" CLASS="TableRowColor">
@@ -409,6 +409,14 @@
 </TR>
 <TR BGCOLOR="white" CLASS="TableRowColor">
 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
+<CODE>&nbsp;int</CODE></FONT></TD>
+<TD><CODE><B><A HREF="../../../../../org/apache/lenya/cms/publication/Document.html#getRevisionNumber()">getRevisionNumber</A></B>()</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>&nbsp;java.lang.String</CODE></FONT></TD>
 <TD><CODE><B><A HREF="../../../../../org/apache/lenya/cms/publication/Document.html#getSourceExtension()">getSourceExtension</A></B>()</CODE>
 
@@ -490,6 +498,15 @@
 <TD><CODE><A HREF="../../../../../org/apache/lenya/cms/metadata/MetaDataOwner.html#getMetaData(java.lang.String)">getMetaData</A>, <A HREF="../../../../../org/apache/lenya/cms/metadata/MetaDataOwner.html#getMetaDataNamespaceUris()">getMetaDataNamespaceUris</A></CODE></TD>
 </TR>
 </TABLE>
+&nbsp;<A NAME="methods_inherited_from_class_org.apache.lenya.cms.repository.RepositoryItem"><!-- --></A>
+<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
+<TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor">
+<TH ALIGN="left"><B>Methods inherited from interface org.apache.lenya.cms.repository.<A HREF="../../../../../org/apache/lenya/cms/repository/RepositoryItem.html" title="interface in org.apache.lenya.cms.repository">RepositoryItem</A></B></TH>
+</TR>
+<TR BGCOLOR="white" CLASS="TableRowColor">
+<TD><CODE><A HREF="../../../../../org/apache/lenya/cms/repository/RepositoryItem.html#getSession()">getSession</A></CODE></TD>
+</TR>
+</TABLE>
 &nbsp;
 <P>
 
@@ -675,7 +692,7 @@
 <DD>Returns all the languages this document is available in.
  A document has one associated language (@see Document#getLanguage)
  but there are possibly a number of other languages for which a 
- document with the same document-id is also available in.
+ document with the same document-uuid is also available in.
 <P>
 <DD><DL>
 </DL>
@@ -785,7 +802,7 @@
 boolean <B>exists</B>()
                throws <A HREF="../../../../../org/apache/lenya/cms/publication/DocumentException.html" title="class in org.apache.lenya.cms.publication">DocumentException</A></PRE>
 <DL>
-<DD>Check if a document with the given document-id, language and in the given
+<DD>Check if a document with the given document-uuid, language and in the given
  area actually exists.
 <P>
 <DD><DL>
@@ -806,7 +823,7 @@
 boolean <B>existsInAnyLanguage</B>()
                             throws <A HREF="../../../../../org/apache/lenya/cms/publication/DocumentException.html" title="class in org.apache.lenya.cms.publication">DocumentException</A></PRE>
 <DL>
-<DD>Check if a document exists with the given document-id and the given area
+<DD>Check if a document exists with the given document-uuid and the given area
  independently of the given language.
 <P>
 <DD><DL>
@@ -814,7 +831,7 @@
 </DD>
 <DD><DL>
 
-<DT><B>Returns:</B><DD>true if a document with the given document-id and area exists, false otherwise
+<DT><B>Returns:</B><DD>true if a document with the given document-uuid and area exists, false otherwise
 <DT><B>Throws:</B>
 <DD><CODE><A HREF="../../../../../org/apache/lenya/cms/publication/DocumentException.html" title="class in org.apache.lenya.cms.publication">DocumentException</A></CODE> - if an error occurs</DL>
 </DD>
@@ -1265,6 +1282,21 @@
 <DT><B>Returns:</B><DD>The input stream to obtain the document's content.</DL>
 </DD>
 </DL>
+<HR>
+
+<A NAME="getRevisionNumber()"><!-- --></A><H3>
+getRevisionNumber</H3>
+<PRE>
+int <B>getRevisionNumber</B>()</PRE>
+<DL>
+<DD><DL>
+</DL>
+</DD>
+<DD><DL>
+
+<DT><B>Returns:</B><DD>The revision number of this document.</DL>
+</DD>
+</DL>
 <!-- ========= END OF CLASS DATA ========= -->
 <HR>
 
@@ -1324,6 +1356,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/DocumentBuildException.html
URL: http://svn.apache.org/viewvc/lenya/site/apidocs/2.0/org/apache/lenya/cms/publication/DocumentBuildException.html?rev=610018&r1=610017&r2=610018&view=diff
==============================================================================
--- lenya/site/apidocs/2.0/org/apache/lenya/cms/publication/DocumentBuildException.html (original)
+++ lenya/site/apidocs/2.0/org/apache/lenya/cms/publication/DocumentBuildException.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:18 CET 2008 -->
 <TITLE>
-DocumentBuildException (Apache Lenya API - Version 2.0-dev)
+DocumentBuildException (Apache Lenya API - Version 2.0)
 </TITLE>
 
 <META NAME="keywords" CONTENT="org.apache.lenya.cms.publication.DocumentBuildException class">
@@ -14,7 +14,7 @@
 <SCRIPT type="text/javascript">
 function windowTitle()
 {
-    parent.document.title="DocumentBuildException (Apache Lenya API - Version 2.0-dev)";
+    parent.document.title="DocumentBuildException (Apache Lenya API - Version 2.0)";
 }
 </SCRIPT>
 <NOSCRIPT>
@@ -295,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/publication/DocumentBuilder.html
URL: http://svn.apache.org/viewvc/lenya/site/apidocs/2.0/org/apache/lenya/cms/publication/DocumentBuilder.html?rev=610018&r1=610017&r2=610018&view=diff
==============================================================================
--- lenya/site/apidocs/2.0/org/apache/lenya/cms/publication/DocumentBuilder.html (original)
+++ lenya/site/apidocs/2.0/org/apache/lenya/cms/publication/DocumentBuilder.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:18 CET 2008 -->
 <TITLE>
-DocumentBuilder (Apache Lenya API - Version 2.0-dev)
+DocumentBuilder (Apache Lenya API - Version 2.0)
 </TITLE>
 
 <META NAME="keywords" CONTENT="org.apache.lenya.cms.publication.DocumentBuilder interface">
@@ -14,7 +14,7 @@
 <SCRIPT type="text/javascript">
 function windowTitle()
 {
-    parent.document.title="DocumentBuilder (Apache Lenya API - Version 2.0-dev)";
+    parent.document.title="DocumentBuilder (Apache Lenya API - Version 2.0)";
 }
 </SCRIPT>
 <NOSCRIPT>
@@ -320,6 +320,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/DocumentDoesNotExistException.html
URL: http://svn.apache.org/viewvc/lenya/site/apidocs/2.0/org/apache/lenya/cms/publication/DocumentDoesNotExistException.html?rev=610018&r1=610017&r2=610018&view=diff
==============================================================================
--- lenya/site/apidocs/2.0/org/apache/lenya/cms/publication/DocumentDoesNotExistException.html (original)
+++ lenya/site/apidocs/2.0/org/apache/lenya/cms/publication/DocumentDoesNotExistException.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:18 CET 2008 -->
 <TITLE>
-DocumentDoesNotExistException (Apache Lenya API - Version 2.0-dev)
+DocumentDoesNotExistException (Apache Lenya API - Version 2.0)
 </TITLE>
 
 <META NAME="keywords" CONTENT="org.apache.lenya.cms.publication.DocumentDoesNotExistException class">
@@ -14,7 +14,7 @@
 <SCRIPT type="text/javascript">
 function windowTitle()
 {
-    parent.document.title="DocumentDoesNotExistException (Apache Lenya API - Version 2.0-dev)";
+    parent.document.title="DocumentDoesNotExistException (Apache Lenya API - Version 2.0)";
 }
 </SCRIPT>
 <NOSCRIPT>
@@ -294,6 +294,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/DocumentException.html
URL: http://svn.apache.org/viewvc/lenya/site/apidocs/2.0/org/apache/lenya/cms/publication/DocumentException.html?rev=610018&r1=610017&r2=610018&view=diff
==============================================================================
--- lenya/site/apidocs/2.0/org/apache/lenya/cms/publication/DocumentException.html (original)
+++ lenya/site/apidocs/2.0/org/apache/lenya/cms/publication/DocumentException.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:29 CEST 2007 -->
+<!-- Generated by javadoc (build 1.5.0_13) on Tue Jan 08 15:35:18 CET 2008 -->
 <TITLE>
-DocumentException (Apache Lenya API - Version 2.0-dev)
+DocumentException (Apache Lenya API - Version 2.0)
 </TITLE>
 
 <META NAME="keywords" CONTENT="org.apache.lenya.cms.publication.DocumentException class">
@@ -14,7 +14,7 @@
 <SCRIPT type="text/javascript">
 function windowTitle()
 {
-    parent.document.title="DocumentException (Apache Lenya API - Version 2.0-dev)";
+    parent.document.title="DocumentException (Apache Lenya API - Version 2.0)";
 }
 </SCRIPT>
 <NOSCRIPT>
@@ -296,6 +296,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/DocumentFactory.html
URL: http://svn.apache.org/viewvc/lenya/site/apidocs/2.0/org/apache/lenya/cms/publication/DocumentFactory.html?rev=610018&r1=610017&r2=610018&view=diff
==============================================================================
--- lenya/site/apidocs/2.0/org/apache/lenya/cms/publication/DocumentFactory.html (original)
+++ lenya/site/apidocs/2.0/org/apache/lenya/cms/publication/DocumentFactory.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:29 CEST 2007 -->
+<!-- Generated by javadoc (build 1.5.0_13) on Tue Jan 08 15:35:18 CET 2008 -->
 <TITLE>
-DocumentFactory (Apache Lenya API - Version 2.0-dev)
+DocumentFactory (Apache Lenya API - Version 2.0)
 </TITLE>
 
 <META NAME="keywords" CONTENT="org.apache.lenya.cms.publication.DocumentFactory interface">
@@ -14,7 +14,7 @@
 <SCRIPT type="text/javascript">
 function windowTitle()
 {
-    parent.document.title="DocumentFactory (Apache Lenya API - Version 2.0-dev)";
+    parent.document.title="DocumentFactory (Apache Lenya API - Version 2.0)";
 }
 </SCRIPT>
 <NOSCRIPT>
@@ -101,7 +101,7 @@
 <P>
 <DL>
 <DT><B>Version:</B></DT>
-  <DD>$Id: DocumentFactory.java 473861 2006-11-12 03:51:14Z gregor $</DD>
+  <DD>$Id: DocumentFactory.java 569341 2007-08-24 10:47:38Z andreas $</DD>
 </DL>
 <HR>
 
@@ -117,6 +117,14 @@
 </TR>
 <TR BGCOLOR="white" CLASS="TableRowColor">
 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
+<CODE>&nbsp;boolean</CODE></FONT></TD>
+<TD><CODE><B><A HREF="../../../../../org/apache/lenya/cms/publication/DocumentFactory.html#existsPublication(java.lang.String)">existsPublication</A></B>(java.lang.String&nbsp;id)</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>&nbsp;<A HREF="../../../../../org/apache/lenya/cms/publication/Document.html" title="interface in org.apache.lenya.cms.publication">Document</A></CODE></FONT></TD>
 <TD><CODE><B><A HREF="../../../../../org/apache/lenya/cms/publication/DocumentFactory.html#get(org.apache.lenya.cms.publication.DocumentIdentifier)">get</A></B>(<A HREF="../../../../../org/apache/lenya/cms/publication/DocumentIdentifier.html" title="class in org.apache.lenya.cms.publication">DocumentIdentifier</A>&nbsp;identifier)</CODE>
 
@@ -155,6 +163,18 @@
 <TR BGCOLOR="white" CLASS="TableRowColor">
 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
 <CODE>&nbsp;<A HREF="../../../../../org/apache/lenya/cms/publication/Document.html" title="interface in org.apache.lenya.cms.publication">Document</A></CODE></FONT></TD>
+<TD><CODE><B><A HREF="../../../../../org/apache/lenya/cms/publication/DocumentFactory.html#get(org.apache.lenya.cms.publication.Publication, java.lang.String, java.lang.String, java.lang.String, int)">get</A></B>(<A HREF="../../../../../org/apache/lenya/cms/publication/Publication.html" title="interface in org.apache.lenya.cms.publication">Publication</A>&nbsp;publication,
+    java.lang.String&nbsp;area,
+    java.lang.String&nbsp;uuid,
+    java.lang.String&nbsp;language,
+    int&nbsp;revision)</CODE>
+
+<BR>
+&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Returns a revision of a document.</TD>
+</TR>
+<TR BGCOLOR="white" CLASS="TableRowColor">
+<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
+<CODE>&nbsp;<A HREF="../../../../../org/apache/lenya/cms/publication/Document.html" title="interface in org.apache.lenya.cms.publication">Document</A></CODE></FONT></TD>
 <TD><CODE><B><A HREF="../../../../../org/apache/lenya/cms/publication/DocumentFactory.html#getAreaVersion(org.apache.lenya.cms.publication.Document, java.lang.String)">getAreaVersion</A></B>(<A HREF="../../../../../org/apache/lenya/cms/publication/Document.html" title="interface in org.apache.lenya.cms.publication">Document</A>&nbsp;document,
                java.lang.String&nbsp;area)</CODE>
 
@@ -217,7 +237,7 @@
 <TH ALIGN="left"><B>Methods inherited from interface org.apache.lenya.cms.repository.<A HREF="../../../../../org/apache/lenya/cms/repository/RepositoryItemFactory.html" title="interface in org.apache.lenya.cms.repository">RepositoryItemFactory</A></B></TH>
 </TR>
 <TR BGCOLOR="white" CLASS="TableRowColor">
-<TD><CODE><A HREF="../../../../../org/apache/lenya/cms/repository/RepositoryItemFactory.html#buildItem(org.apache.lenya.cms.repository.Session, java.lang.String)">buildItem</A>, <A HREF="../../../../../org/apache/lenya/cms/repository/RepositoryItemFactory.html#getItemType()">getItemType</A>, <A HREF="../../../../../org/apache/lenya/cms/repository/RepositoryItemFactory.html#isSharable()">isSharable</A></CODE></TD>
+<TD><CODE><A HREF="../../../../../org/apache/lenya/cms/repository/RepositoryItemFactory.html#buildItem(org.apache.lenya.cms.repository.Session, java.lang.String)">buildItem</A>, <A HREF="../../../../../org/apache/lenya/cms/repository/RepositoryItemFactory.html#getItemType()">getItemType</A></CODE></TD>
 </TR>
 </TABLE>
 &nbsp;
@@ -276,6 +296,30 @@
 </DL>
 <HR>
 
+<A NAME="get(org.apache.lenya.cms.publication.Publication, java.lang.String, java.lang.String, java.lang.String, int)"><!-- --></A><H3>
+get</H3>
+<PRE>
+<A HREF="../../../../../org/apache/lenya/cms/publication/Document.html" title="interface in org.apache.lenya.cms.publication">Document</A> <B>get</B>(<A HREF="../../../../../org/apache/lenya/cms/publication/Publication.html" title="interface in org.apache.lenya.cms.publication">Publication</A>&nbsp;publication,
+             java.lang.String&nbsp;area,
+             java.lang.String&nbsp;uuid,
+             java.lang.String&nbsp;language,
+             int&nbsp;revision)
+             throws <A HREF="../../../../../org/apache/lenya/cms/publication/DocumentBuildException.html" title="class in org.apache.lenya.cms.publication">DocumentBuildException</A></PRE>
+<DL>
+<DD>Returns a revision of a document.
+<P>
+<DD><DL>
+</DL>
+</DD>
+<DD><DL>
+<DT><B>Parameters:</B><DD><CODE>publication</CODE> - The publication.<DD><CODE>area</CODE> - The area.<DD><CODE>uuid</CODE> - The document ID.<DD><CODE>language</CODE> - The language.<DD><CODE>revision</CODE> - The revision..
+<DT><B>Returns:</B><DD>A document.
+<DT><B>Throws:</B>
+<DD><CODE><A HREF="../../../../../org/apache/lenya/cms/publication/DocumentBuildException.html" title="class in org.apache.lenya.cms.publication">DocumentBuildException</A></CODE> - if the document does not exist.</DL>
+</DD>
+</DL>
+<HR>
+
 <A NAME="getFromURL(java.lang.String)"><!-- --></A><H3>
 getFromURL</H3>
 <PRE>
@@ -448,6 +492,21 @@
 <DT><B>Returns:</B><DD>All publications.</DL>
 </DD>
 </DL>
+<HR>
+
+<A NAME="existsPublication(java.lang.String)"><!-- --></A><H3>
+existsPublication</H3>
+<PRE>
+boolean <B>existsPublication</B>(java.lang.String&nbsp;id)</PRE>
+<DL>
+<DD><DL>
+</DL>
+</DD>
+<DD><DL>
+<DT><B>Parameters:</B><DD><CODE>id</CODE> - The publication ID.
+<DT><B>Returns:</B><DD>If a publication with this ID exists.</DL>
+</DD>
+</DL>
 <!-- ========= END OF CLASS DATA ========= -->
 <HR>
 
@@ -507,6 +566,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/DocumentFactoryBuilder.html
URL: http://svn.apache.org/viewvc/lenya/site/apidocs/2.0/org/apache/lenya/cms/publication/DocumentFactoryBuilder.html?rev=610018&r1=610017&r2=610018&view=diff
==============================================================================
--- lenya/site/apidocs/2.0/org/apache/lenya/cms/publication/DocumentFactoryBuilder.html (original)
+++ lenya/site/apidocs/2.0/org/apache/lenya/cms/publication/DocumentFactoryBuilder.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:29 CEST 2007 -->
+<!-- Generated by javadoc (build 1.5.0_13) on Tue Jan 08 15:35:18 CET 2008 -->
 <TITLE>
-DocumentFactoryBuilder (Apache Lenya API - Version 2.0-dev)
+DocumentFactoryBuilder (Apache Lenya API - Version 2.0)
 </TITLE>
 
 <META NAME="keywords" CONTENT="org.apache.lenya.cms.publication.DocumentFactoryBuilder interface">
@@ -14,7 +14,7 @@
 <SCRIPT type="text/javascript">
 function windowTitle()
 {
-    parent.document.title="DocumentFactoryBuilder (Apache Lenya API - Version 2.0-dev)";
+    parent.document.title="DocumentFactoryBuilder (Apache Lenya API - Version 2.0)";
 }
 </SCRIPT>
 <NOSCRIPT>
@@ -239,6 +239,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/DocumentIdToPathMapper.html
URL: http://svn.apache.org/viewvc/lenya/site/apidocs/2.0/org/apache/lenya/cms/publication/DocumentIdToPathMapper.html?rev=610018&r1=610017&r2=610018&view=diff
==============================================================================
--- lenya/site/apidocs/2.0/org/apache/lenya/cms/publication/DocumentIdToPathMapper.html (original)
+++ lenya/site/apidocs/2.0/org/apache/lenya/cms/publication/DocumentIdToPathMapper.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:29 CEST 2007 -->
+<!-- Generated by javadoc (build 1.5.0_13) on Tue Jan 08 15:35:18 CET 2008 -->
 <TITLE>
-DocumentIdToPathMapper (Apache Lenya API - Version 2.0-dev)
+DocumentIdToPathMapper (Apache Lenya API - Version 2.0)
 </TITLE>
 
 <META NAME="keywords" CONTENT="org.apache.lenya.cms.publication.DocumentIdToPathMapper interface">
@@ -14,7 +14,7 @@
 <SCRIPT type="text/javascript">
 function windowTitle()
 {
-    parent.document.title="DocumentIdToPathMapper (Apache Lenya API - Version 2.0-dev)";
+    parent.document.title="DocumentIdToPathMapper (Apache Lenya API - Version 2.0)";
 }
 </SCRIPT>
 <NOSCRIPT>
@@ -120,7 +120,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">
@@ -129,7 +129,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;
@@ -151,7 +151,7 @@
 java.lang.String <B>getPath</B>(java.lang.String&nbsp;uuid,
                          java.lang.String&nbsp;language)</PRE>
 <DL>
-<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>
@@ -169,7 +169,7 @@
                      java.lang.String&nbsp;uuid,
                      java.lang.String&nbsp;language)</PRE>
 <DL>
-<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>Parameters:</B><DD><CODE>publication</CODE> - the publication of the document<DD><CODE>area</CODE> - the area of the document<DD><CODE>uuid</CODE> - the uuid of the document<DD><CODE>language</CODE> - the language of the document
@@ -235,6 +235,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/DocumentIdentifier.html
URL: http://svn.apache.org/viewvc/lenya/site/apidocs/2.0/org/apache/lenya/cms/publication/DocumentIdentifier.html?rev=610018&r1=610017&r2=610018&view=diff
==============================================================================
--- lenya/site/apidocs/2.0/org/apache/lenya/cms/publication/DocumentIdentifier.html (original)
+++ lenya/site/apidocs/2.0/org/apache/lenya/cms/publication/DocumentIdentifier.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:29 CEST 2007 -->
+<!-- Generated by javadoc (build 1.5.0_13) on Tue Jan 08 15:35:18 CET 2008 -->
 <TITLE>
-DocumentIdentifier (Apache Lenya API - Version 2.0-dev)
+DocumentIdentifier (Apache Lenya API - Version 2.0)
 </TITLE>
 
 <META NAME="keywords" CONTENT="org.apache.lenya.cms.publication.DocumentIdentifier class">
@@ -14,7 +14,7 @@
 <SCRIPT type="text/javascript">
 function windowTitle()
 {
-    parent.document.title="DocumentIdentifier (Apache Lenya API - Version 2.0-dev)";
+    parent.document.title="DocumentIdentifier (Apache Lenya API - Version 2.0)";
 }
 </SCRIPT>
 <NOSCRIPT>
@@ -113,7 +113,7 @@
 <B>Constructor Summary</B></FONT></TH>
 </TR>
 <TR BGCOLOR="white" CLASS="TableRowColor">
-<TD><CODE><B><A HREF="../../../../../org/apache/lenya/cms/publication/DocumentIdentifier.html#DocumentIdentifier(org.apache.lenya.cms.publication.Publication, java.lang.String, java.lang.String, java.lang.String)">DocumentIdentifier</A></B>(<A HREF="../../../../../org/apache/lenya/cms/publication/Publication.html" title="interface in org.apache.lenya.cms.publication">Publication</A>&nbsp;publication,
+<TD><CODE><B><A HREF="../../../../../org/apache/lenya/cms/publication/DocumentIdentifier.html#DocumentIdentifier(java.lang.String, java.lang.String, java.lang.String, java.lang.String)">DocumentIdentifier</A></B>(java.lang.String&nbsp;pubId,
                    java.lang.String&nbsp;area,
                    java.lang.String&nbsp;uuid,
                    java.lang.String&nbsp;language)</CODE>
@@ -165,8 +165,8 @@
 </TR>
 <TR BGCOLOR="white" CLASS="TableRowColor">
 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>&nbsp;<A HREF="../../../../../org/apache/lenya/cms/publication/Publication.html" title="interface in org.apache.lenya.cms.publication">Publication</A></CODE></FONT></TD>
-<TD><CODE><B><A HREF="../../../../../org/apache/lenya/cms/publication/DocumentIdentifier.html#getPublication()">getPublication</A></B>()</CODE>
+<CODE>&nbsp;java.lang.String</CODE></FONT></TD>
+<TD><CODE><B><A HREF="../../../../../org/apache/lenya/cms/publication/DocumentIdentifier.html#getPublicationId()">getPublicationId</A></B>()</CODE>
 
 <BR>
 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
@@ -218,10 +218,10 @@
 </TR>
 </TABLE>
 
-<A NAME="DocumentIdentifier(org.apache.lenya.cms.publication.Publication, java.lang.String, java.lang.String, java.lang.String)"><!-- --></A><H3>
+<A NAME="DocumentIdentifier(java.lang.String, java.lang.String, java.lang.String, java.lang.String)"><!-- --></A><H3>
 DocumentIdentifier</H3>
 <PRE>
-public <B>DocumentIdentifier</B>(<A HREF="../../../../../org/apache/lenya/cms/publication/Publication.html" title="interface in org.apache.lenya.cms.publication">Publication</A>&nbsp;publication,
+public <B>DocumentIdentifier</B>(java.lang.String&nbsp;pubId,
                           java.lang.String&nbsp;area,
                           java.lang.String&nbsp;uuid,
                           java.lang.String&nbsp;language)</PRE>
@@ -229,7 +229,7 @@
 <DD>Ctor.
 <P>
 <DL>
-<DT><B>Parameters:</B><DD><CODE>publication</CODE> - The publication.<DD><CODE>area</CODE> - The area.<DD><CODE>uuid</CODE> - The document UUID.<DD><CODE>language</CODE> - The language.</DL>
+<DT><B>Parameters:</B><DD><CODE>pubId</CODE> - The publication ID.<DD><CODE>area</CODE> - The area.<DD><CODE>uuid</CODE> - The document UUID.<DD><CODE>language</CODE> - The language.</DL>
 </DL>
 
 <!-- ============ METHOD DETAIL ========== -->
@@ -278,14 +278,14 @@
 </DL>
 <HR>
 
-<A NAME="getPublication()"><!-- --></A><H3>
-getPublication</H3>
+<A NAME="getPublicationId()"><!-- --></A><H3>
+getPublicationId</H3>
 <PRE>
-public <A HREF="../../../../../org/apache/lenya/cms/publication/Publication.html" title="interface in org.apache.lenya.cms.publication">Publication</A> <B>getPublication</B>()</PRE>
+public java.lang.String <B>getPublicationId</B>()</PRE>
 <DL>
 <DD><DL>
 
-<DT><B>Returns:</B><DD>The publication.</DL>
+<DT><B>Returns:</B><DD>The publication ID.</DL>
 </DD>
 </DL>
 <HR>
@@ -400,6 +400,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/DocumentLocator.html
URL: http://svn.apache.org/viewvc/lenya/site/apidocs/2.0/org/apache/lenya/cms/publication/DocumentLocator.html?rev=610018&r1=610017&r2=610018&view=diff
==============================================================================
--- lenya/site/apidocs/2.0/org/apache/lenya/cms/publication/DocumentLocator.html (original)
+++ lenya/site/apidocs/2.0/org/apache/lenya/cms/publication/DocumentLocator.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:29 CEST 2007 -->
+<!-- Generated by javadoc (build 1.5.0_13) on Tue Jan 08 15:35:18 CET 2008 -->
 <TITLE>
-DocumentLocator (Apache Lenya API - Version 2.0-dev)
+DocumentLocator (Apache Lenya API - Version 2.0)
 </TITLE>
 
 <META NAME="keywords" CONTENT="org.apache.lenya.cms.publication.DocumentLocator class">
@@ -14,7 +14,7 @@
 <SCRIPT type="text/javascript">
 function windowTitle()
 {
-    parent.document.title="DocumentLocator (Apache Lenya API - Version 2.0-dev)";
+    parent.document.title="DocumentLocator (Apache Lenya API - Version 2.0)";
 }
 </SCRIPT>
 <NOSCRIPT>
@@ -613,6 +613,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/DocumentManager.html
URL: http://svn.apache.org/viewvc/lenya/site/apidocs/2.0/org/apache/lenya/cms/publication/DocumentManager.html?rev=610018&r1=610017&r2=610018&view=diff
==============================================================================
--- lenya/site/apidocs/2.0/org/apache/lenya/cms/publication/DocumentManager.html (original)
+++ lenya/site/apidocs/2.0/org/apache/lenya/cms/publication/DocumentManager.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:29 CEST 2007 -->
+<!-- Generated by javadoc (build 1.5.0_13) on Tue Jan 08 15:35:18 CET 2008 -->
 <TITLE>
-DocumentManager (Apache Lenya API - Version 2.0-dev)
+DocumentManager (Apache Lenya API - Version 2.0)
 </TITLE>
 
 <META NAME="keywords" CONTENT="org.apache.lenya.cms.publication.DocumentManager interface">
@@ -14,7 +14,7 @@
 <SCRIPT type="text/javascript">
 function windowTitle()
 {
-    parent.document.title="DocumentManager (Apache Lenya API - Version 2.0-dev)";
+    parent.document.title="DocumentManager (Apache Lenya API - Version 2.0)";
 }
 </SCRIPT>
 <NOSCRIPT>
@@ -826,6 +826,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/DocumentUtil.html
URL: http://svn.apache.org/viewvc/lenya/site/apidocs/2.0/org/apache/lenya/cms/publication/DocumentUtil.html?rev=610018&r1=610017&r2=610018&view=diff
==============================================================================
--- lenya/site/apidocs/2.0/org/apache/lenya/cms/publication/DocumentUtil.html (original)
+++ lenya/site/apidocs/2.0/org/apache/lenya/cms/publication/DocumentUtil.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:29 CEST 2007 -->
+<!-- Generated by javadoc (build 1.5.0_13) on Tue Jan 08 15:35:19 CET 2008 -->
 <TITLE>
-DocumentUtil (Apache Lenya API - Version 2.0-dev)
+DocumentUtil (Apache Lenya API - Version 2.0)
 </TITLE>
 
 <META NAME="keywords" CONTENT="org.apache.lenya.cms.publication.DocumentUtil class">
@@ -14,7 +14,7 @@
 <SCRIPT type="text/javascript">
 function windowTitle()
 {
-    parent.document.title="DocumentUtil (Apache Lenya API - Version 2.0-dev)";
+    parent.document.title="DocumentUtil (Apache Lenya API - Version 2.0)";
 }
 </SCRIPT>
 <NOSCRIPT>
@@ -325,6 +325,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/IdentityDocumentIdToPathMapper.html
URL: http://svn.apache.org/viewvc/lenya/site/apidocs/2.0/org/apache/lenya/cms/publication/IdentityDocumentIdToPathMapper.html?rev=610018&r1=610017&r2=610018&view=diff
==============================================================================
--- lenya/site/apidocs/2.0/org/apache/lenya/cms/publication/IdentityDocumentIdToPathMapper.html (original)
+++ lenya/site/apidocs/2.0/org/apache/lenya/cms/publication/IdentityDocumentIdToPathMapper.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:29 CEST 2007 -->
+<!-- Generated by javadoc (build 1.5.0_13) on Tue Jan 08 15:35:19 CET 2008 -->
 <TITLE>
-IdentityDocumentIdToPathMapper (Apache Lenya API - Version 2.0-dev)
+IdentityDocumentIdToPathMapper (Apache Lenya API - Version 2.0)
 </TITLE>
 
 <META NAME="keywords" CONTENT="org.apache.lenya.cms.publication.IdentityDocumentIdToPathMapper class">
@@ -14,7 +14,7 @@
 <SCRIPT type="text/javascript">
 function windowTitle()
 {
-    parent.document.title="IdentityDocumentIdToPathMapper (Apache Lenya API - Version 2.0-dev)";
+    parent.document.title="IdentityDocumentIdToPathMapper (Apache Lenya API - Version 2.0)";
 }
 </SCRIPT>
 <NOSCRIPT>
@@ -143,7 +143,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">
@@ -152,7 +152,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>
 <TR BGCOLOR="white" CLASS="TableRowColor">
 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
@@ -211,7 +211,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>
@@ -231,7 +231,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>
@@ -319,6 +319,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/PageEnvelope.html
URL: http://svn.apache.org/viewvc/lenya/site/apidocs/2.0/org/apache/lenya/cms/publication/PageEnvelope.html?rev=610018&r1=610017&r2=610018&view=diff
==============================================================================
--- lenya/site/apidocs/2.0/org/apache/lenya/cms/publication/PageEnvelope.html (original)
+++ lenya/site/apidocs/2.0/org/apache/lenya/cms/publication/PageEnvelope.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:29 CEST 2007 -->
+<!-- Generated by javadoc (build 1.5.0_13) on Tue Jan 08 15:35:19 CET 2008 -->
 <TITLE>
-PageEnvelope (Apache Lenya API - Version 2.0-dev)
+PageEnvelope (Apache Lenya API - Version 2.0)
 </TITLE>
 
 <META NAME="keywords" CONTENT="org.apache.lenya.cms.publication.PageEnvelope class">
@@ -14,7 +14,7 @@
 <SCRIPT type="text/javascript">
 function windowTitle()
 {
-    parent.document.title="PageEnvelope (Apache Lenya API - Version 2.0-dev)";
+    parent.document.title="PageEnvelope (Apache Lenya API - Version 2.0)";
 }
 </SCRIPT>
 <NOSCRIPT>
@@ -294,6 +294,23 @@
 <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/publication/PageEnvelope.html#IS_PUBLICATION">IS_PUBLICATION</A></B></CODE>
+
+<BR>
+&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<code>IS_PUBLICATION</code> If the current URL refers to a publication ("true" or "false").</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/publication/PageEnvelope.html#LANGUAGE">LANGUAGE</A></B></CODE>
+
+<BR>
+&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;This attribute returns the document language if the document exists, or the
+ default language otherwise.</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/publication/PageEnvelope.html#NAMESPACE">NAMESPACE</A></B></CODE>
 
 <BR>
@@ -430,6 +447,14 @@
 </TR>
 <TR BGCOLOR="white" CLASS="TableRowColor">
 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
+<CODE>&nbsp;java.lang.String</CODE></FONT></TD>
+<TD><CODE><B><A HREF="../../../../../org/apache/lenya/cms/publication/PageEnvelope.html#getLanguage()">getLanguage</A></B>()</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>&nbsp;<A HREF="../../../../../org/apache/lenya/cms/publication/Publication.html" title="interface in org.apache.lenya.cms.publication">Publication</A></CODE></FONT></TD>
 <TD><CODE><B><A HREF="../../../../../org/apache/lenya/cms/publication/PageEnvelope.html#getPublication()">getPublication</A></B>()</CODE>
 
@@ -519,6 +544,18 @@
 </DL>
 <HR>
 
+<A NAME="IS_PUBLICATION"><!-- --></A><H3>
+IS_PUBLICATION</H3>
+<PRE>
+public static final java.lang.String <B>IS_PUBLICATION</B></PRE>
+<DL>
+<DD><code>IS_PUBLICATION</code> If the current URL refers to a publication ("true" or "false").
+<P>
+<DL>
+<DT><B>See Also:</B><DD><A HREF="../../../../../constant-values.html#org.apache.lenya.cms.publication.PageEnvelope.IS_PUBLICATION">Constant Field Values</A></DL>
+</DL>
+<HR>
+
 <A NAME="PUBLICATION_LANGUAGES_CSV"><!-- --></A><H3>
 PUBLICATION_LANGUAGES_CSV</H3>
 <PRE>
@@ -737,6 +774,19 @@
 </DL>
 <HR>
 
+<A NAME="LANGUAGE"><!-- --></A><H3>
+LANGUAGE</H3>
+<PRE>
+public static final java.lang.String <B>LANGUAGE</B></PRE>
+<DL>
+<DD>This attribute returns the document language if the document exists, or the
+ default language otherwise. This makes it suitable for 404 pages.
+<P>
+<DL>
+<DT><B>See Also:</B><DD><A HREF="../../../../../constant-values.html#org.apache.lenya.cms.publication.PageEnvelope.LANGUAGE">Constant Field Values</A></DL>
+</DL>
+<HR>
+
 <A NAME="DOCUMENT_LANGUAGES"><!-- --></A><H3>
 DOCUMENT_LANGUAGES</H3>
 <PRE>
@@ -1004,6 +1054,18 @@
 <DT><B>Parameters:</B><DD><CODE>_document</CODE> - A document.</DL>
 </DD>
 </DL>
+<HR>
+
+<A NAME="getLanguage()"><!-- --></A><H3>
+getLanguage</H3>
+<PRE>
+public java.lang.String <B>getLanguage</B>()</PRE>
+<DL>
+<DD><DL>
+
+<DT><B>Returns:</B><DD>The document language or the default language if the document doesn't exist.<DT><B>See Also:</B><DD><A HREF="../../../../../org/apache/lenya/cms/publication/PageEnvelope.html#LANGUAGE"><CODE>LANGUAGE</CODE></A></DL>
+</DD>
+</DL>
 <!-- ========= END OF CLASS DATA ========= -->
 <HR>
 
@@ -1063,6 +1125,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/PageEnvelopeException.html
URL: http://svn.apache.org/viewvc/lenya/site/apidocs/2.0/org/apache/lenya/cms/publication/PageEnvelopeException.html?rev=610018&r1=610017&r2=610018&view=diff
==============================================================================
--- lenya/site/apidocs/2.0/org/apache/lenya/cms/publication/PageEnvelopeException.html (original)
+++ lenya/site/apidocs/2.0/org/apache/lenya/cms/publication/PageEnvelopeException.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:29 CEST 2007 -->
+<!-- Generated by javadoc (build 1.5.0_13) on Tue Jan 08 15:35:19 CET 2008 -->
 <TITLE>
-PageEnvelopeException (Apache Lenya API - Version 2.0-dev)
+PageEnvelopeException (Apache Lenya API - Version 2.0)
 </TITLE>
 
 <META NAME="keywords" CONTENT="org.apache.lenya.cms.publication.PageEnvelopeException class">
@@ -14,7 +14,7 @@
 <SCRIPT type="text/javascript">
 function windowTitle()
 {
-    parent.document.title="PageEnvelopeException (Apache Lenya API - Version 2.0-dev)";
+    parent.document.title="PageEnvelopeException (Apache Lenya API - Version 2.0)";
 }
 </SCRIPT>
 <NOSCRIPT>
@@ -290,6 +290,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/PageEnvelopeFactory.html
URL: http://svn.apache.org/viewvc/lenya/site/apidocs/2.0/org/apache/lenya/cms/publication/PageEnvelopeFactory.html?rev=610018&r1=610017&r2=610018&view=diff
==============================================================================
--- lenya/site/apidocs/2.0/org/apache/lenya/cms/publication/PageEnvelopeFactory.html (original)
+++ lenya/site/apidocs/2.0/org/apache/lenya/cms/publication/PageEnvelopeFactory.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:29 CEST 2007 -->
+<!-- Generated by javadoc (build 1.5.0_13) on Tue Jan 08 15:35:19 CET 2008 -->
 <TITLE>
-PageEnvelopeFactory (Apache Lenya API - Version 2.0-dev)
+PageEnvelopeFactory (Apache Lenya API - Version 2.0)
 </TITLE>
 
 <META NAME="keywords" CONTENT="org.apache.lenya.cms.publication.PageEnvelopeFactory class">
@@ -14,7 +14,7 @@
 <SCRIPT type="text/javascript">
 function windowTitle()
 {
-    parent.document.title="PageEnvelopeFactory (Apache Lenya API - Version 2.0-dev)";
+    parent.document.title="PageEnvelopeFactory (Apache Lenya API - Version 2.0)";
 }
 </SCRIPT>
 <NOSCRIPT>
@@ -313,6 +313,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/PathToDocumentIdMapper.html
URL: http://svn.apache.org/viewvc/lenya/site/apidocs/2.0/org/apache/lenya/cms/publication/PathToDocumentIdMapper.html?rev=610018&r1=610017&r2=610018&view=diff
==============================================================================
--- lenya/site/apidocs/2.0/org/apache/lenya/cms/publication/PathToDocumentIdMapper.html (original)
+++ lenya/site/apidocs/2.0/org/apache/lenya/cms/publication/PathToDocumentIdMapper.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:29 CEST 2007 -->
+<!-- Generated by javadoc (build 1.5.0_13) on Tue Jan 08 15:35:19 CET 2008 -->
 <TITLE>
-PathToDocumentIdMapper (Apache Lenya API - Version 2.0-dev)
+PathToDocumentIdMapper (Apache Lenya API - Version 2.0)
 </TITLE>
 
 <META NAME="keywords" CONTENT="org.apache.lenya.cms.publication.PathToDocumentIdMapper interface">
@@ -14,7 +14,7 @@
 <SCRIPT type="text/javascript">
 function windowTitle()
 {
-    parent.document.title="PathToDocumentIdMapper (Apache Lenya API - Version 2.0-dev)";
+    parent.document.title="PathToDocumentIdMapper (Apache Lenya API - Version 2.0)";
 }
 </SCRIPT>
 <NOSCRIPT>
@@ -234,6 +234,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/Proxy.html
URL: http://svn.apache.org/viewvc/lenya/site/apidocs/2.0/org/apache/lenya/cms/publication/Proxy.html?rev=610018&r1=610017&r2=610018&view=diff
==============================================================================
--- lenya/site/apidocs/2.0/org/apache/lenya/cms/publication/Proxy.html (original)
+++ lenya/site/apidocs/2.0/org/apache/lenya/cms/publication/Proxy.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:29 CEST 2007 -->
+<!-- Generated by javadoc (build 1.5.0_13) on Tue Jan 08 15:35:19 CET 2008 -->
 <TITLE>
-Proxy (Apache Lenya API - Version 2.0-dev)
+Proxy (Apache Lenya API - Version 2.0)
 </TITLE>
 
 <META NAME="keywords" CONTENT="org.apache.lenya.cms.publication.Proxy class">
@@ -14,7 +14,7 @@
 <SCRIPT type="text/javascript">
 function windowTitle()
 {
-    parent.document.title="Proxy (Apache Lenya API - Version 2.0-dev)";
+    parent.document.title="Proxy (Apache Lenya API - Version 2.0)";
 }
 </SCRIPT>
 <NOSCRIPT>
@@ -329,6 +329,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/Publication.html
URL: http://svn.apache.org/viewvc/lenya/site/apidocs/2.0/org/apache/lenya/cms/publication/Publication.html?rev=610018&r1=610017&r2=610018&view=diff
==============================================================================
--- lenya/site/apidocs/2.0/org/apache/lenya/cms/publication/Publication.html (original)
+++ lenya/site/apidocs/2.0/org/apache/lenya/cms/publication/Publication.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:29 CEST 2007 -->
+<!-- Generated by javadoc (build 1.5.0_13) on Tue Jan 08 15:35:19 CET 2008 -->
 <TITLE>
-Publication (Apache Lenya API - Version 2.0-dev)
+Publication (Apache Lenya API - Version 2.0)
 </TITLE>
 
 <META NAME="keywords" CONTENT="org.apache.lenya.cms.publication.Publication interface">
@@ -14,7 +14,7 @@
 <SCRIPT type="text/javascript">
 function windowTitle()
 {
-    parent.document.title="Publication (Apache Lenya API - Version 2.0-dev)";
+    parent.document.title="Publication (Apache Lenya API - Version 2.0)";
 }
 </SCRIPT>
 <NOSCRIPT>
@@ -438,6 +438,15 @@
 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Set the path mapper</TD>
 </TR>
 </TABLE>
+&nbsp;<A NAME="methods_inherited_from_class_org.apache.lenya.cms.repository.RepositoryItem"><!-- --></A>
+<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
+<TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor">
+<TH ALIGN="left"><B>Methods inherited from interface org.apache.lenya.cms.repository.<A HREF="../../../../../org/apache/lenya/cms/repository/RepositoryItem.html" title="interface in org.apache.lenya.cms.repository">RepositoryItem</A></B></TH>
+</TR>
+<TR BGCOLOR="white" CLASS="TableRowColor">
+<TD><CODE><A HREF="../../../../../org/apache/lenya/cms/repository/RepositoryItem.html#getSession()">getSession</A></CODE></TD>
+</TR>
+</TABLE>
 &nbsp;
 <P>
 
@@ -1115,6 +1124,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/PublicationException.html
URL: http://svn.apache.org/viewvc/lenya/site/apidocs/2.0/org/apache/lenya/cms/publication/PublicationException.html?rev=610018&r1=610017&r2=610018&view=diff
==============================================================================
--- lenya/site/apidocs/2.0/org/apache/lenya/cms/publication/PublicationException.html (original)
+++ lenya/site/apidocs/2.0/org/apache/lenya/cms/publication/PublicationException.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:29 CEST 2007 -->
+<!-- Generated by javadoc (build 1.5.0_13) on Tue Jan 08 15:35:19 CET 2008 -->
 <TITLE>
-PublicationException (Apache Lenya API - Version 2.0-dev)
+PublicationException (Apache Lenya API - Version 2.0)
 </TITLE>
 
 <META NAME="keywords" CONTENT="org.apache.lenya.cms.publication.PublicationException class">
@@ -14,7 +14,7 @@
 <SCRIPT type="text/javascript">
 function windowTitle()
 {
-    parent.document.title="PublicationException (Apache Lenya API - Version 2.0-dev)";
+    parent.document.title="PublicationException (Apache Lenya API - Version 2.0)";
 }
 </SCRIPT>
 <NOSCRIPT>
@@ -295,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/publication/PublicationManager.html
URL: http://svn.apache.org/viewvc/lenya/site/apidocs/2.0/org/apache/lenya/cms/publication/PublicationManager.html?rev=610018&r1=610017&r2=610018&view=diff
==============================================================================
--- lenya/site/apidocs/2.0/org/apache/lenya/cms/publication/PublicationManager.html (original)
+++ lenya/site/apidocs/2.0/org/apache/lenya/cms/publication/PublicationManager.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:29 CEST 2007 -->
+<!-- Generated by javadoc (build 1.5.0_13) on Tue Jan 08 15:35:19 CET 2008 -->
 <TITLE>
-PublicationManager (Apache Lenya API - Version 2.0-dev)
+PublicationManager (Apache Lenya API - Version 2.0)
 </TITLE>
 
 <META NAME="keywords" CONTENT="org.apache.lenya.cms.publication.PublicationManager interface">
@@ -14,7 +14,7 @@
 <SCRIPT type="text/javascript">
 function windowTitle()
 {
-    parent.document.title="PublicationManager (Apache Lenya API - Version 2.0-dev)";
+    parent.document.title="PublicationManager (Apache Lenya API - Version 2.0)";
 }
 </SCRIPT>
 <NOSCRIPT>
@@ -127,6 +127,14 @@
 </TR>
 <TR BGCOLOR="white" CLASS="TableRowColor">
 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
+<CODE>&nbsp;void</CODE></FONT></TD>
+<TD><CODE><B><A HREF="../../../../../org/apache/lenya/cms/publication/PublicationManager.html#addPublication(java.lang.String)">addPublication</A></B>(java.lang.String&nbsp;id)</CODE>
+
+<BR>
+&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Adds a publication.</TD>
+</TR>
+<TR BGCOLOR="white" CLASS="TableRowColor">
+<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
 <CODE>&nbsp;<A HREF="../../../../../org/apache/lenya/cms/publication/Publication.html" title="interface in org.apache.lenya.cms.publication">Publication</A></CODE></FONT></TD>
 <TD><CODE><B><A HREF="../../../../../org/apache/lenya/cms/publication/PublicationManager.html#getPublication(org.apache.lenya.cms.publication.DocumentFactory, java.lang.String)">getPublication</A></B>(<A HREF="../../../../../org/apache/lenya/cms/publication/DocumentFactory.html" title="interface in org.apache.lenya.cms.publication">DocumentFactory</A>&nbsp;factory,
                java.lang.String&nbsp;id)</CODE>
@@ -136,6 +144,14 @@
 </TR>
 <TR BGCOLOR="white" CLASS="TableRowColor">
 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
+<CODE>&nbsp;java.lang.String[]</CODE></FONT></TD>
+<TD><CODE><B><A HREF="../../../../../org/apache/lenya/cms/publication/PublicationManager.html#getPublicationIds()">getPublicationIds</A></B>()</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>&nbsp;<A HREF="../../../../../org/apache/lenya/cms/publication/Publication.html" title="interface in org.apache.lenya.cms.publication">Publication</A>[]</CODE></FONT></TD>
 <TD><CODE><B><A HREF="../../../../../org/apache/lenya/cms/publication/PublicationManager.html#getPublications(org.apache.lenya.cms.publication.DocumentFactory)">getPublications</A></B>(<A HREF="../../../../../org/apache/lenya/cms/publication/DocumentFactory.html" title="interface in org.apache.lenya.cms.publication">DocumentFactory</A>&nbsp;factory)</CODE>
 
@@ -180,14 +196,11 @@
 <A NAME="getPublications(org.apache.lenya.cms.publication.DocumentFactory)"><!-- --></A><H3>
 getPublications</H3>
 <PRE>
-<A HREF="../../../../../org/apache/lenya/cms/publication/Publication.html" title="interface in org.apache.lenya.cms.publication">Publication</A>[] <B>getPublications</B>(<A HREF="../../../../../org/apache/lenya/cms/publication/DocumentFactory.html" title="interface in org.apache.lenya.cms.publication">DocumentFactory</A>&nbsp;factory)
-                              throws <A HREF="../../../../../org/apache/lenya/cms/publication/PublicationException.html" title="class in org.apache.lenya.cms.publication">PublicationException</A></PRE>
+<A HREF="../../../../../org/apache/lenya/cms/publication/Publication.html" title="interface in org.apache.lenya.cms.publication">Publication</A>[] <B>getPublications</B>(<A HREF="../../../../../org/apache/lenya/cms/publication/DocumentFactory.html" title="interface in org.apache.lenya.cms.publication">DocumentFactory</A>&nbsp;factory)</PRE>
 <DL>
 <DD><DL>
 <DT><B>Parameters:</B><DD><CODE>factory</CODE> - The factory.
-<DT><B>Returns:</B><DD>All publications.
-<DT><B>Throws:</B>
-<DD><CODE><A HREF="../../../../../org/apache/lenya/cms/publication/PublicationException.html" title="class in org.apache.lenya.cms.publication">PublicationException</A></CODE> - if an error occurrs.</DL>
+<DT><B>Returns:</B><DD>All publications.</DL>
 </DD>
 </DL>
 <HR>
@@ -203,7 +216,35 @@
 <DT><B>Parameters:</B><DD><CODE>factory</CODE> - The factory.<DD><CODE>id</CODE> - The publication ID.
 <DT><B>Returns:</B><DD>A publication.
 <DT><B>Throws:</B>
-<DD><CODE><A HREF="../../../../../org/apache/lenya/cms/publication/PublicationException.html" title="class in org.apache.lenya.cms.publication">PublicationException</A></CODE> - if an error occurs.</DL>
+<DD><CODE><A HREF="../../../../../org/apache/lenya/cms/publication/PublicationException.html" title="class in org.apache.lenya.cms.publication">PublicationException</A></CODE> - if the publication does not exist.</DL>
+</DD>
+</DL>
+<HR>
+
+<A NAME="getPublicationIds()"><!-- --></A><H3>
+getPublicationIds</H3>
+<PRE>
+java.lang.String[] <B>getPublicationIds</B>()</PRE>
+<DL>
+<DD><DL>
+
+<DT><B>Returns:</B><DD>The IDs of all available publications.</DL>
+</DD>
+</DL>
+<HR>
+
+<A NAME="addPublication(java.lang.String)"><!-- --></A><H3>
+addPublication</H3>
+<PRE>
+void <B>addPublication</B>(java.lang.String&nbsp;id)
+                    throws <A HREF="../../../../../org/apache/lenya/cms/publication/PublicationException.html" title="class in org.apache.lenya.cms.publication">PublicationException</A></PRE>
+<DL>
+<DD>Adds a publication.
+<P>
+<DD><DL>
+<DT><B>Parameters:</B><DD><CODE>id</CODE> - The publication ID.
+<DT><B>Throws:</B>
+<DD><CODE><A HREF="../../../../../org/apache/lenya/cms/publication/PublicationException.html" title="class in org.apache.lenya.cms.publication">PublicationException</A></CODE> - if the publication already exists.</DL>
 </DD>
 </DL>
 <!-- ========= END OF CLASS DATA ========= -->
@@ -265,6 +306,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/PublicationUtil.html
URL: http://svn.apache.org/viewvc/lenya/site/apidocs/2.0/org/apache/lenya/cms/publication/PublicationUtil.html?rev=610018&r1=610017&r2=610018&view=diff
==============================================================================
--- lenya/site/apidocs/2.0/org/apache/lenya/cms/publication/PublicationUtil.html (original)
+++ lenya/site/apidocs/2.0/org/apache/lenya/cms/publication/PublicationUtil.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:29 CEST 2007 -->
+<!-- Generated by javadoc (build 1.5.0_13) on Tue Jan 08 15:35:19 CET 2008 -->
 <TITLE>
-PublicationUtil (Apache Lenya API - Version 2.0-dev)
+PublicationUtil (Apache Lenya API - Version 2.0)
 </TITLE>
 
 <META NAME="keywords" CONTENT="org.apache.lenya.cms.publication.PublicationUtil class">
@@ -14,7 +14,7 @@
 <SCRIPT type="text/javascript">
 function windowTitle()
 {
-    parent.document.title="PublicationUtil (Apache Lenya API - Version 2.0-dev)";
+    parent.document.title="PublicationUtil (Apache Lenya API - Version 2.0)";
 }
 </SCRIPT>
 <NOSCRIPT>
@@ -381,6 +381,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/ResourceType.Sample.html
URL: http://svn.apache.org/viewvc/lenya/site/apidocs/2.0/org/apache/lenya/cms/publication/ResourceType.Sample.html?rev=610018&r1=610017&r2=610018&view=diff
==============================================================================
--- lenya/site/apidocs/2.0/org/apache/lenya/cms/publication/ResourceType.Sample.html (original)
+++ lenya/site/apidocs/2.0/org/apache/lenya/cms/publication/ResourceType.Sample.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:29 CEST 2007 -->
+<!-- Generated by javadoc (build 1.5.0_13) on Tue Jan 08 15:35:20 CET 2008 -->
 <TITLE>
-ResourceType.Sample (Apache Lenya API - Version 2.0-dev)
+ResourceType.Sample (Apache Lenya API - Version 2.0)
 </TITLE>
 
 <META NAME="keywords" CONTENT="org.apache.lenya.cms.publication.ResourceType.Sample class">
@@ -14,7 +14,7 @@
 <SCRIPT type="text/javascript">
 function windowTitle()
 {
-    parent.document.title="ResourceType.Sample (Apache Lenya API - Version 2.0-dev)";
+    parent.document.title="ResourceType.Sample (Apache Lenya API - Version 2.0)";
 }
 </SCRIPT>
 <NOSCRIPT>
@@ -294,6 +294,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/ResourceType.html
URL: http://svn.apache.org/viewvc/lenya/site/apidocs/2.0/org/apache/lenya/cms/publication/ResourceType.html?rev=610018&r1=610017&r2=610018&view=diff
==============================================================================
--- lenya/site/apidocs/2.0/org/apache/lenya/cms/publication/ResourceType.html (original)
+++ lenya/site/apidocs/2.0/org/apache/lenya/cms/publication/ResourceType.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:29 CEST 2007 -->
+<!-- Generated by javadoc (build 1.5.0_13) on Tue Jan 08 15:35:19 CET 2008 -->
 <TITLE>
-ResourceType (Apache Lenya API - Version 2.0-dev)
+ResourceType (Apache Lenya API - Version 2.0)
 </TITLE>
 
 <META NAME="keywords" CONTENT="org.apache.lenya.cms.publication.ResourceType interface">
@@ -14,7 +14,7 @@
 <SCRIPT type="text/javascript">
 function windowTitle()
 {
-    parent.document.title="ResourceType (Apache Lenya API - Version 2.0-dev)";
+    parent.document.title="ResourceType (Apache Lenya API - Version 2.0)";
 }
 </SCRIPT>
 <NOSCRIPT>
@@ -445,6 +445,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/SingleLanguageIdentityMapper.html
URL: http://svn.apache.org/viewvc/lenya/site/apidocs/2.0/org/apache/lenya/cms/publication/SingleLanguageIdentityMapper.html?rev=610018&r1=610017&r2=610018&view=diff
==============================================================================
--- lenya/site/apidocs/2.0/org/apache/lenya/cms/publication/SingleLanguageIdentityMapper.html (original)
+++ lenya/site/apidocs/2.0/org/apache/lenya/cms/publication/SingleLanguageIdentityMapper.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:29 CEST 2007 -->
+<!-- Generated by javadoc (build 1.5.0_13) on Tue Jan 08 15:35:20 CET 2008 -->
 <TITLE>
-SingleLanguageIdentityMapper (Apache Lenya API - Version 2.0-dev)
+SingleLanguageIdentityMapper (Apache Lenya API - Version 2.0)
 </TITLE>
 
 <META NAME="keywords" CONTENT="org.apache.lenya.cms.publication.SingleLanguageIdentityMapper class">
@@ -14,7 +14,7 @@
 <SCRIPT type="text/javascript">
 function windowTitle()
 {
-    parent.document.title="SingleLanguageIdentityMapper (Apache Lenya API - Version 2.0-dev)";
+    parent.document.title="SingleLanguageIdentityMapper (Apache Lenya API - Version 2.0)";
 }
 </SCRIPT>
 <NOSCRIPT>
@@ -271,6 +271,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/URLInformation.html
URL: http://svn.apache.org/viewvc/lenya/site/apidocs/2.0/org/apache/lenya/cms/publication/URLInformation.html?rev=610018&r1=610017&r2=610018&view=diff
==============================================================================
--- lenya/site/apidocs/2.0/org/apache/lenya/cms/publication/URLInformation.html (original)
+++ lenya/site/apidocs/2.0/org/apache/lenya/cms/publication/URLInformation.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:29 CEST 2007 -->
+<!-- Generated by javadoc (build 1.5.0_13) on Tue Jan 08 15:35:20 CET 2008 -->
 <TITLE>
-URLInformation (Apache Lenya API - Version 2.0-dev)
+URLInformation (Apache Lenya API - Version 2.0)
 </TITLE>
 
 <META NAME="keywords" CONTENT="org.apache.lenya.cms.publication.URLInformation class">
@@ -14,7 +14,7 @@
 <SCRIPT type="text/javascript">
 function windowTitle()
 {
-    parent.document.title="URLInformation (Apache Lenya API - Version 2.0-dev)";
+    parent.document.title="URLInformation (Apache Lenya API - Version 2.0)";
 }
 </SCRIPT>
 <NOSCRIPT>
@@ -336,6 +336,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/package-frame.html
URL: http://svn.apache.org/viewvc/lenya/site/apidocs/2.0/org/apache/lenya/cms/publication/package-frame.html?rev=610018&r1=610017&r2=610018&view=diff
==============================================================================
--- lenya/site/apidocs/2.0/org/apache/lenya/cms/publication/package-frame.html (original)
+++ lenya/site/apidocs/2.0/org/apache/lenya/cms/publication/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.publication (Apache Lenya API - Version 2.0-dev)
+org.apache.lenya.cms.publication (Apache Lenya API - Version 2.0)
 </TITLE>
 
 <META NAME="keywords" CONTENT="org.apache.lenya.cms.publication package">

Modified: lenya/site/apidocs/2.0/org/apache/lenya/cms/publication/package-summary.html
URL: http://svn.apache.org/viewvc/lenya/site/apidocs/2.0/org/apache/lenya/cms/publication/package-summary.html?rev=610018&r1=610017&r2=610018&view=diff
==============================================================================
--- lenya/site/apidocs/2.0/org/apache/lenya/cms/publication/package-summary.html (original)
+++ lenya/site/apidocs/2.0/org/apache/lenya/cms/publication/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.publication (Apache Lenya API - Version 2.0-dev)
+org.apache.lenya.cms.publication (Apache Lenya API - Version 2.0)
 </TITLE>
 
 <META NAME="keywords" CONTENT="org.apache.lenya.cms.publication package">
@@ -14,7 +14,7 @@
 <SCRIPT type="text/javascript">
 function windowTitle()
 {
-    parent.document.title="org.apache.lenya.cms.publication (Apache Lenya API - Version 2.0-dev)";
+    parent.document.title="org.apache.lenya.cms.publication (Apache Lenya API - Version 2.0)";
 }
 </SCRIPT>
 <NOSCRIPT>
@@ -279,6 +279,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/package-tree.html
URL: http://svn.apache.org/viewvc/lenya/site/apidocs/2.0/org/apache/lenya/cms/publication/package-tree.html?rev=610018&r1=610017&r2=610018&view=diff
==============================================================================
--- lenya/site/apidocs/2.0/org/apache/lenya/cms/publication/package-tree.html (original)
+++ lenya/site/apidocs/2.0/org/apache/lenya/cms/publication/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.publication Class Hierarchy (Apache Lenya API - Version 2.0-dev)
+org.apache.lenya.cms.publication 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.publication Class Hierarchy (Apache Lenya API - Version 2.0-dev)";
+    parent.document.title="org.apache.lenya.cms.publication Class Hierarchy (Apache Lenya API - Version 2.0)";
 }
 </SCRIPT>
 <NOSCRIPT>
@@ -174,6 +174,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/templating/AllExistingSourceResolver.html
URL: http://svn.apache.org/viewvc/lenya/site/apidocs/2.0/org/apache/lenya/cms/publication/templating/AllExistingSourceResolver.html?rev=610018&r1=610017&r2=610018&view=diff
==============================================================================
--- lenya/site/apidocs/2.0/org/apache/lenya/cms/publication/templating/AllExistingSourceResolver.html (original)
+++ lenya/site/apidocs/2.0/org/apache/lenya/cms/publication/templating/AllExistingSourceResolver.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:29 CEST 2007 -->
+<!-- Generated by javadoc (build 1.5.0_13) on Tue Jan 08 15:35:20 CET 2008 -->
 <TITLE>
-AllExistingSourceResolver (Apache Lenya API - Version 2.0-dev)
+AllExistingSourceResolver (Apache Lenya API - Version 2.0)
 </TITLE>
 
 <META NAME="keywords" CONTENT="org.apache.lenya.cms.publication.templating.AllExistingSourceResolver class">
@@ -14,7 +14,7 @@
 <SCRIPT type="text/javascript">
 function windowTitle()
 {
-    parent.document.title="AllExistingSourceResolver (Apache Lenya API - Version 2.0-dev)";
+    parent.document.title="AllExistingSourceResolver (Apache Lenya API - Version 2.0)";
 }
 </SCRIPT>
 <NOSCRIPT>
@@ -280,6 +280,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/templating/ExistingAncestorSourceResolver.html
URL: http://svn.apache.org/viewvc/lenya/site/apidocs/2.0/org/apache/lenya/cms/publication/templating/ExistingAncestorSourceResolver.html?rev=610018&r1=610017&r2=610018&view=diff
==============================================================================
--- lenya/site/apidocs/2.0/org/apache/lenya/cms/publication/templating/ExistingAncestorSourceResolver.html (original)
+++ lenya/site/apidocs/2.0/org/apache/lenya/cms/publication/templating/ExistingAncestorSourceResolver.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:29 CEST 2007 -->
+<!-- Generated by javadoc (build 1.5.0_13) on Tue Jan 08 15:35:20 CET 2008 -->
 <TITLE>
-ExistingAncestorSourceResolver (Apache Lenya API - Version 2.0-dev)
+ExistingAncestorSourceResolver (Apache Lenya API - Version 2.0)
 </TITLE>
 
 <META NAME="keywords" CONTENT="org.apache.lenya.cms.publication.templating.ExistingAncestorSourceResolver class">
@@ -14,7 +14,7 @@
 <SCRIPT type="text/javascript">
 function windowTitle()
 {
-    parent.document.title="ExistingAncestorSourceResolver (Apache Lenya API - Version 2.0-dev)";
+    parent.document.title="ExistingAncestorSourceResolver (Apache Lenya API - Version 2.0)";
 }
 </SCRIPT>
 <NOSCRIPT>
@@ -286,6 +286,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/templating/ExistingSourceResolver.html
URL: http://svn.apache.org/viewvc/lenya/site/apidocs/2.0/org/apache/lenya/cms/publication/templating/ExistingSourceResolver.html?rev=610018&r1=610017&r2=610018&view=diff
==============================================================================
--- lenya/site/apidocs/2.0/org/apache/lenya/cms/publication/templating/ExistingSourceResolver.html (original)
+++ lenya/site/apidocs/2.0/org/apache/lenya/cms/publication/templating/ExistingSourceResolver.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:29 CEST 2007 -->
+<!-- Generated by javadoc (build 1.5.0_13) on Tue Jan 08 15:35:20 CET 2008 -->
 <TITLE>
-ExistingSourceResolver (Apache Lenya API - Version 2.0-dev)
+ExistingSourceResolver (Apache Lenya API - Version 2.0)
 </TITLE>
 
 <META NAME="keywords" CONTENT="org.apache.lenya.cms.publication.templating.ExistingSourceResolver class">
@@ -14,7 +14,7 @@
 <SCRIPT type="text/javascript">
 function windowTitle()
 {
-    parent.document.title="ExistingSourceResolver (Apache Lenya API - Version 2.0-dev)";
+    parent.document.title="ExistingSourceResolver (Apache Lenya API - Version 2.0)";
 }
 </SCRIPT>
 <NOSCRIPT>
@@ -286,6 +286,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/templating/Instantiator.html
URL: http://svn.apache.org/viewvc/lenya/site/apidocs/2.0/org/apache/lenya/cms/publication/templating/Instantiator.html?rev=610018&r1=610017&r2=610018&view=diff
==============================================================================
--- lenya/site/apidocs/2.0/org/apache/lenya/cms/publication/templating/Instantiator.html (original)
+++ lenya/site/apidocs/2.0/org/apache/lenya/cms/publication/templating/Instantiator.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:29 CEST 2007 -->
+<!-- Generated by javadoc (build 1.5.0_13) on Tue Jan 08 15:35:20 CET 2008 -->
 <TITLE>
-Instantiator (Apache Lenya API - Version 2.0-dev)
+Instantiator (Apache Lenya API - Version 2.0)
 </TITLE>
 
 <META NAME="keywords" CONTENT="org.apache.lenya.cms.publication.templating.Instantiator interface">
@@ -14,7 +14,7 @@
 <SCRIPT type="text/javascript">
 function windowTitle()
 {
-    parent.document.title="Instantiator (Apache Lenya API - Version 2.0-dev)";
+    parent.document.title="Instantiator (Apache Lenya API - Version 2.0)";
 }
 </SCRIPT>
 <NOSCRIPT>
@@ -249,6 +249,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/templating/PublicationTemplateManager.html
URL: http://svn.apache.org/viewvc/lenya/site/apidocs/2.0/org/apache/lenya/cms/publication/templating/PublicationTemplateManager.html?rev=610018&r1=610017&r2=610018&view=diff
==============================================================================
--- lenya/site/apidocs/2.0/org/apache/lenya/cms/publication/templating/PublicationTemplateManager.html (original)
+++ lenya/site/apidocs/2.0/org/apache/lenya/cms/publication/templating/PublicationTemplateManager.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:29 CEST 2007 -->
+<!-- Generated by javadoc (build 1.5.0_13) on Tue Jan 08 15:35:20 CET 2008 -->
 <TITLE>
-PublicationTemplateManager (Apache Lenya API - Version 2.0-dev)
+PublicationTemplateManager (Apache Lenya API - Version 2.0)
 </TITLE>
 
 <META NAME="keywords" CONTENT="org.apache.lenya.cms.publication.templating.PublicationTemplateManager interface">
@@ -14,7 +14,7 @@
 <SCRIPT type="text/javascript">
 function windowTitle()
 {
-    parent.document.title="PublicationTemplateManager (Apache Lenya API - Version 2.0-dev)";
+    parent.document.title="PublicationTemplateManager (Apache Lenya API - Version 2.0)";
 }
 </SCRIPT>
 <NOSCRIPT>
@@ -312,6 +312,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/templating/PublicationVisitor.html
URL: http://svn.apache.org/viewvc/lenya/site/apidocs/2.0/org/apache/lenya/cms/publication/templating/PublicationVisitor.html?rev=610018&r1=610017&r2=610018&view=diff
==============================================================================
--- lenya/site/apidocs/2.0/org/apache/lenya/cms/publication/templating/PublicationVisitor.html (original)
+++ lenya/site/apidocs/2.0/org/apache/lenya/cms/publication/templating/PublicationVisitor.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:29 CEST 2007 -->
+<!-- Generated by javadoc (build 1.5.0_13) on Tue Jan 08 15:35:20 CET 2008 -->
 <TITLE>
-PublicationVisitor (Apache Lenya API - Version 2.0-dev)
+PublicationVisitor (Apache Lenya API - Version 2.0)
 </TITLE>
 
 <META NAME="keywords" CONTENT="org.apache.lenya.cms.publication.templating.PublicationVisitor interface">
@@ -14,7 +14,7 @@
 <SCRIPT type="text/javascript">
 function windowTitle()
 {
-    parent.document.title="PublicationVisitor (Apache Lenya API - Version 2.0-dev)";
+    parent.document.title="PublicationVisitor (Apache Lenya API - Version 2.0)";
 }
 </SCRIPT>
 <NOSCRIPT>
@@ -204,6 +204,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/templating/SourceVisitor.html
URL: http://svn.apache.org/viewvc/lenya/site/apidocs/2.0/org/apache/lenya/cms/publication/templating/SourceVisitor.html?rev=610018&r1=610017&r2=610018&view=diff
==============================================================================
--- lenya/site/apidocs/2.0/org/apache/lenya/cms/publication/templating/SourceVisitor.html (original)
+++ lenya/site/apidocs/2.0/org/apache/lenya/cms/publication/templating/SourceVisitor.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:29 CEST 2007 -->
+<!-- Generated by javadoc (build 1.5.0_13) on Tue Jan 08 15:35:20 CET 2008 -->
 <TITLE>
-SourceVisitor (Apache Lenya API - Version 2.0-dev)
+SourceVisitor (Apache Lenya API - Version 2.0)
 </TITLE>
 
 <META NAME="keywords" CONTENT="org.apache.lenya.cms.publication.templating.SourceVisitor interface">
@@ -14,7 +14,7 @@
 <SCRIPT type="text/javascript">
 function windowTitle()
 {
-    parent.document.title="SourceVisitor (Apache Lenya API - Version 2.0-dev)";
+    parent.document.title="SourceVisitor (Apache Lenya API - Version 2.0)";
 }
 </SCRIPT>
 <NOSCRIPT>
@@ -210,6 +210,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/templating/TemplatingException.html
URL: http://svn.apache.org/viewvc/lenya/site/apidocs/2.0/org/apache/lenya/cms/publication/templating/TemplatingException.html?rev=610018&r1=610017&r2=610018&view=diff
==============================================================================
--- lenya/site/apidocs/2.0/org/apache/lenya/cms/publication/templating/TemplatingException.html (original)
+++ lenya/site/apidocs/2.0/org/apache/lenya/cms/publication/templating/TemplatingException.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:29 CEST 2007 -->
+<!-- Generated by javadoc (build 1.5.0_13) on Tue Jan 08 15:35:20 CET 2008 -->
 <TITLE>
-TemplatingException (Apache Lenya API - Version 2.0-dev)
+TemplatingException (Apache Lenya API - Version 2.0)
 </TITLE>
 
 <META NAME="keywords" CONTENT="org.apache.lenya.cms.publication.templating.TemplatingException class">
@@ -14,7 +14,7 @@
 <SCRIPT type="text/javascript">
 function windowTitle()
 {
-    parent.document.title="TemplatingException (Apache Lenya API - Version 2.0-dev)";
+    parent.document.title="TemplatingException (Apache Lenya API - Version 2.0)";
 }
 </SCRIPT>
 <NOSCRIPT>
@@ -289,6 +289,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/templating/VisitingSourceResolver.html
URL: http://svn.apache.org/viewvc/lenya/site/apidocs/2.0/org/apache/lenya/cms/publication/templating/VisitingSourceResolver.html?rev=610018&r1=610017&r2=610018&view=diff
==============================================================================
--- lenya/site/apidocs/2.0/org/apache/lenya/cms/publication/templating/VisitingSourceResolver.html (original)
+++ lenya/site/apidocs/2.0/org/apache/lenya/cms/publication/templating/VisitingSourceResolver.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:29 CEST 2007 -->
+<!-- Generated by javadoc (build 1.5.0_13) on Tue Jan 08 15:35:20 CET 2008 -->
 <TITLE>
-VisitingSourceResolver (Apache Lenya API - Version 2.0-dev)
+VisitingSourceResolver (Apache Lenya API - Version 2.0)
 </TITLE>
 
 <META NAME="keywords" CONTENT="org.apache.lenya.cms.publication.templating.VisitingSourceResolver interface">
@@ -14,7 +14,7 @@
 <SCRIPT type="text/javascript">
 function windowTitle()
 {
-    parent.document.title="VisitingSourceResolver (Apache Lenya API - Version 2.0-dev)";
+    parent.document.title="VisitingSourceResolver (Apache Lenya API - Version 2.0)";
 }
 </SCRIPT>
 <NOSCRIPT>
@@ -217,6 +217,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/templating/package-frame.html
URL: http://svn.apache.org/viewvc/lenya/site/apidocs/2.0/org/apache/lenya/cms/publication/templating/package-frame.html?rev=610018&r1=610017&r2=610018&view=diff
==============================================================================
--- lenya/site/apidocs/2.0/org/apache/lenya/cms/publication/templating/package-frame.html (original)
+++ lenya/site/apidocs/2.0/org/apache/lenya/cms/publication/templating/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.publication.templating (Apache Lenya API - Version 2.0-dev)
+org.apache.lenya.cms.publication.templating (Apache Lenya API - Version 2.0)
 </TITLE>
 
 <META NAME="keywords" CONTENT="org.apache.lenya.cms.publication.templating package">

Modified: lenya/site/apidocs/2.0/org/apache/lenya/cms/publication/templating/package-summary.html
URL: http://svn.apache.org/viewvc/lenya/site/apidocs/2.0/org/apache/lenya/cms/publication/templating/package-summary.html?rev=610018&r1=610017&r2=610018&view=diff
==============================================================================
--- lenya/site/apidocs/2.0/org/apache/lenya/cms/publication/templating/package-summary.html (original)
+++ lenya/site/apidocs/2.0/org/apache/lenya/cms/publication/templating/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.publication.templating (Apache Lenya API - Version 2.0-dev)
+org.apache.lenya.cms.publication.templating (Apache Lenya API - Version 2.0)
 </TITLE>
 
 <META NAME="keywords" CONTENT="org.apache.lenya.cms.publication.templating package">
@@ -14,7 +14,7 @@
 <SCRIPT type="text/javascript">
 function windowTitle()
 {
-    parent.document.title="org.apache.lenya.cms.publication.templating (Apache Lenya API - Version 2.0-dev)";
+    parent.document.title="org.apache.lenya.cms.publication.templating (Apache Lenya API - Version 2.0)";
 }
 </SCRIPT>
 <NOSCRIPT>
@@ -198,6 +198,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/templating/package-tree.html
URL: http://svn.apache.org/viewvc/lenya/site/apidocs/2.0/org/apache/lenya/cms/publication/templating/package-tree.html?rev=610018&r1=610017&r2=610018&view=diff
==============================================================================
--- lenya/site/apidocs/2.0/org/apache/lenya/cms/publication/templating/package-tree.html (original)
+++ lenya/site/apidocs/2.0/org/apache/lenya/cms/publication/templating/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.publication.templating Class Hierarchy (Apache Lenya API - Version 2.0-dev)
+org.apache.lenya.cms.publication.templating 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.publication.templating Class Hierarchy (Apache Lenya API - Version 2.0-dev)";
+    parent.document.title="org.apache.lenya.cms.publication.templating Class Hierarchy (Apache Lenya API - Version 2.0)";
 }
 </SCRIPT>
 <NOSCRIPT>
@@ -157,6 +157,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.