| Package | Description |
|---|---|
| org.opencms.ui.apps |
Contains code for workplace apps
|
| org.opencms.workplace.tools |
Contains the base classes for implementing a tool in the OpenCms Workplace "Administration" view.
|
| Constructor and Description |
|---|
CmsLegacyApp(I_CmsToolHandler toolHandler)
Constructor.
|
CmsLegacyAppConfiguration(I_CmsToolHandler toolHandler)
Constructor.
|
| Modifier and Type | Class and Description |
|---|---|
class |
A_CmsToolHandler
Helper class to build easily other admin tool handlers.
|
class |
CmsDefaultToolHandler
Default admin tool handler.
|
class |
CmsInvisibleToolHandler
This tool handler just hides the tool for the user, but the tool can still
be invoked explicitly, usefull for tool that requires an argument, like
edit tools.
|
class |
CmsOfflineToolHandler
This tool handler disables the tool if in online project.
|
class |
CmsOnlyAdminToolHandler
This tool handler hides the tool to non admin users.
|
class |
CmsToolRootHandler
Admin tool handler for tool roots.
|
| Modifier and Type | Method and Description |
|---|---|
I_CmsToolHandler |
CmsTool.getHandler()
Returns the handler.
|
| Constructor and Description |
|---|
CmsTool(java.lang.String id,
I_CmsToolHandler handler)
Default Constructor.
|