Package edu.wisc.game.web
Class ResultsBase
java.lang.Object
edu.wisc.game.web.ResultsBase
- Direct Known Subclasses:
 ArithmeticResult,ContextInfo,ImageObjectReport,LaunchRulesBase,MlcMain,MlcManagerDashboard
public class ResultsBase extends Object
The base of all "results object" classes used in JSP pages
- 
Field Summary
 - 
Method Summary
Modifier and Type Method Description StringexceptionTrace()StringgetDisplayText()StringgetErrmsg()booleangetError()ExceptiongetEx()protected voidgiveError(ResultsBase other)Propagate error from another classprotected voidgiveError(String msg)Sets the error flag and the error messagebooleanloggedIn()voidsetErrmsg(String _errmsg)voidsetError(boolean _error) 
- 
Field Details
- 
infomsg
The JSP page should always print this message. Most often it is just an empty string, anyway; but it may be used for debugging and status messages. - 
uid
The numeric user id (converted to string) associated with the current session, or null - 
displayName
Same as nickname 
 - 
 - 
Method Details
- 
getError
public boolean getError() - 
setError
public void setError(boolean _error) - 
getErrmsg
 - 
setErrmsg
 - 
giveError
Sets the error flag and the error message - 
giveError
Propagate error from another class - 
loggedIn
public boolean loggedIn() - 
getDisplayText
 - 
getEx
 - 
exceptionTrace
 
 -