Class BlogLibJs
java.lang.Object
org.alfresco.repo.web.scripts.blogs.BlogLibJs
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 -
Method Summary
Modifier and TypeMethodDescriptionstatic Map<org.alfresco.service.namespace.QName,
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.
-
Constructor Details
-
BlogLibJs
public BlogLibJs()Deprecated.
-
-
Method Details
-
getBlogPropertiesArray
public static Map<org.alfresco.service.namespace.QName,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.
-