|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.marketcetera.util.spring.SpringUtils
public final class SpringUtils
Utilities for the Spring framework.
| Method Summary | |
|---|---|
static void |
addPropertiesConfigurer(GenericApplicationContext context,
String configurerName,
String locationRef)
Creates a preferences configurer bean in the given application context. |
static void |
addStringBean(GenericApplicationContext context,
String name,
String value)
Creates a string bean in the given application context. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public static void addStringBean(GenericApplicationContext context,
String name,
String value)
context - The context.name - The bean name.value - The text value.
public static void addPropertiesConfigurer(GenericApplicationContext context,
String configurerName,
String locationRef)
context - The context.configurerName - The bean name.locationRef - The name of the bean whose value is the
properties' locations (can be a string or a list).
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||