Package org.exoplatform.wiki.mow.api
Class WikiPreferences
- java.lang.Object
-
- org.exoplatform.wiki.mow.api.WikiPreferences
-
public class WikiPreferences extends Object
- Author:
- Thomas Delhoménie
-
-
Constructor Summary
Constructors Constructor Description WikiPreferences()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetPath()WikiPreferencesSyntaxgetWikiPreferencesSyntax()voidsetPath(String path)voidsetWikiPreferencesSyntax(WikiPreferencesSyntax wikiPreferencesSyntax)
-
-
-
Method Detail
-
getWikiPreferencesSyntax
public WikiPreferencesSyntax getWikiPreferencesSyntax()
-
setWikiPreferencesSyntax
public void setWikiPreferencesSyntax(WikiPreferencesSyntax wikiPreferencesSyntax)
-
getPath
public String getPath()
-
setPath
public void setPath(String path)
-
-