Friday, 19 October 2012

TagRattingModel in portal



 //The bellow are the rest urls to be used for getting the tag information of the portlet


http://localhost:10039/wps/mycontenthandler?uri=rm:all-->this will give the portlets which are taged

http://localhost:10039/wps/mycontenthandler?uri=tm:all
-->this will give all the tags from all the portlets

http://localhost:10039/wps/mycontenthandler?uri=tm:empty&rmparam=rm:pm:oid:Z7_IARJNKG1088A70IBM3776730K5 
--> this will tag associated with the particular portlet



No comments:

Post a Comment

Custom single threaded java server

 package com.diffengine.csv; import java.io.*; import java.net.*; import java.util.Date; public class Server { public static void main(Str...