Package org.apache.jackrabbit.j2ee
Class AbstractConfig
java.lang.Object
org.apache.jackrabbit.j2ee.AbstractConfig
- Direct Known Subclasses:
BootstrapConfig
,JNDIConfig
Abstract configuration class that is based on a bean map.
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
valid
protected boolean valid
-
-
Constructor Details
-
AbstractConfig
public AbstractConfig()
-
-
Method Details
-
init
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
-
toMapName
-
validate
public void validate() -
isValid
public boolean isValid() -
logInfos
public void logInfos()
-