Modifier and Type | Method and Description |
---|---|
IApplication |
Caches.getOwner() |
IApplication |
ICaches.getOwner()
获取所属应用容器
|
Modifier and Type | Method and Description |
---|---|
void |
Caches.initialize(IApplication owner) |
Constructor and Description |
---|
PluginConfigBeanHandler(IApplication owner) |
Modifier and Type | Method and Description |
---|---|
void |
ConfigurationApplicationInitializer.beforeBeanFactoryInit(IApplication application,
IBeanFactory beanFactory) |
void |
ConfigurationApplicationInitializer.beforeBeanLoad(IApplication application,
IBeanLoader beanLoader) |
Modifier and Type | Class and Description |
---|---|
class |
Application |
Modifier and Type | Method and Description |
---|---|
IApplication |
IApplicationCreator.create(Class<?> mainClass,
String[] args,
IApplicationInitializer... applicationInitializers)
构建应用容器接口实现对象
|
static IApplication |
YMP.get()
获取当前已初始化的应用容器实例
|
static IApplication |
YMP.run(IApplicationInitializer... applicationInitializers)
执行框架初始化动作, 若已初始化则直接返回当前应用容器实例对象
|
static IApplication |
YMP.run(String[] args,
IApplicationInitializer... applicationInitializers)
执行框架初始化动作, 若已初始化则直接返回当前应用容器实例对象
|
Modifier and Type | Method and Description |
---|---|
void |
ApplicationInitializer.afterEventInit(IApplication application,
Events events) |
default void |
IApplicationInitializer.afterEventInit(IApplication application,
Events events)
当事件管理器初始化完毕后将调用此方法
|
void |
ApplicationInitializer.beforeBeanFactoryInit(IApplication application,
IBeanFactory beanFactory) |
default void |
IApplicationInitializer.beforeBeanFactoryInit(IApplication application,
IBeanFactory beanFactory)
当对象工厂执行初始化动作前将调用此方法
|
void |
ApplicationInitializer.beforeBeanLoad(IApplication application,
IBeanLoader beanLoader) |
default void |
IApplicationInitializer.beforeBeanLoad(IApplication application,
IBeanLoader beanLoader)
当对象加载器开始执行加载动作前将调用此方法
|
void |
ApplicationInitializer.beforeModuleManagerInit(IApplication application,
ModuleManager moduleManager) |
default void |
IApplicationInitializer.beforeModuleManagerInit(IApplication application,
ModuleManager moduleManager)
当模块管理器执行初始化动作前将调用此方法
|
Constructor and Description |
---|
ApplicationEvent(IApplication owner,
ApplicationEvent.EVENT eventName) |
Modifier and Type | Method and Description |
---|---|
IApplication |
IBeanFactory.getOwner()
获取所属应用容器管理器
|
Modifier and Type | Method and Description |
---|---|
IApplication |
DefaultBeanFactory.getOwner() |
Modifier and Type | Method and Description |
---|---|
void |
DefaultBeanFactory.initialize(IApplication owner) |
Modifier and Type | Method and Description |
---|---|
Map<String,String> |
InterceptSettings.getContextParams(IApplication owner,
Class<?> targetClass) |
Map<String,String> |
InterceptSettings.getContextParams(IApplication owner,
Class<?> targetClass,
Method targetMethod) |
InterceptMeta |
InterceptSettings.getInterceptMeta(IApplication owner,
Class<?> targetClass,
Method targetMethod) |
IInterceptor |
InterceptSettings.getInterceptorInstance(IApplication owner,
Class<? extends IInterceptor> interceptClass) |
Constructor and Description |
---|
InterceptContext(IInterceptor.Direction direction,
IApplication owner,
Object targetObject,
Class<?> targetClass,
Method targetMethod,
Object[] methodParams,
Map<String,String> contextParams) |
InterceptMeta(IApplication owner,
Class<?> targetClass,
Method targetMethod) |
InterceptMeta(String id,
IApplication owner,
Class<?> targetClass,
Method targetMethod) |
Modifier and Type | Method and Description |
---|---|
IApplication |
IProxyFactory.getOwner()
获取代理工厂所属应用容器管理器
|
IApplication |
AbstractProxyFactory.getOwner() |
Modifier and Type | Method and Description |
---|---|
void |
AbstractProxyFactory.initialize(IApplication owner) |
Modifier and Type | Method and Description |
---|---|
IApplication |
NoOpProxyFactory.getOwner() |
Modifier and Type | Method and Description |
---|---|
void |
NoOpProxyFactory.initialize(IApplication owner) |
Constructor and Description |
---|
Events(IApplication owner) |
Constructor and Description |
---|
EventHandler(IApplication owner) |
EventListenerHandler(IApplication owner) |
EventRegisterHandler(IApplication owner) |
InjectorHandler(IApplication owner) |
InterceptorHandler(IApplication owner) |
ProxyHandler(IApplication owner) |
Modifier and Type | Method and Description |
---|---|
IApplication |
DefaultApplicationCreator.create(Class<?> mainClass,
String[] args,
IApplicationInitializer... applicationInitializers) |
Modifier and Type | Method and Description |
---|---|
void |
ModuleManager.initialize(IApplication owner) |
Modifier and Type | Method and Description |
---|---|
IApplication |
IPersistence.getOwner()
获取所属应用容器
|
Modifier and Type | Method and Description |
---|---|
IApplication |
AbstractContext.getOwner() |
IApplication |
IContext.getOwner()
获取所属应用管理器
|
Constructor and Description |
---|
AbstractContext(IApplication owner) |
AbstractContext(IApplication owner,
Map<String,String> contextParams) |
Modifier and Type | Method and Description |
---|---|
IApplication |
JDBC.getOwner() |
Modifier and Type | Method and Description |
---|---|
void |
JDBC.initialize(IApplication owner) |
Constructor and Description |
---|
PluginRepositoryHandler(IApplication owner) |
Modifier and Type | Method and Description |
---|---|
static Scaffold.Builder |
Scaffold.builder(IApplication owner) |
static Scaffold.Builder |
Scaffold.builder(IApplication owner,
boolean loadNamedFilter) |
Modifier and Type | Method and Description |
---|---|
IApplication |
MongoDB.getOwner() |
Modifier and Type | Method and Description |
---|---|
void |
MongoDB.initialize(IApplication owner) |
Modifier and Type | Method and Description |
---|---|
IApplication |
Redis.getOwner() |
Modifier and Type | Method and Description |
---|---|
void |
Redis.initialize(IApplication owner) |
Modifier and Type | Method and Description |
---|---|
IApplication |
IPlugins.getOwner()
获取所属应用容器实例
|
IApplication |
IPluginFactory.getOwner()
获取所属应用容器管理器
|
IApplication |
Plugins.getOwner() |
Modifier and Type | Method and Description |
---|---|
void |
Plugins.initialize(IApplication owner) |
Modifier and Type | Method and Description |
---|---|
IApplication |
DefaultPluginFactory.getOwner() |
Modifier and Type | Method and Description |
---|---|
static IPluginFactory |
DefaultPluginFactory.create(IApplication owner,
Class<? extends IPluginFactory> clazz) |
static IPluginFactory |
DefaultPluginFactory.create(IApplication owner,
Class<? extends IPluginFactory> clazz,
IPluginConfig pluginConfig) |
static DefaultPluginFactory |
DefaultPluginFactory.create(IApplication owner,
String pluginHome,
String[] packageNames) |
void |
DefaultPluginFactory.initialize(IApplication owner) |
Modifier and Type | Method and Description |
---|---|
IApplication |
Validations.getOwner() |
IApplication |
IValidation.getOwner()
获取所属应用容器
|
Modifier and Type | Method and Description |
---|---|
void |
Validations.initialize(IApplication owner) |
Constructor and Description |
---|
ValidateContext(IApplication owner,
Annotation annotation,
ValidationMeta.ParamInfo paramInfo,
Map<String,Object> paramValues,
Map<String,String> contextParams,
String resourceName) |
Constructor and Description |
---|
PluginValidateHandler(IApplication owner) |
Modifier and Type | Method and Description |
---|---|
IApplication |
WebMVC.getOwner() |
IApplication |
IWebMvc.getOwner()
获取所属应用容器实例
|
Modifier and Type | Method and Description |
---|---|
void |
WebMVC.initialize(IApplication owner) |
Constructor and Description |
---|
PluginControllerHandler(IApplication owner) |
Modifier and Type | Method and Description |
---|---|
static String |
WebUtils.messageWithTemplate(IApplication owner,
Collection<ValidateResult> messages) |
static String |
WebUtils.messageWithTemplate(IApplication owner,
String message) |
static String |
WebUtils.messageWithTemplate(IApplication owner,
String title,
Collection<ValidateResult> messages) |
static String |
WebUtils.messageWithTemplate(IApplication owner,
String name,
String message) |
Copyright © 2022. All rights reserved.