Package | Description |
---|---|
org.jboss.weld.bootstrap.spi | |
org.jboss.weld.metadata |
Modifier and Type | Interface and Description |
---|---|
interface |
WeldFilter
Filter is a data structures representing the <include> and <exclude> elements in Weld's extensions to
beans.xml. |
Modifier and Type | Method and Description |
---|---|
Collection<Metadata<Filter>> |
Scanning.getExcludes()
The <exclude> element
|
Collection<Metadata<Filter>> |
Scanning.getIncludes()
The <include> element
|
Modifier and Type | Class and Description |
---|---|
class |
FilterImpl |
class |
WeldFilterImpl |
Modifier and Type | Method and Description |
---|---|
Collection<Metadata<Filter>> |
ScanningImpl.getExcludes() |
Collection<Metadata<Filter>> |
ScanningImpl.getIncludes() |
Constructor and Description |
---|
FilterPredicate(Metadata<Filter> filter,
ResourceLoader resourceLoader) |
ScanningImpl(Collection<Metadata<Filter>> includes,
Collection<Metadata<Filter>> excludes) |
ScanningImpl(Collection<Metadata<Filter>> includes,
Collection<Metadata<Filter>> excludes) |
Copyright © 2013 Seam Framework. All Rights Reserved.