ro.polak.webserver
Class ServerConfig
java.lang.Object
ro.polak.utilities.AttributeList
ro.polak.utilities.Config
ro.polak.webserver.ServerConfig
- All Implemented Interfaces:
- java.io.Serializable
public class ServerConfig
- extends Config
Server configuration
Java Little Web Server Homepage
- Version:
- 1.0/21.02.2008
- Author:
- Piotr Polak www.polak.ro
- See Also:
- Serialized Form
|
Constructor Summary |
ServerConfig(java.lang.String config_file)
Creates server configuration object, parses the file |
| Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
directory_index
public java.util.Vector<java.lang.String> directory_index
mime_type
public MimeType mime_type
document_root
public java.lang.String document_root
cversion
public java.lang.String cversion
servlet_mapped_extension
public java.lang.String servlet_mapped_extension
temp_dir
public java.lang.String temp_dir
ServerConfig
public ServerConfig(java.lang.String config_file)
- Creates server configuration object, parses the file
- Parameters:
config_file - path to the configuration file