ASP Objects

Application Object

  Supported Unsupported
Properties Contents StaticObjects
Methods Lock, UnLock  
Events    OnEnd, OnStart

Collection Object

  Supported Unsupported
Properties Count, Item  
Methods Add, Remove  
Note: When you create user defined collection classes, you will need to add one line to the custom.vb2java file in the Rules directory. If the name of your user defined collection class is ObjCollection then add the following to custom.vb2java:

class ObjCollection extends UserCollection

Cookie Object

  Supported Unsupported
Properties Domain, Expires, Path, Secure  
Methods    
Events    

Request Object

  Supported Unsupported
Properties Cookies, Form, Item, QueryString, ServerVariables ClientCertificate, TotalBytes 
Methods   BinaryRead 
Events    

Response Object

  Supported Unsupported
Properties Buffer, CacheControl, ContentType, Cookies, Expires, ExpiresAbsolute, Status CharSet
Methods AddHeader, BinaryWrite, Clear, End, Flush, Pics, Redirect, Write AppendToLog, IsClientConnected 
Events    

ScriptingContext Object

  Supported Unsupported
Properties Application, Request, Response, Server, Session  
Methods    
Events    

Server Object

  Supported Unsupported
Properties   ScriptTimeout 
Methods CreateObject, Execute, Transfer HTMLEncode, MapPath, URLEncode, URLPathEncode 
Events    

Session Object

  Supported Unsupported
Properties Contents, SessionID, Timeout CodePage, LCIDStaticObjects
Methods Abandon  
Events   OnEnd, OnStart