|
Navigate to: Methods | Constructors | Events | Properties | ProDatasets | Temp-Tables
Options | Name | Purpose | |
---|---|---|---|
+ | CHARACTER GetCookie (character) |
Given a cookie name, returns one or more matching values. |
|
+ | CHARACTER GetField (character) |
Retrieves the associated value for the specified form field. |
|
+ | CHARACTER GetUserField (character) |
Retrieves the associated value for the specified user field
that was set with set-user-field(). |
|
+ | CHARACTER GetValue (character) |
Retrieves the first available value for a user field, field or cookie |
|
+ | OutLong (memptr) |
Writes a BLOB to the WebStream |
|
+ | OutputMetaHttpEquiv (ListNameValuePair) |
Outputs a list of meta http-equiv tags (usually in the html header) |
|
+ | OutputMetaHttpEquiv (NameValuePair) |
Outputs a single meta http-equiv tag (usually in the html header) |
|
+ | RunPageObject (character) |
Runs an object oriented web object |
|
+ | RunWebObject (character) |
Runs a procedural web object |
|
+ | CHARACTER SetCookie (character, character, date, integer, character, character, character) |
Outputs an HTTP Set-Cookie header with specified options |
|
+ | SetUserField (character, character) |
Set's a value for a user field |
|
+ | CHARACTER UrlEncode (character, UrlEncodeTypeEnum) |
Encodes unsafe characters in a URL as per RFC 1738 section 2.2.
http://ds.internic.net/rfc/rfc1738.txt, 2.2 |
|
+ | CHARACTER UrlToDataObject (Class) |
Returns an absolute URL to a json data source |
|
+ | CHARACTER UrlToPageObject (Page) |
Returns an absolute URL to a Page object |
|
+ | CHARACTER UrlToPageObject (Class) |
Returns an absolute URL to a web object |
Options | Name | Purpose | |
---|---|---|---|
WebUtilities () |
Static constructor for the WebUtilities class |
||
- | WebUtilities () |
Disallow instance creation |
Top
PUBLIC CHARACTER GetCookie (character)
|
||||||||||||||||||||||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
PUBLIC CHARACTER GetField (character)
|
||||||||||||||||||||||||||||||||||||||||||||||||||
PUBLIC CHARACTER GetUserField (character)
|
||||||||||||||||||||||||||||||||||||||||||||||||||
PUBLIC CHARACTER GetValue (character)
|
||||||||||||||||||||||||||||||||||||||||||||||||||
PUBLIC OutLong (memptr)
|
||||||||||||||||||||||||||||||||||||||||||||||||||
PUBLIC OutputMetaHttpEquiv (ListNameValuePair)
|
||||||||||||||||||||||||||||||||||||||||||||||||||
PUBLIC OutputMetaHttpEquiv (NameValuePair)
|
||||||||||||||||||||||||||||||||||||||||||||||||||
PUBLIC RunPageObject (character)
|
||||||||||||||||||||||||||||||||||||||||||||||||||
PUBLIC RunWebObject (character)
|
||||||||||||||||||||||||||||||||||||||||||||||||||
PUBLIC CHARACTER SetCookie (character, character, date, integer, character, character, character)
|
||||||||||||||||||||||||||||||||||||||||||||||||||
PUBLIC SetUserField (character, character)
|
||||||||||||||||||||||||||||||||||||||||||||||||||
PUBLIC CHARACTER UrlEncode (character, UrlEncodeTypeEnum)
|
||||||||||||||||||||||||||||||||||||||||||||||||||
PUBLIC CHARACTER UrlToDataObject (Class)
|
||||||||||||||||||||||||||||||||||||||||||||||||||
PUBLIC CHARACTER UrlToPageObject (Page)
|
||||||||||||||||||||||||||||||||||||||||||||||||||
PUBLIC CHARACTER UrlToPageObject (Class)
|
STATIC WebUtilities ()
|
||||||||
---|---|---|---|---|---|---|---|---|
PRIVATE WebUtilities ()
|