| Package | Description |
|---|---|
| org.opencms.main |
Provides the main OpenCms "operating system".
|
| Modifier and Type | Field and Description |
|---|---|
static java.lang.ThreadLocal<java.util.ArrayList<CmsShell>> |
CmsShell.SHELL_STACK
Thread local which stores the currently active shell instance.
|
| Modifier and Type | Method and Description |
|---|---|
static CmsShell |
CmsShell.getTopShell()
Gets the top of thread-local shell stack, or null if it is empty.
|
| Modifier and Type | Method and Description |
|---|---|
void |
I_CmsShellCommands.initShellCmsObject(CmsObject cms,
CmsShell shell)
Provides access to the shell CmsObject and the shell itself.
|
static void |
CmsShell.pushShell(CmsShell shell)
Pushes shell instance on thread-local stack.
|