info.magnolia.module.templatingkit
Class STKModule
java.lang.Object
info.magnolia.module.templatingkit.STKModule
@Singleton
public final class STKModule
- extends Object
Based STK Configuration Module definition singleton.
Sub configuration Elements are a Site and a
Map of Themes
- Version:
- $Id$
- Author:
- pbracher
- See Also:
Site
,
Theme
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
LICENSING_METHOD
public static final String LICENSING_METHOD
- Marker constant for the licensing mechanism.
- See Also:
- Constant Field Values
STKModule
public STKModule()
getSite
public Site getSite()
setSite
public void setSite(Site site)
getThemes
public Map<String,Theme> getThemes()
setThemes
public void setThemes(Map<String,Theme> themes)
addTheme
public void addTheme(String name,
Theme theme)
getTheme
public Theme getTheme(String name)
getDamSupport
public DAMSupport getDamSupport()
setDamSupport
public void setDamSupport(DAMSupport damSupport)
Copyright © 2008-2012 Magnolia International Ltd.. All Rights Reserved.