| Home >> All >> com >> tripi |
| | com.tripi.asp.* (128) | | com.tripi.asp.ADODB.* (3) | | com.tripi.asp.CDONTS.* (1) |
| | com.tripi.asp.Scripting.* (1) | | com.tripi.asp.msxml2.* (9) | | com.tripi.asp.parse.* (6) |
| | com.tripi.asp.test.* (13) | | com.tripi.asp.util.* (3) |
Package Samples:
com.tripi.asp.ADODB
com.tripi.asp
com.tripi.asp.CDONTS
com.tripi.asp.Scripting
com.tripi.asp.msxml2
com.tripi.asp.parse
com.tripi.asp.test
com.tripi.asp.util
Classes:
VBScriptGlobals: The VBScriptGlobals class handles variables global to every VBScript expression, such as global functions and variables. State of variable implementation: Color Constants vbBlack - TODO Not implemented. vbBlue - TODO Not implemented. vbRed - TODO Not implemented. vbMagenta - TODO Not implemented. vbGreen - TODO Not implemented. vbCyan - TODO Not implemented. vbYellow - TODO Not implemented. vbWhite - TODO Not implemented. Comparison Constants vbBinaryCompare - Fully implemented. vbTextCompare - Fully implemented. Date and Time Constants vbSunday - Fully implemented. vbMonday - Fully implemented. ...
RecordSet: This class implements the ADODB.RecordSet object. RecordSet Implementation status: AbsolutePage - Implemented TODO - locking/cursor type AbsolutePosition - Implemented TODO - locking/cursor type ActiveCommand - Fully implemented ActiveConnection - Implemented BOF - Implemented EOF - Implemented Bookmark - TODO Not implemented CacheSize - TODO Not implemented CursorLocation - TODO Not implemented CursorType - TODO Not implemented Filter - TODO Not implemented Index - TODO Not implemented LockType - TODO Not implemented MarshalOptions - TODO Not implemented MaxRecords - TODO Not implemented PageCount ...
Response: ASP "Response" object. This object handles communication from ASP back to the client. Implementation state: Cookies - Implemented. Buffer - Implemented CacheControl - Implemented Charset - Implemented ContentType - Implemented Expires - Implementes, NOTE Expires is not updated properly when ExpiresAbsolute is used. ExpiresAbsolute - Fully implemented. IsClientConnected - TODO Not implemented. PICS - TODO Not implemented. Status - Fully implemented. AddHeader - Fully supported. AppendToLog - TODO Not implemented. BinaryWrite - Fully supported. Clear - Implemented. End - Implemented. Flush - Implemented. ...
Connection: This class represents the ADODB.Connection object. This object handles connections to the database. Implementation status: Attributes - Implemented. CommandTimeout - Implemented, but ignored. ConnectionString - Implemented. ConnectionTimeout - Implemented, but ignored. CursorLocation - Implemented, but ignored. DefaultDatabase - Implemented, but ignored, does not make sense in JDBC Errors - Implemented IsolationLevel - TODO Not implemented Mode - TODO Not implemented Properties - TODO Not implemented. Provider - TODO Not implemented State - Implemented Version - TODO Not implemented BeginTrans ...
Node: This is the base interface for all internal ASP objects. Implemented statements: Call - Fully implemented. Const - Implemented, TODO not for Public/Private. Dim - Fully implemented. Do ... Loop - Fully implemented. Erase - TODO not implemented. Exit ... - Fully implemented. For ... Next - Fully implemented. For Each ... Next - Fully implemented. Function - If ... Then .. Else - On Error - Option Explicit - Private - Public - Randomize - ReDim - Rem - Select Case - Set - Sub - While ... Wend -
ArithmeticNode: ArithmenticNode handles arithmetic operations. Status of implementation: + Addition - Fully implemented. and - Fully implemented. & Concat - Fully implemented. / Division - Fully implemented. eqv - Fully implemented. ^ Exponent - Fully implemented. imp Logical implication - Fully implemented. \ Integer division - Fully implemented. is object comparison - TODO Not implemented. mod modulus - Fully implemented. * multiply - Fully implemented. - negation - Fully implemented. not logical negation - Fully implemented. or logical or - Fully implemented.
Request: Request is a class which holds request-specific data. It is an adaptor class which allows access to the Java Servlet javax.servlet.http.HttpServletRequest class. Implementation state: Cookies - Implemented. Note does not support cookies like "VALUE=First&VALUE=Second", does support cookies like "VALUE1=First&VALUE2=Second". Form - Fully implemented. QueryString - Fully implemented. ServerVariables - Fully implemented. TotalBytes - Fully implemented. BinaryRead - Fully implemented.
Session: Session class, implements the ASP "Session" object. Status: CodePage - Not implemented LCID - Not implemented SessionID - Not implemented Timeout - Not implemented Contents - Implemented TODO Have to implement ASP syntax Contents.Remove - Not implemented Contents.RemoveAll - Not implemented StaticObjects - Not implemented Abandon - Implmented
Application: Application is a class which holds application-specific data. This class corresponds to the global Application object available to VBScript applications. Implementation state: Lock - Fully implemented. Unlock - Fully implemented. Get/Set - Fully implemented.
ParseException: This exception is thrown when parse errors are encountered. You can explicitly create objects of this exception type by calling the method generateParseException in the generated parser. You can modify this class to customize your error reporting mechanisms so long as you retain the public fields.
AspCollection: This class implements the ASP version of 'Collections', which is a special version of a HashTable. It implements common ASP collection routines, like case insensitive keys and access by key or index.
AspDate: The AspDate class contains the special code needed for handling ASP dates. This class can process most date format, and can be configured for the default month, day, year ordering.
JavaReferenceMapNode: JavaReferenceMapNode class is a sub-class of JavaObjectNode specifically for java objects which implement both the SimpleMap interface as well as the SimpleReference interface.
ByRefValue: This class contains a reference to an object which is being passed by reference. Useful in ASP to Java calls where the object is passed by reference instead of by value.
AspTest: AspTest executes an ASP script directly like a command script. Usage: java com.tripi.asp.AspTest <filename> Where filename is the name of the file.
DefaultNode: This class contains the default implementation of the Node interface. The default implementation is to throw the AspNotImplemented exception for every method.
AbstractFunctionNode: AbstractFunctionNode contains basic code used by most Function nodes including converting a VarListNode node to a Vector of de-referenced values.
SetValueNode: SetValueNode implements setting of variables, the following construct: Set A = "Value" And: A = "Value"
JavaReferenceNode: JavaReferenceNode is a sub-class of the JavaObjectNode class which handles Java objects which implement the SimpleReference interface.
NumberNode: NumberNode class represents a number parsed from the ASP source file. Usually contains either the Integer class or the Double class.
SubDefinitionNode: SubDefinitionCode contains the parsed representation of a subroutine definition, also includes function definition syntax.
AspToJavaTest: The AspToJavaTest class is used to test calling Java functions from ASP and having the session data maintained properly.
OnErrorNode: The OnErrorNode handles the ON ERROR GOTO x and ON ERROR RESUME NEXT code which enables error handling in subroutines.
AspFileFactory: This class is a factory to handle finding files on the local file system. It is used by the other test routines.
| Home | Contact Us | Privacy Policy | Terms of Service |