| Package | Description |
|---|---|
| org.opencms.workplace.tools |
Contains the base classes for implementing a tool in the OpenCms Workplace "Administration" view.
|
| Modifier and Type | Class and Description |
|---|---|
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.
|