Nuxeo ECM Projects 5.4.3-SNAPSHOT

org.nuxeo.theme.themes
Class ThemeDescriptor

java.lang.Object
  extended by org.nuxeo.theme.themes.ThemeDescriptor
All Implemented Interfaces:
Type

public class ThemeDescriptor
extends Object
implements Type


Field Summary
 String src
           
 
Constructor Summary
ThemeDescriptor()
           
 
Method Summary
 RuntimeContext getContext()
           
 Date getLastLoaded()
           
 Date getLastModified()
           
 Date getLastSaved()
           
 String getName()
           
 String getResourceBankName()
           
 String getSrc()
           
 List<String> getTemplateEngines()
           
 TypeFamily getTypeFamily()
           
 String getTypeName()
           
 boolean isCompatibleWith(String templateEngine)
           
 boolean isCustom()
           
 boolean isCustomizable()
           
 boolean isCustomization()
           
 boolean isCustomized()
           
 boolean isExportable()
           
 boolean isLoadable()
           
 boolean isLoaded()
           
 boolean isLoadingFailed()
           
 boolean isReloadable()
           
 boolean isRepairable()
           
 boolean isSaveable()
           
 boolean isWritable()
           
 boolean isXmlConfigured()
           
 void setConfigured(boolean configured)
           
 void setContext(RuntimeContext ctx)
           
 void setCustomization(boolean customization)
           
 void setCustomized(boolean customized)
           
 void setLastLoaded(Date lastLoaded)
           
 void setLastSaved(Date lastSaved)
           
 void setLoadingFailed(boolean loadingFailed)
           
 void setName(String name)
           
 void setResourceBankName(String resourceBankName)
           
 void setSrc(String src)
           
 void setTemplateEngines(List<String> templateEngines)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

src

public String src
Constructor Detail

ThemeDescriptor

public ThemeDescriptor()
Method Detail

setContext

public void setContext(RuntimeContext ctx)

getContext

public RuntimeContext getContext()

getTypeFamily

public TypeFamily getTypeFamily()
Specified by:
getTypeFamily in interface Type

getTypeName

public String getTypeName()
Specified by:
getTypeName in interface Type

setConfigured

public void setConfigured(boolean configured)

isCustom

public boolean isCustom()

isLoaded

public boolean isLoaded()

isXmlConfigured

public boolean isXmlConfigured()

isWritable

public boolean isWritable()

isLoadable

public boolean isLoadable()

isReloadable

public boolean isReloadable()

isSaveable

public boolean isSaveable()

isExportable

public boolean isExportable()

isRepairable

public boolean isRepairable()

isLoadingFailed

public boolean isLoadingFailed()

setLoadingFailed

public void setLoadingFailed(boolean loadingFailed)

getSrc

public String getSrc()

setSrc

public void setSrc(String src)

isCustomized

public boolean isCustomized()

setCustomized

public void setCustomized(boolean customized)

getLastLoaded

public Date getLastLoaded()

setLastLoaded

public void setLastLoaded(Date lastLoaded)

getLastSaved

public Date getLastSaved()

setLastSaved

public void setLastSaved(Date lastSaved)

getLastModified

public Date getLastModified()

getName

public String getName()

setName

public void setName(String name)

getTemplateEngines

public List<String> getTemplateEngines()

setTemplateEngines

public void setTemplateEngines(List<String> templateEngines)

isCompatibleWith

public boolean isCompatibleWith(String templateEngine)

getResourceBankName

public String getResourceBankName()

setResourceBankName

public void setResourceBankName(String resourceBankName)

isCustomizable

public boolean isCustomizable()

isCustomization

public boolean isCustomization()

setCustomization

public void setCustomization(boolean customization)

Nuxeo ECM Projects 5.4.3-SNAPSHOT

Copyright © 2011 Nuxeo SAS. All Rights Reserved.