AHA
Class ColorConfig

java.lang.Object
  |
  +--javax.servlet.GenericServlet
        |
        +--javax.servlet.http.HttpServlet
              |
              +--AHA.AhaServlet
                    |
                    +--AHA.ColorConfig

public class ColorConfig
extends AhaServlet

The class ColorConfig is a servlet that lets the user change the color for specific links.

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
ColorConfig()
           
 
Method Summary
 void genConfig(java.io.PrintWriter out, java.lang.String ChangeCgi)
          This method writes out the user model as an HTML form that can be used for updating the model.
 void init(javax.servlet.ServletConfig config)
           
 void printEndTags()
           
protected  void service(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response)
           
 
Methods inherited from class AHA.AhaServlet
getName, initService, printInfo, redirect
 
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
 

Constructor Detail

ColorConfig

public ColorConfig()
Method Detail

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

genConfig

public void genConfig(java.io.PrintWriter out,
                      java.lang.String ChangeCgi)
This method writes out the user model as an HTML form that can be used for updating the model. There are two String parameters: a title to use for the HTML page and a URL for the script or servlet to handle the submitted form.

printEndTags

public void printEndTags()