Top   Module   Use   Manual   Index 
 EXPORTING SERVICES | METHODS' SUMMARY | METHODS' DETAILS 

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

interface XInterceptorInfo

Base Interface
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 .


Methods' Summary

getInterceptedURLs returns the URL list for interception.

Methods' Details

getInterceptedURLs
 
sequence< string >
getInterceptedURLs();
Description
returns the URL list for interception.

Top of Page