Class GraphiQLUIDeploymentProcessor

java.lang.Object
org.wildfly.extension.microprofile.graphql.deployment.GraphiQLUIDeploymentProcessor
All Implemented Interfaces:
org.jboss.as.server.deployment.DeploymentUnitProcessor

public class GraphiQLUIDeploymentProcessor extends Object implements org.jboss.as.server.deployment.DeploymentUnitProcessor
This processor locates the META-INF/resources/graphql-ui/render.js file in GraphQL deployments that contain Graphiql UI (as a library jar) and updates them on-the-fly to contain the correct path to the right /graphql endpoint, that is including context root of the application that is being deployed. FIXME: this assumes that graphql-ui jar is part of the WAR deployment. A better solution could be to distribute it with WildFly as a static module and somehow append it to GraphQL deployments.
  • Constructor Details

    • GraphiQLUIDeploymentProcessor

      public GraphiQLUIDeploymentProcessor()
  • Method Details

    • deploy

      public void deploy(org.jboss.as.server.deployment.DeploymentPhaseContext phaseContext) throws org.jboss.as.server.deployment.DeploymentUnitProcessingException
      Specified by:
      deploy in interface org.jboss.as.server.deployment.DeploymentUnitProcessor
      Throws:
      org.jboss.as.server.deployment.DeploymentUnitProcessingException
    • updateApiUrl

      public String updateApiUrl(String original, String graphqlPath)
    • undeploy

      public void undeploy(org.jboss.as.server.deployment.DeploymentUnit context)
      Specified by:
      undeploy in interface org.jboss.as.server.deployment.DeploymentUnitProcessor