Chapter 14 Working with Java
When you set the type of the component to Servlet, the Servlet page is automatically displayed in the component property sheet.
The Servlet page in the component property sheet includes the following properties:
Property | Description |
---|---|
Servlet class | Class that implements the required interface. You can click the Properties tool beside this box to display the property sheet of the class, or click the Create tool to create a class |
Servlet type | HttpServlet supports the http protocol, it is the most commonly used. GenericServlet extends the servlet generic class. User-defined implies some customization as it does not implement anything. The methods vary if you change the servlet type value |
Copyright (C) 2005. Sybase Inc. All rights reserved. |