Click or drag to resize
AsterNET.FastAGI.MappingStrategies Namespace
AsterNet FastAGI Mapping Strategies
Classes
  ClassDescription
Public classGeneralMappingStrategy
A MappingStrategy that is configured via a an XML file or used by passing in a single or list of SciptMapping This is useful as a general mapping strategy, rather than using the default Resource Reference method.
Public classResourceMappingStrategy
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.
Public classScriptMapping