Modifier and Type | Method and Description |
---|---|
ScannerService |
WebBeansContext.getScannerService() |
Modifier and Type | Method and Description |
---|---|
protected void |
BeansDeployer.checkStereoTypes(ScannerService scanner)
Check steretypes.
|
void |
BeansDeployer.deploy(ScannerService scanner)
Deploys all the defined web beans components in the container startup.
|
protected void |
BeansDeployer.deployFromClassPath(ScannerService scanner)
Discovers and deploys classes from class path.
|
protected void |
BeansDeployer.deployFromXML(ScannerService scanner)
Discovers and deploys alternatives, interceptors and decorators from XML.
|
protected void |
BeansDeployer.processSpecializations(ScannerService scanner)
Checks specialization.
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractMetaDataDiscovery |
Modifier and Type | Class and Description |
---|---|
class |
DefaultScannerService |
Modifier and Type | Method and Description |
---|---|
void |
AlternativesManager.addClazzAlternative(Class<?> alternative,
String fileName,
ScannerService scanner) |
void |
AlternativesManager.addStereoTypeAlternative(Class<?> alternative,
String fileName,
ScannerService scanner) |
Modifier and Type | Field and Description |
---|---|
protected ScannerService |
AbstractLifeCycle.scannerService
Discover bean classes
|
Modifier and Type | Class and Description |
---|---|
class |
OpenWebBeansTestMetaDataDiscoveryService
Used by each test.
|
Modifier and Type | Class and Description |
---|---|
class |
OsgiMetaDataScannerService
In an OSGi environment, resources will not be delivered in
jars or file URLs, but as 'bundle://'.
|
Modifier and Type | Class and Description |
---|---|
class |
WebScannerService
Configures the web application to find beans.
|
Modifier and Type | Method and Description |
---|---|
void |
WebBeansXMLConfigurator.configure(InputStream xmlStream,
String fileName,
ScannerService scanner)
Configures XML configuration file.
|
void |
WebBeansXMLConfigurator.configureSpecSpecific(InputStream xmlStream,
String fileName,
ScannerService scanner)
Configures the web beans from the given input stream.
|
Copyright © 2008–2016 The Apache Software Foundation. All rights reserved.