org.exoplatform.wiki.mow.core.api.wiki
Class Preferences

java.lang.Object
  extended by org.exoplatform.wiki.mow.core.api.wiki.Preferences

public abstract class Preferences
extends Object

Created by The eXo Platform SAS Author : Lai Trung Hieu hieu.lai@exoplatform.com Aug 26, 2010


Constructor Summary
Preferences()
           
 
Method Summary
protected abstract  PreferencesSyntax createPreferencesSyntax()
           
protected abstract  TemplateContainer createTemplateContainer()
           
abstract  String getPath()
           
 PreferencesSyntax getPreferencesSyntax()
           
protected abstract  PreferencesSyntax getPreferencesSyntaxByChromattic()
           
 TemplateContainer getTemplateContainer()
           
protected abstract  TemplateContainer getTemplateContainerByChromattic()
           
protected abstract  void setPreferencesSyntaxByChromattic(PreferencesSyntax preferencesSyntax)
           
protected abstract  void setTemplateContainerByChromattic(TemplateContainer templContainer)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Preferences

public Preferences()
Method Detail

getPreferencesSyntaxByChromattic

protected abstract PreferencesSyntax getPreferencesSyntaxByChromattic()

setPreferencesSyntaxByChromattic

protected abstract void setPreferencesSyntaxByChromattic(PreferencesSyntax preferencesSyntax)

getPath

public abstract String getPath()

createPreferencesSyntax

protected abstract PreferencesSyntax createPreferencesSyntax()

getPreferencesSyntax

public PreferencesSyntax getPreferencesSyntax()

getTemplateContainerByChromattic

protected abstract TemplateContainer getTemplateContainerByChromattic()

setTemplateContainerByChromattic

protected abstract void setTemplateContainerByChromattic(TemplateContainer templContainer)

createTemplateContainer

protected abstract TemplateContainer createTemplateContainer()

getTemplateContainer

public TemplateContainer getTemplateContainer()


Copyright © 2013 eXo Platform SAS. All Rights Reserved.