html
Class ads

java.lang.Object
  extended by javax.servlet.GenericServlet
      extended by javax.servlet.http.HttpServlet
          extended by html.ads
All Implemented Interfaces:
java.io.Serializable, javax.servlet.Servlet, javax.servlet.ServletConfig

public class ads
extends javax.servlet.http.HttpServlet

Prosty serwer reklam. Adresy URL odwołujące się do tego servletu generuje moduł Ads. Jest to wersja testowa i wszystkie wyjątki, jakie zostaną rzucone, lądują w przeglądarce.

Version:
1.2
Author:
Mateusz Gembarzewski
See Also:
Serialized Form

Constructor Summary
ads()
           
 
Method Summary
 
Methods inherited from class javax.servlet.http.HttpServlet
service
 
Methods inherited from class javax.servlet.GenericServlet
destroy, getInitParameter, getInitParameterNames, getServletConfig, getServletContext, getServletInfo, getServletName, init, init, log, log
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ads

public ads()