public class PortletJSONUtil
extends java.lang.Object
| Constructor and Description |
|---|
PortletJSONUtil() |
| Modifier and Type | Method and Description |
|---|---|
static void |
populatePortletJSONObject(javax.servlet.http.HttpServletRequest request,
java.lang.String portletHTML,
Portlet portlet,
JSONObject jsonObject) |
static void |
writeFooterPaths(javax.servlet.http.HttpServletResponse response,
JSONObject jsonObject) |
static void |
writeHeaderPaths(javax.servlet.http.HttpServletResponse response,
JSONObject jsonObject) |
public static void populatePortletJSONObject(javax.servlet.http.HttpServletRequest request,
java.lang.String portletHTML,
Portlet portlet,
JSONObject jsonObject)
throws java.lang.Exception
java.lang.Exceptionpublic static void writeFooterPaths(javax.servlet.http.HttpServletResponse response,
JSONObject jsonObject)
throws java.io.IOException
java.io.IOExceptionpublic static void writeHeaderPaths(javax.servlet.http.HttpServletResponse response,
JSONObject jsonObject)
throws java.io.IOException
java.io.IOException