%@ page import="java.util.*" %> <% response.setHeader("Expires", "0"); %>
JSP Usage Samples | |
---|---|
hello.jsp | Displays a hello page using JSPGenerator to get XML from a JSP then transformes it to HTML using a stylesheet. |
hello.xml | The same page serialized as XML (without transformation). |
hello.htm |
The same page serialized as HTML and served by sitemap through the JSPReader. |
welcome.htm | This page. Direct HTML output from a JSP page served by sitemap through the JSPReader. |