Package org.apache.jackrabbit.j2ee
Class AbstractConfig
- java.lang.Object
-
- org.apache.jackrabbit.j2ee.AbstractConfig
-
- Direct Known Subclasses:
BootstrapConfig,JNDIConfig
public abstract class AbstractConfig extends Object
Abstract configuration class that is based on a bean map.
-
-
Field Summary
Fields Modifier and Type Field Description protected booleanvalid
-
Constructor Summary
Constructors Constructor Description AbstractConfig()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidinit(Properties props)Initializes the configuration with values from the given propertiesvoidinit(javax.servlet.ServletConfig ctx)booleanisValid()voidlogInfos()StringtoMapName(String name, char delim)voidvalidate()
-
-
-
Method Detail
-
init
public void init(Properties props) throws javax.servlet.ServletException
Initializes the configuration with values from the given properties- Parameters:
props- the configuration properties- Throws:
javax.servlet.ServletException
-
init
public void init(javax.servlet.ServletConfig ctx) throws javax.servlet.ServletException- Throws:
javax.servlet.ServletException
-
validate
public void validate()
-
isValid
public boolean isValid()
-
logInfos
public void logInfos()
-
-