public interface Filter
Filter
is a data structures representing the <exclude> elements beans.xml (Since CDI 1.1). See the XSD for
details of the semantics of <exclude>.
https://github.com/jboss/cdi/blob/master/api/src/main/resources/beans_1_1.xsd
,
Scanning
Modifier and Type | Method and Description |
---|---|
Collection<Metadata<ClassAvailableActivation>> |
getClassAvailableActivations()
Nested <if-class-available> elements
|
String |
getName()
The name attribute
|
Collection<Metadata<SystemPropertyActivation>> |
getSystemPropertyActivations()
Nested <if-system-property> elements
|
String getName()
Collection<Metadata<SystemPropertyActivation>> getSystemPropertyActivations()
Collection<Metadata<ClassAvailableActivation>> getClassAvailableActivations()
Copyright © 2008-2013 Seam Framework. All Rights Reserved.