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