Class BlogLibJs
- java.lang.Object
-
- org.alfresco.repo.web.scripts.blogs.BlogLibJs
-
public class BlogLibJs extends 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 Map<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.
-
-
-
Method Detail
-
getBlogPropertiesArray
public static Map<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.
-
-