webcore
Class Profile

java.lang.Object
  |
  +--webcore.Profile
All Implemented Interfaces:
WebRequestable

public class Profile
extends java.lang.Object
implements WebRequestable

Profiilien lisäys, poisto ja muokkaus. Toiminnallisuutta:
-profiilien luonti
-profiilien poistaminen
-profiilien muuttaminen (= profiilin sisältämien sääntöjen muuttaminen)

+ näihin liittyvien HTML-sivujen generointi
Esimerkiksi profiilin luonti:
-luodaan uusi Profile -olio
- lisätään siihen sääntöjä.
- asetetaan aktiiviseksi


Field Summary
 
Fields inherited from interface webcore.webserver.WebRequestable
htmlBaseHeader, htmlHeader, httpBaseHeader, httpHeader, submitjavascript, submitjavascripttag, textBaseHeader, textHeader
 
Constructor Summary
Profile()
           
 
Method Summary
 void processRequest(HTTPRequest httpRequest)
          Käsitellään http-pyyntö.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Profile

public Profile()
Method Detail

processRequest

public void processRequest(HTTPRequest httpRequest)
Käsitellään http-pyyntö.

Specified by:
processRequest in interface WebRequestable