Package org.opencms.ade.containerpage
Interface I_CmsResourceTypeEnabledCheck
public interface I_CmsResourceTypeEnabledCheck
Checks whether types are enabled for Add/New dialogs.
-
Method Summary
Modifier and TypeMethodDescriptionboolean
checkEnabled
(CmsObject cms, CmsADEConfigData config, I_CmsResourceType resType) Check whether the given type is enabled for a dialog.
-
Method Details
-
checkEnabled
Check whether the given type is enabled for a dialog.- Parameters:
cms
- the cms contextconfig
- the current sitemap configresType
- the resource type- Returns:
- true if the type is enabled
-