org.jconfig.server
Class ServerContext

java.lang.Object
  |
  +--org.jconfig.server.ServerContext

public class ServerContext
extends java.lang.Object

Author:
mecky

Constructor Summary
ServerContext()
           
 
Method Summary
 java.lang.String getDocumentRoot()
          Getter for property documentRoot.
 void setDocumentRoot(java.lang.String documentRoot)
          Setter for property documentRoot.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ServerContext

public ServerContext()
Method Detail

getDocumentRoot

public java.lang.String getDocumentRoot()
Getter for property documentRoot.
Returns:
Value of property documentRoot.

setDocumentRoot

public void setDocumentRoot(java.lang.String documentRoot)
Setter for property documentRoot.
Parameters:
documentRoot - New value of property documentRoot.


Copyright © 2001-2003 Andreas Mecky, Terry Dye. All Rights Reserved.