Save This Page
Home » apache-tomcat-6.0.16-src » org.apache » catalina » util » [javadoc | source]
org.apache.catalina.util
public class: ServerInfo [javadoc | source]
java.lang.Object
   org.apache.catalina.util.ServerInfo
Simple utility module to make it easy to plug in the server identifier when integrating Tomcat.
Method from org.apache.catalina.util.ServerInfo Summary:
getServerBuilt,   getServerInfo,   getServerNumber,   main
Methods from java.lang.Object:
equals,   getClass,   hashCode,   notify,   notifyAll,   toString,   wait,   wait,   wait
Method from org.apache.catalina.util.ServerInfo Detail:
 public static String getServerBuilt() 
    Return the server built time for this version of Tomcat.
 public static String getServerInfo() 
    Return the server identification for this version of Tomcat.
 public static String getServerNumber() 
    Return the server's version number.
 public static  void main(String[] args)