DH5AppObj

Undocumented in source.

Constructors

this
this()
Undocumented in source.
this
this(DH5App anApp)
Undocumented in source.
this
this(string aName)
Undocumented in source.
this
this(DH5App anApp, string aName)
Undocumented in source.

Members

Functions

cached
auto cached()
Undocumented in source. Be warned that the author may not have intended to support it.
cached
O cached(bool newcached)
Undocumented in source. Be warned that the author may not have intended to support it.
changed
O changed(SysTime value)
Undocumented in source. Be warned that the author may not have intended to support it.
clearContent
O clearContent()
Undocumented in source. Be warned that the author may not have intended to support it.
content
string content()
Undocumented in source. Be warned that the author may not have intended to support it.
content
O content(DH5Obj[] addContent)
Undocumented in source. Be warned that the author may not have intended to support it.
content
O content(DH5Obj[] addContent)
Undocumented in source. Be warned that the author may not have intended to support it.
content
O content(string addContent)
Undocumented in source. Be warned that the author may not have intended to support it.
created
O created(SysTime value)
Undocumented in source. Be warned that the author may not have intended to support it.
mimetype
auto mimetype()
Undocumented in source. Be warned that the author may not have intended to support it.
mimetype
O mimetype(string newMimetype)
Undocumented in source. Be warned that the author may not have intended to support it.
name
auto name()
Undocumented in source. Be warned that the author may not have intended to support it.
name
O name(string newName)
Undocumented in source. Be warned that the author may not have intended to support it.
opEquals
bool opEquals(string txt)
Undocumented in source. Be warned that the author may not have intended to support it.
path
auto path()
Undocumented in source. Be warned that the author may not have intended to support it.
request
void request(HTTPServerRequest req, HTTPServerResponse res, string[string] parameters)

Response to HTTP request

sourceFile
O sourceFile(string path)
Undocumented in source. Be warned that the author may not have intended to support it.
toString
string toString()

Export to string

toString
string toString(string[string] parameters)
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

_accessTime
SysTime _accessTime;
Undocumented in source.
_cached
bool _cached;

Name of obj

_content
string _content;

Content of obj

_htmlModes
string[] _htmlModes;
Undocumented in source.
_mimetype
string _mimetype;

Mimetype of obj

_modificationTime
SysTime _modificationTime;
Undocumented in source.
_name
string _name;

name - string that represents the name of the application

_toString
string _toString;
Undocumented in source.

Meta