Package org.brijframework.boot.runner
Class ApplicationContextRunner
- java.lang.Object
-
- org.brijframework.factories.impl.AbstractFactory<String,org.brijframework.context.bootstrap.BootstrapContext>
-
- org.brijframework.boot.runner.ApplicationContextRunner
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description org.brijframework.context.bootstrap.BootstrapContextgetApplicationContext()BootstrapArgsgetArguments()ApplicationContextRunnerloadFactory()protected voidpostregister(String key, org.brijframework.context.bootstrap.BootstrapContext value)protected voidpreregister(String key, org.brijframework.context.bootstrap.BootstrapContext value)static ApplicationContextRunnerrun()static ApplicationContextRunnerrun(String[] varArgs)
-
-
-
Method Detail
-
run
@SingletonFactory public static ApplicationContextRunner run(String[] varArgs)
-
run
public static ApplicationContextRunner run()
-
getArguments
public BootstrapArgs getArguments()
-
loadFactory
public ApplicationContextRunner loadFactory()
-
preregister
protected void preregister(String key, org.brijframework.context.bootstrap.BootstrapContext value)
- Specified by:
preregisterin classorg.brijframework.factories.impl.AbstractFactory<String,org.brijframework.context.bootstrap.BootstrapContext>
-
postregister
protected void postregister(String key, org.brijframework.context.bootstrap.BootstrapContext value)
- Specified by:
postregisterin classorg.brijframework.factories.impl.AbstractFactory<String,org.brijframework.context.bootstrap.BootstrapContext>
-
getApplicationContext
public org.brijframework.context.bootstrap.BootstrapContext getApplicationContext()
-
-