MCPcopy Create free account

hub / github.com/ceefour/webdav-servlet / functions

Functions307 in github.com/ceefour/webdav-servlet

↓ 2 callersMethodwriteData
Write data. @param data Data to append
src/main/java/net/sf/webdav/fromcatalina/XMLWriter.java:192
↓ 2 callersMethodwriteLockDiscoveryElements
(ITransaction transaction, XMLWriter generatedXML, String path)
src/main/java/net/sf/webdav/methods/DoPropfind.java:558
↓ 2 callersMethodwriteSupportedLockElements
(ITransaction transaction, XMLWriter generatedXML, String path)
src/main/java/net/sf/webdav/methods/DoPropfind.java:499
↓ 1 callersMethodURLDecode
Decode and return the specified URL-encoded String. When the byte array is converted to a string, the system default character encoding is used... Thi
src/main/java/net/sf/webdav/fromcatalina/RequestUtil.java:309
↓ 1 callersMethodaddLockedObjectOwner
adds a new owner to a lock @param owner string that represents the owner @return true if the owner was added, false otherwise
src/main/java/net/sf/webdav/locking/LockedObject.java:85
↓ 1 callersMethodbegin
Indicates that a new request or transaction with this store involved has been started. The request will be terminated by either {@link #commit()} or {
src/main/java/net/sf/webdav/IWebdavStore.java:59
↓ 1 callersMethodcheckAuthentication
Checks if authentication information passed in is valid. If not throws an exception. @param transaction indicates that the method is within the
src/main/java/net/sf/webdav/IWebdavStore.java:69
↓ 1 callersMethodcheckChildren
helper of checkLocks(). looks if the children are locked @param exclusive wheather the new lock should be exclusive @return true if no locks at
src/main/java/net/sf/webdav/locking/LockedObject.java:287
↓ 1 callersMethodcheckLocks
checks if a lock of the given exclusivity can be placed, only considering children up to "depth" @param exclusive wheather the new lock should b
src/main/java/net/sf/webdav/locking/LockedObject.java:249
↓ 1 callersMethodcheckParents
helper of checkLocks(). looks if the parents are locked @param exclusive wheather the new lock should be exclusive @return true if no locks at t
src/main/java/net/sf/webdav/locking/LockedObject.java:263
↓ 1 callersMethodcommit
Indicates that all changes done inside this request shall be made permanent and any transactions, connections and other temporary resources shall be t
src/main/java/net/sf/webdav/IWebdavStore.java:83
↓ 1 callersMethodconstructStore
(String clazzName, File root)
src/main/java/net/sf/webdav/WebdavServlet.java:69
↓ 1 callersMethodcopy
copies the specified resource(s) to the specified destination. preconditions must be handled by the caller. Standard status codes must be handled by t
src/main/java/net/sf/webdav/methods/DoCopy.java:237
↓ 1 callersMethodcopyFolder
helper method of copy() recursively copies the FOLDER at source path to destination path @param transaction indicates that the method is within
src/main/java/net/sf/webdav/methods/DoCopy.java:286
↓ 1 callersMethodcreationDateFormat
(final Date date)
src/main/java/net/sf/webdav/methods/AbstractMethod.java:125
↓ 1 callersMethoddebugRequest
(String methodName, HttpServletRequest req)
src/main/java/net/sf/webdav/WebDavServletBean.java:196
↓ 1 callersMethoddeleteFolder
helper method of deleteResource() deletes the folder and all of its contents @param transaction indicates that the method is within the scope of
src/main/java/net/sf/webdav/methods/DoDelete.java:170
↓ 1 callersMethoddoBody
(ITransaction transaction, HttpServletResponse resp, String path)
src/main/java/net/sf/webdav/methods/DoHead.java:190
↓ 1 callersMethoddoLock
(ITransaction transaction, HttpServletRequest req, HttpServletResponse resp)
src/main/java/net/sf/webdav/methods/DoLock.java:128
↓ 1 callersMethoddoLocking
(ITransaction transaction, HttpServletRequest req, HttpServletResponse resp)
src/main/java/net/sf/webdav/methods/DoLock.java:147
↓ 1 callersMethoddoMacLockRequestWorkaround
Executes the lock for a Mac OS Finder client
src/main/java/net/sf/webdav/methods/DoLock.java:555
↓ 1 callersMethoddoNullResourceLock
(ITransaction transaction, HttpServletRequest req, HttpServletResponse resp)
src/main/java/net/sf/webdav/methods/DoLock.java:175
↓ 1 callersMethoddoRefreshLock
(ITransaction transaction, HttpServletRequest req, HttpServletResponse resp)
src/main/java/net/sf/webdav/methods/DoLock.java:232
↓ 1 callersMethoddoUserAgentWorkaround
@param resp
src/main/java/net/sf/webdav/methods/DoPut.java:179
↓ 1 callersMethodencode
Encodes the 128 bit (16 bytes) MD5 into a 32 character String. @param binaryData Array containing the digest @return Encoded MD5, or null if enc
src/main/java/net/sf/webdav/fromcatalina/MD5Encoder.java:46
↓ 1 callersMethodgenerateLockedObjects
generates real LockedObjects for the resource at path and its parent folders. does not create new LockedObjects if they already exist @param transact
src/main/java/net/sf/webdav/locking/ResourceLocks.java:257
↓ 1 callersMethodgenerateTempLockedObjects
generates temporary LockedObjects for the resource at path and its parent folders. does not create new LockedObjects if they already exist @param tra
src/main/java/net/sf/webdav/locking/ResourceLocks.java:286
↓ 1 callersMethodgetCSS
Return the CSS styles used to display the HTML representation of the webdav content. @return
src/main/java/net/sf/webdav/methods/DoGet.java:210
↓ 1 callersMethodgetDateTimeFormat
Return this as the Date/Time format for displaying Creation + Modification dates @param browserLocale @return DateFormat used to display creation and
src/main/java/net/sf/webdav/methods/DoGet.java:303
↓ 1 callersMethodgetFileRoot
()
src/main/java/net/sf/webdav/WebdavServlet.java:87
↓ 1 callersMethodgetFooter
Return the footer to be displayed after the folder content @param transaction @param path @param resp @param req @return
src/main/java/net/sf/webdav/methods/DoGet.java:291
↓ 1 callersMethodgetIntInitParameter
(String key)
src/main/java/net/sf/webdav/WebdavServlet.java:64
↓ 1 callersMethodgetLockDepth
Gets the depth of the lock @return depth
src/main/java/net/sf/webdav/locking/LockedObject.java:418
↓ 1 callersMethodgetLockIdFromLockTokenHeader
(HttpServletRequest req)
src/main/java/net/sf/webdav/methods/AbstractMethod.java:308
↓ 1 callersMethodgetLockInformation
Tries to get the LockInformation from LOCK request
src/main/java/net/sf/webdav/methods/DoLock.java:318
↓ 1 callersMethodgetResourceLength
(ITransaction transaction, String uri)
src/main/java/net/sf/webdav/LocalFileSystemStore.java:196
↓ 1 callersMethodgetResourceLength
Gets the length of the content resource specified by <code>resourceUri</code>. @param transaction indicates that the method is within the scope
src/main/java/net/sf/webdav/IWebdavStore.java:194
↓ 1 callersMethodgetTempLockedObjectByPath
(ITransaction transaction, String path)
src/main/java/net/sf/webdav/locking/ResourceLocks.java:239
↓ 1 callersMethodgetUserPrincipal
Method that permit to customize the way user information are extracted from the request, default use JAAS @param req @return
src/main/java/net/sf/webdav/WebDavServletBean.java:192
↓ 1 callersMethodhasExpired
Return true if the lock has expired. @return true if timeout has passed
src/main/java/net/sf/webdav/locking/LockedObject.java:342
↓ 1 callersMethodlastModifiedDateFormat
(final Date date)
src/main/java/net/sf/webdav/methods/AbstractMethod.java:115
↓ 1 callersMethodnormalize
Return a context-relative path, beginning with a "/", that represents the canonical version of the specified path after ".." and "." elements are reso
src/main/java/net/sf/webdav/methods/DoCopy.java:434
↓ 1 callersMethodparseDestinationHeader
Parses and normalizes the destination header. @param req Servlet request @param resp Servlet response @return destinationPath @throws IOExc
src/main/java/net/sf/webdav/methods/DoCopy.java:358
↓ 1 callersMethodrecursiveParseProperties
goes recursive through all folders. used by propfind @param currentPath the current path @param req HttpServletRequest @param generatedXML
src/main/java/net/sf/webdav/methods/DoPropfind.java:207
↓ 1 callersMethodrefreshTimeout
Sets a new timeout for the LockedObject @param timeout
src/main/java/net/sf/webdav/locking/LockedObject.java:324
↓ 1 callersMethodservice
Handles the special WebDAV methods.
src/main/java/net/sf/webdav/WebDavServletBean.java:114
↓ 1 callersMethodsetExclusive
Sets the exclusivity for the LockedObject @param exclusive
src/main/java/net/sf/webdav/locking/LockedObject.java:382
↓ 1 callersMethodsharedLock
Tries to lock the resource at "path" shared. @param transaction Transaction @param path what resource to lock @param owner the owner o
src/main/java/net/sf/webdav/locking/IResourceLocks.java:101
MethodAccessDeniedException
()
src/main/java/net/sf/webdav/exceptions/AccessDeniedException.java:21
MethodDoCopy
(IWebdavStore store, ResourceLocks resourceLocks, DoDelete doDelete, boolean readOnly)
src/main/java/net/sf/webdav/methods/DoCopy.java:46
MethodDoDelete
(IWebdavStore store, ResourceLocks resourceLocks, boolean readOnly)
src/main/java/net/sf/webdav/methods/DoDelete.java:44
MethodDoGet
(IWebdavStore store, String dftIndexFile, String insteadOf404, ResourceLocks resourceLocks, IMimeT
src/main/java/net/sf/webdav/methods/DoGet.java:41
MethodDoHead
(IWebdavStore store, String dftIndexFile, String insteadOf404, ResourceLocks resourceLocks, IMimeT
src/main/java/net/sf/webdav/methods/DoHead.java:47
MethodDoLock
(IWebdavStore store, IResourceLocks resourceLocks, boolean readOnly)
src/main/java/net/sf/webdav/methods/DoLock.java:65
MethodDoMkcol
(IWebdavStore store, IResourceLocks resourceLocks, boolean readOnly)
src/main/java/net/sf/webdav/methods/DoMkcol.java:43
MethodDoMove
(ResourceLocks resourceLocks, DoDelete doDelete, DoCopy doCopy, boolean readOnly)
src/main/java/net/sf/webdav/methods/DoMove.java:42
MethodDoNotImplemented
(boolean readOnly)
src/main/java/net/sf/webdav/methods/DoNotImplemented.java:18
MethodDoOptions
(IWebdavStore store, ResourceLocks resLocks)
src/main/java/net/sf/webdav/methods/DoOptions.java:40
MethodDoPropfind
(IWebdavStore store, ResourceLocks resLocks, IMimeTyper mimeTyper)
src/main/java/net/sf/webdav/methods/DoPropfind.java:79
MethodDoProppatch
(IWebdavStore store, ResourceLocks resLocks, boolean readOnly)
src/main/java/net/sf/webdav/methods/DoProppatch.java:41
MethodDoPut
(IWebdavStore store, IResourceLocks resLocks, boolean readOnly, boolean lazyFolderCreationOnPut)
src/main/java/net/sf/webdav/methods/DoPut.java:46
MethodDoUnlock
(IWebdavStore store, IResourceLocks resourceLocks, boolean readOnly)
src/main/java/net/sf/webdav/methods/DoUnlock.java:25
MethodLocalFileSystemStore
(File root)
src/main/java/net/sf/webdav/LocalFileSystemStore.java:48
MethodLockFailedException
()
src/main/java/net/sf/webdav/exceptions/LockFailedException.java:5
MethodLockedObject
@param _resourceLocks the resourceLocks where locks are stored @param path the path to the locked object @param temporary indicates if
src/main/java/net/sf/webdav/locking/LockedObject.java:63
MethodMockPrincipal
()
src/test/java/net/sf/webdav/testutil/MockPrincipal.java:48
MethodObjectAlreadyExistsException
()
src/main/java/net/sf/webdav/exceptions/ObjectAlreadyExistsException.java:21
MethodObjectNotFoundException
()
src/main/java/net/sf/webdav/exceptions/ObjectNotFoundException.java:21
MethodResourceLocks
()
src/main/java/net/sf/webdav/locking/ResourceLocks.java:74
MethodURLEncoder
()
src/main/java/net/sf/webdav/fromcatalina/URLEncoder.java:47
MethodUnauthenticatedException
()
src/main/java/net/sf/webdav/exceptions/UnauthenticatedException.java:21
MethodWebDavServletBean
()
src/main/java/net/sf/webdav/WebDavServletBean.java:53
MethodWebdavException
()
src/main/java/net/sf/webdav/exceptions/WebdavException.java:21
MethodXMLWriter
Constructor.
src/main/java/net/sf/webdav/fromcatalina/XMLWriter.java:75
MethodassertSatisfiedMockery
()
src/test/java/net/sf/webdav/testutil/MockTest.java:76
Methodbegin
(Principal principal)
src/main/java/net/sf/webdav/LocalFileSystemStore.java:56
MethodcheckAuthentication
(ITransaction transaction)
src/main/java/net/sf/webdav/LocalFileSystemStore.java:68
MethodcheckTimeouts
Deletes LockedObjects, where timeout has reached. @param transaction @param temporary Check timeout on temporary or real locks
src/main/java/net/sf/webdav/locking/IResourceLocks.java:62
Methodcommit
(ITransaction transaction)
src/main/java/net/sf/webdav/LocalFileSystemStore.java:75
MethodcreateFolder
(ITransaction transaction, String uri)
src/main/java/net/sf/webdav/LocalFileSystemStore.java:86
MethodcreateResource
(ITransaction transaction, String uri)
src/main/java/net/sf/webdav/LocalFileSystemStore.java:94
Methoddestroy
()
src/main/java/net/sf/webdav/WebDavServletBean.java:99
Methoddestroy
()
src/main/java/net/sf/webdav/LocalFileSystemStore.java:52
MethoddoBody
(ITransaction transaction, HttpServletResponse resp, String path)
src/main/java/net/sf/webdav/methods/DoGet.java:49
MethoddoPropFindOnDirectory
()
src/test/java/net/sf/webdav/methods/DoPropfindTest.java:39
MethoddoPropFindOnFile
()
src/test/java/net/sf/webdav/methods/DoPropfindTest.java:130
MethoddoPropFindOnNonExistingResource
()
src/test/java/net/sf/webdav/methods/DoPropfindTest.java:189
MethoddoProppatchIfReadOnly
()
src/test/java/net/sf/webdav/methods/DoProppatchTest.java:43
MethoddoProppatchOnNonExistingResource
()
src/test/java/net/sf/webdav/methods/DoProppatchTest.java:60
MethoddoProppatchOnRequestWithNoContent
()
src/test/java/net/sf/webdav/methods/DoProppatchTest.java:90
MethoddoProppatchOnResource
()
src/test/java/net/sf/webdav/methods/DoProppatchTest.java:129
Methodencode
(String path)
src/main/java/net/sf/webdav/fromcatalina/URLEncoder.java:66
MethodencodeCookie
Encode a cookie as per RFC 2109. The resulting string can be used as the value for a <code>Set-Cookie</code> header. @param cookie The cookie to
src/main/java/net/sf/webdav/fromcatalina/RequestUtil.java:44
MethodexclusiveLock
(ITransaction transaction, String path, String owner, int depth, int timeout)
src/main/java/net/sf/webdav/locking/ResourceLocks.java:203
Methodfilter
Filter the specified message string for characters that are sensitive in HTML. This avoids potential attacks caused by including JavaScript codes in t
src/main/java/net/sf/webdav/fromcatalina/RequestUtil.java:100
MethodfolderBody
(ITransaction transaction, String path, HttpServletResponse resp, HttpServletRequest req)
src/main/java/net/sf/webdav/methods/DoGet.java:92
MethodgetChildrenNames
(ITransaction transaction, String uri)
src/main/java/net/sf/webdav/LocalFileSystemStore.java:149
MethodgetLocalDateFormat
(final Date date, final Locale loc)
src/main/java/net/sf/webdav/methods/AbstractMethod.java:135
MethodgetLockedObjectByID
(ITransaction transaction, String id)
src/main/java/net/sf/webdav/locking/ResourceLocks.java:213
MethodgetMimeType
Retrieve the myme type from the store object. Can also return NULL if the store does not handle mime type stuff. In that case the mime type is determi
src/main/java/net/sf/webdav/StoredObject.java:152
← previousnext →101–200 of 307, ranked by callers