public class ServerDetector
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
GLASSFISH_ID
Deprecated.
As of Mueller (7.2.x), with no direct replacement
|
static java.lang.String |
JBOSS_ID |
static java.lang.String |
JETTY_ID
Deprecated.
As of Mueller (7.2.x), with no direct replacement
|
static java.lang.String |
JONAS_ID
Deprecated.
As of Mueller (7.2.x), with no direct replacement
|
static java.lang.String |
OC4J_ID
Deprecated.
As of Mueller (7.2.x), with no direct replacement
|
static java.lang.String |
RESIN_ID
Deprecated.
As of Mueller (7.2.x), with no direct replacement
|
static java.lang.String |
SYSTEM_PROPERTY_KEY_SERVER_DETECTOR_SERVER_ID |
static java.lang.String |
TOMCAT_ID |
static java.lang.String |
WEBLOGIC_ID |
static java.lang.String |
WEBSPHERE_ID |
static java.lang.String |
WILDFLY_ID |
Constructor and Description |
---|
ServerDetector() |
Modifier and Type | Method and Description |
---|---|
static java.lang.String |
getServerId() |
static boolean |
isGlassfish()
Deprecated.
As of Mueller (7.2.x), with no direct replacement
|
static boolean |
isJBoss() |
static boolean |
isJetty()
Deprecated.
As of Mueller (7.2.x), with no direct replacement
|
static boolean |
isJOnAS()
Deprecated.
As of Mueller (7.2.x), with no direct replacement
|
static boolean |
isOC4J()
Deprecated.
As of Mueller (7.2.x), with no direct replacement
|
static boolean |
isResin()
Deprecated.
As of Mueller (7.2.x), with no direct replacement
|
static boolean |
isSupported(java.lang.String serverType) |
static boolean |
isSupportsComet() |
static boolean |
isTomcat() |
static boolean |
isWebLogic() |
static boolean |
isWebSphere() |
static boolean |
isWildfly() |
@Deprecated public static final java.lang.String GLASSFISH_ID
public static final java.lang.String JBOSS_ID
@Deprecated public static final java.lang.String JETTY_ID
@Deprecated public static final java.lang.String JONAS_ID
@Deprecated public static final java.lang.String OC4J_ID
@Deprecated public static final java.lang.String RESIN_ID
public static final java.lang.String SYSTEM_PROPERTY_KEY_SERVER_DETECTOR_SERVER_ID
public static final java.lang.String TOMCAT_ID
public static final java.lang.String WEBLOGIC_ID
public static final java.lang.String WEBSPHERE_ID
public static final java.lang.String WILDFLY_ID
public static java.lang.String getServerId()
@Deprecated public static boolean isGlassfish()
public static boolean isJBoss()
@Deprecated public static boolean isJetty()
@Deprecated public static boolean isJOnAS()
@Deprecated public static boolean isOC4J()
@Deprecated public static boolean isResin()
public static boolean isSupported(java.lang.String serverType)
public static boolean isSupportsComet()
public static boolean isTomcat()
public static boolean isWebLogic()
public static boolean isWebSphere()
public static boolean isWildfly()