You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@jspwiki.apache.org by ju...@apache.org on 2013/01/28 20:13:57 UTC

svn commit: r1439585 - /incubator/jspwiki/trunk/doc/2.10-API.txt

Author: juanpablo
Date: Mon Jan 28 19:13:56 2013
New Revision: 1439585

URL: http://svn.apache.org/viewvc?rev=1439585&view=rev
Log:
updated doc API

Modified:
    incubator/jspwiki/trunk/doc/2.10-API.txt

Modified: incubator/jspwiki/trunk/doc/2.10-API.txt
URL: http://svn.apache.org/viewvc/incubator/jspwiki/trunk/doc/2.10-API.txt?rev=1439585&r1=1439584&r2=1439585&view=diff
==============================================================================
--- incubator/jspwiki/trunk/doc/2.10-API.txt (original)
+++ incubator/jspwiki/trunk/doc/2.10-API.txt Mon Jan 28 19:13:56 2013
@@ -59,6 +59,12 @@ org.apache.wiki.filters.PageFilter
     org.apache.wiki.api.filter.PageFilter
  -> all core wikifilters implementing the "old" interface now implement the new one
 
+org.apache.wiki.parser.JSPWikiMarkupParser
+ -> deprecated method public static Collection getImagePatterns( WikiEngine ) in favour of
+    WikiEngine.getAllInlinedImagePatterns()
+ -> deprecated constants DEFAULT_INLINEPATTERN and PROP_INLINEIMAGEPTRN. Consider using equivalent
+    ones from WikiEngine
+
 org.apache.wiki.parser.PluginContent
  -> getParameter returns String instead of Object (internally, it was returning a String)