BBjHttpRequest (Deprecated)
BBjHttpRequest is deprecated for BBj 21.00 and higher, and has been replaced by BBxServletRequest.
Description
In BBj 12.00 and higher, BBjHttpRequest object provides methods for querying the state of an HTTP request.
Creation
BBjServletEvent > BBjHttpRequest
A BBjHttpRequest is created through the following BBjServletEvent method:
Return Value |
Method |
Methods of BBjHttpRequest
Return Value |
Method |
---|---|
Object | getAttribute(string name) |
BBjVector | getAttributesNames() |
string |
getBody() |
string |
|
int |
|
string |
|
getFileUpload(string name) |
|
string |
getHeader(string name) |
getHeaders(string name) |
|
string |
|
Locale |
|
string |
|
int |
|
string |
|
string |
getParameter(string name) |
getParameterValues(string name) |
|
string |
|
string |
|
string |
|
string |
|
string |
|
int |
|
string |
|
string |
|
string |
|
string |
|
string |
|
string |
|
int |
|
string |
|
boolean |
|
boolean |
|
boolean |
|
boolean |
isSecure() |
void | removeAttribute(string name) |
void | setAttribute(string name, Object value) |
Remarks
None.
Example
|
See Also
See the BBj Object Diagram for an illustration of the relationship between BBj Objects.