Child pages
  • Web Client

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Starting Servoy Web Clients

Servoy Web Clients run in a browser and can be started by accessing a URL on the Servoy Application Server.

Code Block
titleSolution Select page
<serverUrl>/servoy-webclient
Code Block
titleDeeplink into specific solution
<serverUrl>/servoy-client/ss/s/mySolutionName
Code Block
titleSpecify the method to execute on startup
<serverUrl>/servoy-client/ss/s/mySolutionName/m/myMethodName
Code Block
titleSpecify startup arguments
<serverUrl>/servoy-client/ss/s/mySolutionName/a/value1|value2|value3
Code Block
titleSpecify the method to execute & startup arguments
<serverUrl>/servoy-client/ss/s/mySolutionName/m/myMethodName/a/value1|value2|value3
Note
titleShort vs. long syntax

The Web Client urls above use the short syntax. Instead of using the short syntax, the following mapping allows using the longer syntax:

  • ss > solutions
  • s > solution
  • m > method
  • a > argument