public class CustomParamTransport extends SingleParamTransport
The transported value can be obtained
calling ItsNatEvent.getExtraParam(String)
ItsNatDocument.addEventListener(org.w3c.dom.events.EventTarget,String,org.w3c.dom.events.EventListener,boolean,int,ParamTransport[],String,long),
Serialized Form| Constructor and Description |
|---|
CustomParamTransport(String name,
String code)
Creates a new instance ready to transport a value obtained in the client using the specified name
and the specified JavaScript code.
|
| Modifier and Type | Method and Description |
|---|---|
String |
getScriptCode()
Returns the JavaScript code used to obtain the value to send to the server.
|
getNameisSyncpublic CustomParamTransport(String name, String code)
name - the name used to identify the value.code - the JavaScript code used to obtain the value to send to the server.public String getScriptCode()
Copyright © Innowhere Software, Jose Maria Arranz Santamaria.