Language
Asturianu (ast)
Català (ca)
Čeština (cs)
Dansk (da)
Deutsch (de)
English [US] (en-US)
Español (es)
Esperanto (eo)
Eesti keel (et)
Euskara (eu)
Français (fr)
Gàidhlig (gd)
Galego (gl)
Italiano (it)
Lietuvių (lt)
Magyar (hu)
Nederlands (nl)
Norsk (no)
Polski (pl)
Português [do Brasil] (pt-BR)
Português [Europeu] (pt)
Română (ro)
Slovenčina (sk)
Slovenščina (sl)
Suomi (fi)
Svenska (sv)
Yкраїнська (uk)
Tiếng Việt (vi)
Türkçe (tr)
ኦሮሚኛ (om)
Հայերեն (hy)
Ελληνικά (el)
български език (bg)
Русский (ru)
Cрпски [ћирилицом] (sr)
עברית (he)
हिन्दी (hi)
ភាសាខ្មែរ (km)
தமிழ் (ta)
ภาษาไทย (th)
简体中文 (zh-CN)
正體中文 (zh-TW)
日本語 (ja)
한국어 (ko)
The Free and Open Productivity Suite
Overview
Module
Use
Devguide
Index
Services
LanguageScriptProvider
This service provides a means of browsing and invoking scripts in
a single language.
MasterScriptProvider
This service acts as a wrapper around the various language specific
ScriptProviders.
MasterScriptProviderFactory
This service is used to create MasterScriptProviders.
Note: You shouldn't ever instantiate the MasterScriptProvider
service directly, you should always use this service.
ScriptProvider
This service providers a means to browse and execute scripts.
ScriptProviderForBasic
This service is a Basic-specific LanguageScriptProvider.
ScriptProviderForBeanShell
This service is a BeanShell-specific LanguageScriptProvider.
ScriptProviderForJava
This service is a Java-specific LanguageScriptProvider.
ScriptProviderForJavaScript
This service is a Java-specific LanguageScriptProvider.
ScriptURIHelper
This service is used to help transform Scripting Framework storage
locations to Scripting Framework script URIs and vice versa.
Singletons
theMasterScriptProviderFactory
The one and only MasterScriptProviderFactory
To get the singleton call getValueByName on the component context
Interfaces
XScript
This interface represents an invokable script or UNO function.
XScriptContext
This interface is provided to scripts, and provides a means of access to
the various interfaces which they might need to perform some action on
a document. It is required to be passed as the first argument for any
Java scripts.
XScriptProvider
This interface provides a factory for obtaining objects implmenting the
XScript interface.
XScriptProviderFactory
This interface provides a factory for obtaining objects implmenting the
XScriptProvider interface.
XScriptProviderSupplier
This interface allows to get the scripting provider related to the object.
XScriptURIHelper
This interface is used to help transform Scripting Framework storage
locations to Scripting Framework script URIs and vice versa.
Exceptions
ScriptErrorRaisedException
is a checked exception that represents an error encountered
by a LanguageScriptProvider whilst executing a script
ScriptExceptionRaisedException
is a checked exception that represents the detail of an exception
thrown by a LanguageScriptProvider whilst executing a script
ScriptFrameworkErrorException
is a checked exception that represents an error encountered
by the Scripting Framework whilst executing a script
Constant Groups
ScriptFrameworkErrorType
is a checked exception that represents an error encountered
by the Scripting Framework whilst executing a script
Top of Page Copyright © 2013, The Apache Software Foundation, Licensed under the Apache License, Version 2.0. Apache, the Apache feather logo, Apache OpenOffice and OpenOffice.org are trademarks of The Apache Software Foundation. Other names may be trademarks of their respective owners.