Introducción
Objetos Java creados por el contenedor web. Hay 9 objetos implícitos | objeto | Tipo | | ---------- | ------------------ | | fuera | JspWriter | | solicitud | HttpServletRequest | | respuesta | HttpServletResponse | | config | ServletConfig | | aplicacion | ServletContext | | sesión | HttpSession | | pageContext | PageContext | | pagina | Objeto | | excepción | Tirable |
Objetos implícitos Ejemplos relacionados