org.apache.cayenne.configuration.server
Class ServerModule
java.lang.Object
org.apache.cayenne.configuration.server.ServerModule
- All Implemented Interfaces:
- Module
public class ServerModule
- extends Object
- implements Module
A DI module containing all Cayenne server runtime configuration.
- Since:
- 3.1
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CONFIGURATION_LOCATION
public static final String CONFIGURATION_LOCATION
- A property defining the location of the runtime configuration XML resource or file.
- See Also:
- Constant Field Values
configurationLocation
protected String configurationLocation
ServerModule
public ServerModule(String configurationLocation)
configure
public void configure(Binder binder)
- Specified by:
configure
in interface Module
Copyright © 2001-2010 Apache Cayenne. All Rights Reserved.