|
|||||||||
| Home >> All >> com >> tripi >> [ asp overview ] | PREV NEXT | ||||||||
A
- AMPM - Static variable in class com.tripi.asp.AspDate
- AM/PM bit field
- AND - Static variable in class com.tripi.asp.ArithmeticNode
- Logical and operator
- AbstractFunctionNode - class com.tripi.asp.AbstractFunctionNode.
- AbstractFunctionNode contains basic code used by most Function nodes including converting a VarListNode node to a Vector of de-referenced values.
- AbstractFunctionNode() - Constructor for class com.tripi.asp.AbstractFunctionNode
- AddHeader(String, String) - Method in class com.tripi.asp.Response
- ASP-accessible function to add a header to the response stream.
- Application - class com.tripi.asp.Application.
- Application is a class which holds application-specific data.
- Application() - Constructor for class com.tripi.asp.Application
- ArithmeticNode - class com.tripi.asp.ArithmeticNode.
- ArithmenticNode handles arithmetic operations.
- ArithmeticNode(Object, Object, int) - Constructor for class com.tripi.asp.ArithmeticNode
- Constructor for creating a new arithmetic node.
- ArrayNode - class com.tripi.asp.ArrayNode.
- Implements the internal VBScript arrays.
- ArrayNode(int) - Constructor for class com.tripi.asp.ArrayNode
- Array constructor.
- AspCastException - exception com.tripi.asp.AspCastException.
- This exception signals that an invalid cast has occurred.
- AspCastException() - Constructor for class com.tripi.asp.AspCastException
- Constructor.
- AspCastException(String) - Constructor for class com.tripi.asp.AspCastException
- Constructor.
- AspCode() - Method in class com.tripi.asp.AspEmptyException
- AspCode
- AspCode() - Method in class com.tripi.asp.AspException
- AspCode
- AspCode() - Method in class com.tripi.asp.AspNestedException
- AspCode
- AspCollection - class com.tripi.asp.AspCollection.
- This class implements the ASP version of 'Collections', which is a special version of a HashTable.
- AspCollection() - Constructor for class com.tripi.asp.AspCollection
- AspCollection.ItemClass - class com.tripi.asp.AspCollection.ItemClass.
- This class contains an interface back to the contents class
- AspCollection.ItemClass(AspCollection) - Constructor for class com.tripi.asp.AspCollection.ItemClass
- Constructor of this sub-class.
- AspContext - class com.tripi.asp.AspContext.
- This class implements a class to hold the current state of ASP execution.
- AspContext(Hashtable) - Constructor for class com.tripi.asp.AspContext
- Constructor.
- AspDate - class com.tripi.asp.AspDate.
- The AspDate class contains the special code needed for handling ASP dates.
- AspDate(String) - Constructor for class com.tripi.asp.AspDate
- This constructor creates an AspDate object from a generic time string.
- AspDate(Date) - Constructor for class com.tripi.asp.AspDate
- This constructor creates an AspDate object from a Java Date object.
- AspDate(Date, boolean, boolean) - Constructor for class com.tripi.asp.AspDate
- This constructor creates an AspDate object from a Java Date object, optionally setting the date and time values.
- AspDate(Calendar) - Constructor for class com.tripi.asp.AspDate
- This constructor creates an AspDate object from a Java calendar object.
- AspDate(Calendar, boolean, boolean) - Constructor for class com.tripi.asp.AspDate
- This constructor creates an AspDate object from a Java Calendar object, optionally setting the date and time values.
- AspDate(int, int, int, int, int, int) - Constructor for class com.tripi.asp.AspDate
- Constructor set with specific time settings.
- AspDate(int, int, int) - Constructor for class com.tripi.asp.AspDate
- Constructor set with specific date-only settings.
- AspDescription() - Method in class com.tripi.asp.AspEmptyException
- AspDescription
- AspDescription() - Method in class com.tripi.asp.AspException
- AspDescription
- AspDescription() - Method in class com.tripi.asp.AspNestedException
- AspDescription
- AspEmptyException - exception com.tripi.asp.AspEmptyException.
- Special exception class which returns blank for all values.
- AspEmptyException() - Constructor for class com.tripi.asp.AspEmptyException
- Constructor
- AspException - exception com.tripi.asp.AspException.
- Base class of exceptions throws from internal ASP classes.
- AspException(String) - Constructor for class com.tripi.asp.AspException
- Constructor with no initial debugging context.
- AspException(String, int) - Constructor for class com.tripi.asp.AspException
- Constructor with no initial debugging context, and an error number set.
- AspException(String, DebugContext) - Constructor for class com.tripi.asp.AspException
- Constructor with the short description of the string, and the debugging context of the exception.
- AspException(String, int, DebugContext) - Constructor for class com.tripi.asp.AspException
- Constructor with the short description of the string, an error number, and the debugging context of the exception.
- AspExceptionHandler - interface com.tripi.asp.AspExceptionHandler.
- This class defines an interface to exception handlers.
- AspExitDoException - exception com.tripi.asp.AspExitDoException.
- The AspExitDoException class handles the EXIT DO statement in VBScript.
- AspExitDoException() - Constructor for class com.tripi.asp.AspExitDoException
- Constructor, no arguments.
- AspExitException - exception com.tripi.asp.AspExitException.
- The AspExitException class is a base class for the AspExit*Exception classes
- AspExitException(String) - Constructor for class com.tripi.asp.AspExitException
- Constructor, no arguments.
- AspExitForException - exception com.tripi.asp.AspExitForException.
- The AspExitForException handles the EXIT FOR statement in VBScript.
- AspExitForException() - Constructor for class com.tripi.asp.AspExitForException
- Constructor, no arguments.
- AspExitFunctionException - exception com.tripi.asp.AspExitFunctionException.
- The AspExitFunctionException handles the EXIT FUNCTION statement in VBScript
- AspExitFunctionException() - Constructor for class com.tripi.asp.AspExitFunctionException
- Constructor, no arguments.
- AspExitScriptException - exception com.tripi.asp.AspExitScriptException.
- The AspExitScriptException class handles the Response.End statement in VBScript
- AspExitScriptException() - Constructor for class com.tripi.asp.AspExitScriptException
- Constructor, no arguments.
- AspExitSubException - exception com.tripi.asp.AspExitSubException.
- The ExitSubNode class handles the EXIT SUB statement in VBScript
- AspExitSubException() - Constructor for class com.tripi.asp.AspExitSubException
- Constructor, no arguments
- AspFileFactory - class com.tripi.asp.AspFileFactory.
- This class is a factory to handle finding files on the local file system.
- AspFileFactory(AspContext) - Constructor for class com.tripi.asp.AspFileFactory
- Constructor, initialized with an AspContext.
- AspFileFactory.FileInformation - class com.tripi.asp.AspFileFactory.FileInformation.
- Class to contain cached file information.
- AspFileFactory.FileInformation() - Constructor for class com.tripi.asp.AspFileFactory.FileInformation
- AspHandler - class com.tripi.asp.AspHandler.
- This class handles the parsing of ASP code.
- AspHandler(AspContext, String) - Constructor for class com.tripi.asp.AspHandler
- Constructor.
- AspHandler.CachedScript - class com.tripi.asp.AspHandler.CachedScript.
- Class to hold cached-file data
- AspHandler.CachedScript() - Constructor for class com.tripi.asp.AspHandler.CachedScript
- AspInvalidArgumentsException - exception com.tripi.asp.AspInvalidArgumentsException.
- This exception is thrown if a function is called with an invalid number of arguments.
- AspInvalidArgumentsException() - Constructor for class com.tripi.asp.AspInvalidArgumentsException
- Constructor.
- AspInvalidArgumentsException(String) - Constructor for class com.tripi.asp.AspInvalidArgumentsException
- Constructor.
- AspNestedException - exception com.tripi.asp.AspNestedException.
- AspNestedException handles generic sub-exceptions.
- AspNestedException() - Constructor for class com.tripi.asp.AspNestedException
- Constructor with an empty exception.
- AspNestedException(Throwable) - Constructor for class com.tripi.asp.AspNestedException
- Constructor with no initial debugging context
- AspNestedException(Throwable, int) - Constructor for class com.tripi.asp.AspNestedException
- Constructor with an error number and no initial debugging context
- AspNestedException(Throwable, DebugContext) - Constructor for class com.tripi.asp.AspNestedException
- Constructor with initial debugging context
- AspNestedException(Throwable, int, DebugContext) - Constructor for class com.tripi.asp.AspNestedException
- Constructor with an error number and initial debugging context
- AspNestedRuntimeException - exception com.tripi.asp.AspNestedRuntimeException.
- This exception class signals that a nested, generic exception has occured.
- AspNestedRuntimeException(Throwable) - Constructor for class com.tripi.asp.AspNestedRuntimeException
- Constructor.
- AspNotImplementedException - exception com.tripi.asp.AspNotImplementedException.
- This exception class signals that a method was called which is not implemented.
- AspNotImplementedException() - Constructor for class com.tripi.asp.AspNotImplementedException
- Constructor.
- AspNotImplementedException(String) - Constructor for class com.tripi.asp.AspNotImplementedException
- Constructor.
- AspOverflowException - exception com.tripi.asp.AspOverflowException.
- This exception is throws if the arguments to a function are outside the legal range of values.
- AspOverflowException() - Constructor for class com.tripi.asp.AspOverflowException
- Constructor.
- AspOverflowException(String) - Constructor for class com.tripi.asp.AspOverflowException
- Constructor.
- AspReadOnlyException - exception com.tripi.asp.AspReadOnlyException.
- This exception is thrown if write is attempted on a read-only variable.
- AspReadOnlyException() - Constructor for class com.tripi.asp.AspReadOnlyException
- Constructor.
- AspReadOnlyException(String) - Constructor for class com.tripi.asp.AspReadOnlyException
- Constructor.
- AspRedefineIdentException - exception com.tripi.asp.AspRedefineIdentException.
- This exception is thrown if a variable is redefined.
- AspRedefineIdentException() - Constructor for class com.tripi.asp.AspRedefineIdentException
- Constructor.
- AspRedefineIdentException(String) - Constructor for class com.tripi.asp.AspRedefineIdentException
- Constructor.
- AspRuntimeException - exception com.tripi.asp.AspRuntimeException.
- Base class for runtime exceptions thrown from internal ASP classes.
- AspRuntimeException(String) - Constructor for class com.tripi.asp.AspRuntimeException
- Constructor with no initial debugging context.
- AspRuntimeException(String, DebugContext) - Constructor for class com.tripi.asp.AspRuntimeException
- Constructor with the short description of the string, and the debugging context of the exception.
- AspRuntimeSubException - exception com.tripi.asp.AspRuntimeSubException.
- Base class for AspExceptions wrapped inside runtime exceptions.
- AspRuntimeSubException(AspException) - Constructor for class com.tripi.asp.AspRuntimeSubException
- Constructor with AspException.
- AspServlet - class com.tripi.asp.AspServlet.
- Base class for handling ASP requests.
- AspServlet() - Constructor for class com.tripi.asp.AspServlet
- AspSessionHandler - class com.tripi.asp.AspSessionHandler.
- This class handles synchronization between ASP Sessions and Servlet sessions for ASP to JSP interaction.
- AspSessionHandler() - Constructor for class com.tripi.asp.AspSessionHandler
- Constructor.
- AspSessionHandler.AspSynchronizedCollection - class com.tripi.asp.AspSessionHandler.AspSynchronizedCollection.
- This class helps synchronize Asp Session data with Servlet Session data.
- AspSessionHandler.AspSynchronizedCollection(HttpSession, Map) - Constructor for class com.tripi.asp.AspSessionHandler.AspSynchronizedCollection
- Constructor.
- AspSubscriptOutOfRangeException - exception com.tripi.asp.AspSubscriptOutOfRangeException.
- This exception class signals that some function was called with the subscript out of range.
- AspSubscriptOutOfRangeException() - Constructor for class com.tripi.asp.AspSubscriptOutOfRangeException
- Constructor.
- AspSubscriptOutOfRangeException(String) - Constructor for class com.tripi.asp.AspSubscriptOutOfRangeException
- Constructor.
- AspThread - class com.tripi.asp.AspThread.
- AspThread performs the actual processing of an ASP process.
- AspThread(AspContext, String) - Constructor for class com.tripi.asp.AspThread
- Constructor.
- AspTimeoutException - exception com.tripi.asp.AspTimeoutException.
- This exception is thrown when a script times out.
- AspTimeoutException() - Constructor for class com.tripi.asp.AspTimeoutException
- Constructor.
- AspTimeoutException(String) - Constructor for class com.tripi.asp.AspTimeoutException
- Constructor.
- aExpr - Variable in class com.tripi.asp.ForNode
- From expression
- abandon() - Method in class com.tripi.asp.Session
- ASP function, abandons the current session.
- addOnPageEnd(Object) - Method in class com.tripi.asp.AspContext
- Adds a class to call the OnPageEnd when the page ends.
- append(Object, DebugContext) - Method in class com.tripi.asp.BlockNode
- Appends a line of code with the debugging context.
- append(Object) - Method in class com.tripi.asp.VarListNode
- Adds an element to the list
- appendAll(VarListNode) - Method in class com.tripi.asp.VarListNode
- Adds all of the elements in another varlistnode to this varlistnode.
- application - Variable in class com.tripi.asp.GlobalScope
- Application object for this global scope
B
- BinaryRead(int) - Method in class com.tripi.asp.Request
- Read the data from the form.
- BinaryWrite(byte[]) - Method in class com.tripi.asp.Response
- This ASP-accessible BinaryWrite function writes binary data to the output stream.
- BlockNode - class com.tripi.asp.BlockNode.
- BlockNode contains a block of ASP code, one or more lines of code.
- BlockNode() - Constructor for class com.tripi.asp.BlockNode
- Constructor, starting with no lines of code.
- Buffer(boolean) - Method in class com.tripi.asp.Response
- This ASP-accessible function acts as the ASP field 'buffer', which enables or disables buffering.
- Buffer() - Method in class com.tripi.asp.Response
- This ASP-accessible function obtains the buffer status
- ByRefNode - class com.tripi.asp.ByRefNode.
- The ByRefNode holds an ident which is a variable passed by reference to a function or procedure.
- ByRefNode(IdentNode) - Constructor for class com.tripi.asp.ByRefNode
- Constructor.
- ByRefValue - class com.tripi.asp.ByRefValue.
- This class contains a reference to an object which is being passed by reference.
- ByRefValue() - Constructor for class com.tripi.asp.ByRefValue
- Constructor.
- ByRefValue(Object) - Constructor for class com.tripi.asp.ByRefValue
- Constructor, with initial object.
- bExpr - Variable in class com.tripi.asp.ForNode
- To expression
- block - Variable in class com.tripi.asp.ForEachNode
- The block to execute for each statement
- block - Variable in class com.tripi.asp.ForNode
- Block to execute for each statement
- block - Variable in class com.tripi.asp.SubDefinitionNode
- Code within the function
- blocks - Variable in class com.tripi.asp.BlockNode
- List of blocks
C
- CONCAT - Static variable in class com.tripi.asp.ArithmeticNode
- The string concatenation operator.
- CaseNode - class com.tripi.asp.CaseNode.
- Implements the case part of the select..case statement.
- CaseNode(VarListNode, BlockNode) - Constructor for class com.tripi.asp.CaseNode
- Constructor to create a new case node.
- Category() - Method in class com.tripi.asp.AspEmptyException
- Category
- Category() - Method in class com.tripi.asp.AspException
- Category
- Category() - Method in class com.tripi.asp.AspNestedException
- Category
- Clear() - Method in class com.tripi.asp.AspNestedException
- Clear this exception.
- Clear() - Method in class com.tripi.asp.Response
- The ASP-accessible Clear function clears any buffered text.
- Column() - Method in class com.tripi.asp.AspEmptyException
- Column
- Column() - Method in class com.tripi.asp.AspException
- Column
- Column() - Method in class com.tripi.asp.AspNestedException
- Column
- ConditionalNode - class com.tripi.asp.ConditionalNode.
- Implements a conditional node.
- ConditionalNode(Object, Object, Object, DebugContext) - Constructor for class com.tripi.asp.ConditionalNode
- Conditional node constructor.
- ConstNode - class com.tripi.asp.ConstNode.
- ConstNode handles the "CONST ident = expr" expression in ASP.
- ConstNode(IdentNode, Node, boolean) - Constructor for class com.tripi.asp.ConstNode
- Constructor.
- ConstValue - class com.tripi.asp.ConstValue.
- ConstValue handles constant values, preventing changing the value.
- ConstValue(Object) - Constructor for class com.tripi.asp.ConstValue
- Constructor.
- Constants - class com.tripi.asp.Constants.
- The Constants class contains static contains used in the com.tripi.asp package.
- Constants() - Constructor for class com.tripi.asp.Constants
- Contents - Variable in class com.tripi.asp.Application
- The contents of the variables stored in this application.
- Contents - Variable in class com.tripi.asp.Request.FormObj
- AspCollection to store form data
- Contents - Variable in class com.tripi.asp.Request.QueryStringObj
- Collection reference to query string values
- Contents - Variable in class com.tripi.asp.Request.ServerVariablesObj
- Reference to the collection object
- Contents - Variable in class com.tripi.asp.Session
- Reference to the collection object
- ContextObject - class com.tripi.asp.ContextObject.
- This class is a container which stores a single object and the DebugContext in which this object was created.
- ContextObject(Object, int) - Constructor for class com.tripi.asp.ContextObject
- Constructor.
- Cookies - Variable in class com.tripi.asp.Request
- Cookies sub-object
- Cookies - Variable in class com.tripi.asp.Response
- Cookie jar to hold cookies to be sent to the client.
- Count() - Method in class com.tripi.asp.AspCollection
- This ASP-accessible function obtains the number of elements stored in this collection.
- Count() - Method in class com.tripi.asp.AspCollection.ItemClass
- This ASP-accessible function obtains the number of elements stored in this application object.
- Count() - Method in class com.tripi.asp.Request.FormObj
- ASP-Accessible function to obtain the number of items in this form.
- Count() - Method in class com.tripi.asp.Request.QueryStringObj
- ASP-Accessible function to obtain the number of items in this query string.
- CreateObject(String) - Method in class com.tripi.asp.Server
- CreateObject ASP function.
- cacheControl - Variable in class com.tripi.asp.Response
- Cache-control setting
- cachedScripts - Static variable in class com.tripi.asp.AspHandler
- Cache of pre-parsed files.
- cal - Variable in class com.tripi.asp.AspDate
- The current date/time values as a calendar object
- callApplicationOnStart(ServletConfig) - Static method in class com.tripi.asp.GlobalScope
- Utility function to call the APPLICATION_ONSTART VBScript subroutine.
- callOnPageEnd() - Method in class com.tripi.asp.AspContext
- Calls the OnPageEnd methods of the object.
- callOnPageEnd(Object) - Method in class com.tripi.asp.AspContext
- Calls the OnPageEnd method of a particular object.
- callOnPageStart(Object) - Method in class com.tripi.asp.AspContext
- Calls the OnPageStart method of a particular object.
- callSessionOnEnd(HttpSession, AspCollection) - Static method in class com.tripi.asp.GlobalScope
- Utility function to call the SESSION_ONEND VBScript subroutine.
- callSessionOnStart(HttpSession, AspCollection) - Static method in class com.tripi.asp.GlobalScope
- Utility function to call the SESSION_ONSTART VBScript subroutine.
- caseMapping - Variable in class com.tripi.asp.AspSessionHandler.AspSynchronizedCollection
- charset - Variable in class com.tripi.asp.Response
- Charset setting
- checkAfter - Variable in class com.tripi.asp.DoNode
- Check expression after loop?
- checkTimeout(AspContext) - Static method in class com.tripi.asp.AspThread
- Static class which checks if a timeout has occured.
- checkedTime - Variable in class com.tripi.asp.AspHandler.CachedScript
- Last time file was checked
- classData - Static variable in class com.tripi.asp.JavaObjectNode.JavaFieldNode
- Global cache of data about classes
- clearLoadedFilesCache() - Method in class com.tripi.asp.AspFileFactory
- Clear the loaded files cache.
- clone() - Method in class com.tripi.asp.AspContext
- This function clones this context.
- code - Variable in class com.tripi.asp.DoNode
- Block to execute
- coerceToBoolean(Object) - Static method in class com.tripi.asp.Types
- Converts a data object to a boolean type.
- coerceToDate(Object) - Static method in class com.tripi.asp.Types
- Coerces a data value to a Date value.
- coerceToDouble(Object) - Static method in class com.tripi.asp.Types
- Casts an object to a double value.
- coerceToInteger(Object) - Static method in class com.tripi.asp.Types
- Coerces a data type into an Integer type.
- coerceToNode(Object) - Static method in class com.tripi.asp.Types
- Coerces an object to a "node".
- coerceToString(Object) - Static method in class com.tripi.asp.Types
- Coerces an object to a string.
- collection - Variable in class com.tripi.asp.AspCollection.ItemClass
- The AspCollection class this class is part of
- collection - Variable in class com.tripi.asp.Session
- The actual collection contents
- columnno - Variable in class com.tripi.asp.DebugContext
- Starting column number
- com.tripi.asp - package com.tripi.asp
- compare(Object, Object) - Method in class com.tripi.asp.ArithmeticNode
- Internal procedure used to compare any two expressions.
- concatPath(String, String) - Static method in class com.tripi.asp.AspFileFactory
- Internal utility function to concatenate two paths.
- condition - Variable in class com.tripi.asp.ConditionalNode
- Condition to test
- config - Variable in class com.tripi.asp.AspServlet
- Servlet configuration
- configureExceptionHandler(Properties) - Method in interface com.tripi.asp.AspExceptionHandler
- This function configures the exception handler
- configureExceptionHandler(Properties) - Method in class com.tripi.asp.FileNotFoundExceptionHandler
- This function configures any properties
- configureExceptionHandler(Properties) - Method in class com.tripi.asp.MailExceptionHandler
- This function configures any properties
- configureExceptionHandler(Properties) - Method in class com.tripi.asp.PrintExceptionHandler
- This function configures any properties
- configureExceptionHandler(Properties) - Method in class com.tripi.asp.PrintMessageExceptionHandler
- This function configures any properties
- configureExceptionHandler(Properties) - Method in class com.tripi.asp.SetStatusExceptionHandler
- This function configures any properties
- configuredNames - Variable in class com.tripi.asp.Server
- Hashtable of all the object names configured
- connected - Variable in class com.tripi.asp.AspSessionHandler.AspSynchronizedCollection
- containsKey(Object) - Method in class com.tripi.asp.AspCollection.ItemClass
- This method returns true if the specified key exists in this collection, false otherwise.
- containsKey(Object) - Method in class com.tripi.asp.AspCollection
- Detects if the key is present in this collection.
- contentType - Variable in class com.tripi.asp.Response
- Content type setting
- contents - Variable in class com.tripi.asp.AspCollection
- The contents hashtable maps from key to value
- context - Variable in class com.tripi.asp.AspFileFactory
- Asp Content
- context - Variable in class com.tripi.asp.AspHandler
- Current ASP Context.
- context - Variable in class com.tripi.asp.AspThread
- Running context
- context - Variable in class com.tripi.asp.ConditionalNode
- Context of this conditional node
- cookieCrumbs - Variable in class com.tripi.asp.Response.CookieJar
- AspCollection containing the cookie crumbs.
- cookieValues - Variable in class com.tripi.asp.Request.CookiesObj.CookieValue
- Hashtable of values in this cookie
- cookieValues - Variable in class com.tripi.asp.Request.CookiesObj
- List of value of cookies
- cookies - Variable in class com.tripi.asp.Request.CookiesObj
- List of cookies in this request
- createArray(List, int) - Method in class com.tripi.asp.DefineIdentArrayNode
- This function handles the actual creation of an array.
- createArray(Vector, int) - Static method in class com.tripi.asp.RedimNode
- Internal function which creates an array from a list of dimensions.
- createContext() - Method in class com.tripi.asp.GlobalScope
- Obtains a new context relative to the global context.
- ctx - Variable in class com.tripi.asp.AspException
- Context of this exception
- ctx - Variable in class com.tripi.asp.AspRuntimeException
- Current debugging context
D
- DAY - Static variable in class com.tripi.asp.AspDate
- Day bit field
- DBG - Variable in class com.tripi.asp.Application
- Debugging output class.
- DBG - Variable in class com.tripi.asp.ArithmeticNode
- Debugging class
- DBG - Static variable in class com.tripi.asp.ArrayNode
- Debugging object
- DBG - Static variable in class com.tripi.asp.AspCollection
- Debugging context
- DBG - Static variable in class com.tripi.asp.AspContext
- Debugging information
- DBG - Static variable in class com.tripi.asp.AspDate
- Debugging class
- DBG - Static variable in class com.tripi.asp.AspFileFactory
- Debugging class
- DBG - Static variable in class com.tripi.asp.AspHandler
- DBG - Variable in class com.tripi.asp.AspNestedException
- Debugging category
- DBG - Variable in class com.tripi.asp.AspServlet
- Debugging
- DBG - Static variable in class com.tripi.asp.AspSessionHandler.AspSynchronizedCollection
- Debugging class
- DBG - Variable in class com.tripi.asp.AspSessionHandler
- Debugging class
- DBG - Variable in class com.tripi.asp.AspThread
- Debugging category
- DBG - Variable in class com.tripi.asp.BlockNode
- Debugging code
- DBG - Static variable in class com.tripi.asp.ConditionalNode
- Debugging category
- DBG - Static variable in class com.tripi.asp.DefineIdentArrayNode
- Debugging class
- DBG - Static variable in class com.tripi.asp.FileNotFoundExceptionHandler
- Debugging class
- DBG - Variable in class com.tripi.asp.ForEachNode
- The debugging class
- DBG - Static variable in class com.tripi.asp.GetFieldNode
- Debugging category
- DBG - Static variable in class com.tripi.asp.GetIndexNode
- Debugging category
- DBG - Static variable in class com.tripi.asp.GlobalScope
- Debugging category
- DBG - Static variable in class com.tripi.asp.JavaMapNode
- Debugging category
- DBG - Static variable in class com.tripi.asp.JavaObjectNode
- Debugging category
- DBG - Static variable in class com.tripi.asp.JavaReferenceMapNode
- Debugging object
- DBG - Static variable in class com.tripi.asp.JavaReferenceNode
- Debugging category
- DBG - Static variable in class com.tripi.asp.MailExceptionHandler
- Debugging class
- DBG - Static variable in class com.tripi.asp.OnErrorNode
- Debugging class
- DBG - Static variable in class com.tripi.asp.PackedByteArrayNode
- Debugging object
- DBG - Static variable in class com.tripi.asp.PackedCharArrayNode
- Debugging object
- DBG - Static variable in class com.tripi.asp.PrintExceptionHandler
- Debugging class
- DBG - Static variable in class com.tripi.asp.PrintMessageExceptionHandler
- Debugging class
- DBG - Static variable in class com.tripi.asp.RedimNode
- Debugging class
- DBG - Static variable in class com.tripi.asp.Request
- Debugging category
- DBG - Variable in class com.tripi.asp.Response
- Log4j debugging object
- DBG - Static variable in class com.tripi.asp.Server
- Debugging category
- DBG - Static variable in class com.tripi.asp.Session
- Debugging category
- DBG - Static variable in class com.tripi.asp.SetStatusExceptionHandler
- Debugging class
- DBG - Static variable in class com.tripi.asp.SetValueNode
- Debugging category
- DBG - Static variable in class com.tripi.asp.SubDefinitionNode
- Debugging category
- DBG - Static variable in class com.tripi.asp.Types
- Debugging instance
- DBG - Static variable in class com.tripi.asp.VBScriptGlobals
- Debugging category
- DBG - Variable in class com.tripi.asp.VarListNode
- Debugging context
- DIV - Static variable in class com.tripi.asp.ArithmeticNode
- The division operator.
- DebugContext - class com.tripi.asp.DebugContext.
- Debugging context, filename and line number.
- DebugContext(String, int) - Constructor for class com.tripi.asp.DebugContext
- Constructor.
- DebugContext(String, int, int) - Constructor for class com.tripi.asp.DebugContext
- Constructor.
- DebugContext() - Constructor for class com.tripi.asp.DebugContext
- Constructor, without a defined filename/lineno.
- DefaultNode - class com.tripi.asp.DefaultNode.
- This class contains the default implementation of the Node interface.
- DefaultNode() - Constructor for class com.tripi.asp.DefaultNode
- DefineIdentArrayNode - class com.tripi.asp.DefineIdentArrayNode.
- This node implements the defining of an array, DIM ident(length)
- DefineIdentArrayNode(IdentNode, VarListNode) - Constructor for class com.tripi.asp.DefineIdentArrayNode
- Constructor.
- DefineIdentNode - class com.tripi.asp.DefineIdentNode.
- Implements the definition of an ident.
- DefineIdentNode(IdentNode) - Constructor for class com.tripi.asp.DefineIdentNode
- Constructor.
- Description() - Method in class com.tripi.asp.AspEmptyException
- Description
- Description() - Method in class com.tripi.asp.AspException
- Description
- Description() - Method in class com.tripi.asp.AspNestedException
- Description
- DoNode - class com.tripi.asp.DoNode.
- Implements the looping constructs, DO ..
- DoNode(Node, BlockNode, boolean, boolean) - Constructor for class com.tripi.asp.DoNode
- Constructor.
- dbgCtx - Variable in class com.tripi.asp.ForNode
- Context under which the for and next expression evaluated
- dbgCtx - Variable in class com.tripi.asp.OutputNode
- Debugging context, location of output node in asp code.
- dereference(Object) - Static method in class com.tripi.asp.Types
- Derefernces the given object.
- desc - Variable in class com.tripi.asp.AspException
- Short description of this exception
- desc - Variable in class com.tripi.asp.AspRuntimeException
- Short description of this exception
- dimensions - Variable in class com.tripi.asp.DefineIdentArrayNode
- List of dimension sizes
- dimensions - Variable in class com.tripi.asp.RedimNode
- List of new dimensions
- disconnectFromSession() - Method in class com.tripi.asp.AspSessionHandler.AspSynchronizedCollection
- Disconnect from the session.
- displayFilename - Variable in class com.tripi.asp.DebugContext
- Display filename
- doDateAdd(AspDate, AspDate) - Static method in class com.tripi.asp.ArithmeticNode
- This function performs an add function with two dates.
- doLogicalAnd(Object, Object) - Method in class com.tripi.asp.ArithmeticNode
- Internal function to perform a logical AND operation.
- doLogicalOr(Object, Object) - Method in class com.tripi.asp.ArithmeticNode
- Internal function to perform a logical OR operation.
- doLogicalXor(Object, Object) - Method in class com.tripi.asp.ArithmeticNode
- Internal function to perform a logical XOR operation.
- doNumericAnd(Object, Object) - Method in class com.tripi.asp.ArithmeticNode
- Internal function to perform a numeric AND operation.
- doNumericOr(Object, Object) - Method in class com.tripi.asp.ArithmeticNode
- Internal function to perform a numeric OR operation.
- doNumericXor(Object, Object) - Method in class com.tripi.asp.ArithmeticNode
- Internal function to perform a numeric XOR operation.
- doUntil - Variable in class com.tripi.asp.DoNode
- DO ..
- dump() - Method in class com.tripi.asp.ArithmeticNode
- Dumps this node to standard out.
- dump() - Method in class com.tripi.asp.BlockNode
- Dumps the contents of this block.
- dump() - Method in class com.tripi.asp.ByRefNode
- Dumps the visual contents of this ByRefNode
- dump() - Method in class com.tripi.asp.CaseNode
- Dumps this case node.
- dump() - Method in class com.tripi.asp.ConditionalNode
- Dumps the output of this conditional node.
- dump() - Method in class com.tripi.asp.ConstNode
- Dumps the string representation of this node.
- dump() - Method in class com.tripi.asp.DefaultNode
- Dumps the node representation in a textual format.
- dump() - Method in class com.tripi.asp.DefineIdentArrayNode
- Dumps this node.
- dump() - Method in class com.tripi.asp.DefineIdentNode
- Dumps this expression.
- dump() - Method in class com.tripi.asp.DoNode
- Dumps this node.
- dump() - Method in class com.tripi.asp.ForEachNode
- Dumps the visual representation of this script.
- dump() - Method in class com.tripi.asp.ForNode
- Dumps the visual expression for this expression.
- dump() - Method in class com.tripi.asp.FunctionCallNode
- Dumps the reprensentation of this node.
- dump() - Method in class com.tripi.asp.GetFieldNode
- Dump this expression.
- dump() - Method in class com.tripi.asp.GetIndexNode
- Dumps the visual representation of this expression.
- dump() - Method in class com.tripi.asp.HTMLNode
- Dumps this node.
- dump() - Method in class com.tripi.asp.IdentNode
- Dumps the code representation of this node.
- dump() - Method in interface com.tripi.asp.Node
- Dumps the node representation in ASP textual format.
- dump() - Method in class com.tripi.asp.NullNode
- Dumps the string representation of this node.
- dump() - Method in class com.tripi.asp.NumberNode
- Dumps this node's string representation.
- dump() - Method in class com.tripi.asp.OptionExplicitNode
- Dumps the string representation of this node.
- dump() - Method in class com.tripi.asp.OutputNode
- Dumps the representation of this node.
- dump() - Method in class com.tripi.asp.RedimNode
- Dumps the source representation of this node.
- dump() - Method in class com.tripi.asp.SelectNode
- dump() - Method in class com.tripi.asp.SetValueNode
- Dumps the debugging information about this node.
- dump() - Method in class com.tripi.asp.StringNode
- Dumps this string value.
- dump() - Method in class com.tripi.asp.SubDefinitionNode
- Dumps the string representation of this subroutine definition.
- dump() - Method in class com.tripi.asp.ThrowExceptionNode
- Dumps this VBScript element.
- dump() - Method in class com.tripi.asp.UndefinedValueNode
- Dumps the string representation of this node.
- dump() - Method in class com.tripi.asp.VarListNode
- Dumps the representation of this varlist
E
- EQ - Static variable in class com.tripi.asp.ArithmeticNode
- The equal operator.
- EQV - Static variable in class com.tripi.asp.ArithmeticNode
- Logical equivalence operator
- EXP - Static variable in class com.tripi.asp.ArithmeticNode
- Exponent (power) operator
- End() - Method in class com.tripi.asp.Response
- The ASP-accessible End function ends the current ASP script immediately.
- Expires(AspDate) - Method in class com.tripi.asp.Response.CookieJar.CookieCrumb
- Sets the date this cookie expires.
- Expires(int) - Method in class com.tripi.asp.Response
- This ASP-accessible function sets the expiry time to the specified number of minutes from the current date/time.
- Expires() - Method in class com.tripi.asp.Response
- This ASP-accessible function obtains the number of minutes the expiry time is set to.
- ExpiresAbsolute(AspDate) - Method in class com.tripi.asp.Response
- This ASP-accessible function sets the expiry time to the specified absolute date.
- ExpiresAbsolute() - Method in class com.tripi.asp.Response
- This ASP-accessible function obtains the number of minutes the expiry time is set to.
- elements() - Method in class com.tripi.asp.AspCollection.ItemClass
- Obtains the elements in this AspCollection.
- elements() - Method in class com.tripi.asp.AspCollection
- Obtains the elements in this AspCollection.
- emptyCookie - Variable in class com.tripi.asp.Request.CookiesObj
- An "empty" value used for non-existant cookies
- emptyException - Static variable in class com.tripi.asp.Constants
- Static, constant empty exception.
- emptyValue - Variable in class com.tripi.asp.Request.FormObj.FormContents
- Empty mult-value
- equals(Object) - Method in class com.tripi.asp.IdentNode
- Tests equality of this identifier to another identifier.
- equals(Object) - Method in class com.tripi.asp.NullNode
- This function always returns true if it is being compared to a null value, or if the other value is a NullNode object.
- errorNumber - Variable in class com.tripi.asp.AspException
- Number assocated with this error
- ex - Variable in class com.tripi.asp.AspNestedRuntimeException
- The nested exception
- ex - Variable in class com.tripi.asp.AspRuntimeSubException
- Actual AspException
- ex - Variable in class com.tripi.asp.AspThread
- Exception thrown during execution
- exception - Variable in class com.tripi.asp.ThrowExceptionNode
- Exception to throw when this block is executed.
- exceptionHandlers - Variable in class com.tripi.asp.AspServlet
- List of handlers which should be called on exception
- exec - Variable in class com.tripi.asp.CaseNode
- Code to execute if one of the tests evaluate to true
- execute(VarListNode, AspContext) - Method in class com.tripi.asp.AbstractFunctionNode
- Overloaded class to handle executing functions, will convert the variable list passed in to a Vector of elements.
- execute(Vector, AspContext) - Method in class com.tripi.asp.AbstractFunctionNode
- Abstract class to handle executing a function.
- execute(AspContext) - Method in class com.tripi.asp.ArithmeticNode
- Dumps this node to standard out.
- execute(AspContext) - Method in class com.tripi.asp.BlockNode
- Executes this block of code.
- execute(AspContext) - Method in class com.tripi.asp.CaseNode
- Executes this case node.
- execute(AspContext) - Method in class com.tripi.asp.ConditionalNode
- Executes this conditional node.
- execute(AspContext) - Method in class com.tripi.asp.ConstNode
- Executes this node.
- execute(AspContext) - Method in class com.tripi.asp.DefaultNode
- Executes this node, returning the result.
- execute(AspContext) - Method in class com.tripi.asp.DefineIdentArrayNode
- Executes this node, defining the ident.
- execute(AspContext) - Method in class com.tripi.asp.DefineIdentNode
- Executes this expression.
- execute(AspContext) - Method in class com.tripi.asp.DoNode
- Executes this node
- execute(AspContext) - Method in class com.tripi.asp.ForEachNode
- Executes this node.
- execute(AspContext) - Method in class com.tripi.asp.ForNode
- Executes this node.
- execute(AspContext) - Method in class com.tripi.asp.FunctionCallNode
- Executes this expression.
- execute(VarListNode, AspContext) - Method in interface com.tripi.asp.FunctionNode
- Executes a function with the specified parameters.
- execute(AspContext) - Method in class com.tripi.asp.GetFieldNode
- Executes this field expression.
- execute(AspContext) - Method in class com.tripi.asp.GetIndexNode
- Executes this node.
- execute(AspContext) - Method in class com.tripi.asp.HTMLNode
- Executes this node within the specified context.
- execute(AspContext) - Method in class com.tripi.asp.IdentNode
- Executes this node.
- execute(VarListNode, AspContext) - Method in class com.tripi.asp.JavaObjectNode.JavaFieldNode
- Executes this field given a parameter list.
- execute(AspContext) - Method in interface com.tripi.asp.Node
- Executes this node in the defined context.
- execute(AspContext) - Method in class com.tripi.asp.NumberNode
- Executes this node within the specified context.
- execute(AspContext) - Method in class com.tripi.asp.OnErrorNode
- Executes this node, setting the error handler appropriately.
- execute(AspContext) - Method in class com.tripi.asp.OptionExplicitNode
- Executes this node.
- execute(AspContext) - Method in class com.tripi.asp.OutputNode
- Executes this output node.
- execute(AspContext) - Method in class com.tripi.asp.RedimNode
- Executes this node.
- execute(AspContext) - Method in class com.tripi.asp.SelectNode
- execute(AspContext) - Method in class com.tripi.asp.SetValueNode
- Executes this node, setting the value of the node.
- execute(AspContext) - Method in class com.tripi.asp.StringNode
- Executes this string, returns the string value stripped of the surrounding quotes and any escape sequences.
- execute(AspContext) - Method in class com.tripi.asp.SubDefinitionNode
- Executes this subroutine, the subroutine definition itself has no effect when executed.
- execute(VarListNode, AspContext) - Method in class com.tripi.asp.SubDefinitionNode
- This function executes the subroutine/function itself.
- execute(AspContext) - Method in class com.tripi.asp.ThrowExceptionNode
- Executes this node, throwing the exception we want to throw.
- execute(Vector, AspContext) - Method in class com.tripi.asp.VBScriptGlobals.AbsFunction
- Executes this function.
- execute(Vector, AspContext) - Method in class com.tripi.asp.VBScriptGlobals.ArrayFunction
- Executes this function.
- execute(Vector, AspContext) - Method in class com.tripi.asp.VBScriptGlobals.AscBFunction
- Executes this function.
- execute(Vector, AspContext) - Method in class com.tripi.asp.VBScriptGlobals.AscFunction
- Executes this function.
- execute(Vector, AspContext) - Method in class com.tripi.asp.VBScriptGlobals.AtnFunction
- Executes this function.
- execute(Vector, AspContext) - Method in class com.tripi.asp.VBScriptGlobals.CBoolFunction
- Executes this function.
- execute(Vector, AspContext) - Method in class com.tripi.asp.VBScriptGlobals.CByteFunction
- Executes this function.
- execute(Vector, AspContext) - Method in class com.tripi.asp.VBScriptGlobals.CDateFunction
- Executes this function.
- execute(Vector, AspContext) - Method in class com.tripi.asp.VBScriptGlobals.CDblFunction
- Executes this function.
- execute(Vector, AspContext) - Method in class com.tripi.asp.VBScriptGlobals.CIntFunction
- Executes this function.
- execute(Vector, AspContext) - Method in class com.tripi.asp.VBScriptGlobals.CLngFunction
- Executes this function.
- execute(Vector, AspContext) - Method in class com.tripi.asp.VBScriptGlobals.CStrFunction
- Executes this function.
- execute(Vector, AspContext) - Method in class com.tripi.asp.VBScriptGlobals.ChrFunction
- Executes this function.
- execute(Vector, AspContext) - Method in class com.tripi.asp.VBScriptGlobals.CosFunction
- Executes this function.
- execute(Vector, AspContext) - Method in class com.tripi.asp.VBScriptGlobals.CreateObjectFunction
- Executes this function.
- execute(Vector, AspContext) - Method in class com.tripi.asp.VBScriptGlobals.DateAddFunction
- Executes this function.
- execute(Vector, AspContext) - Method in class com.tripi.asp.VBScriptGlobals.DateDiffFunction
- Executes this function.
- execute(Vector, AspContext) - Method in class com.tripi.asp.VBScriptGlobals.DateFunction
- Executes this function.
- execute(Vector, AspContext) - Method in class com.tripi.asp.VBScriptGlobals.DatePartFunction
- Executes this function.
- execute(Vector, AspContext) - Method in class com.tripi.asp.VBScriptGlobals.DateSerialFunction
- Executes this function.
- execute(Vector, AspContext) - Method in class com.tripi.asp.VBScriptGlobals.DateValueFunction
- Executes this function.
- execute(Vector, AspContext) - Method in class com.tripi.asp.VBScriptGlobals.DayFunction
- Executes this function.
- execute(Vector, AspContext) - Method in class com.tripi.asp.VBScriptGlobals.EraseFunction
- Executes this function.
- execute(Vector, AspContext) - Method in class com.tripi.asp.VBScriptGlobals.ExpFunction
- Executes this function.
- execute(Vector, AspContext) - Method in class com.tripi.asp.VBScriptGlobals.FixFunction
- Executes this function.
- execute(Vector, AspContext) - Method in class com.tripi.asp.VBScriptGlobals.FormatDateFunction
- Executes this function.
- execute(Vector, AspContext) - Method in class com.tripi.asp.VBScriptGlobals.FormatNumberFunction
- Executes this function.
- execute(Vector, AspContext) - Method in class com.tripi.asp.VBScriptGlobals.HexFunction
- Executes this function.
- execute(Vector, AspContext) - Method in class com.tripi.asp.VBScriptGlobals.HourFunction
- Executes this function.
- execute(Vector, AspContext) - Method in class com.tripi.asp.VBScriptGlobals.InStrFunction
- Executes this function.
- execute(Vector, AspContext) - Method in class com.tripi.asp.VBScriptGlobals.InStrRevFunction
- Executes the InStrRev function.
- execute(Vector, AspContext) - Method in class com.tripi.asp.VBScriptGlobals.IntFunction
- Executes this function.
- execute(Vector, AspContext) - Method in class com.tripi.asp.VBScriptGlobals.IsArrayFunction
- Executes this function.
- execute(Vector, AspContext) - Method in class com.tripi.asp.VBScriptGlobals.IsDateFunction
- Executes this function.
- execute(Vector, AspContext) - Method in class com.tripi.asp.VBScriptGlobals.IsEmptyFunction
- Executes this function.
- execute(Vector, AspContext) - Method in class com.tripi.asp.VBScriptGlobals.IsNullFunction
- Executes this function.
- execute(Vector, AspContext) - Method in class com.tripi.asp.VBScriptGlobals.IsNumericFunction
- Executes this function.
- execute(Vector, AspContext) - Method in class com.tripi.asp.VBScriptGlobals.IsObjectFunction
- Executes this function.
- execute(Vector, AspContext) - Method in class com.tripi.asp.VBScriptGlobals.JoinFunction
- Executes this function.
- execute(Vector, AspContext) - Method in class com.tripi.asp.VBScriptGlobals.LBoundFunction
- Executes this function.
- execute(Vector, AspContext) - Method in class com.tripi.asp.VBScriptGlobals.LCaseFunction
- Executes this function.
- execute(Vector, AspContext) - Method in class com.tripi.asp.VBScriptGlobals.LTrimFunction
- Executes this function.
- execute(Vector, AspContext) - Method in class com.tripi.asp.VBScriptGlobals.LeftFunction
- Executes this function.
- execute(Vector, AspContext) - Method in class com.tripi.asp.VBScriptGlobals.LenFunction
- Executes this function.
- execute(Vector, AspContext) - Method in class com.tripi.asp.VBScriptGlobals.LogFunction
- Executes this function.
- execute(Vector, AspContext) - Method in class com.tripi.asp.VBScriptGlobals.MidFunction
- Executes this function.
- execute(Vector, AspContext) - Method in class com.tripi.asp.VBScriptGlobals.MinuteFunction
- Executes this function.
- execute(Vector, AspContext) - Method in class com.tripi.asp.