AHA
Class Get
java.lang.Object
|
+--javax.servlet.GenericServlet
|
+--javax.servlet.http.HttpServlet
|
+--AHA.AhaServlet
|
+--AHA.Get
- public class Get
- extends AhaServlet
A servlet for processing normal page requests for the AHA adaptive
hypermedia engine.
- See Also:
- Serialized Form
Fields inherited from class AHA.AhaServlet |
AHA,
Background,
Course,
Host,
HtDocs,
Language,
loginid,
Logs,
out,
Port,
referer,
Title,
UserModel |
Constructor Summary |
Get()
|
Method Summary |
void |
init(javax.servlet.ServletConfig config)
|
void |
print(java.lang.Object s)
|
void |
println(javax.servlet.http.HttpServletRequest req)
|
void |
println(java.lang.Object s)
|
void |
service(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
The method doGet handles GET requests. |
Methods inherited from class javax.servlet.http.HttpServlet |
doDelete,
doGet,
doOptions,
doPost,
doPut,
doTrace,
getLastModified,
service |
Methods inherited from class javax.servlet.GenericServlet |
destroy,
getInitParameter,
getInitParameterNames,
getServletConfig,
getServletContext,
getServletInfo,
init,
log,
log |
Methods inherited from class java.lang.Object |
clone,
equals,
finalize,
getClass,
hashCode,
notify,
notifyAll,
toString,
wait,
wait,
wait |
Get
public Get()
println
public void println(java.lang.Object s)
print
public void print(java.lang.Object s)
println
public void println(javax.servlet.http.HttpServletRequest req)
init
public void init(javax.servlet.ServletConfig config)
throws javax.servlet.ServletException
- Overrides:
- init in class AhaServlet
service
public void service(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
- The method doGet handles GET requests.
GET requests are used for:
- handling requests for pages
- generating the list of pages that were read
- generating the list of pages still to be read
- generating multiple-choice tests
- Overrides:
- service in class AhaServlet