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 Details

    • 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

  • Constructor Details

    • PutContentResult

      public PutContentResult()