Class BlogLibJs


  • public class BlogLibJs
    extends java.lang.Object
    Deprecated.
    This class should not be extended or reused as it may be refactored.
    This class is a port of a previous JavaScript library.
    Since:
    4.0
    Author:
    Neil Mc Erlean (based on previous JavaScript)
    • Constructor Summary

      Constructors 
      Constructor Description
      BlogLibJs()
      Deprecated.
       
    • Method Summary

      All Methods Static Methods Concrete Methods Deprecated Methods 
      Modifier and Type Method Description
      static java.util.Map<org.alfresco.service.namespace.QName,​java.io.Serializable> getBlogPropertiesArray​(org.json.simple.JSONObject json)
      Deprecated.
      Fetches the blog properties from the json object and adds them to an array using the correct property names as indexes.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • BlogLibJs

        public BlogLibJs()
        Deprecated.
    • Method Detail

      • getBlogPropertiesArray

        public static java.util.Map<org.alfresco.service.namespace.QName,​java.io.Serializable> getBlogPropertiesArray​(org.json.simple.JSONObject json)
        Deprecated.
        Fetches the blog properties from the json object and adds them to an array using the correct property names as indexes.