Class WarMetaDataProcessor
java.lang.Object
org.wildfly.extension.undertow.deployment.WarMetaDataProcessor
- All Implemented Interfaces:
org.jboss.as.server.deployment.DeploymentUnitProcessor
public class WarMetaDataProcessor
extends Object
implements org.jboss.as.server.deployment.DeploymentUnitProcessor
Merge all metadata into a main JBossWebMetaData.
- Author:
- Remy Maucherat, Thomas.Diesler@jboss.com
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionprotected static classprotected static classUtility class to associate the logical name with the JAR name, needed during the order resolving. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoiddeploy(org.jboss.as.server.deployment.DeploymentPhaseContext phaseContext) protected static voidresolveOrder(List<WarMetaDataProcessor.WebOrdering> webOrderings, List<String> order) Generate the Jar processing order.Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.jboss.as.server.deployment.DeploymentUnitProcessor
undeploy
-
Constructor Details
-
WarMetaDataProcessor
public WarMetaDataProcessor()
-
-
Method Details
-
deploy
public void deploy(org.jboss.as.server.deployment.DeploymentPhaseContext phaseContext) throws org.jboss.as.server.deployment.DeploymentUnitProcessingException - Specified by:
deployin interfaceorg.jboss.as.server.deployment.DeploymentUnitProcessor- Throws:
org.jboss.as.server.deployment.DeploymentUnitProcessingException
-
resolveOrder
protected static void resolveOrder(List<WarMetaDataProcessor.WebOrdering> webOrderings, List<String> order) Generate the Jar processing order.- Parameters:
webOrderings- The list of orderings, as parsed from the fragmentsorder- The generated order list
-