Interface I_CmsListAddMetadata


public interface I_CmsListAddMetadata
AutoBean interface for the data injected into the page by the cms:enable-list-add tag.
  • Method Details

    • getPostCreateHandler

      Gets the post create handler.
      Returns:
      the post create handler
    • getTypes

      Gets the types that should be creatable.
      Returns:
      the types
    • getUploadFolder

      Gets the upload folder.
      Returns:
      the upload folder
    • setPostCreateHandler

      void setPostCreateHandler(String postCreateHandler)
      Sets the post create handler.
      Parameters:
      postCreateHandler - the new post create handler
    • setTypes

      void setTypes(List<String> types)
      Sets the types that should be creatable.
      Parameters:
      types - the new types
    • setUploadFolder

      void setUploadFolder(String uploadFolder)
      Sets the upload folder.
      Parameters:
      uploadFolder - the upload folder