Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ceefour/webdav-servlet
/ functions
Functions
307 in github.com/ceefour/webdav-servlet
⨍
Functions
307
◇
Types & classes
55
↓ 2 callers
Method
writeData
Write data. @param data Data to append
src/main/java/net/sf/webdav/fromcatalina/XMLWriter.java:192
↓ 2 callers
Method
writeLockDiscoveryElements
(ITransaction transaction, XMLWriter generatedXML, String path)
src/main/java/net/sf/webdav/methods/DoPropfind.java:558
↓ 2 callers
Method
writeSupportedLockElements
(ITransaction transaction, XMLWriter generatedXML, String path)
src/main/java/net/sf/webdav/methods/DoPropfind.java:499
↓ 1 callers
Method
URLDecode
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 callers
Method
addLockedObjectOwner
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 callers
Method
begin
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 callers
Method
checkAuthentication
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 callers
Method
checkChildren
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 callers
Method
checkLocks
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 callers
Method
checkParents
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 callers
Method
commit
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 callers
Method
constructStore
(String clazzName, File root)
src/main/java/net/sf/webdav/WebdavServlet.java:69
↓ 1 callers
Method
copy
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 callers
Method
copyFolder
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 callers
Method
creationDateFormat
(final Date date)
src/main/java/net/sf/webdav/methods/AbstractMethod.java:125
↓ 1 callers
Method
debugRequest
(String methodName, HttpServletRequest req)
src/main/java/net/sf/webdav/WebDavServletBean.java:196
↓ 1 callers
Method
deleteFolder
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 callers
Method
doBody
(ITransaction transaction, HttpServletResponse resp, String path)
src/main/java/net/sf/webdav/methods/DoHead.java:190
↓ 1 callers
Method
doLock
(ITransaction transaction, HttpServletRequest req, HttpServletResponse resp)
src/main/java/net/sf/webdav/methods/DoLock.java:128
↓ 1 callers
Method
doLocking
(ITransaction transaction, HttpServletRequest req, HttpServletResponse resp)
src/main/java/net/sf/webdav/methods/DoLock.java:147
↓ 1 callers
Method
doMacLockRequestWorkaround
Executes the lock for a Mac OS Finder client
src/main/java/net/sf/webdav/methods/DoLock.java:555
↓ 1 callers
Method
doNullResourceLock
(ITransaction transaction, HttpServletRequest req, HttpServletResponse resp)
src/main/java/net/sf/webdav/methods/DoLock.java:175
↓ 1 callers
Method
doRefreshLock
(ITransaction transaction, HttpServletRequest req, HttpServletResponse resp)
src/main/java/net/sf/webdav/methods/DoLock.java:232
↓ 1 callers
Method
doUserAgentWorkaround
@param resp
src/main/java/net/sf/webdav/methods/DoPut.java:179
↓ 1 callers
Method
encode
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 callers
Method
generateLockedObjects
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 callers
Method
generateTempLockedObjects
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 callers
Method
getCSS
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 callers
Method
getDateTimeFormat
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 callers
Method
getFileRoot
()
src/main/java/net/sf/webdav/WebdavServlet.java:87
↓ 1 callers
Method
getFooter
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 callers
Method
getIntInitParameter
(String key)
src/main/java/net/sf/webdav/WebdavServlet.java:64
↓ 1 callers
Method
getLockDepth
Gets the depth of the lock @return depth
src/main/java/net/sf/webdav/locking/LockedObject.java:418
↓ 1 callers
Method
getLockIdFromLockTokenHeader
(HttpServletRequest req)
src/main/java/net/sf/webdav/methods/AbstractMethod.java:308
↓ 1 callers
Method
getLockInformation
Tries to get the LockInformation from LOCK request
src/main/java/net/sf/webdav/methods/DoLock.java:318
↓ 1 callers
Method
getResourceLength
(ITransaction transaction, String uri)
src/main/java/net/sf/webdav/LocalFileSystemStore.java:196
↓ 1 callers
Method
getResourceLength
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 callers
Method
getTempLockedObjectByPath
(ITransaction transaction, String path)
src/main/java/net/sf/webdav/locking/ResourceLocks.java:239
↓ 1 callers
Method
getUserPrincipal
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 callers
Method
hasExpired
Return true if the lock has expired. @return true if timeout has passed
src/main/java/net/sf/webdav/locking/LockedObject.java:342
↓ 1 callers
Method
lastModifiedDateFormat
(final Date date)
src/main/java/net/sf/webdav/methods/AbstractMethod.java:115
↓ 1 callers
Method
normalize
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 callers
Method
parseDestinationHeader
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 callers
Method
recursiveParseProperties
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 callers
Method
refreshTimeout
Sets a new timeout for the LockedObject @param timeout
src/main/java/net/sf/webdav/locking/LockedObject.java:324
↓ 1 callers
Method
service
Handles the special WebDAV methods.
src/main/java/net/sf/webdav/WebDavServletBean.java:114
↓ 1 callers
Method
setExclusive
Sets the exclusivity for the LockedObject @param exclusive
src/main/java/net/sf/webdav/locking/LockedObject.java:382
↓ 1 callers
Method
sharedLock
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
Method
AccessDeniedException
()
src/main/java/net/sf/webdav/exceptions/AccessDeniedException.java:21
Method
DoCopy
(IWebdavStore store, ResourceLocks resourceLocks, DoDelete doDelete, boolean readOnly)
src/main/java/net/sf/webdav/methods/DoCopy.java:46
Method
DoDelete
(IWebdavStore store, ResourceLocks resourceLocks, boolean readOnly)
src/main/java/net/sf/webdav/methods/DoDelete.java:44
Method
DoGet
(IWebdavStore store, String dftIndexFile, String insteadOf404, ResourceLocks resourceLocks, IMimeT
src/main/java/net/sf/webdav/methods/DoGet.java:41
Method
DoHead
(IWebdavStore store, String dftIndexFile, String insteadOf404, ResourceLocks resourceLocks, IMimeT
src/main/java/net/sf/webdav/methods/DoHead.java:47
Method
DoLock
(IWebdavStore store, IResourceLocks resourceLocks, boolean readOnly)
src/main/java/net/sf/webdav/methods/DoLock.java:65
Method
DoMkcol
(IWebdavStore store, IResourceLocks resourceLocks, boolean readOnly)
src/main/java/net/sf/webdav/methods/DoMkcol.java:43
Method
DoMove
(ResourceLocks resourceLocks, DoDelete doDelete, DoCopy doCopy, boolean readOnly)
src/main/java/net/sf/webdav/methods/DoMove.java:42
Method
DoNotImplemented
(boolean readOnly)
src/main/java/net/sf/webdav/methods/DoNotImplemented.java:18
Method
DoOptions
(IWebdavStore store, ResourceLocks resLocks)
src/main/java/net/sf/webdav/methods/DoOptions.java:40
Method
DoPropfind
(IWebdavStore store, ResourceLocks resLocks, IMimeTyper mimeTyper)
src/main/java/net/sf/webdav/methods/DoPropfind.java:79
Method
DoProppatch
(IWebdavStore store, ResourceLocks resLocks, boolean readOnly)
src/main/java/net/sf/webdav/methods/DoProppatch.java:41
Method
DoPut
(IWebdavStore store, IResourceLocks resLocks, boolean readOnly, boolean lazyFolderCreationOnPut)
src/main/java/net/sf/webdav/methods/DoPut.java:46
Method
DoUnlock
(IWebdavStore store, IResourceLocks resourceLocks, boolean readOnly)
src/main/java/net/sf/webdav/methods/DoUnlock.java:25
Method
LocalFileSystemStore
(File root)
src/main/java/net/sf/webdav/LocalFileSystemStore.java:48
Method
LockFailedException
()
src/main/java/net/sf/webdav/exceptions/LockFailedException.java:5
Method
LockedObject
@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
Method
MockPrincipal
()
src/test/java/net/sf/webdav/testutil/MockPrincipal.java:48
Method
ObjectAlreadyExistsException
()
src/main/java/net/sf/webdav/exceptions/ObjectAlreadyExistsException.java:21
Method
ObjectNotFoundException
()
src/main/java/net/sf/webdav/exceptions/ObjectNotFoundException.java:21
Method
ResourceLocks
()
src/main/java/net/sf/webdav/locking/ResourceLocks.java:74
Method
URLEncoder
()
src/main/java/net/sf/webdav/fromcatalina/URLEncoder.java:47
Method
UnauthenticatedException
()
src/main/java/net/sf/webdav/exceptions/UnauthenticatedException.java:21
Method
WebDavServletBean
()
src/main/java/net/sf/webdav/WebDavServletBean.java:53
Method
WebdavException
()
src/main/java/net/sf/webdav/exceptions/WebdavException.java:21
Method
XMLWriter
Constructor.
src/main/java/net/sf/webdav/fromcatalina/XMLWriter.java:75
Method
assertSatisfiedMockery
()
src/test/java/net/sf/webdav/testutil/MockTest.java:76
Method
begin
(Principal principal)
src/main/java/net/sf/webdav/LocalFileSystemStore.java:56
Method
checkAuthentication
(ITransaction transaction)
src/main/java/net/sf/webdav/LocalFileSystemStore.java:68
Method
checkTimeouts
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
Method
commit
(ITransaction transaction)
src/main/java/net/sf/webdav/LocalFileSystemStore.java:75
Method
createFolder
(ITransaction transaction, String uri)
src/main/java/net/sf/webdav/LocalFileSystemStore.java:86
Method
createResource
(ITransaction transaction, String uri)
src/main/java/net/sf/webdav/LocalFileSystemStore.java:94
Method
destroy
()
src/main/java/net/sf/webdav/WebDavServletBean.java:99
Method
destroy
()
src/main/java/net/sf/webdav/LocalFileSystemStore.java:52
Method
doBody
(ITransaction transaction, HttpServletResponse resp, String path)
src/main/java/net/sf/webdav/methods/DoGet.java:49
Method
doPropFindOnDirectory
()
src/test/java/net/sf/webdav/methods/DoPropfindTest.java:39
Method
doPropFindOnFile
()
src/test/java/net/sf/webdav/methods/DoPropfindTest.java:130
Method
doPropFindOnNonExistingResource
()
src/test/java/net/sf/webdav/methods/DoPropfindTest.java:189
Method
doProppatchIfReadOnly
()
src/test/java/net/sf/webdav/methods/DoProppatchTest.java:43
Method
doProppatchOnNonExistingResource
()
src/test/java/net/sf/webdav/methods/DoProppatchTest.java:60
Method
doProppatchOnRequestWithNoContent
()
src/test/java/net/sf/webdav/methods/DoProppatchTest.java:90
Method
doProppatchOnResource
()
src/test/java/net/sf/webdav/methods/DoProppatchTest.java:129
Method
encode
(String path)
src/main/java/net/sf/webdav/fromcatalina/URLEncoder.java:66
Method
encodeCookie
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
Method
exclusiveLock
(ITransaction transaction, String path, String owner, int depth, int timeout)
src/main/java/net/sf/webdav/locking/ResourceLocks.java:203
Method
filter
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
Method
folderBody
(ITransaction transaction, String path, HttpServletResponse resp, HttpServletRequest req)
src/main/java/net/sf/webdav/methods/DoGet.java:92
Method
getChildrenNames
(ITransaction transaction, String uri)
src/main/java/net/sf/webdav/LocalFileSystemStore.java:149
Method
getLocalDateFormat
(final Date date, final Locale loc)
src/main/java/net/sf/webdav/methods/AbstractMethod.java:135
Method
getLockedObjectByID
(ITransaction transaction, String id)
src/main/java/net/sf/webdav/locking/ResourceLocks.java:213
Method
getMimeType
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
← previous
next →
101–200 of 307, ranked by callers