Server Technology PPNT Instrukcja Użytkownika Strona 78

  • Pobierz
  • Dodaj do moich podręczników
  • Drukuj
  • Strona
    / 95
  • Spis treści
  • BOOKMARKI
  • Oceniono. / 5. Na podstawie oceny klientów
Przeglądanie stron 77
Java Server Pages (JSP) - Internal
JSP pages are converted to Java classes
<tomcat-dir>/work/localhost/helloworld$jsp .jav a
classname:
helloworld$jsp:
[...]
public void _jspService(HttpServletRequest request,
HttpServletResponse response)
throws IOException, ServletException
{
[...]
response.setContentType("text/html;charset=8859_1") ;
[...]
out.write("<HTML>\r\n <HEAD>\r\n
<TITLE>JSP-Hello World</TITLE>\r\n
</HEAD>\r\n <BODY>\r\n");
[...]
}
[...]
(78/95)
Przeglądanie stron 77
1 2 ... 73 74 75 76 77 78 79 80 81 82 83 ... 94 95

Komentarze do niniejszej Instrukcji

Brak uwag