Uses of Interface
org.opencms.module.I_CmsModuleAction
Packages that use I_CmsModuleAction
Package
Description
OpenCms modules provide a powerful, standardized way to extend
the core OpenCms functionality.
-
Uses of I_CmsModuleAction in org.opencms.module
Classes in org.opencms.module that implement I_CmsModuleActionModifier and TypeClassDescriptionclass
Simple base implementation of theI_CmsModuleAction
interface, extend this class for more sophisticated module action implementations.Methods in org.opencms.module that return I_CmsModuleActionModifier and TypeMethodDescriptionCmsModule.getActionInstance()
Returns the module action instance of this module, ornull
if no module action instance is configured.