程序包 | 说明 |
---|---|
org.opencms.db |
Low-level database connection and access functionality.
|
org.opencms.db.generic |
Generic (ANSI-SQL) implementation of the OpenCms database connector.
|
org.opencms.db.jpa | |
org.opencms.main |
Provides the main OpenCms "operating system".
|
org.opencms.publish |
Classes to handle the OpenCms publish process.
|
org.opencms.util |
Utility functions for String manipulation and other often used tasks.
|
限定符和类型 | 方法和说明 |
---|---|
void |
I_CmsUserDriver.fillDefaults(CmsDbContext dbc)
Initializes the default organizational units, users and groups.
|
void |
CmsSecurityManager.init(CmsConfigurationManager configurationManager,
I_CmsDbContextFactory dbContextFactory,
CmsPublishEngine publishEngine)
Initializes this security manager with a given runtime info factory.
|
java.lang.Object |
CmsDriverManager.newDriverInstance(CmsDbContext dbc,
CmsConfigurationManager configurationManager,
java.lang.String driverName,
java.util.List<java.lang.String> successiveDrivers)
Gets a new driver instance.
|
static CmsDriverManager |
CmsDriverManager.newInstance(CmsConfigurationManager configurationManager,
CmsSecurityManager securityManager,
I_CmsDbContextFactory runtimeInfoFactory,
CmsPublishEngine publishEngine)
Reads the required configurations from the opencms.properties file and creates
the various drivers to access the cms resources.
|
static CmsSecurityManager |
CmsSecurityManager.newInstance(CmsConfigurationManager configurationManager,
I_CmsDbContextFactory runtimeInfoFactory,
CmsPublishEngine publishEngine)
Creates a new instance of the OpenCms security manager.
|
void |
CmsDriverManager.newPoolInstance(CmsParameterConfiguration configuration,
java.lang.String poolName)
Method to create a new instance of a pool.
|
限定符和类型 | 方法和说明 |
---|---|
void |
CmsUserDriver.fillDefaults(CmsDbContext dbc) |
限定符和类型 | 方法和说明 |
---|---|
void |
CmsUserDriver.fillDefaults(CmsDbContext dbc) |
限定符和类型 | 方法和说明 |
---|---|
protected void |
OpenCmsCore.initConfiguration(CmsParameterConfiguration configuration)
Constructor to create a new OpenCms object.
|
protected void |
OpenCmsCore.initContext(javax.servlet.ServletContext context)
Initialization of the OpenCms runtime environment.
|
void |
I_CmsSessionStorageProvider.initialize()
Initializes the storage.
|
protected OpenCmsCore |
OpenCmsCore.upgradeRunlevel(CmsParameterConfiguration configuration)
Upgrades to runlevel
OpenCms.RUNLEVEL_3_SHELL_ACCESS ,
this is shell access to the database but no Servlet context. |
protected OpenCmsCore |
OpenCmsCore.upgradeRunlevel(javax.servlet.ServletContext context)
Upgrades to runlevel
OpenCms.RUNLEVEL_4_SERVLET_ACCESS ,
this is the final runlevel with an initialized database and Servlet context. |
构造器和说明 |
---|
CmsPublishEngine(I_CmsDbContextFactory dbContextFactory)
Default constructor.
|
限定符和类型 | 方法和说明 |
---|---|
static void |
CmsUUID.init(java.lang.String ethernetAddress)
Initialize the UUID generator with the ethernet address of the server machine.
|