JSP Implicit Objects


/ Published in: Java
Save to your folder(s)



Copy this code and paste it in your HTML
  1. out object // for outputting data. This is actually a javax.servlet.jsp.JspWriter object.
  2. request
  3. response
  4. pageContext
  5. session
  6. application
  7. config
  8. page
  9. exception

Report this snippet


Comments


You need to login to view comments.