Class Container
java.lang.Object
com.opensymphony.module.sitemesh.util.Container
Utility for determining the Servlet Container the application is running in.
Currently supported containers: Tomcat, Resin, Orion, OC4J, WebLogic, HPAS, JRun,
Websphere.
Usage:
if (Container.get() == Container.TOMCAT) { .... }-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
UNKNOWN
public static final int UNKNOWN- See Also:
-
TOMCAT
public static final int TOMCAT- See Also:
-
RESIN
public static final int RESIN- See Also:
-
ORION
public static final int ORION- See Also:
-
WEBLOGIC
public static final int WEBLOGIC- See Also:
-
HPAS
public static final int HPAS- See Also:
-
JRUN
public static final int JRUN- See Also:
-
WEBSPHERE
public static final int WEBSPHERE- See Also:
-
-
Constructor Details
-
Container
public Container()
-
-
Method Details
-
get
public static int get()Get the current container.
-