|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--com.blueworld.lassopro.RequestParams
These constants signify the different parameters which can be retrieved from
the LassoCall.getRequestParam
method.
LassoCall.getRequestParam(int, com.blueworld.lassopro.LassoValue)
Field Summary | |
static int |
ActionKeyword
Type of HTTP request (GET, POST, etc.) |
static int |
AddressKeyword
IP address of client browser |
static int |
ClientIPAddress
IP address of client browser |
static int |
ContentLength
The length in bytes of the POST data sent from <form POST> |
static int |
ContentType
MIME header sent from client browser |
static int |
CookiesKeyword
Client cookie data |
static int |
FullRequestKeyword
All MIME headers, uninterpreted |
static int |
GetUseLocalFiles
|
static int |
IndexFile
|
static int |
MethodKeyword
GET or POST, depending on <form method> |
static int |
PasswordKeyword
Password sent from browser |
static int |
PostKeyword
HTTP object body (form data, etc.) |
static int |
ReferrerKeyword
URL of referring page |
static int |
ScriptName
Relative path from server root to this Lasso format file |
static int |
SearchArgKeyword
All text in URL after the question mark |
static int |
ServerName
IP address of server on which the Web server is running |
static int |
ServerPort
IP port this hit came to (80 is common, 443 for SSL) |
static int |
SessionErrorFile
|
static int |
SessionLogFile
|
static int |
SessionNoAccessFile
|
static int |
SessionRootPath
|
static int |
SessionSiteName
|
static int |
UserAgentKeyword
Browser name and type |
static int |
UserKeyword
Username sent from browser |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
public static final int SearchArgKeyword
public static final int UserKeyword
public static final int PasswordKeyword
public static final int AddressKeyword
public static final int PostKeyword
public static final int MethodKeyword
public static final int ServerName
public static final int ServerPort
public static final int ScriptName
public static final int ContentType
public static final int ContentLength
public static final int ReferrerKeyword
public static final int UserAgentKeyword
public static final int ActionKeyword
public static final int ClientIPAddress
public static final int FullRequestKeyword
public static final int CookiesKeyword
public static final int IndexFile
public static final int SessionRootPath
public static final int SessionErrorFile
public static final int SessionNoAccessFile
public static final int SessionLogFile
public static final int SessionSiteName
public static final int GetUseLocalFiles
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |