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