info.magnolia.module.templatingkit
Class STKModule

java.lang.Object
  extended by 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

Field Summary
static String LICENSING_METHOD
          Marker constant for the licensing mechanism.
 
Constructor Summary
STKModule()
           
 
Method Summary
 void addTheme(String name, Theme theme)
           
 Site getSite()
           
 Theme getTheme(String name)
           
 Map<String,Theme> getThemes()
           
 void setSite(Site site)
           
 void setThemes(Map<String,Theme> themes)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

LICENSING_METHOD

public static final String LICENSING_METHOD
Marker constant for the licensing mechanism.

See Also:
Constant Field Values
Constructor Detail

STKModule

public STKModule()
Method Detail

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)


Copyright © 2008-2014 Magnolia International Ltd.. All Rights Reserved.