public class FacetThemes extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
FacetThemes.Facet |
| Modifier and Type | Field and Description |
|---|---|
static String[] |
allFacets |
static List<au.org.ala.biocache.dto.FacetThemes.FacetTheme> |
allThemes |
static LinkedHashMap<String,FacetThemes.Facet> |
facetsMap |
| Constructor and Description |
|---|
FacetThemes() |
FacetThemes(String configFilePath)
Takes a file path to a configuration file in JSON and parses the file
into facets and facet themes.
|
public static String[] allFacets
public static List<au.org.ala.biocache.dto.FacetThemes.FacetTheme> allThemes
public static LinkedHashMap<String,FacetThemes.Facet> facetsMap
public FacetThemes(String configFilePath) throws IOException
configFilePath - IOExceptionpublic FacetThemes()
Copyright © 2014. All rights reserved.