Class SkinManager
- java.lang.Object
-
- com.logicaldoc.enterprise.branding.SkinManager
-
public class SkinManager extends Object
A manager for getting the installed skins.- Since:
- 7.7.2
- Author:
- Marco Meschieri - LogicalDOC
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static SkinManager
get()
Map<String,String>
getSkins()
void
init()
-
-
-
Method Detail
-
init
public void init()
-
get
public static SkinManager get()
-
-