Uses of Class
edu.wisc.game.web.LaunchRulesBase.Mode
| Package | Description |
|---|---|
| edu.wisc.game.rest |
The RESTful web API
|
| edu.wisc.game.web |
Back-end classes for some auxiliary JSP pages
|
-
Uses of LaunchRulesBase.Mode in edu.wisc.game.rest
Methods in edu.wisc.game.rest with parameters of type LaunchRulesBase.Mode Modifier and Type Method Description static FileFiles. getLaunchFileA(LaunchRulesBase.Mode mode)The control file for the repeat-user launch pagestatic FileFiles. getLaunchFileB(LaunchRulesBase.Mode mode) -
Uses of LaunchRulesBase.Mode in edu.wisc.game.web
Methods in edu.wisc.game.web that return LaunchRulesBase.Mode Modifier and Type Method Description static LaunchRulesBase.ModeLaunchRulesBase.Mode. valueOf(String name)Returns the enum constant of this type with the specified name.static LaunchRulesBase.Mode[]LaunchRulesBase.Mode. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in edu.wisc.game.web with parameters of type LaunchRulesBase.Mode Modifier and Type Method Description protected voidLaunchRulesBase. buildTable(String[] modsShort, String[] modsLong, String[] hm, LaunchRulesBase.Mode z, String chosenRuleSet)Builds Part A and Part B tablesConstructors in edu.wisc.game.web with parameters of type LaunchRulesBase.Mode Constructor Description LaunchRules(jakarta.servlet.http.HttpServletRequest request, jakarta.servlet.http.HttpServletResponse response, LaunchRulesBase.Mode mode)Generates the table for the APP or CGS launch page.