public class DefaultApplicationProperties extends Object implements ApplicationProperties
LOCALE, PACKAGES, TEMP_DIR
Modifier | Constructor and Description |
---|---|
protected |
DefaultApplicationProperties(Map<String,Object> properties) |
Modifier and Type | Method and Description |
---|---|
static DefaultApplicationProperties |
defaultProperties() |
Collection<String> |
getComponentPackageNames() |
Locale |
getDefaultClientLocale() |
Map<String,Object> |
getProperties() |
String |
getStringProperty(String key) |
File |
getTempDir() |
static DefaultApplicationProperties |
properties(Map<String,Object> properties) |
static DefaultApplicationProperties |
properties(String packageNames) |
static DefaultApplicationProperties |
properties(String packageNames,
String tmpDirectoryPath,
String defaultClientLocale) |
public static DefaultApplicationProperties defaultProperties()
public static DefaultApplicationProperties properties(String packageNames)
public static DefaultApplicationProperties properties(String packageNames, String tmpDirectoryPath, String defaultClientLocale)
public static DefaultApplicationProperties properties(Map<String,Object> properties)
public File getTempDir()
getTempDir
in interface ApplicationProperties
public Collection<String> getComponentPackageNames()
getComponentPackageNames
in interface ApplicationProperties
public Locale getDefaultClientLocale()
getDefaultClientLocale
in interface ApplicationProperties
public String getStringProperty(String key)
getStringProperty
in interface ApplicationProperties
public Map<String,Object> getProperties()
getProperties
in interface ApplicationProperties
Copyright © 2014 Analog Web Framework Development Team. All Rights Reserved.