org.apache.catalina.util
Class ServerInfo
java.lang.Object
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
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ServerInfo
public ServerInfo()
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.