org.codehaus.plexus.jetty
Class Context

java.lang.Object
  extended byorg.codehaus.plexus.jetty.Context

public class Context
extends java.lang.Object

Version:
$Id: Context.java 831 2004-06-16 17:01:12Z jvanzyl $
Author:
Jason van Zyl

Field Summary
private  java.lang.String documentRoot
           
private  java.lang.String path
           
 
Constructor Summary
Context()
           
 
Method Summary
 java.lang.String getDocumentRoot()
           
 java.lang.String getPath()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

path

private java.lang.String path

documentRoot

private java.lang.String documentRoot
Constructor Detail

Context

public Context()
Method Detail

getPath

public java.lang.String getPath()

getDocumentRoot

public java.lang.String getDocumentRoot()