org.tranche.httpd
Interface IFileResources

All Known Implementing Classes:
AbstractHttpHandler, GetHandler, Http, SocketHandler

public interface IFileResources

Some support for various locales. HTTP response and error messages names for resource bundles used.

Author:
Takis Papoulias

Field Summary
static java.lang.String HTTP_PAGE_DIRECTORY
          Location of the HTML pages
static java.lang.String HTTP_PROPERTIES_DIRECTORY
          Location of the HTTP properties
static java.lang.String HTTP_RESPONSE_MESSAGES_PROP_FILE
          The name of the resource bundle where response messages can be found in this locale
static java.util.Locale LOCALE
          The supporting locale of this compilation.
 

Field Detail

HTTP_PROPERTIES_DIRECTORY

static final java.lang.String HTTP_PROPERTIES_DIRECTORY
Location of the HTTP properties

See Also:
Constant Field Values

HTTP_PAGE_DIRECTORY

static final java.lang.String HTTP_PAGE_DIRECTORY
Location of the HTML pages

See Also:
Constant Field Values

LOCALE

static final java.util.Locale LOCALE
The supporting locale of this compilation.


HTTP_RESPONSE_MESSAGES_PROP_FILE

static final java.lang.String HTTP_RESPONSE_MESSAGES_PROP_FILE
The name of the resource bundle where response messages can be found in this locale

See Also:
Constant Field Values


This code is free for use both commercially and non-commercially as stated in the project's license