public final class Application extends Object implements Scope
| Modifier | Constructor and Description |
|---|---|
protected |
Application()
Default constructor protected, Only for package access.
|
| Modifier and Type | Method and Description |
|---|---|
void |
postInitComponent(Class<Object> clazz,
Object instance)
Will be called after the components dependencies injection.
|
void |
preCreateComponent(Class<Object> clazz)
Will be called before a component is created
|
void |
preInitComponent(Class<Object> clazz,
Object instance)
Will be called after the component has been instantiate and before
injecting the components dependencies
|
protected Application()
public void preCreateComponent(Class<Object> clazz)
ContextListenerpreCreateComponent in interface ContextListener<Object>clazz - The component classpublic void preInitComponent(Class<Object> clazz, Object instance)
ContextListenerpreInitComponent in interface ContextListener<Object>clazz - The component classinstance - The component instancepublic void postInitComponent(Class<Object> clazz, Object instance)
ContextListenerpostInitComponent in interface ContextListener<Object>clazz - The component classinstance - The component instanceCopyright © 2015–2018 Bridje Framework. All rights reserved.