com :: sun :: star :: uno :: interface XComponentContext
- Base Interface
- com::sun::star::uno::XInterface
- Description
- Component context to be granted to a component for running.
Arbitrary values can be retrieved from the context.
Methods' Summary
|
getValueByName |
Gets a value from the context.
|
getServiceManager |
Gets the service manager instance to be used (or null).
This method has been added for convenience, because the
service manager is an often used object.
|
Methods' Details
|
- getValueByName
-  
- any
getValueByName(
-
- Description
- Gets a value from the context.
- Parameter Name
-
name of value
- Returns
-
value
|
- getServiceManager
-  
com::sun::star::lang::XMultiComponentFactory
getServiceManager();
- Description
- Gets the service manager instance to be used (or null).
This method has been added for convenience, because the
service manager is an often used object.
|
Top of Page
Copyright 2002 Sun Microsystems, Inc., 901 San Antonio Road, Palo Alto, CA 94303 USA.