The IScriptingContext interface enables your component to retrieve interfaces to the built-in objects provided by ASP.
public interface asp/IScriptingContext extends com.ms.com.IUnknown { //Methods public abstract asp.IRequest getRequest(); public abstract asp.IResponse getResponse(); public abstract asp.IApplicationObject getApplication(); public abstract asp.IServer getServer(); public abstract asp.ISessionObject getSession(); }