public class JSONPortletResponseUtil
extends Object
| Constructor and Description |
|---|
JSONPortletResponseUtil() |
| Modifier and Type | Method and Description |
|---|---|
static void |
writeJSON(PortletRequest portletRequest,
MimeResponse mimeResponse,
Object jsonObj) |
static void |
writeJSON(PortletRequest portletRequest,
PortletResponse portletResponse,
Object jsonObj) |
public static void writeJSON(PortletRequest portletRequest, MimeResponse mimeResponse, Object jsonObj) throws IOException
IOExceptionpublic static void writeJSON(PortletRequest portletRequest, PortletResponse portletResponse, Object jsonObj) throws IOException
IOException