public abstract class AbstractConfig extends Object
| Modifier and Type | Field and Description |
|---|---|
protected boolean |
valid |
| Constructor and Description |
|---|
AbstractConfig() |
| Modifier and Type | Method and Description |
|---|---|
void |
init(Properties props)
Initializes the configuration with values from the given properties
|
void |
init(javax.servlet.ServletConfig ctx) |
boolean |
isValid() |
void |
logInfos() |
String |
toMapName(String name,
char delim) |
void |
validate() |
public void init(Properties props) throws javax.servlet.ServletException
props - the configuration propertiesjavax.servlet.ServletExceptionpublic void init(javax.servlet.ServletConfig ctx)
throws javax.servlet.ServletException
javax.servlet.ServletExceptionpublic void validate()
public boolean isValid()
public void logInfos()
Copyright © 2004–2021 The Apache Software Foundation. All rights reserved.