The PhoenixHandler class is used as a base class to facilitate the process of
handling custom actions on a given object within the system. Generally, it will check an "id" parameter
on the querystring, load the appropriate object from the database and hand off control to the handler
of that object type.
Namespace:
Phoenix.HttpHandlersAssembly: Phoenix.UI (in Phoenix.UI.dll) Version: 2.9.3209.25658 (2.9.0.0)
Syntax
| C# |
|---|
public abstract class PhoenixHandler : IHttpHandler |
Remarks
The class diagram below shows the handler classes that have derived from PhoenixHandler.
Inheritance Hierarchy
System..::.Object
Phoenix.HttpHandlers..::.PhoenixHandler
Phoenix.HttpHandlers..::.GetFolder
Phoenix.HttpHandlers..::.GetKML
Phoenix.HttpHandlers..::.GetMetadata
Phoenix.HttpHandlers..::.GetObject
Phoenix.HttpHandlers..::.GetOGCThumbnail
Phoenix.HttpHandlers..::.GetPollResults
Phoenix.HttpHandlers..::.GetProperties
Phoenix.HttpHandlers..::.GetRSS
Phoenix.HttpHandlers..::.GetSLD
Phoenix.HttpHandlers..::.GetVCF
Phoenix.HttpHandlers..::.GetVCS
Phoenix.HttpHandlers..::.GetWMC
Phoenix.HttpHandlers..::.GetWorkspace
Phoenix.HttpHandlers..::.GetWorkspaceHistoryRss
Phoenix.HttpHandlers..::.ZipNShip
Phoenix.HttpHandlers..::.PhoenixHandler
Phoenix.HttpHandlers..::.GetFolder
Phoenix.HttpHandlers..::.GetKML
Phoenix.HttpHandlers..::.GetMetadata
Phoenix.HttpHandlers..::.GetObject
Phoenix.HttpHandlers..::.GetOGCThumbnail
Phoenix.HttpHandlers..::.GetPollResults
Phoenix.HttpHandlers..::.GetProperties
Phoenix.HttpHandlers..::.GetRSS
Phoenix.HttpHandlers..::.GetSLD
Phoenix.HttpHandlers..::.GetVCF
Phoenix.HttpHandlers..::.GetVCS
Phoenix.HttpHandlers..::.GetWMC
Phoenix.HttpHandlers..::.GetWorkspace
Phoenix.HttpHandlers..::.GetWorkspaceHistoryRss
Phoenix.HttpHandlers..::.ZipNShip
