# HttpServletRequest

用户请求类对象

# String getParameter()

用户请求参数

# void setCharacterEncoding()

设置参数字符集

# RequestDispatcher对象

HttpServletRequest.getRequestDispatcher()

# HttpServletResponse

响应对象

# void setContentType()

设置响应字符集

# void sendRedirct()

重定向

# RequestDispatcher对象

由HttpServletRequest对象获取

# forward()

实现转发