public class JaxrsCdiIntegrationProcessor extends Object implements org.jboss.as.server.deployment.DeploymentUnitProcessor
Modifier and Type | Field and Description |
---|---|
static String |
CDI_INJECTOR_FACTORY_CLASS |
Constructor and Description |
---|
JaxrsCdiIntegrationProcessor() |
Modifier and Type | Method and Description |
---|---|
void |
deploy(org.jboss.as.server.deployment.DeploymentPhaseContext phaseContext) |
static void |
setContextParameter(org.jboss.metadata.web.jboss.JBossWebMetaData webdata,
String name,
String value) |
void |
undeploy(org.jboss.as.server.deployment.DeploymentUnit context) |
public static final String CDI_INJECTOR_FACTORY_CLASS
public void deploy(org.jboss.as.server.deployment.DeploymentPhaseContext phaseContext) throws org.jboss.as.server.deployment.DeploymentUnitProcessingException
deploy
in interface org.jboss.as.server.deployment.DeploymentUnitProcessor
org.jboss.as.server.deployment.DeploymentUnitProcessingException
public static void setContextParameter(org.jboss.metadata.web.jboss.JBossWebMetaData webdata, String name, String value)
public void undeploy(org.jboss.as.server.deployment.DeploymentUnit context)
undeploy
in interface org.jboss.as.server.deployment.DeploymentUnitProcessor
Copyright © 2016 JBoss by Red Hat. All rights reserved.