phenote.servlet
Class PhenoteWebConfiguration

java.lang.Object
  extended by phenote.servlet.PhenoteWebConfiguration

public class PhenoteWebConfiguration
extends java.lang.Object

This contains configuration parameters pertaining to the web application only.


Method Summary
static PhenoteWebConfiguration getInstance()
           
 java.lang.String getWebRoot()
           
static void reset()
           
 void setWebRoot(java.lang.String webRoot)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getInstance

public static PhenoteWebConfiguration getInstance()

reset

public static void reset()

getWebRoot

public java.lang.String getWebRoot()

setWebRoot

public void setWebRoot(java.lang.String webRoot)