| 程序包 | 说明 |
|---|---|
| org.opencms.main |
Provides the main OpenCms "operating system".
|
| 限定符和类型 | 方法和说明 |
|---|---|
protected static OpenCmsCore |
OpenCmsCore.getInstance()
Returns the initialized OpenCms singleton instance.
|
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. |