JSP 내장객체 9가지



  application(ServletContext)
  config   (ServletConfig)
  session    (HttpSession)
  request    (HttpServletRequest)
  response   (HttpServletResponse)
  page       (Object, this)
  pageContext(PageContext)
  out        (JspWriter)
  exception  (Exception) (나중에 에러페이지 때 배움)

댓글

가장 많이 본 글