|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.lobobrowser.clientlet.ClientletAccess
public class ClientletAccess
Provides utility methods to access the current clientlet context.
| Method Summary | |
|---|---|
static ClientletContext |
getCurrentClientletContext()
Gets the ClientletContext of the current thread, if any. |
static void |
setCurrentClientletContext(ClientletContext context)
This method should be invoked by the clientlet platform to publish the ClientletContext of the current thread. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public static ClientletContext getCurrentClientletContext()
ClientletContext of the current thread, if any.
public static void setCurrentClientletContext(ClientletContext context)
ClientletContext of the current thread.
context - A ClientletContext instance.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||