Show / Hide Table of Contents

Namespace NFX.Wave.Handlers

Classes

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

TypeLookupHandler<TTarget>

Represents a base handler for all handlers that dynamicaly resolve type that performs actual work

Interfaces

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)

Back to top Copyright © 2006-2018 Agnicore Inc
Generated by DocFX