public class WebComponentType
extends org.fabric3.api.model.type.component.ComponentType
| Constructor and Description |
|---|
WebComponentType() |
| Modifier and Type | Method and Description |
|---|---|
void |
addMapping(java.lang.String artifactId,
org.fabric3.api.model.type.java.InjectionSite site,
org.fabric3.api.model.type.java.Injectable attribute)
Sets a mapping from artifact id to injection site/injectable attribute pair.
|
java.util.Map<java.lang.String,java.util.Map<org.fabric3.api.model.type.java.InjectionSite,org.fabric3.api.model.type.java.Injectable>> |
getInjectionSites()
Returns a mapping from artifact id (e.g. servlet or filter class name, servlet context, session context) to injection site/injectable attribute pair
|
add, add, add, add, add, add, addRequiredCapability, getConsumers, getKey, getOrder, getProducers, getProperties, getReferences, getRequiredCapabilities, getResourceReferences, getServices, setKey, setOrderaddIntent, addIntents, addMetadata, addPolicySet, addPolicySets, getIntents, getMetadata, getMetadata, getPolicySets, setIntents, setPolicySetspublic java.util.Map<java.lang.String,java.util.Map<org.fabric3.api.model.type.java.InjectionSite,org.fabric3.api.model.type.java.Injectable>> getInjectionSites()
public void addMapping(java.lang.String artifactId,
org.fabric3.api.model.type.java.InjectionSite site,
org.fabric3.api.model.type.java.Injectable attribute)
artifactId - the artifact idsite - the injection siteattribute - the injectable attribute