|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.castor.core.util.AbstractProperties
org.castor.core.CoreProperties
public class CoreProperties
Properties of core modul.
Field Summary | |
---|---|
static java.lang.String |
MAPPING_LOADER_FACTORIES
Property listing all available MappingLoader
implementations (org.castor.mapping.Loaders). |
Constructor Summary | |
---|---|
CoreProperties()
Default constructor. |
|
CoreProperties(java.lang.ClassLoader application,
java.lang.ClassLoader domain)
Construct properties that uses the specified class loaders. |
Method Summary |
---|
Methods inherited from class org.castor.core.util.AbstractProperties |
---|
get, getApplicationClassLoader, getBoolean, getBoolean, getClass, getClassArray, getDomainClassLoader, getInteger, getInteger, getObject, getObjectArray, getString, getString, getStringArray, loadDefaultProperties, loadUserProperties, put, remove |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final java.lang.String MAPPING_LOADER_FACTORIES
MappingLoader
implementations (org.castor.mapping.Loaders).
Constructor Detail |
---|
public CoreProperties()
public CoreProperties(java.lang.ClassLoader application, java.lang.ClassLoader domain)
app
- Classloader to be used for all classes of Castor and its required libraries.domain
- Classloader to be used for all domain objects.
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |