Added more Wikipedia configurations
[phpeclipse.git] / archive / net.sourceforge.phpeclipse.wiki / src / net / sourceforge / phpeclipse / wiki / actions / mediawiki / config / IWikipedia.java
index 4d95cb8..bc9ee3e 100644 (file)
@@ -8,6 +8,10 @@ package net.sourceforge.phpeclipse.wiki.actions.mediawiki.config;
 public interface IWikipedia {
 
   /**
+   * @return Returns the default actionUrl.
+   */
+  public String getActionUrl();
+  /** 
    * @return Returns the actionPath.
    */
   public String getActionPath();