public class WeldPortableExtensions extends Object
Constructor and Description |
---|
WeldPortableExtensions() |
Modifier and Type | Method and Description |
---|---|
Collection<org.jboss.weld.bootstrap.spi.Metadata<javax.enterprise.inject.spi.Extension>> |
getExtensions() |
static WeldPortableExtensions |
getPortableExtensions(org.jboss.as.server.deployment.DeploymentUnit deploymentUnit) |
void |
registerExtensionInstance(javax.enterprise.inject.spi.Extension extension,
org.jboss.as.server.deployment.DeploymentUnit deploymentUnit) |
void |
tryRegisterExtension(Class<?> extensionClass,
org.jboss.as.server.deployment.DeploymentUnit deploymentUnit) |
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.DeploymentUnitProcessingException
public 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 © 2018 JBoss by Red Hat. All rights reserved.