Description

  • org.joget.commons.util.HostManager
  • Under wflow-commons module
  • Utility methods used by the system to manage cloud profile

Code Sample

import org.joget.commons.util.HostManager;

String profileName = HostManager.getCurrentProfile();

Methods

getContextPath
public static java.lang.String getContextPath()

Gets the context path of the HTTP request

getCurrentHost
public static java.lang.String getCurrentHost()

Gets the current Host of HTTP request

getCurrentProfile
public static java.lang.String getCurrentProfile()

Gets the current cloud profile of HTTP request

isVirtualHostEnabled
public static boolean isVirtualHostEnabled()

Flag to indicate it is a Cloud installation

setCurrentProfile
public static void setCurrentProfile(java.lang.String profile)

Sets the profile of current HTTP request.

This method is security protected in Cloud installation.

setCurrentHost
public static void setCurrentHost(java.lang.String hostname)

Sets the Host of current HTTP request.

This method is security protected in Cloud installation.

  • No labels