Server Technology PPNT Uživatelský manuál Strana 78

  • Stažení
  • Přidat do mých příruček
  • Tisk
  • Strana
    / 95
  • Tabulka s obsahem
  • KNIHY
  • Hodnocené. / 5. Na základě hodnocení zákazníků
Zobrazit stránku 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)
Zobrazit stránku 77
1 2 ... 73 74 75 76 77 78 79 80 81 82 83 ... 94 95

Komentáře k této Příručce

Žádné komentáře