| Modifier and Type | Method and Description |
|---|---|
protected EzyPluginContext |
EzyPluginsStarter.getPluginContext(String pluginName) |
| Modifier and Type | Method and Description |
|---|---|
protected EzyPluginContext |
EzySimpleServerContextBuilder.newPluginContext(EzySimpleZoneContext parent,
EzyPluginSetting setting) |
| Modifier and Type | Method and Description |
|---|---|
protected Collection<EzyPluginContext> |
EzySimpleServerContextBuilder.newPluginContexts(EzySimpleZoneContext parent) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
EzyBroadcastPluginsEventImpl.firePluginEvent(EzyPluginContext ctx,
com.tvd12.ezyfox.constant.EzyConstant type,
EzyEvent event,
boolean catchException) |
protected void |
EzyZoneBroadcastEventImpl.firePluginEvent(EzyPluginContext ctx,
com.tvd12.ezyfox.constant.EzyConstant type,
EzyEvent event,
boolean catchException) |
protected EzyUserManager |
EzyPluginResponseImpl.getUserManager(EzyPluginContext context) |
| Constructor and Description |
|---|
EzyPluginResponseImpl(EzyPluginContext context) |
EzyPluginSendResponseImpl(EzyPluginContext context) |
| Modifier and Type | Class and Description |
|---|---|
class |
EzySimplePluginContext |
| Modifier and Type | Field and Description |
|---|---|
protected Set<EzyPluginContext> |
EzyAbstractComplexContext.pluginContexts |
protected Map<Integer,EzyPluginContext> |
EzyAbstractComplexContext.pluginContextsById |
protected Map<String,EzyPluginContext> |
EzySimpleZoneContext.pluginContextsByName |
| Modifier and Type | Method and Description |
|---|---|
EzyPluginContext |
EzyAbstractComplexContext.getPluginContext(int pluginId) |
EzyPluginContext |
EzyComplexContext.getPluginContext(int pluginId) |
EzyPluginContext |
EzyZoneContext.getPluginContext(String pluginName) |
EzyPluginContext |
EzySimpleZoneContext.getPluginContext(String pluginName) |
| Modifier and Type | Method and Description |
|---|---|
Collection<EzyPluginContext> |
EzyPluginContextsFetcher.getPluginContexts() |
Collection<EzyPluginContext> |
EzyAbstractComplexContext.getPluginContexts() |
| Modifier and Type | Method and Description |
|---|---|
void |
EzyAbstractComplexContext.addPluginContext(EzyPluginSetting plugin,
EzyPluginContext pluginContext) |
void |
EzySimpleZoneContext.addPluginContext(EzyPluginSetting plugin,
EzyPluginContext pluginContext) |
void |
EzyPluginContextAware.setPluginContext(EzyPluginContext context) |
| Modifier and Type | Method and Description |
|---|---|
void |
EzyAbstractComplexContext.addPluginContexts(Collection<EzyPluginContext> pluginContexts) |
| Modifier and Type | Method and Description |
|---|---|
protected EzyPluginContext |
EzyRequestPluginController.getPluginContext(EzyZoneContext zoneCtx,
EzyRequestPluginParams requestParams) |
| Modifier and Type | Method and Description |
|---|---|
default void |
EzyPluginEntry.config(EzyPluginContext ctx) |
Copyright © 2021 Young Monkeys. All rights reserved.