LibreOffice Module framework (master) 1
Public Attributes | List of all members
framework::InterceptionHelper::InterceptorInfo Struct Reference

bind an interceptor component to its URL pattern registration. More...

Public Attributes

css::uno::Reference< css::frame::XDispatchProvider > xInterceptor
 reference to the interceptor component. More...
 
css::uno::Sequence< OUString > lURLPattern
 it's registration for URL patterns. More...
 

Detailed Description

bind an interceptor component to its URL pattern registration.

Definition at line 58 of file interceptionhelper.hxx.

Member Data Documentation

◆ lURLPattern

css::uno::Sequence< OUString > framework::InterceptionHelper::InterceptorInfo::lURLPattern

it's registration for URL patterns.

@descr If the interceptor component does not support the optional interface XInterceptorInfo, it will be registered for one pattern "*" by default. That would make it possible to handle it in the same manner then real registered interceptor objects and we must not implement any special code.

Definition at line 69 of file interceptionhelper.hxx.

Referenced by framework::InterceptionHelper::registerDispatchProviderInterceptor().

◆ xInterceptor

css::uno::Reference< css::frame::XDispatchProvider > framework::InterceptionHelper::InterceptorInfo::xInterceptor

reference to the interceptor component.

Definition at line 61 of file interceptionhelper.hxx.

Referenced by framework::InterceptionHelper::registerDispatchProviderInterceptor().


The documentation for this struct was generated from the following file: