protected void writeJSON(
      PortletRequest portletRequest, ActionResponse actionResponse, Object json)
      throws IOException {

    JSONPortletResponseUtil.writeJSON(portletRequest, actionResponse, json);

    setForward(portletRequest, ActionConstants.COMMON_NULL);
  }