|
Options | Name | Purpose | |
---|---|---|---|
LONGCHAR GetContextValue (character) |
/* Get a value from the request context
@param character The name context property name
@return longchar The content property value */
|
||
OpenEdge.Net.HTTP.Cookie GetCookie (character) |
/** Returns a cookie by name from this message. Typically
returns the first cookie it finds by name, oif more than
one exist
@param character The cookie's name to check
@return Cookie The (first) cookie found by name */
|
||
CHARACTER GetPathParameter (character) |
/* Get the parameter value that corresponds to the defined URI mapping
that invoked the handler for this request
Example:
URI mapping defined in openedge.properties /customers/{custname}/orders/{ordernum}
Requested URI /customers/Andersen/orders/7
GetPathParameter("custname") will return "Andersen"
GetPathParameter("ordernum") will return "7"
@param character name defined with curly braces in URI mapping
@return character The path parameter value */
|
||
OpenEdge.Core.Memptr GetRawEntity () |
|
||
Progress.Lang.Object GetTypedEntity () |
|
||
LOGICAL HasCookie (character) |
/** Indicates whether a cookie exists for this message
@param character The cookie's name to check
@return logical TRUE if this message contains the cookie */
|
||
RemoveCookie (character) |
/** Removes cookies from this message for a given name
@param character The name of the cookie(s) to remove. */
|
Options | Name | Purpose | |
---|---|---|---|
CHARACTER ContextNames |
|
||
CHARACTER DefaultCookieDomain |
|
||
CHARACTER DefaultCookiePath |
|
||
CHARACTER LocalAddress |
|
||
CHARACTER LocalHost |
|
||
INTEGER LocalPort |
|
||
CHARACTER PathInfo |
|
||
CHARACTER PathParameterNames |
|
||
CHARACTER RemoteAddress |
|
||
CHARACTER RemoteHost |
|
||
INTEGER RemotePort |
|
||
CHARACTER RemoteUser |
|
||
CHARACTER ResolvedTransportPath |
|
||
CHARACTER ResolvedWebAppPath |
|
||
CHARACTER ServerSoftware |
|
||
CHARACTER TransportPath |
|
||
CHARACTER UriTemplate |
|
||
CHARACTER WebAppPath |
|
LONGCHAR GetContextValue (character)
|
||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
OpenEdge.Net.HTTP.Cookie GetCookie (character)
|
||||||||||||||||||||||||||||
CHARACTER GetPathParameter (character)
|
||||||||||||||||||||||||||||
OpenEdge.Core.Memptr GetRawEntity ()
|
||||||||||||||||||||||||||||
Progress.Lang.Object GetTypedEntity ()
|
||||||||||||||||||||||||||||
LOGICAL HasCookie (character)
|
||||||||||||||||||||||||||||
RemoveCookie (character)
|
CHARACTER ContextNames
|
||||||||
---|---|---|---|---|---|---|---|---|
CHARACTER DefaultCookieDomain
|
||||||||
CHARACTER DefaultCookiePath
|
||||||||
CHARACTER LocalAddress
|
||||||||
CHARACTER LocalHost
|
||||||||
INTEGER LocalPort
|
||||||||
CHARACTER PathInfo
|
||||||||
CHARACTER PathParameterNames
|
||||||||
CHARACTER RemoteAddress
|
||||||||
CHARACTER RemoteHost
|
||||||||
INTEGER RemotePort
|
||||||||
CHARACTER RemoteUser
|
||||||||
CHARACTER ResolvedTransportPath
|
||||||||
CHARACTER ResolvedWebAppPath
|
||||||||
CHARACTER ServerSoftware
|
||||||||
CHARACTER TransportPath
|
||||||||
CHARACTER UriTemplate
|
||||||||
CHARACTER WebAppPath
|