| |
|
| java.lang.Object org.apache.catalina.util.ServerInfo
ServerInfo | public class ServerInfo (Code) | | Simple utility module to make it easy to plug in the server identifier
when integrating Tomcat.
author: Craig R. McClanahan version: $Revision: 467222 $ $Date: 2006-10-24 05:17:11 +0200 (mar., 24 oct. 2006) $ |
getServerBuilt | public static String getServerBuilt()(Code) | | Return the server built time for this version of Tomcat.
|
getServerInfo | public static String getServerInfo()(Code) | | Return the server identification for this version of Tomcat.
|
getServerNumber | public static String getServerNumber()(Code) | | Return the server's version number.
|
|
|
|