Class CmsResourceWrapperPropertyFile

  • All Implemented Interfaces:
    I_CmsResourceWrapper

    public class CmsResourceWrapperPropertyFile
    extends A_CmsResourceWrapper
    Adds a folder in every existing folder with the name "__properties" which contains property files for every resource in the existing folder.

    Empty folders don't have the property folder visible.

    The names of the property files are the same as the resource they belong to with the extension "properties". To keep the correct sorting the names of folders gets additionaly the prefix "__" to keep them at the beginning of the list.

    When creating new folders, the property folder gets visible after a time period of 60 seconds. For new resources the property file appears after that period too. In this time period it is possible to create the property folder and the property files manually. The properties in the created property files will be set at the resource they belong to.

    Since:
    6.5.6