Trace: • Using Calculated Values • Delete a Screen • Manual Menu Definition • Create an Anonymous Connection • Custom Themes • REST API Filter • VisionX Logging • Setting Default Values • Application and Server Zones • Getting Environment Information on Server Side
This is an old revision of the document!
If you want to know the launch environment of your client on server-side, simply use LifeCycleUtil to get the information. The information is stored as connection property of Master and SubConnections.
Simply call:
LifeCycleUtil.getEnvironmentName();
or, e.g.
LifeCycleUtil.isDesktopEnvironment();
on server-side.
This methods are similar to the client-side methods of UILauncher (see details).