|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.jboss.webbeans.bootstrap.WebBeansBootstrap
public abstract class WebBeansBootstrap
Common bootstrapping functionality that is run at application startup and detects and register beans
| Constructor Summary | |
|---|---|
WebBeansBootstrap()
|
|
| Method Summary | |
|---|---|
void |
boot()
Starts the boot process. |
protected abstract EjbDiscovery |
getEjbDiscovery()
|
ManagerImpl |
getManager()
|
abstract ResourceLoader |
getResourceLoader()
|
static java.lang.String |
getVersion()
Gets version information |
protected abstract WebBeanDiscovery |
getWebBeanDiscovery()
|
protected void |
initManager(NamingContext namingContext,
EjbResolver ejbResolver,
ResourceLoader resourceLoader)
|
protected void |
registerBeans(java.lang.Iterable<java.lang.Class<?>> classes)
Register the bean with the getManager(), including any standard (built in) beans |
protected void |
validateBootstrap()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public WebBeansBootstrap()
| Method Detail |
|---|
protected void initManager(NamingContext namingContext,
EjbResolver ejbResolver,
ResourceLoader resourceLoader)
public ManagerImpl getManager()
protected abstract WebBeanDiscovery getWebBeanDiscovery()
protected abstract EjbDiscovery getEjbDiscovery()
public abstract ResourceLoader getResourceLoader()
protected void validateBootstrap()
protected void registerBeans(java.lang.Iterable<java.lang.Class<?>> classes)
classes - The classes to register as Web Beanspublic void boot()
webBeanDiscovery - The discovery implementationpublic static java.lang.String getVersion()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||