public interface Filter
Filter is a data structures representing the <include> and
<exclude> elements in Weld's extensions to beans.xml. See the XSD for
Weld's extensions to beans.xml for details of the semantics of
<include> and <exclude>.
Scanning| Modifier and Type | Method and Description |
|---|---|
java.util.Collection<Metadata<ClassAvailableActivation>> |
getClassAvailableActivations()
Nested <if-class-available> elements
|
java.lang.String |
getName()
The name attribute
|
java.lang.String |
getPattern()
The pattern attribute
|
java.util.Collection<Metadata<SystemPropertyActivation>> |
getSystemPropertyActivations()
Nested <if-system-property> elements
|
java.lang.String getName()
java.lang.String getPattern()
java.util.Collection<Metadata<SystemPropertyActivation>> getSystemPropertyActivations()
java.util.Collection<Metadata<ClassAvailableActivation>> getClassAvailableActivations()
Copyright © 2014 Seam Framework. All Rights Reserved.