|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface JavascriptObject
Represents a JavaScript object, passed in from a client for later use.
A JavascriptObject is tied to a specific object in a specific browser
page. In this way the eval of a JavascriptObject is outside of the normal
execution scoping provided by Browser.
| Method Summary | |
|---|---|
void |
close()
A small amount of data is stored on the client to track the remotely. |
void |
execute(java.lang.String methodName,
java.lang.Object... params)
Execute the function. |
void |
set(java.lang.String propertyName,
java.lang.Object data)
Add a property to a JavaScript object. |
| Method Detail |
|---|
void execute(java.lang.String methodName,
java.lang.Object... params)
params - The data to pass to the server
void set(java.lang.String propertyName,
java.lang.Object data)
void close()
|
Copyright ยจ 2008 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||