public class PingBackServlet
extends javax.servlet.http.HttpServlet
| Modifier and Type | Field and Description |
|---|---|
static String |
COMMUNITY_EDITION |
static String |
LOOP_FUSE_FORM_DISPLAYED |
| Constructor and Description |
|---|
PingBackServlet() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
doGet(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response) |
protected void |
doPost(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response) |
static String |
getPingBackFileLocation() |
static String |
getPingBackUrl() |
void |
init(javax.servlet.ServletConfig servletConfig) |
static boolean |
isConnectedToInternet() |
static boolean |
isLandingPageDisplayed() |
static String |
readFromFile(String key,
String fileLocation) |
static void |
writePingBackFormDisplayed(boolean loopfuseFormDisplayed) |
static void |
writeToFile(String key,
String value,
String fileLocation) |
doDelete, doHead, doOptions, doPut, doTrace, getLastModified, service, servicepublic static final String LOOP_FUSE_FORM_DISPLAYED
public static final String COMMUNITY_EDITION
public void init(javax.servlet.ServletConfig servletConfig)
throws javax.servlet.ServletException
init in interface javax.servlet.Servletinit in class javax.servlet.GenericServletjavax.servlet.ServletExceptionprotected void doPost(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
throws javax.servlet.ServletException,
IOException
doPost in class javax.servlet.http.HttpServletjavax.servlet.ServletExceptionIOExceptionprotected void doGet(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
throws javax.servlet.ServletException,
IOException
doGet in class javax.servlet.http.HttpServletjavax.servlet.ServletExceptionIOExceptionpublic static boolean isConnectedToInternet()
public static void writePingBackFormDisplayed(boolean loopfuseFormDisplayed)
throws org.exoplatform.commons.info.MissingProductInformationException
org.exoplatform.commons.info.MissingProductInformationExceptionpublic static String getPingBackFileLocation() throws org.exoplatform.commons.info.MissingProductInformationException
org.exoplatform.commons.info.MissingProductInformationExceptionpublic static String getPingBackUrl()
public static boolean isLandingPageDisplayed()
throws org.exoplatform.commons.info.MissingProductInformationException
org.exoplatform.commons.info.MissingProductInformationExceptionCopyright © 2003–2017 eXo Platform SAS. All rights reserved.