hunt.framework.Simplify

Undocumented in source.

Public Imports

hunt.framework.config.ApplicationConfig
public import hunt.framework.config.ApplicationConfig;
Undocumented in source.
hunt.framework.config.ConfigManager
public import hunt.framework.config.ConfigManager;
Undocumented in source.
hunt.framework.Init
public import hunt.framework.Init;
Undocumented in source.
hunt.framework.routing
public import hunt.framework.routing;
Undocumented in source.
hunt.entity.EntityManager
public import hunt.entity.EntityManager;
Undocumented in source.

Members

Classes

EntityManagerInfo
class EntityManagerInfo
Undocumented in source.

Functions

closeDefaultEntityManager
void closeDefaultEntityManager()
Undocumented in source. Be warned that the author may not have intended to support it.
config
ApplicationConfig config()
Undocumented in source. Be warned that the author may not have intended to support it.
configManager
ConfigManager configManager()
Undocumented in source. Be warned that the author may not have intended to support it.
defaultEntityManager
EntityManager defaultEntityManager()
Undocumented in source. Be warned that the author may not have intended to support it.
defaultEntityManager
EntityManager defaultEntityManager()
Undocumented in source. Be warned that the author may not have intended to support it.
routeConfig
RouteConfigManager routeConfig()
Undocumented in source. Be warned that the author may not have intended to support it.
taskQueue
TaskQueue taskQueue()
Undocumented in source. Be warned that the author may not have intended to support it.
trans
string trans(string key, A args)
Undocumented in source. Be warned that the author may not have intended to support it.
transWithLocale
string transWithLocale(string locale, string key, A args)
Undocumented in source. Be warned that the author may not have intended to support it.
transWithLocale
string transWithLocale(string locale, string key, JSONValue args)
Undocumented in source. Be warned that the author may not have intended to support it.
url
string url(string actionId)
Undocumented in source. Be warned that the author may not have intended to support it.
url
string url(string actionId, string[string] params, string group)
Undocumented in source. Be warned that the author may not have intended to support it.
url
string url(string actionId, string[string] params)
Undocumented in source. Be warned that the author may not have intended to support it.

Imports

date (from hunt.util.DateTime)
public import hunt.util.DateTime : time, date;
Undocumented in source.
time (from hunt.util.DateTime)
public import hunt.util.DateTime : time, date;
Undocumented in source.

Properties

getLocale
string getLocale [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
setLocale
setLocale [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.

Meta