Click or drag to resize
MappingStrategy Class

Note: This API is now obsolete.

A MappingStrategy that is configured via a resource bundle.
The resource bundle contains the script part of the url as key and the fully qualified class name of the corresponding AGIScript as value.
Example:
                    noopcommand = AsterNET.FastAGI.Command.NoopCommand
                
NoopCommand must implement the AGIScript interface and have a default constructor with no parameters.
Inheritance Hierarchy
SystemObject
  AsterNET.FastAGIMappingStrategy

Namespace: AsterNET.FastAGI
Assembly: AsterNET (in AsterNET.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
[ObsoleteAttribute("This class has been depreciated in favour of MappingStrategies.ResourceMappingStrategy", 
	false)]
public class MappingStrategy : IMappingStrategy

The MappingStrategy type exposes the following members.

Constructors
  NameDescription
Public methodMappingStrategy
Initializes a new instance of the MappingStrategy class
Public methodMappingStrategy(String)
Initializes a new instance of the MappingStrategy class
Top
Methods
  NameDescription
Public methodDetermineScript
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodLoad
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
Properties
  NameDescription
Public propertyResourceBundleName
Top
See Also