interface XInterceptorInfo in module com::sun::star::frame::

(Global Index)

Syntax

interface XInterceptorInfo : com::sun::star::uno::XInterface ;

Description

Makes it possible to get information about registered interceptor. zB. get URL lists for interception Use it as an additional interface to XDispatchProviderInterceptor .

Method Summary

getInterceptedURLs returns the URL list for interception.

Method Details



getInterceptedURLs

Syntax

sequence< string > getInterceptedURLs ();

Description

returns the URL list for interception.

Top of Page