|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnet.sf.doolin.context.ApplicationLauncher
public abstract class ApplicationLauncher
Application.
| Field Summary | |
|---|---|
static String |
BEAN_APPLICATION
Default bean name for the application. |
| Method Summary | |
|---|---|
static Application |
launch(String... contextPaths)
Launches an application from a set of Spring contexts. |
static Application |
launchNamed(String id,
String... contextPaths)
Launches an application from a set of Spring contexts. |
static Application |
launchNamedWithArgs(String id,
String[] contextPaths,
String[] arguments)
Launches an application from a set of Spring contexts. |
static Application |
launchWithArgs(String[] contextPaths,
String[] arguments)
Launches an application from a set of Spring contexts. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final String BEAN_APPLICATION
| Method Detail |
|---|
public static Application launch(String... contextPaths)
contextPaths - List of Spring contexts.
public static Application launchWithArgs(String[] contextPaths,
String[] arguments)
contextPaths - List of Spring contexts.arguments - Arguments for the launch
public static Application launchNamed(String id,
String... contextPaths)
id - Bean ID for the applicationcontextPaths - List of Spring contexts.
public static Application launchNamedWithArgs(String id,
String[] contextPaths,
String[] arguments)
id - Bean ID for the applicationcontextPaths - List of Spring contexts.arguments - Arguments for the launch
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||