public class ConfigManager extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
CONFIG_MANAGER |
| Constructor and Description |
|---|
ConfigManager() |
ConfigManager(Function<String,String> propertyResolver) |
| Modifier and Type | Method and Description |
|---|---|
void |
destroy() |
String |
get(String name,
String defaultValue) |
boolean |
getBoolean(String name,
boolean defaultValue) |
void |
init(javax.servlet.ServletContext servletContext) |
public static final String CONFIG_MANAGER
Copyright © 2020 JBoss by Red Hat. All rights reserved.