Class AutomaticRuleGeneratorService


  • @Path("/AutomaticRuleGeneratorService")
    public class AutomaticRuleGeneratorService
    extends GameService2
    The AutomaticRuleGenerator demo service.
    • Constructor Detail

      • AutomaticRuleGeneratorService

        public AutomaticRuleGeneratorService()
    • Method Detail

      • generateHtml

        @POST
        @Path("/generateHtml")
        @Consumes("application/x-www-form-urlencoded")
        @Produces("text/html")
        public String generateHtml​(@FormParam("paraText")
                                   String paraText,
                                   @FormParam("templateText")
                                   String templateText,
                                   @FormParam("n")
                                   int n)