LibreOffice Module framework (master) 1
|
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... | |
bind an interceptor component to its URL pattern registration.
Definition at line 58 of file interceptionhelper.hxx.
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().
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().