org.alfresco.repo.web.scripts.blogs
Class RequestUtilsLibJs

java.lang.Object
  extended by org.alfresco.repo.web.scripts.blogs.RequestUtilsLibJs

Deprecated. Not to be used/extended as this is likely to be refactored.

public class RequestUtilsLibJs
extends java.lang.Object

This class is a port of a previous JavaScript library.

Since:
4.0

Constructor Summary
RequestUtilsLibJs()
          Deprecated.  
 
Method Summary
static org.alfresco.service.cmr.repository.NodeRef getRequestNode(org.springframework.extensions.webscripts.WebScriptRequest req, org.alfresco.service.ServiceRegistry services)
          Deprecated. Gets the NodeRef requested based on the following templates:
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RequestUtilsLibJs

public RequestUtilsLibJs()
Deprecated. 
Method Detail

getRequestNode

public static org.alfresco.service.cmr.repository.NodeRef getRequestNode(org.springframework.extensions.webscripts.WebScriptRequest req,
                                                                         org.alfresco.service.ServiceRegistry services)
Deprecated. 
Gets the NodeRef requested based on the following templates:
 /api/blog/site/{site}/{container}/{path}/posts
 /api/blog/site/{site}/{container}/posts
 /api/blog/node/{store_type}/{store_id}/{id}/posts
 



Copyright © 2005 - 2010 Alfresco Software, Inc. All Rights Reserved.