com.ecyrd.jspwiki.dav
Class DavContext

java.lang.Object
  extended by com.ecyrd.jspwiki.dav.DavContext

public class DavContext
extends Object


Field Summary
protected  int m_depth
           
protected  DavPath m_path
           
 
Constructor Summary
DavContext(HttpServletRequest req, DavPath dp)
           
 
Method Summary
 int getDepth()
           
 DavPath getPath()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

m_depth

protected int m_depth

m_path

protected DavPath m_path
Constructor Detail

DavContext

public DavContext(HttpServletRequest req,
                  DavPath dp)
Method Detail

getDepth

public int getDepth()
Returns:
Returns the m_depth.

getPath

public DavPath getPath()
Returns:
Returns the m_path.