org.apache.myfaces.tobago.example.demo
Class ServerInfo

java.lang.Object
  extended by org.apache.myfaces.tobago.example.demo.ServerInfo

public class ServerInfo
extends Object


Constructor Summary
ServerInfo()
           
 
Method Summary
 String getServerInfo()
           
 Properties getSystemProperties()
           
 String getVersion()
           
 boolean isEnabled()
           
 void setEnabled(boolean enabled)
           
 void setVersion(String version)
           
 
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

getServerInfo

public String getServerInfo()

getSystemProperties

public Properties getSystemProperties()

getVersion

public String getVersion()

setVersion

public void setVersion(String version)

isEnabled

public boolean isEnabled()

setEnabled

public void setEnabled(boolean enabled)


Copyright © 2002-2009 Apache Software Foundation. All Rights Reserved.