public class SetupWizardUtil
extends Object
Modifier and Type | Field and Description |
---|---|
static String |
PROPERTIES_FILE_NAME |
Constructor and Description |
---|
SetupWizardUtil() |
Modifier and Type | Method and Description |
---|---|
static String |
getDefaultLanguageId() |
static boolean |
isDefaultDatabase(javax.servlet.http.HttpServletRequest request) |
static void |
testDatabase(javax.servlet.http.HttpServletRequest request) |
static void |
updateLanguage(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response) |
static void |
updateSetup(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response) |
public static final String PROPERTIES_FILE_NAME
public static String getDefaultLanguageId()
public static boolean isDefaultDatabase(javax.servlet.http.HttpServletRequest request)
public static void testDatabase(javax.servlet.http.HttpServletRequest request) throws Exception
Exception
public static void updateLanguage(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response) throws com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.PortalException
public static void updateSetup(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response) throws Exception
Exception