|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use DavItem | |
---|---|
com.ecyrd.jspwiki.dav | |
com.ecyrd.jspwiki.dav.items |
Uses of DavItem in com.ecyrd.jspwiki.dav |
---|
Methods in com.ecyrd.jspwiki.dav that return DavItem | |
---|---|
DavItem |
WikiRootProvider.getItem(DavPath path)
|
DavItem |
RawPagesDavProvider.getItem(DavPath dp)
|
DavItem |
DavProvider.getItem(DavPath path)
|
DavItem |
AttachmentDavProvider.getItem(DavPath path)
|
protected DavItem |
RawPagesDavProvider.getItemNoCache(DavPath path)
|
protected DavItem |
HTMLPagesDavProvider.getItemNoCache(DavPath path)
|
DavItem |
WikiRootProvider.refreshItem(DavItem old,
DavPath path)
|
Methods in com.ecyrd.jspwiki.dav with parameters of type DavItem | |
---|---|
DavItem |
WikiRootProvider.refreshItem(DavItem old,
DavPath path)
|
void |
WikiRootProvider.setItem(DavPath path,
DavItem item)
|
void |
RawPagesDavProvider.setItem(DavPath path,
DavItem item)
|
void |
DavProvider.setItem(DavPath path,
DavItem item)
|
void |
AttachmentDavProvider.setItem(DavPath path,
DavItem item)
|
Uses of DavItem in com.ecyrd.jspwiki.dav.items |
---|
Subclasses of DavItem in com.ecyrd.jspwiki.dav.items | |
---|---|
class |
AttachmentDirectoryItem
|
class |
AttachmentItem
Represents a DAV attachment. |
class |
DirectoryItem
|
class |
HTMLPageDavItem
Represents a DAV HTML page item. |
class |
PageDavItem
|
class |
TopLevelDavItem
|
Fields in com.ecyrd.jspwiki.dav.items with type parameters of type DavItem | |
---|---|
protected ArrayList<DavItem> |
DavItem.m_items
|
Methods in com.ecyrd.jspwiki.dav.items with parameters of type DavItem | |
---|---|
void |
DirectoryItem.addDavItem(DavItem di)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |