org.apache.catalina.util
Class ServerInfo

java.lang.Object
  extended by org.apache.catalina.util.ServerInfo

public class ServerInfo
extends Object

Simple utility module to make it easy to plug in the server identifier when integrating Tomcat.

Version:
$Revision: 1.4.6.1 $ $Date: 2008/04/17 18:37:30 $
Author:
Craig R. McClanahan

Constructor Summary
ServerInfo()
           
 
Method Summary
static String getPublicServerInfo()
           
static String getServerInfo()
          Return the server identification for this version of Tomcat.
static void setPublicServerInfo(String info)
           
static void setServerInfo(String info)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ServerInfo

public ServerInfo()
Method Detail

setServerInfo

public static void setServerInfo(String info)

getServerInfo

public static String getServerInfo()
Return the server identification for this version of Tomcat.


setPublicServerInfo

public static void setPublicServerInfo(String info)

getPublicServerInfo

public static String getPublicServerInfo()


Copyright © 2005-2015 Oracle Corporation. All Rights Reserved.