Click or drag to resize
ResourceMappingStrategy Class
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.FastAGI.MappingStrategiesResourceMappingStrategy

Namespace: AsterNET.FastAGI.MappingStrategies
Assembly: AsterNET (in AsterNET.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public class ResourceMappingStrategy : IMappingStrategy

The ResourceMappingStrategy type exposes the following members.

Constructors
  NameDescription
Public methodResourceMappingStrategy
Initializes a new instance of the ResourceMappingStrategy class
Public methodResourceMappingStrategy(String)
Initializes a new instance of the ResourceMappingStrategy 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