You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@jspwiki.apache.org by ja...@apache.org on 2009/03/04 23:35:34 UTC

svn commit: r750199 - /incubator/jspwiki/trunk/src/java/org/apache/wiki/PageManager.java

Author: jalkanen
Date: Wed Mar  4 22:35:34 2009
New Revision: 750199

URL: http://svn.apache.org/viewvc?rev=750199&view=rev
Log:
Deprecated PageManager.

Modified:
    incubator/jspwiki/trunk/src/java/org/apache/wiki/PageManager.java

Modified: incubator/jspwiki/trunk/src/java/org/apache/wiki/PageManager.java
URL: http://svn.apache.org/viewvc/incubator/jspwiki/trunk/src/java/org/apache/wiki/PageManager.java?rev=750199&r1=750198&r2=750199&view=diff
==============================================================================
--- incubator/jspwiki/trunk/src/java/org/apache/wiki/PageManager.java (original)
+++ incubator/jspwiki/trunk/src/java/org/apache/wiki/PageManager.java Wed Mar  4 22:35:34 2009
@@ -36,18 +36,10 @@
 
 
 /**
- *  Manages the WikiPages.  This class functions as an unified interface towards
- *  the page providers.  It handles initialization and management of the providers,
- *  and provides utility methods for accessing the contents.
- *  <p>
- *  Saving a page is a two-stage Task; first the pre-save operations and then the
- *  actual save.  See the descriptions of the tasks for further information.
- *
- *  @since 2.0
+ * Use ContentManager instead.
+ * 
+ * @deprecated
  */
-// FIXME: This class currently only functions just as an extra layer over providers,
-//        complicating things.  We need to move more provider-specific functionality
-//        from WikiEngine (which is too big now) into this class.
 public class PageManager extends ModuleManager
 {
     private static final long serialVersionUID = 1L;