Class AutomaticRuleGeneratorService

java.lang.Object
edu.wisc.game.rest.GameService2
edu.wisc.game.rest.AutomaticRuleGeneratorService

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

  • Method Details

    • 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)