jet.server.api.ui
Interface WebUIConfig


public interface WebUIConfig

Interface WebUIConfig is used to control UI behavior if the server is free virtual appliance.


Method Summary
 boolean getShowVirtualApplianceWelcomePage()
          Checks whether to show welcome page for virtual appliance.
 void setShowVirtualApplianceWelcomePage(boolean enable)
          Sets whether to show welcome page for virtual appliance
 

Method Detail

getShowVirtualApplianceWelcomePage

boolean getShowVirtualApplianceWelcomePage()
Checks whether to show welcome page for virtual appliance.

Returns:
true if to show welcome page for virtual appliance, otherwise false.

setShowVirtualApplianceWelcomePage

void setShowVirtualApplianceWelcomePage(boolean enable)
Sets whether to show welcome page for virtual appliance

Parameters:
enable - indicates whether to show welcome page for virtual appliance, true to show welcome page for virtual appliance, false not to show.