Uses of Class
org.opencms.configuration.CmsConfigurationCopyResource
-
Packages that use CmsConfigurationCopyResource Package Description org.opencms.file.types The implementations of the core resource types for the VFS are located here. -
-
Uses of CmsConfigurationCopyResource in org.opencms.file.types
Fields in org.opencms.file.types with type parameters of type CmsConfigurationCopyResource Modifier and Type Field Description protected java.util.List<CmsConfigurationCopyResource>A_CmsResourceType. m_copyResourcesThe list of resources to copy.Methods in org.opencms.file.types that return types with arguments of type CmsConfigurationCopyResource Modifier and Type Method Description java.util.List<CmsConfigurationCopyResource>A_CmsResourceType. getConfiguredCopyResources()Returns the (unmodifiable) list of copy resources.java.util.List<CmsConfigurationCopyResource>I_CmsResourceType. getConfiguredCopyResources()Returns the configured copy resources for this resource type in an unmodifiable List.protected java.util.List<CmsConfigurationCopyResource>A_CmsResourceType. getCopyResources(CmsObject cms, java.lang.String resourcename, CmsMacroResolver resolver)Gets the actual copy resources to use when creating a resource.protected java.util.List<CmsConfigurationCopyResource>CmsResourceTypeSubsitemapContentFolder. getCopyResources(CmsObject cms, java.lang.String resourcename, CmsMacroResolver resolver)
-