public class SpringExtensionFactory extends Object implements ExtensionFactory
| Constructor and Description |
|---|
SpringExtensionFactory() |
| Modifier and Type | Method and Description |
|---|---|
static void |
addApplicationContext(org.springframework.context.ApplicationContext context) |
static void |
clearContexts() |
static Set<org.springframework.context.ApplicationContext> |
getContexts() |
<T> T |
getExtension(Class<T> type,
String name)
Get extension.
|
static void |
removeApplicationContext(org.springframework.context.ApplicationContext context) |
public static void addApplicationContext(org.springframework.context.ApplicationContext context)
public static void removeApplicationContext(org.springframework.context.ApplicationContext context)
public static Set<org.springframework.context.ApplicationContext> getContexts()
public static void clearContexts()
public <T> T getExtension(Class<T> type, String name)
ExtensionFactorygetExtension in interface ExtensionFactorytype - object type.name - object name.Copyright © 2011–2020 The Apache Software Foundation. All rights reserved.