|
|||||||||
| 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 |
ClientletResponse.getRequestType()
Gets the type of request. |
RequestType |
ClientletRequest.getRequestType()
Gets the type of request. |
| Uses of RequestType in org.lobobrowser.ua |
|---|
| Methods in org.lobobrowser.ua that return RequestType | |
|---|---|
RequestType |
NavigatorResponseEvent.getRequestType()
|
RequestType |
NavigationEvent.getRequestType()
|
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're 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. |
void |
NavigatorFrame.navigate(java.net.URL url,
java.lang.String method,
ParameterInfo paramInfo,
TargetType targetType,
RequestType requestType,
NavigatorFrame originatingFrame)
Navigates to a URL in the current frame. |
| Constructors in org.lobobrowser.ua with parameters of type RequestType | |
|---|---|
NavigationEvent(java.lang.Object source,
java.net.URL url,
java.lang.String method,
ParameterInfo paramInfo,
TargetType targetType,
RequestType requestType,
boolean fromClick,
java.lang.Object linkObject,
NavigatorFrame originatingFrame)
|
|
NavigationEvent(java.lang.Object source,
java.net.URL url,
java.lang.String method,
ParameterInfo paramInfo,
TargetType targetType,
RequestType requestType,
NavigatorFrame originatingFrame)
|
|
NavigationEvent(java.lang.Object source,
java.net.URL url,
java.lang.String method,
RequestType requestType,
NavigatorFrame originatingFrame)
|
|
NavigationEvent(java.lang.Object source,
java.net.URL url,
TargetType targetType,
RequestType requestType,
java.lang.Object linkObject,
NavigatorFrame originatingFrame)
|
|
NavigatorResponseEvent(java.lang.Object source,
NavigatorEventType eventType,
NavigatorFrame clientletFrame,
ClientletResponse response,
RequestType requestType)
|
|
NavigatorWindowEvent(java.lang.Object source,
NavigatorEventType eventType,
NavigatorFrame clientletFrame,
java.lang.String message,
RequestType requestType)
|
|
|
|||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||