com.ms.iis.asp Package

The com.ms.iis.asp package simplifies creating Active Server Components by creating new interfaces that expose the ASP object model. The goal is to retain all of the features and flavor of the ASP programming model, but to expose it in a way that is more natural for the Java programmer.

The class files that make up the Java Component Framework fall into two broad categories. The first group contains the classes that you will use to access the ASP built-in objects. You should use the AspContext class to access the other classes in this group. Example code demonstrating how to access each of the built-in objects is provided in the ASPContext class topics below.

The class files in the second group provide support to the various built-in objects. For example, the RequestDictionary class exposes methods you can use to manipulate the items in the Request collections.

Classes

Hierarchy

© 1999 Microsoft Corporation. All rights reserved. Terms of use.