public class DefaultApplicationProperties extends Object implements ApplicationProperties
ApplicationPropertiesLOCALE, 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() |
Object |
getProperty(String key) |
String |
getStringProperty(String key) |
File |
getTempDir() |
static DefaultApplicationProperties |
properties(Map<String,Object> properties) |
static DefaultApplicationProperties |
properties(String packageNames) |
static DefaultApplicationProperties |
properties(String[] options) |
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(String[] options)
public static DefaultApplicationProperties properties(Map<String,Object> properties)
public File getTempDir()
getTempDir in interface ApplicationPropertiespublic Collection<String> getComponentPackageNames()
getComponentPackageNames in interface ApplicationPropertiespublic Locale getDefaultClientLocale()
getDefaultClientLocale in interface ApplicationPropertiespublic String getStringProperty(String key)
getStringProperty in interface ApplicationPropertiespublic Object getProperty(String key)
getProperty in interface ApplicationPropertiespublic Map<String,Object> getProperties()
getProperties in interface ApplicationPropertiesCopyright © 2011-2017 Analog Web Framework Development Team. All Rights Reserved.