A B C D G I L M P Q S T U W

A

addTestToUser(String, Test) - Method in class com.kyleswebspace.prometheus.util.UserXMLUtility
addTestToUser returns void.

B

buildTest(String, String) - Static method in class com.kyleswebspace.prometheus.TestFactory
buildTest returns a Test object named test.

C

com.kyleswebspace.prometheus - package com.kyleswebspace.prometheus
 
com.kyleswebspace.prometheus.login - package com.kyleswebspace.prometheus.login
 
com.kyleswebspace.prometheus.quiz - package com.kyleswebspace.prometheus.quiz
 
com.kyleswebspace.prometheus.util - package com.kyleswebspace.prometheus.util
 

D

doGet(HttpServletRequest, HttpServletResponse) - Method in class com.kyleswebspace.prometheus.login.LoginServlet
Handles the HTTP GET method.
doGet(HttpServletRequest, HttpServletResponse) - Method in class com.kyleswebspace.prometheus.quiz.QuizServlet
Handles the HTTP GET method.
doGet(HttpServletRequest, HttpServletResponse) - Method in class com.kyleswebspace.prometheus.quiz.WriteDataServlet
Handles the HTTP GET method.
doPost(HttpServletRequest, HttpServletResponse) - Method in class com.kyleswebspace.prometheus.login.LoginServlet
Handles the HTTP POST method.
doPost(HttpServletRequest, HttpServletResponse) - Method in class com.kyleswebspace.prometheus.quiz.QuizServlet
Handles the HTTP POST method.
doPost(HttpServletRequest, HttpServletResponse) - Method in class com.kyleswebspace.prometheus.quiz.WriteDataServlet
Handles the HTTP POST method.

G

getAnswer() - Method in class com.kyleswebspace.prometheus.Question
GetAnswer() returns a String called answer
getEnvironment() - Method in class com.kyleswebspace.prometheus.Test
getEnvironnment() returns a String named enviornment.
getFinishDate() - Method in class com.kyleswebspace.prometheus.Test
getFinishDate() returns a Date named finishDate.
getNumber() - Method in class com.kyleswebspace.prometheus.Question
getNumber() returns an int named number.
getPassword() - Method in class com.kyleswebspace.prometheus.User
getPassword() returns a String named password.
getPrompt() - Method in class com.kyleswebspace.prometheus.Question
 
getQuestions() - Method in class com.kyleswebspace.prometheus.Test
getQuestions() returns an ArrayList named questions.
getRole() - Method in class com.kyleswebspace.prometheus.User
Returns a String named role.
getScore() - Method in class com.kyleswebspace.prometheus.Test
getScore() returns a short named score.
getServletInfo() - Method in class com.kyleswebspace.prometheus.login.LoginServlet
Returns a short description of the servlet.
getServletInfo() - Method in class com.kyleswebspace.prometheus.quiz.QuizServlet
Returns a short description of the servlet.
getServletInfo() - Method in class com.kyleswebspace.prometheus.quiz.WriteDataServlet
Returns a short description of the servlet.
getStartDate() - Method in class com.kyleswebspace.prometheus.Test
getStartDate() returns a Date named startDate.
getSubject() - Method in class com.kyleswebspace.prometheus.Test
getSubject() returns a String named subject.
getTestsTaken() - Method in class com.kyleswebspace.prometheus.User
Returns a LinkedList named testsTaken.
getTimeAnswered() - Method in class com.kyleswebspace.prometheus.Question
getTimeAnswered() returns a Date object named timeAnswered.
getUsername() - Method in class com.kyleswebspace.prometheus.User
 

I

isComplete() - Method in class com.kyleswebspace.prometheus.Test
isComplete() returns a boolean.
isCorrect() - Method in class com.kyleswebspace.prometheus.Question
isCorrect() returns a boolean named correct.

L

loadUser(String) - Method in class com.kyleswebspace.prometheus.util.UserXMLUtility
 
LoginServlet - Class in com.kyleswebspace.prometheus.login
 
