![]() | AsterNET.FastAGI.MappingStrategies Namespace |
Class | Description | |
---|---|---|
![]() | GeneralMappingStrategy |
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.
|
![]() | ResourceMappingStrategy |
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.NoopCommandNoopCommand must implement the AGIScript interface and have a default constructor with no parameters. |
![]() | ScriptMapping |