jsp要怎的接收jquery的ajax传递过去的参数

jsp要怎样接收jquery的ajax传递过去的参数
小弟想知道用jquery的ajax传递给jsp页面后,要怎样才能接收到jsp的数据?
------解决方案--------------------
request.getParameter("name")
------解决方案--------------------
request.getParameter("参数").getBytes("iso-8859-1"),"utf-8"//加改编码
------解决方案--------------------
不管是不是ajax请求都是这么来取值的