ComponentContextEntry.java (a893be29) ComponentContextEntry.java (c86fe57e)
1/**************************************************************
2 *
3 * Licensed to the Apache Software Foundation (ASF) under one
4 * or more contributor license agreements. See the NOTICE file
5 * distributed with this work for additional information
6 * regarding copyright ownership. The ASF licenses this file
7 * to you under the Apache License, Version 2.0 (the
8 * "License"); you may not use this file except in compliance

--- 15 unchanged lines hidden (view full) ---

24
25/** Component context entry for constructing ComponentContext objects.
26 <p>
27 A ComponentContextEntry is separated into a late-init and direct-value
28 purpose.
29 The first one is commonly used for singleton objects of the component
30 context, that are raised on first-time retrieval of the key.
31 You have to pass a com.sun.star.lang.XSingleComponentFactory
1/**************************************************************
2 *
3 * Licensed to the Apache Software Foundation (ASF) under one
4 * or more contributor license agreements. See the NOTICE file
5 * distributed with this work for additional information
6 * regarding copyright ownership. The ASF licenses this file
7 * to you under the Apache License, Version 2.0 (the
8 * "License"); you may not use this file except in compliance

--- 15 unchanged lines hidden (view full) ---

24
25/** Component context entry for constructing ComponentContext objects.
26 <p>
27 A ComponentContextEntry is separated into a late-init and direct-value
28 purpose.
29 The first one is commonly used for singleton objects of the component
30 context, that are raised on first-time retrieval of the key.
31 You have to pass a com.sun.star.lang.XSingleComponentFactory
32 or string (=> service name) object for this.
32 or string (=&gt; service name) object for this.
33 </p>
34*/
35public class ComponentContextEntry
36{
37 /** if late init of service instance, set service name (String) or
38 component factory (XSingleComponentFactory), null otherwise
39 */
40 public Object m_lateInit;

--- 29 unchanged lines hidden ---
33 </p>
34*/
35public class ComponentContextEntry
36{
37 /** if late init of service instance, set service name (String) or
38 component factory (XSingleComponentFactory), null otherwise
39 */
40 public Object m_lateInit;

--- 29 unchanged lines hidden ---