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

interface XInterceptorInfo

Methods' Summary
getInterceptedURLs returns the URL list for interception.  
Methods' Details
getInterceptedURLs
sequence< string >
getInterceptedURLs();

Description
returns the URL list for interception.

Wildcards inside the URLs are allowed to register the interceptor for URLs too, which can have optional arguments (e.g. "..#.." or "..?..").

Returns
a list of URLs which are handled by this interceptor
Top of Page