See: Description
| Interface | Description |
|---|---|
| Win32Link.ItemID |
Items ids, similar to the MS Shell API's struct SHITEMID
|
| Class | Description |
|---|---|
| ByteBuffer |
This is an internal Class used by Win32Link to manipulate array of byte.
|
| IfHeaderParser |
Parser class for the If header described in RFC 2518
(http://www.ietf.org/rfc/rfc2518.txt)
ABNF :
If = "If" ":" ( 1*No-tag-list | 1*Tagged-list)
No-tag-list = List
Tagged-list = Resource 1*List
Resource = Coded-URL
List = "(" 1*(["Not"](State-token | "[" entity-tag "]")) ")"
State-token = Coded-URL
Coded-URL = "<" absoluteURI ">"
|
| IfHeaderParser.Condition | |
| IfHeaderParser.EntityTag | |
| IfHeaderParser.StateToken | |
| WebdavContext |
This class is an Abstract Representation of a Webdav Context.
|
| WebdavFileSystem |
This class is an Abstract representation of a WebdavFileSystem.
|
| WebdavLock |
This class is an Abstract Representation of a Webdav Lock handling all webdav
mechanism in memory.
|
| WebdavManager |
This class is called by WebdavServlet to handle all webdav protocole.
|
| WebdavProperty | |
| WebdavPropertyManager | |
| WebdavResource |
This class is an Abstract Representation of a Webdav Resource doing
all webdav specific task or delegating to WebdavFileSystem.
|
| WebdavServlet |
This servlet implements Webdav Protocol
- Issue: Renaming with not UTF-8 write wrong chars in store
- Issue: What should we do with JCMS Publication vs DataController vs DeleteFolder ?
|
| WebdavServlet.WebdavHttpServletResponseWrapper |
Response Wrapper class used for debuggin
|
| Win32Link |
A MS Windows Shortcut (*.LNK) file builder, pure Java port.
|
| Win32LinkServlet |
This servlet return a Win32Link for the given file and path
parameter in the webdav servlet.
|
| XMLWriter |
XMLWriter helper class.
|
| Exception | Description |
|---|---|
| IfHeaderParser.IfParseException |
Copyright © 2001-2010 Jalios SA. All Rights Reserved.