Class ServerAdapter
Object
|
+--ServerAdapter
- class
ServerAdapter
This class adapts the native ASP Server object to Troika.ASP Server object.
Defined in ServerAdapter.js
|
Constructor Summary |
ServerAdapter()
Constructs a new instance of ServerAdapter class.
|
|
Method Summary |
Object
|
mapPath(<String> path)
Maps a specified path to a physical path.
|
void
|
transfer(<String> path)
Sends (transfers) all the information created in one ASP file to a second ASP file.
|
ServerAdapter
ServerAdapter()
Constructs a new instance of ServerAdapter class.
mapPath
Object mapPath(<String> path)
Maps a specified path to a physical path.
Parameters:
path - The relative or virtual path to map to a physical path. If this parameter starts with / or \, it returns a path as if this parameter is a full virtual path. If this parameter doesn't start with / or \, it returns a path relative to the directory of the .asp file being processed.
transfer
void transfer(<String> path)
Sends (transfers) all the information created in one ASP file to a second ASP file.
Parameters:
path - The location of the ASP file to which control should be transferred.
www.troika-asp.com
Documentation generated on Sun Jun 15 17:59:32 2008