|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.directwebremoting.ui.ScriptProxy
@Deprecated public final class ScriptProxy
Class to help people send scripts to collections of browsers. ScriptProxy also is the base class for the Java implementations of GI, Util and Script.aculo.us.Effect.
| Constructor Summary | |
|---|---|
ScriptProxy()
Deprecated. |
|
| Method Summary | |
|---|---|
static void |
addFunctionCall(java.lang.String funcName,
java.lang.Object... params)
Deprecated. Call a named function with one parameter. |
static void |
addScript(ScriptBuffer script)
Deprecated. Utility to add the given script to all known browsers. |
static void |
addScript(java.lang.String script)
Deprecated. Utility to add the given script to all known browsers. |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ScriptProxy()
| Method Detail |
|---|
public static void addFunctionCall(java.lang.String funcName,
java.lang.Object... params)
funcName - The name of the function to callparams - The parameters to the above functionpublic static void addScript(ScriptBuffer script)
script - The Javascript to send to the browserspublic static void addScript(java.lang.String script)
script - The Javascript to send to the browsers
|
Copyright ยจ 2008 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||