Interface I_CmsListAddMetadata


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

      • getPostCreateHandler

        java.lang.String getPostCreateHandler()
        Gets the post create handler.
        Returns:
        the post create handler
      • getTypes

        java.util.List<java.lang.String> getTypes()
        Gets the types that should be creatable.
        Returns:
        the types
      • getUploadFolder

        java.lang.String getUploadFolder()
        Gets the upload folder.
        Returns:
        the upload folder
      • setPostCreateHandler

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

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

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