Class sun.server.http.SSIncludeServlet
All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class sun.server.http.SSIncludeServlet

java.lang.Object
   |
   +----sun.server.http.SSIncludeServlet

public class SSIncludeServlet
extends Object
implements Filter
The class which parses the .shtml file and invokes the embedded servlets with the parameters referenced in the html. The html syntax for the tag is

In this example the file upto the servlet tag would be sent to the client unmodified. The class foo would be instantiated and service would be called on it with the File's input stream the client as the OutputStream and a hashtable with code, param1, and param2 as the parameter.

Constructor Index

 o SSIncludeServlet()

Method Index

 o service(InputStream, OutputStream, Hashtable)
Method which parses the file and invokes the Servlets.

Constructors

 o SSIncludeServlet
  public SSIncludeServlet()

Methods

 o service
  public void service(InputStream in,
                      OutputStream out,
                      Hashtable params) throws IOException
Method which parses the file and invokes the Servlets.

All Packages  Class Hierarchy  This Package  Previous  Next  Index