@Deprecated public class WeldPortableExtensions extends Object
| Modifier and Type | Field and Description |
|---|---|
static org.jboss.as.server.deployment.AttachmentKey<WeldPortableExtensions> |
ATTACHMENT_KEY
Deprecated.
|
| Constructor and Description |
|---|
WeldPortableExtensions()
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
Collection<org.jboss.weld.bootstrap.spi.Metadata<javax.enterprise.inject.spi.Extension>> |
getExtensions()
Deprecated.
|
static WeldPortableExtensions |
getPortableExtensions(org.jboss.as.server.deployment.DeploymentUnit deploymentUnit)
Deprecated.
|
void |
registerExtensionInstance(javax.enterprise.inject.spi.Extension extension,
org.jboss.as.server.deployment.DeploymentUnit deploymentUnit)
Deprecated.
|
void |
tryRegisterExtension(Class<?> extensionClass,
org.jboss.as.server.deployment.DeploymentUnit deploymentUnit)
Deprecated.
|
public static final org.jboss.as.server.deployment.AttachmentKey<WeldPortableExtensions> ATTACHMENT_KEY
public static WeldPortableExtensions getPortableExtensions(org.jboss.as.server.deployment.DeploymentUnit deploymentUnit)
public void tryRegisterExtension(Class<?> extensionClass, org.jboss.as.server.deployment.DeploymentUnit deploymentUnit) throws org.jboss.as.server.deployment.DeploymentUnitProcessingException
org.jboss.as.server.deployment.DeploymentUnitProcessingExceptionpublic void registerExtensionInstance(javax.enterprise.inject.spi.Extension extension,
org.jboss.as.server.deployment.DeploymentUnit deploymentUnit)
public Collection<org.jboss.weld.bootstrap.spi.Metadata<javax.enterprise.inject.spi.Extension>> getExtensions()
Copyright © 2019 JBoss by Red Hat. All rights reserved.