Module: Uno::UnoComponentBase

Included in:
RubyScriptProvider::ScriptProviderImpl
Defined in:
lib/rubyloader.rb

Overview

All UNO components should be include UnoComponentBase module to its class and define two constants for it. If your class include css.lang.XServiceInfo module also, they are used to provide service information of your component. IMPLE_NAME: implementation name of the component, have to be defined

on herself.

SERVICE_NAMES: Array of supported service names.