|
|||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||
| Packages that use RequestType | |
|---|---|
| org.lobobrowser.clientlet |
Contains interface Clientlet, which is implemented to process responses and set content renderable by a user agent. |
| org.lobobrowser.ua |
Contains interfaces that need to be implemented by a browser (like Lobo)
in order to service Lobo extensions. |
| Uses of RequestType in org.lobobrowser.clientlet |
|---|
| Methods in org.lobobrowser.clientlet that return RequestType | |
|---|---|
RequestType |
ClientletRequest.getRequestType()
Gets the type of request. |
| Uses of RequestType in org.lobobrowser.ua |
|---|
| Methods in org.lobobrowser.ua that return RequestType | |
|---|---|
static RequestType |
RequestType.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static RequestType[] |
RequestType.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
| Methods in org.lobobrowser.ua with parameters of type RequestType | |
|---|---|
void |
NavigatorFrame.navigate(java.lang.String urlOrPath,
RequestType requestType)
Navigates to a URL in the current frame. |
void |
NavigatorFrame.navigate(java.net.URL url,
RequestType requestType)
Navigates to a URL in the current frame. |
void |
NavigatorFrame.navigate(java.net.URL url,
java.lang.String method,
ParameterInfo paramInfo,
TargetType targetType,
RequestType requestType)
Navigates to a URL in the current frame. |
|
|||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||