RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
WebDisp Namespace

This is namespace WebDisp.

Name 
Description 
The following table lists classes in this documentation. 
The following table lists interfaces in this documentation. 
The following table lists functions in this documentation. 
The following table lists structs, records, enums in this documentation. 
The following table lists types in this documentation. 
The following table lists constants in this documentation. 
 
Name 
Description 
 
EAdapterDispatcherException is the exception class for WebSnap actions and image requests that can't be serviced. 
 
EPageDispatcherException raises an exception when a page dispatcher encounters an error. 
 
ESessionException is the exception that is raised when a WebSnap application tries to use an invalid session. 
 
TAdapterDispatcher automatically handles HTML form submissions and requests for dynamic images by calling adapter action and field components. 
 
TAdapterDispatchParams parses a request to determine the adapter to which it is directed, and, if available, the Web pages that should appear when the request is successfully or unsuccessfully handled. 
 
TAdapterItemRequestParams holds the name/value pairs that must be included in request messages addressed to an adapter or its subcomponents. 
 
The TBaseRequestHandler component is a base class for WebSnap dispatcher components. 
 
TCustomAdapterDispatcher automatically handles HTML form submissions and requests for dynamic images by calling adapter action and field components. 
 
TCustomLocateFileService uses event handlers to control access to templates and server-side script include files at runtime. 
 
Dispatches incoming HTTP request messages in a WebSnap application. 
 
TCustomWebAppComponents manages the components that provide a WebSnap application's functionality. 
 
Serves as a placeholder when an HTTP request could not be given a session. 
 
TLocateFileService controls the access of templates and server-side script include files at runtime. 
 
TMultiModuleWebAppServices coordinates the response to HTTP request messages by locating the appropriate components to handle various tasks. 
 
TPageDispatcher dispatches incoming HTTP request messages in a WebSnap application. 
 
TWebAppComponents holds the application components that provide the WebSnap application's functionality. 
 
TWebSession stores temporary information associated with the user in a WebSnap application. 
Name 
Description 
This is constant WebDisp.sFailurePageParamName. 
This is constant WebDisp.sPageParamName. 
This is constant WebDisp.sRequestIDParamName. 
This is constant WebDisp.sSessionCookieName. 
This is constant WebDisp.sSuccessPageParamName. 
 
Name 
Description 
 
This is function WebDisp.AdapterRequestParamsAsStrings. 
 
This is function WebDisp.DispatchPageName. 
 
This is function WebDisp.EncodeParamNameValues. 
 
This is function WebDisp.EncodeParamsAsHTTPQuery. 
 
This is function WebDisp.ExpandScriptException. 
 
This is function WebDisp.ExtractParamNameValues. 
 
This is function WebDisp.FindDefaultAppPageName. 
 
This is function WebDisp.PageNameOfRequest. 
 
This is function WebDisp.RaiseDispatchBlankPageNameException. 
 
This is function WebDisp.RaisePageDoesNotProvideContent. 
 
This is function WebDisp.RaisePageNotFound. 
 
This is function WebDisp.RedirectToPageName. 
 
This is function WebDisp.RegisterAdapterRequestIdentifier. 
 
Redirects a browser to another specified page. 
 
Name 
Description 
 
This is class WebDisp.IWebSessionAccess. 
 
Name 
Description 
 
TPageAccessDenied indicates why a user was denied access to a requested Web page. 
Name 
Description 
This is type WebDisp.TActivateWebModuleEvent. 
TCanViewPageEvent is the type for event handlers that indicate whether the current user can view a specified Web page. 
TDispatchActionEvent is the type for event handlers that respond when an adapter action executes. 
TDispatchActionHandledEvent is the type for event handlers that can handle requests to execute an adapter action. 
TDispatchImageEvent is the type for event handlers that respond when an adapter action gets a request for an image field value. 
TDispatchImageHandledEvent is the type for event handlers that can handle requests for an image field value. 
TDispatchPageEvent is the type for event handlers that are called after a Web page module finishes handling an HTTP request. 
TDispatchPageHandledEvent is the type for event handlers that can handle HTTP request messages. 
TDispatchPageParamsHandledEvent is the type for event handlers that are called before a WebSnap application assembles a response message redirecting the caller to another Web page. 
TGetAdapterRequestParamsEvent is the type for event handlers that retrieve parameters for an adapter dispatcher. 
TLocateFileServiceFindFileEvent is the type for event handlers that locates a file on disk in a WebSnap application. 
TLocateFileServiceFindStreamEvent is the type for event handlers that provide access to a requested file. 
This is type WebDisp.TLoginPagedHandledEvent. 
TLoginRequiredEvent is the type for event handlers that indicate whether the current user must log in before accessing a specified Web page. 
TPageAccessDeniedEvent is the type for event handlers that respond when a page dispatcher determines that the current user can't access the current page. 
This is type WebDisp.TWebRequest. 
This is type WebDisp.TWebResponse. 
Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
What do you think about this topic? Send feedback!