Uses of Class
org.opencms.ade.configuration.CmsResourceTypeConfig
Packages that use CmsResourceTypeConfig
-
Uses of CmsResourceTypeConfig in org.opencms.ade.configuration
Methods in org.opencms.ade.configuration that return CmsResourceTypeConfigModifier and TypeMethodDescriptionprotected CmsResourceTypeConfig
CmsResourceTypeConfig.copy()
Creates a shallow copy of this resource type configuration object.protected CmsResourceTypeConfig
CmsResourceTypeConfig.copy
(boolean disabled) Creates a shallow copy of this resource type configuration object.CmsADEConfigData.getResourceType
(String typeName) Returns the configuration for a specific resource type.CmsResourceTypeConfig.markWithTemplate
(String template) If 'template' is not null, returns a copy of this type bean, but adds 'template' to the set of supported templates in the copy.CmsResourceTypeConfig.merge
(CmsResourceTypeConfig childConfig) Methods in org.opencms.ade.configuration that return types with arguments of type CmsResourceTypeConfigModifier and TypeMethodDescriptionCmsADEConfigData.getCreatableTypes
(CmsObject cms, String pageFolderRootPath) Returns a list of the creatable resource types.CmsADEConfigDataInternal.getOwnResourceTypes()
Gets the resource types defined in this configuration.CmsADEConfigData.getResourceTypes()
Gets a list of all available resource type configurations.CmsADEConfigData.getSearchableTypes
(CmsObject cms) Gets the searchable resource type configurations.CmsADEConfigData.getTypesByName()
Gets a map of the active resource type configurations, with type names as keys.protected List<CmsResourceTypeConfig>
CmsADEConfigData.internalGetResourceTypes
(boolean filterDisabled) Helper method for getting the list of resource types.Methods in org.opencms.ade.configuration with parameters of type CmsResourceTypeConfig