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

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

interface XExtendedFilterDetection

Base Interface
com::sun::star::uno::XInterface

[ DEPRECATED ]
Description
extended filter detection for frame loader factories.


Methods' Summary

detect control agreement of a frameloader with given URL or arguments

Methods' Details

detect
 
string
detect(
[ in ] string sURL,
[ in ] sequence< com::sun::star::beans::PropertyValue > aArgumentlist );

Description
control agreement of a frameloader with given URL or arguments

Implement it as an extra service for your frameloader to give information about your responsibility for a given URL. If you can handle these documents return a valid name for a filter or an empty string otherwise.


Top of Page