Package edu.wisc.game.rest
Class CheckPlanService
- java.lang.Object
-
- edu.wisc.game.rest.GameService2
-
- edu.wisc.game.rest.CheckPlanService
-
@Path("/CheckPlanService") public class CheckPlanService extends GameService2
The "Check my experiment plan" service.
-
-
Constructor Summary
Constructors Constructor Description CheckPlanService()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
checkPlanHtml(String exp)
String
clearTables()
-
Methods inherited from class edu.wisc.game.rest.GameService2
activateBonus, colorMap, debug, display, getVersion, giveUp, guess, listShapes, mostRecentEpisode, move, move, newEpisode, player
-
-
-
-
Method Detail
-
checkPlanHtml
@POST @Path("/checkPlan") @Consumes("application/x-www-form-urlencoded") @Produces("text/html") public String checkPlanHtml(@FormParam("exp") String exp)
-
clearTables
@POST @Path("/clearTables") @Consumes("application/x-www-form-urlencoded") @Produces("text/html") public String clearTables()
-
-