
| 
 
  | 
 Java tag delimeters which define Java code for the service method.  | 
| 
 
  | 
 Java tag delimiters; same as   | 
| 
 
  | 
 Encloses an argument containing the name of the class to import.  | 
| 
 
  | 
 Encloses an argument containing the name of a class to extend the servlet from.  | 
| 
 
  | 
 Encloses a Java expression to be sent to the output stream.  | 
| 
 
  | 
 Encloses a list of interfaces the servlet should implement.  | 
| 
 
  | 
 Encloses an argument for adding member variables and defining methods of the page class directly.  | 
| 
 Back quote operator:  | 
 The back quote operator is a short hand method for embedding a Java expression inside a tag  | 
| 
 
  | 
 Servlet tags, used to enclose the name of a servlet. The syntax is:   | 
The following are variables defined in the service method:
| 
 Type  | 
 Name  | 
 Notes  | 
| 
 HttpServletRequest  | 
 request  | 
|
| 
 HttpServletResponse  | 
 response  | 
|
| 
 ServletOutputStream  | 
 out  | 
 If default encoding is used  | 
| 
 PrintWriter  | 
 out  | 
 If encoding is specified  | 
 Top
java-server-feedback@java.sun.com
 | 
Copyright © 1997
Sun Microsystems, Inc. All Rights Reserved.  |