Class CmsUploadRestrictionInfo.Builder

java.lang.Object
org.opencms.gwt.shared.CmsUploadRestrictionInfo.Builder
Enclosing class:
CmsUploadRestrictionInfo

public static class CmsUploadRestrictionInfo.Builder extends Object
Helper class for building a new CmsUploadRestrictionInfo object.
  • Constructor Details

  • Method Details

    • add

      Adds a new entry.

      The info string has the format 'key1:value1|key2:value2|....'. Currently the keys 'types' and 'enabled' are supported; 'enabled' (format: 'enabled:true') enables/disables uploads, and 'types' (format: 'types:jpg,png' sets the allowed file extensions.

      Parameters:
      path - the path
      info - the upload info entry
      Returns:
      the builder instance
    • build

      Creates a new upload restriction info object.
      Returns:
      the new object