| Implement this interface to create a module for Propeller, the flexible HTTP webserver. |
| Provides an interface for Propeller modules to save their settings. |
|
Provides a default base implementation for Propeller modules. |
| Encapsulates the settings pertaining to a module running within Propeller, including its name and URL hooks. |
| Contains settings which are related to the Propeller engine, and not to any individual module. |
| Contains helper methods relating to Propeller. |
| Provides a simple implementation for the ISettingsSaver interface. |