de.kosi.server
Class HttpConfigurable

java.lang.Object
  |
  +--de.kosi.server.HttpConfigurable
All Implemented Interfaces:
Configurable, java.io.Serializable

public class HttpConfigurable
extends java.lang.Object
implements Configurable

Configurable for the http server. This contains a GUI for configuring all values directly affecting the http server.

ChangeLog:

 $Log: HttpConfigurable.java,v $
 Revision 1.4  2001/06/04 14:21:10  jiriki
 Made source more comliant to coding guidelines.

 Revision 1.3  2001/05/30 10:25:51  jiriki
 Refactored Client.

 Revision 1.2  2001/05/22 10:16:02  jiriki
 - Removed old unused Client class
 - Removed unused import statements.

 Revision 1.1.1.1  2001/04/29 18:05:18  jiriki
 Imported sources from zola.

 Revision 1.6  2001/04/27 11:27:28  login
 Added SerialVersionID to Configurables.

 Revision 1.5  2001/04/24 23:19:22  wombat
 - Implemented I18N features of server
 - Implemented actions for Admin Client
 - Other changes is AdminClient

 Revision 1.4  2001/04/23 13:23:53  wombat
 Updated Documentation

 Revision 1.3  2001/04/22 20:26:18  wombat
 - I18N Admin Client.
 - Made Admin Client a little bit more compliant to the 
   Java Look And Feel Design Guidelines.

 Revision 1.2  2001/03/18 18:10:26  wombat
 Updated Documentation

 Revision 1.1  2001/03/18 17:33:02  wombat
 Changed database concept

 

Version:
$Revision: 1.4 $ ($Date: 2001/06/04 14:21:10 $)
Author:
Jan-Ole Janssen, Niklas Mehner, Time Sticher
See Also:
Serialized Form

Field Summary
static long serialVersionUID
          Serial version id.
 
Constructor Summary
HttpConfigurable(HttpServerInterface httpServer)
          Creates a new HttpConfigurable.
 
Method Summary
 javax.swing.JPanel getConfigurationPanel(ActionRelayManager relayManager)
          Returns the http server configuration panel.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

serialVersionUID

public static final long serialVersionUID
Serial version id.
Constructor Detail

HttpConfigurable

public HttpConfigurable(HttpServerInterface httpServer)
Creates a new HttpConfigurable.
Parameters:
httpServer - HttpServer interface that should be configured.
Method Detail

getConfigurationPanel

public javax.swing.JPanel getConfigurationPanel(ActionRelayManager relayManager)
Returns the http server configuration panel.
Specified by:
getConfigurationPanel in interface Configurable
Parameters:
relayManager - ActionRelayManager all componenents responding to menu actions have to register with.
Returns:
The http server configuration panel.