The IScriptingContext interface of the com.ms.asp package supports ASP applications that use the ScriptingContext class to access the built-in objects.
public interface IScriptingContext extends com.ms.com.IUnknown { // Methods public abstract IApplicationObject getApplication(); public abstract IRequest getRequest(); public abstract IResponse getResponse(); public abstract IServer getServer(); public abstract ISessionObject getSession(); }