public static class InjectionSource.ResolutionContext extends Object
Constructor and Description |
---|
InjectionSource.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 © 2013 JBoss, a division of Red Hat, Inc.. All Rights Reserved.