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) |
<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 <T> T getExtension(Class<T> type, String name)
ExtensionFactorygetExtension in interface ExtensionFactorytype - object type.name - object name.Copyright © 2011–2018 The Apache Software Foundation. All rights reserved.