- Description
- Component context to be passed to a component via
::com::sun::star::lang::XSingleComponentFactory .
Arbitrary values (e.g. deployment values) can be retrieved from the context.
- Developers Guide
Methods' Summary |
getValueByName |
Gets a value from the context.
|
getServiceManager |
Gets the service manager instance to be used from key
/singletons/com.sun.star.lang.theServiceManager (maybe null ref).
This method has been added for convenience, because the
service manager is used very often.
|
Methods' Details |
getValueByName
any |
getValueByName( |
[in] string |
Name ); |
- Description
- Gets a value from the context.
- Parameter Name
-
name of value
- Returns
-
value
|
|
getServiceManager
- Description
- Gets the service manager instance to be used from key
/singletons/com.sun.star.lang.theServiceManager (maybe null ref).
This method has been added for convenience, because the
service manager is used very often.
- Returns
-
service manager, if any
|
|
Top of Page
Copyright © 2003 Sun Microsystems, Inc.
|