Package edu.wisc.game.web
Class FrontEndForm2
- java.lang.Object
-
- edu.wisc.game.web.ResultsBase
-
- edu.wisc.game.web.ContextInfo
-
- edu.wisc.game.web.FrontEndForm2
-
public class FrontEndForm2 extends ContextInfo
For Tanvi: helps the player to generate a unique playerID
-
-
Field Summary
Fields Modifier and Type Field Description boolean
intro
String
prefix
Used in the IDstatic DateFormat
sdf
String
stamp
Used in the ID-
Fields inherited from class edu.wisc.game.web.ContextInfo
clientUrl, cp, dev, exp, host, localPort, port, serverPort, serverUrl
-
Fields inherited from class edu.wisc.game.web.ResultsBase
displayName, infomsg, uid
-
-
Constructor Summary
Constructors Constructor Description FrontEndForm2(jakarta.servlet.http.HttpServletRequest request, jakarta.servlet.http.HttpServletResponse response)
-
Method Summary
-
Methods inherited from class edu.wisc.game.web.ContextInfo
devProd, getVersion
-
Methods inherited from class edu.wisc.game.web.ResultsBase
exceptionTrace, getDisplayText, getErrmsg, getError, getEx, giveError, giveError, loggedIn, setErrmsg, setError
-
-
-
-
Field Detail
-
stamp
public String stamp
Used in the ID
-
prefix
public String prefix
Used in the ID
-
intro
public boolean intro
-
sdf
public static final DateFormat sdf
-
-