:: com :: sun :: star :: frame ::

service DispatchHelper
Description
provides an easy way to dispatch an URL using one call instead of multiple ones.

Normaly a complete dispatch is splitted into different parts: - converting and parsing the URL - searching for a valid dispatch object available on a dispatch provider - dispatching of the URL and it's parameters

See also
DispatchProvider
@since #107627#

Exported Interfaces
XDispatchHelper
Description
provides the easy way for dispatch requests.
See also
XDispatchProvider
See also
XDispatch

 
Top of Page