Class WebdavNsIntf.PutContentResult
- java.lang.Object
-
- org.bedework.webdav.servlet.shared.WebdavNsIntf.PutContentResult
-
- Enclosing class:
- WebdavNsIntf
public static class WebdavNsIntf.PutContentResult extends Object
Result for putContent
-
-
Field Summary
Fields Modifier and Type Field Description booleancreatedTrue if createdbooleanemitEtagTrue if we can emit Etag.WebdavNsNodenodeSame node or new node for creation
-
Constructor Summary
Constructors Constructor Description PutContentResult()
-
-
-
Field Detail
-
node
public WebdavNsNode node
Same node or new node for creation
-
created
public boolean created
True if created
-
emitEtag
public boolean emitEtag
True if we can emit Etag. This implies a subsequent GET will return an EXACT byte-for-byte representation of the entity we just PUT.If that is not the case this MUST be left FALSE
-
-