Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ApplicationContext ¶
type ApplicationContext interface { GetBean(name string) (interface{}, error) IsBeanExists(name string) bool RegisterBean(bean interface{}) RegisterBeanWithName(name string, bean interface{}) RegisterFactoryBean(bean bean.FactoryBean) GetBeansByInterfaceType(typ reflect.Type) []interface{} GetBeanByInterface(a interface{}) interface{} GetBeansByInterface(a interface{}) []interface{} GetAllBeans() []bean.Bean GetAllBeansByInterface(a interface{}) []bean.Bean }
func NewAppCtx ¶
func NewAppCtx() ApplicationContext
Click to show internal directories.
Click to hide internal directories.