Class PlatformUiConfigurationEndpoint

java.lang.Object
org.codice.ddf.configuration.endpoint.PlatformUiConfigurationEndpoint

@Path("/") public class PlatformUiConfigurationEndpoint extends Object
  • Constructor Details

    • PlatformUiConfigurationEndpoint

      public PlatformUiConfigurationEndpoint(org.codice.ddf.configuration.service.PlatformUiConfigurationService configurationService)
  • Method Details

    • getConfig

      @GET @Path("/config/ui") @Produces("application/json") public String getConfig()