public static class InjectionSource.ResolutionContext extends Object
| Constructor and Description |
|---|
ResolutionContext(boolean compUsesModule,
String componentName,
String moduleName,
String applicationName) |
| Modifier and Type | Method and Description |
|---|---|
String |
getApplicationName()
Get the current application name, or
null if there is none. |
String |
getComponentName()
Get the current component name, or
null if there is none. |
String |
getModuleName()
Get the current module name, or
null if there is none. |
boolean |
isCompUsesModule()
Determine whether the resolution context has a combined "comp" and "module" namespace.
|
public boolean isCompUsesModule()
true if "comp" is an alias for "module", false otherwisepublic String getComponentName()
null if there is none.public String getModuleName()
null if there is none.public String getApplicationName()
null if there is none.Copyright © 2022 JBoss by Red Hat. All rights reserved.