|
DataFaucet 1.0 Beta | ||||
| FRAMES | |||||
WEB-INF.cftags.component
datafaucet.system.kernel
datafaucet.system.localization
public class localization
| Constructor Summary | |
|---|---|
init([string locale='[runtime expression]'], [string timezone='[runtime expression]'], [string resourcepath='[runtime expression]'], [string charset='[runtime expression]'], [string sortstrength='[runtime expression]'], [string sortdecomp='[runtime expression]'])
|
|
| Method Summary | |
|---|---|
query |
Sort(query query, string columns, [string strength=''], [string decomp=''])
|
private string |
getCanonicalPath(string path)
|
private struct |
getJavaProperties(string source)
|
string |
getLanguage()
|
struct |
getProperties()
|
string |
getResourceFile()
|
string |
getResourcePath()
|
private struct |
getTextProperties(string source)
|
datafaucet.system.date |
getTimeUTC()
|
string |
getTimezone()
|
any |
new()
returns a copy of this localization |
string |
parseDate(string date)
|
any |
parseNumber(string number)
|
private string |
parseTimeAndDate(string datestring, string dformat, string tformat)
|
private string |
readFile(string thefile)
|
private any |
toUTC(string localtime)
|
| Methods inherited from class datafaucet.system.kernel |
|---|
arg, componentExists, getDataFaucet, getFaucetObject, getFile, getFileModified, getObject, getPlumbing, getTransaction, getTransactionManager, newTransaction, setTransaction
|
| Methods inherited from class WEB-INF.cftags.component |
|---|
|
| Constructor Detail |
|---|
public init([string locale='[runtime expression]'], [string timezone='[runtime expression]'], [string resourcepath='[runtime expression]'], [string charset='[runtime expression]'], [string sortstrength='[runtime expression]'], [string sortdecomp='[runtime expression]'])
localetimezoneresourcepathcharsetsortstrengthsortdecomp| Method Detail |
|---|
public query Sort(query query, string columns, [string strength=''], [string decomp=''])
querycolumnsstrengthdecompprivate string getCanonicalPath(string path)
pathprivate struct getJavaProperties(string source)
sourcepublic string getLanguage()
public struct getProperties()
public string getResourceFile()
public string getResourcePath()
private struct getTextProperties(string source)
sourcepublic datafaucet.system.date getTimeUTC()
public string getTimezone()
public any new()
public string parseDate(string date)
parseDate
in class
kernel
datepublic any parseNumber(string number)
numberprivate string parseTimeAndDate(string datestring, string dformat, string tformat)
datestringdformattformatprivate string readFile(string thefile)
thefileprivate any toUTC(string localtime)
localtime
|
DataFaucet 1.0 Beta | ||||
| FRAMES | |||||