Component context entry for constructing ComponentContext objects.
A ComponentContextEntry is separated into a late-init and direct-value
purpose.
The first one is commonly used for singleton objects of the component
context, that are raised on first-time retrieval of the key.
You have to pass a com.sun.star.lang.XSingleComponentFactory
or string (=> service name) object for this.
public ComponentContextEntry(Object lateInit,
Object value)
Creating a late-init singleton entry component context entry.
The second parameter will be ignored and overwritten during
instanciation of the singleton instance.
Parameters:
lateInit - object factory or service string
value - pass null (dummy separating from second ctor signature)