[This is preliminary documentation and is subject to change.]
Classes
| Class | Description | |
|---|---|---|
| CompositeHandler |
Dispatched work to sub-handlers just like dispatcher does
| |
| ContextDumpHandler |
Dumps WorkContext status - used for debugging purposes
| |
| EmbeddedSiteHandler |
Implements handler that serves content from assembly-embedded resources and class actions.
Inherit from this class to implement actual handler that serves from particular assembly/namespace root
| |
| FileDownloadHandler |
Downloads local files or files from portal content file system.
Be carefull with this handler as the incorrect root setup may allow users to download system-internal files
| |
| MVCHandler |
Handles MVC-related requests
| |
| NOPHandler |
Implements handler that does nothing
| |
| StockContentSiteHandler |
This handler serves the embedded content of NFX.Wave library
| |
| TemplateHandler |
Implements handler that serves WaveTemplates
| |
| TypeLocation |
Represents a location used for dynamic type searches
| |
| TypeLocations |
A list of type search locations used for dynamic type searches
| |
| TypeLookup |
Lookup table string->Type
| |
| TypeLookupHandler TTarget |
Represents a base handler for all handlers that dynamicaly resolve type that performs actual work
|
Interfaces
| Interface | Description | |
|---|---|---|
| EmbeddedSiteHandler IAction |
Represents an action that can be dispatched by a EmbeddedSiteHandler.
The instance of this interface implementor is shared between requests (must be thread-safe)
|