Class BlogPostsPost

  • All Implemented Interfaces:
    org.springframework.extensions.webscripts.WebScript

    public class BlogPostsPost
    extends AbstractBlogWebScript
    This class is the controller for the blog-posts.post web script.
    Since:
    4.0
    Author:
    Neil Mc Erlean (based on existing JavaScript webscript controllers)
    • Constructor Detail

      • BlogPostsPost

        public BlogPostsPost()
    • Method Detail

      • setTaggingService

        public void setTaggingService​(org.alfresco.service.cmr.tagging.TaggingService taggingService)
      • executeImpl

        protected Map<String,​Object> executeImpl​(org.alfresco.service.cmr.site.SiteInfo site,
                                                       org.alfresco.service.cmr.repository.NodeRef nodeRef,
                                                       org.alfresco.service.cmr.blog.BlogPostInfo blog,
                                                       org.springframework.extensions.webscripts.WebScriptRequest req,
                                                       org.json.simple.JSONObject json,
                                                       org.springframework.extensions.webscripts.Status status,
                                                       org.springframework.extensions.webscripts.Cache cache)
        Specified by:
        executeImpl in class AbstractBlogWebScript