LoginServlet() - Constructor for class com.kyleswebspace.prometheus.login.LoginServlet
 

M

main(String[]) - Static method in class com.kyleswebspace.prometheus.util.UserXMLUtility
 

P

print() - Method in class com.kyleswebspace.prometheus.User
 
processRequest(HttpServletRequest, HttpServletResponse) - Method in class com.kyleswebspace.prometheus.login.LoginServlet
processRequest returns void.
processRequest(HttpServletRequest, HttpServletResponse) - Method in class com.kyleswebspace.prometheus.quiz.QuizServlet
processRequest returns void.
processRequest(HttpServletRequest, HttpServletResponse) - Method in class com.kyleswebspace.prometheus.quiz.WriteDataServlet
Processes requests for both HTTP GET and POST methods.

Q

Question - Class in com.kyleswebspace.prometheus
Used to fill an ArrayList in a Test.
Question(int, String, String, boolean, Date) - Constructor for class com.kyleswebspace.prometheus.Question
Constructs a Question with all of its elements initialized with parameters.
QuizServlet - Class in com.kyleswebspace.prometheus.quiz
 
QuizServlet() - Constructor for class com.kyleswebspace.prometheus.quiz.QuizServlet
 

S

setAnswer(String) - Method in class com.kyleswebspace.prometheus.Question
Setanswer() returns void
setComplete(boolean) - Method in class com.kyleswebspace.prometheus.Test
setComplete() returns void.
setCorrect(boolean) - Method in class com.kyleswebspace.prometheus.Question
setCorrect() returnes a boolean named correct.
setEnvironment(String) - Method in class com.kyleswebspace.prometheus.Test
setEnvironment() returns void.
setFinishDate(Date) - Method in class com.kyleswebspace.prometheus.Test
setFinishDate() returns void.
setNumber(int) - Method in class com.kyleswebspace.prometheus.Question
setNumber() returns an int named number.
setPassword(String) - Method in class com.kyleswebspace.prometheus.User
setPassword() returns void.
setPrompt(String) - Method in class com.kyleswebspace.prometheus.Question
 
setQuestions(ArrayList) - Method in class com.kyleswebspace.prometheus.Test
setQuestions() returns void.
setRole(String) - Method in class com.kyleswebspace.prometheus.User
Returns void.
setScore(short) - Method in class com.kyleswebspace.prometheus.Test
setScore() returns void.
setStartDate(Date) - Method in class com.kyleswebspace.prometheus.Test
setStartDate() returns void.
setSubject(String) - Method in class com.kyleswebspace.prometheus.Test
setSubject() returns void.
setTestsTaken(LinkedList) - Method in class com.kyleswebspace.prometheus.User
Returns void.
setTimeAnswered(Date) - Method in class com.kyleswebspace.prometheus.Question
setTimeAnswered() returns void.
setUsername(String) - Method in class com.kyleswebspace.prometheus.User
 

T

Test - Class in com.kyleswebspace.prometheus
 
Test(String, String) - Constructor for class com.kyleswebspace.prometheus.Test
This is the test constructor.
Test(String, String, boolean, short, Date, Date, ArrayList) - Constructor for class com.kyleswebspace.prometheus.Test
This is the test constructor.
TestFactory - Class in com.kyleswebspace.prometheus
This class contains the constructor and builds tests.
TestFactory() - Constructor for class com.kyleswebspace.prometheus.TestFactory
 

U

User - Class in com.kyleswebspace.prometheus
 
User(String, String, String, LinkedList) - Constructor for class com.kyleswebspace.prometheus.User
This is the User constructor.
UserXMLUtility - Class in com.kyleswebspace.prometheus.util
 
UserXMLUtility(String) - Constructor for class com.kyleswebspace.prometheus.util.UserXMLUtility
 

W

WriteDataServlet - Class in com.kyleswebspace.prometheus.quiz
 
WriteDataServlet() - Constructor for class com.kyleswebspace.prometheus.quiz.WriteDataServlet
 

A B C D G I L M P Q S T U W