AHA
Class LinkList
java.lang.Object
|
+--javax.servlet.GenericServlet
|
+--javax.servlet.http.HttpServlet
|
+--AHA.AhaServlet
|
+--AHA.LinkList
- Direct Known Subclasses:
- Done, Todo
- public class LinkList
- extends AhaServlet
The class LinkList dumps a list of HTML links generated from a Vector of pagenames.
- See Also:
- Serialized Form
Fields inherited from class AHA.AhaServlet |
AHA,
Background,
Course,
Host,
HtDocs,
Language,
loginid,
Logs,
out,
Port,
referer,
Title,
UserModel |
Method Summary |
void |
dumpList(java.util.Vector v)
dumpList first sorts the list of pages, and then makes the links and
dumps them to out. |
void |
init(javax.servlet.ServletConfig config)
|
void |
printEndTags()
The method printEndTags takes care of generating
valid HTML code, especially the close tags |
void |
println(java.lang.Object s)
|
protected void |
service(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
|
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 |
LinkList
public LinkList()
println
public void println(java.lang.Object s)
init
public void init(javax.servlet.ServletConfig config)
throws javax.servlet.ServletException
- Overrides:
- init in class AhaServlet
service
protected void service(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
- Overrides:
- service in class AhaServlet
dumpList
public void dumpList(java.util.Vector v)
- dumpList first sorts the list of pages, and then makes the links and
dumps them to out.
printEndTags
public void printEndTags()
- The method printEndTags takes care of generating
valid HTML code, especially the close tags