|
|||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||
| Packages that use ClientletContext | |
|---|---|
| org.lobobrowser.clientlet |
Contains interface Clientlet, which is implemented to process responses and set content renderable by a user agent. |
| Uses of ClientletContext in org.lobobrowser.clientlet |
|---|
| Methods in org.lobobrowser.clientlet that return ClientletContext | |
|---|---|
ClientletContext |
ClientletThreadGroup.getClientletContext()
Gets the clientlet context associated with the thread group. |
static ClientletContext |
ClientletAccess.getCurrentClientletContext()
Gets the ClientletContext of the current thread, if any. |
| Methods in org.lobobrowser.clientlet with parameters of type ClientletContext | |
|---|---|
void |
Clientlet.process(ClientletContext context)
This method is invoked by a clientlet engine to process a URL response. |
static void |
ClientletAccess.setCurrentClientletContext(ClientletContext context)
This method should be invoked by the clientlet platform to publish the ClientletContext of the current thread. |
|
|||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||