NFX.Wave.Handlers NamespaceNFX Class Library

[This is preliminary documentation and is subject to change.]

 
Classes

  ClassDescription
Public classCompositeHandler
Dispatched work to sub-handlers just like dispatcher does
Public classContextDumpHandler
Dumps WorkContext status - used for debugging purposes
Public classEmbeddedSiteHandler
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
Public classFileDownloadHandler
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
Public classMVCHandler
Handles MVC-related requests
Public classNOPHandler
Implements handler that does nothing
Public classStockContentSiteHandler
This handler serves the embedded content of NFX.Wave library
Public classTemplateHandler
Implements handler that serves WaveTemplates
Public classTypeLocation
Represents a location used for dynamic type searches
Public classTypeLocations
A list of type search locations used for dynamic type searches
Protected classTypeLookup
Lookup table string->Type
Public classTypeLookupHandler TTarget 
Represents a base handler for all handlers that dynamicaly resolve type that performs actual work
Interfaces

  InterfaceDescription
Public interfaceEmbeddedSiteHandler 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)