A B C D E F G H I L M N P R S T U W X

A

AbstractWebdavConfig - Class in nl.hippo.client.webdav
Abstract base class for all configuration classes
AbstractWebdavConfig() - Constructor for class nl.hippo.client.webdav.AbstractWebdavConfig
 
AbstractWebdavConfig(InputStream) - Constructor for class nl.hippo.client.webdav.AbstractWebdavConfig
Read property values from an InputStream on a properties file.
AbstractWebdavConfig(Properties) - Constructor for class nl.hippo.client.webdav.AbstractWebdavConfig
 

B

bindDocument(WebdavCacheHandler, WebdavResponse) - Method in class nl.hippo.client.webdav.binding.content.DocumentFactory
 
bytes2Dom(byte[]) - Static method in class nl.hippo.client.webdav.utils.Converters
 
bytes2PrettyPrintedString(byte[], String) - Static method in class nl.hippo.client.webdav.utils.Converters
 
bytes2SaxContentHandler(byte[], DefaultHandler) - Static method in class nl.hippo.client.webdav.utils.Converters
 
bytes2Stream(byte[]) - Static method in class nl.hippo.client.webdav.utils.Converters
 
bytes2String(byte[], String) - Static method in class nl.hippo.client.webdav.utils.Converters
 

C

ContentIncluder - Class in nl.hippo.client.webdav.method
 
ContentIncluder(WebdavService, WebdavCacheHandler) - Constructor for class nl.hippo.client.webdav.method.ContentIncluder
 
Converters - Class in nl.hippo.client.webdav.utils
Utility class: contains various static converter methods
Copy - Class in nl.hippo.client.webdav.method
Implements the WebDav MOVE method.
Copy(WebdavConfig) - Constructor for class nl.hippo.client.webdav.method.Copy
 
createAbsolutePath(String) - Method in class nl.hippo.client.webdav.DocumentPathImpl
 
createAbsolutePath(String[]) - Method in class nl.hippo.client.webdav.DocumentPathImpl
 
createRelativePath(String) - Method in class nl.hippo.client.webdav.DocumentPathImpl
 
createRelativePath(String[]) - Method in class nl.hippo.client.webdav.DocumentPathImpl
 

D

Delete - Class in nl.hippo.client.webdav.method
Implements the WebDav DELETE method.
Delete(WebdavConfig) - Constructor for class nl.hippo.client.webdav.method.Delete
 
DocumentCollectionImpl - Class in nl.hippo.client.webdav.binding.content
Java binding for a searchresult XML fragment
DocumentCollectionImpl(List) - Constructor for class nl.hippo.client.webdav.binding.content.DocumentCollectionImpl
 
DocumentFactory - Class in nl.hippo.client.webdav.binding.content
A factory of Documents
DocumentFactory(WebdavConfig) - Constructor for class nl.hippo.client.webdav.binding.content.DocumentFactory
 
DocumentImpl - Class in nl.hippo.client.webdav.binding.content
Java binding for a document XML fragment
DocumentMarshaller - Class in nl.hippo.client.webdav.binding.content
Custom Jibx Marshaller/Unmarshaller for binding the DocumentCollectionImpl XML to the HashMap of properties in DocumentMetadataImpl
DocumentMarshaller() - Constructor for class nl.hippo.client.webdav.binding.content.DocumentMarshaller
 
DocumentMetadataImpl - Class in nl.hippo.client.webdav.binding.content
Java binding for a DocumentMetadataImpl XML fragment
DocumentPathImpl - Class in nl.hippo.client.webdav
Represents a path in the repository.
DocumentPathImpl(String, String, String, String, boolean) - Constructor for class nl.hippo.client.webdav.DocumentPathImpl
 
DocumentPathImpl(String, String, String, String[], boolean) - Constructor for class nl.hippo.client.webdav.DocumentPathImpl
 

E

equals(Object) - Method in class nl.hippo.client.webdav.binding.content.DocumentCollectionImpl
 
equals(Object) - Method in class nl.hippo.client.webdav.binding.content.DocumentImpl
 
equals(Object) - Method in class nl.hippo.client.webdav.binding.content.DocumentMetadataImpl
 
equals(Object) - Method in class nl.hippo.client.webdav.binding.facets.FacetCollectionImpl
 
equals(Object) - Method in class nl.hippo.client.webdav.binding.facets.FacetImpl
 
equals(Object) - Method in class nl.hippo.client.webdav.binding.facets.FacetValueImpl
 
equals(Object) - Method in class nl.hippo.client.webdav.caching.WebdavCacheKey
 
equals(Object) - Method in class nl.hippo.client.webdav.DocumentPathImpl
 
equals(Object) - Method in class nl.hippo.client.webdav.WebdavConfig
 
equals(Object) - Method in class nl.hippo.client.webdav.WebdavRequest
 
equals(Object) - Method in class nl.hippo.client.webdav.WebdavResponse
 
execute(DocumentPath, DocumentPath, boolean) - Method in class nl.hippo.client.webdav.method.Copy
 
execute(DocumentPath) - Method in class nl.hippo.client.webdav.method.Delete
 
execute(DocumentPath, InputStream) - Method in class nl.hippo.client.webdav.method.Facets
 
execute(DocumentPath, String) - Method in class nl.hippo.client.webdav.method.Facets
 
execute(WebdavCacheHandler, DocumentPath, InputStream) - Method in class nl.hippo.client.webdav.method.Facets
 
execute(WebdavCacheHandler, DocumentPath, String) - Method in class nl.hippo.client.webdav.method.Facets
Execute the WebDav method.
execute(DocumentPath) - Method in class nl.hippo.client.webdav.method.Get
 
execute(WebdavCacheHandler, DocumentPath) - Method in class nl.hippo.client.webdav.method.Get
 
execute(DocumentPath) - Method in class nl.hippo.client.webdav.method.Head
 
execute(DocumentPath) - Method in class nl.hippo.client.webdav.method.MkCol
 
execute(DocumentPath, DocumentPath, boolean) - Method in class nl.hippo.client.webdav.method.Move
 
execute(DocumentPath) - Method in class nl.hippo.client.webdav.method.PropFind
 
execute(WebdavCacheHandler, DocumentPath) - Method in class nl.hippo.client.webdav.method.PropFind
 
execute(DocumentPath, Property[], Property[]) - Method in class nl.hippo.client.webdav.method.PropPatch
 
execute(DocumentPath, InputStream) - Method in class nl.hippo.client.webdav.method.Put
 
execute(DocumentPath, InputStream) - Method in class nl.hippo.client.webdav.method.Search
 
execute(DocumentPath, String) - Method in class nl.hippo.client.webdav.method.Search
 
execute(WebdavCacheHandler, DocumentPath, InputStream) - Method in class nl.hippo.client.webdav.method.Search
 
execute(WebdavCacheHandler, DocumentPath, String) - Method in class nl.hippo.client.webdav.method.Search
Execute the WebDav method.
execute(WebdavCacheHandler, DocumentFactory, String) - Method in class nl.hippo.client.webdav.method.SearchDocumentById
 
executeCopy(DocumentPath, DocumentPath, boolean) - Method in class nl.hippo.client.webdav.service.WebdavServiceImpl
 
executeDelete(DocumentPath) - Method in class nl.hippo.client.webdav.service.WebdavServiceImpl
 
executeHead(DocumentPath) - Method in class nl.hippo.client.webdav.service.WebdavServiceImpl
 
executeMkCol(DocumentPath) - Method in class nl.hippo.client.webdav.service.WebdavServiceImpl
 
executeMkCols(DocumentPath) - Method in class nl.hippo.client.webdav.service.WebdavServiceImpl
 
executeMove(DocumentPath, DocumentPath, boolean) - Method in class nl.hippo.client.webdav.service.WebdavServiceImpl
 
executePropfind(DocumentPath) - Method in class nl.hippo.client.webdav.service.WebdavServiceImpl
 
executePropPatch(DocumentPath, Property[], Property[]) - Method in class nl.hippo.client.webdav.service.WebdavServiceImpl
 
executePut(DocumentPath, InputStream) - Method in class nl.hippo.client.webdav.service.WebdavServiceImpl
 
executeSearch(DocumentPath, InputStream) - Method in class nl.hippo.client.webdav.service.WebdavServiceImpl
 
executeSearch(DocumentPath, String) - Method in class nl.hippo.client.webdav.service.WebdavServiceImpl
 

F

FacetCollectionImpl - Class in nl.hippo.client.webdav.binding.facets
 
FacetCollectionImpl(HashMap) - Constructor for class nl.hippo.client.webdav.binding.facets.FacetCollectionImpl
 
FacetFactory - Class in nl.hippo.client.webdav.binding.facets
 
FacetFactory(WebdavConfig) - Constructor for class nl.hippo.client.webdav.binding.facets.FacetFactory
 
FacetImpl - Class in nl.hippo.client.webdav.binding.facets
 
FacetImpl(String, List) - Constructor for class nl.hippo.client.webdav.binding.facets.FacetImpl
 
Facets - Class in nl.hippo.client.webdav.method
Implements the (Hippo specific) WebDav FACETS method.
Facets(WebdavConfig) - Constructor for class nl.hippo.client.webdav.method.Facets
 
FacetsMarshaller - Class in nl.hippo.client.webdav.binding.facets
Custom Jibx Marshaller/Unmarshaller for binding the facets XML to the HashMap of facets in FacetCollectionImpl
FacetsMarshaller(String, int, String) - Constructor for class nl.hippo.client.webdav.binding.facets.FacetsMarshaller
 
FacetValueImpl - Class in nl.hippo.client.webdav.binding.facets
 
fetchCollection(WebdavCacheHandler, DocumentPath, InputStream, boolean) - Method in class nl.hippo.client.webdav.binding.content.DocumentFactory
 
fetchCollection(WebdavCacheHandler, DocumentPath, String, boolean) - Method in class nl.hippo.client.webdav.binding.content.DocumentFactory
 
fetchCollection(DocumentPath, InputStream, boolean) - Method in class nl.hippo.client.webdav.service.WebdavServiceImpl
 
fetchCollection(DocumentPath, String, boolean) - Method in class nl.hippo.client.webdav.service.WebdavServiceImpl
 
fetchContent(DocumentPath) - Method in class nl.hippo.client.webdav.service.WebdavServiceImpl
 
fetchContentById(String) - Method in class nl.hippo.client.webdav.service.WebdavServiceImpl
 
fetchDocument(WebdavCacheHandler, DocumentPath) - Method in class nl.hippo.client.webdav.binding.content.DocumentFactory
 
fetchDocument(DocumentPath) - Method in class nl.hippo.client.webdav.service.WebdavServiceImpl
 
fetchDocumentById(String) - Method in class nl.hippo.client.webdav.service.WebdavServiceImpl
 
fetchFacets(WebdavCacheHandler, DocumentPath, InputStream) - Method in class nl.hippo.client.webdav.binding.facets.FacetFactory
 
fetchFacets(WebdavCacheHandler, DocumentPath, String) - Method in class nl.hippo.client.webdav.binding.facets.FacetFactory
 
fetchFacets(DocumentPath, InputStream) - Method in class nl.hippo.client.webdav.service.WebdavServiceImpl
 
fetchFacets(DocumentPath, String) - Method in class nl.hippo.client.webdav.service.WebdavServiceImpl
 
fetchMetadata(WebdavCacheHandler, DocumentPath) - Method in class nl.hippo.client.webdav.binding.content.DocumentFactory
 
fetchMetadata(DocumentPath) - Method in class nl.hippo.client.webdav.service.WebdavServiceImpl
 
fetchMetadataById(String) - Method in class nl.hippo.client.webdav.service.WebdavServiceImpl
 

G

Get - Class in nl.hippo.client.webdav.method
Implements the WebDav GET method.
Get(WebdavConfig) - Constructor for class nl.hippo.client.webdav.method.Get
 
getBasePath() - Method in class nl.hippo.client.webdav.AbstractWebdavConfig
 
getBasePath() - Method in class nl.hippo.client.webdav.service.WebdavServiceImpl
 
getCaption() - Method in class nl.hippo.client.webdav.binding.content.DocumentMetadataImpl
 
getConfig() - Method in class nl.hippo.client.webdav.WebdavRequest
 
getContent() - Method in class nl.hippo.client.webdav.binding.content.DocumentImpl
 
getContentLanguage() - Method in class nl.hippo.client.webdav.binding.content.DocumentMetadataImpl
 
getContentLength() - Method in class nl.hippo.client.webdav.binding.content.DocumentMetadataImpl
 
getContentType() - Method in class nl.hippo.client.webdav.binding.content.DocumentMetadataImpl
 
getContextRoot() - Method in class nl.hippo.client.webdav.AbstractWebdavConfig
 
getContextRoot() - Method in class nl.hippo.client.webdav.DocumentPathImpl
 
getCreatedBy() - Method in class nl.hippo.client.webdav.binding.content.DocumentMetadataImpl
 
getCreationDate() - Method in class nl.hippo.client.webdav.binding.content.DocumentMetadataImpl
 
getDisplayname() - Method in class nl.hippo.client.webdav.binding.content.DocumentMetadataImpl
 
getDocumentPath() - Method in class nl.hippo.client.webdav.binding.content.DocumentMetadataImpl
 
getDocumentPath(WebdavRequest) - Method in class nl.hippo.client.webdav.caching.WebdavCacheHandler
 
getDocuments() - Method in class nl.hippo.client.webdav.binding.content.DocumentCollectionImpl
 
getEtag() - Method in class nl.hippo.client.webdav.binding.content.DocumentMetadataImpl
 
getFacet(String) - Method in class nl.hippo.client.webdav.binding.facets.FacetCollectionImpl
 
getFacets() - Method in class nl.hippo.client.webdav.binding.facets.FacetCollectionImpl
 
getFilespath() - Method in class nl.hippo.client.webdav.AbstractWebdavConfig
 
getFilesPath() - Method in class nl.hippo.client.webdav.DocumentPathImpl
 
getFullPath() - Method in class nl.hippo.client.webdav.DocumentPathImpl
 
getHits() - Method in class nl.hippo.client.webdav.binding.facets.FacetValueImpl
 
getHost() - Method in class nl.hippo.client.webdav.AbstractWebdavConfig
 
getId() - Method in class nl.hippo.client.webdav.binding.content.DocumentMetadataImpl
 
getId() - Method in class nl.hippo.client.webdav.WebdavRequest
 
getIndex() - Method in class nl.hippo.client.webdav.binding.content.DocumentMetadataImpl
 
getKey() - Method in class nl.hippo.client.webdav.caching.WebdavCacheKey
 
getLastmodified() - Method in class nl.hippo.client.webdav.binding.content.DocumentMetadataImpl
 
getLastModifiedBy() - Method in class nl.hippo.client.webdav.binding.content.DocumentMetadataImpl
 
getLastWorkflowUser() - Method in class nl.hippo.client.webdav.binding.content.DocumentMetadataImpl
 
getLinks() - Method in class nl.hippo.client.webdav.binding.content.DocumentMetadataImpl
 
getLoglabel() - Method in class nl.hippo.client.webdav.AbstractWebdavConfig
 
getMetadata() - Method in class nl.hippo.client.webdav.binding.content.DocumentImpl
 
getMethod() - Method in class nl.hippo.client.webdav.WebdavRequest
 
getModificationDate() - Method in class nl.hippo.client.webdav.binding.content.DocumentMetadataImpl
 
getName() - Method in class nl.hippo.client.webdav.binding.facets.FacetImpl
 
getNamespace() - Method in class nl.hippo.client.webdav.AbstractWebdavConfig
 
getNamespace() - Method in class nl.hippo.client.webdav.DocumentPathImpl
 
getPassword() - Method in class nl.hippo.client.webdav.AbstractWebdavConfig
 
getPath() - Method in class nl.hippo.client.webdav.binding.content.DocumentImpl
 
getPath() - Method in class nl.hippo.client.webdav.WebdavRequest
 
getPool() - Static method in class nl.hippo.client.webdav.HttpClientPool
 
getPort() - Method in class nl.hippo.client.webdav.AbstractWebdavConfig
 
getProperties() - Method in class nl.hippo.client.webdav.binding.content.DocumentMetadataImpl
 
getPropertyValue(String, String) - Method in class nl.hippo.client.webdav.binding.content.DocumentMetadataImpl
 
getProtocol() - Method in class nl.hippo.client.webdav.AbstractWebdavConfig
 
getPublicationDate() - Method in class nl.hippo.client.webdav.binding.content.DocumentMetadataImpl
 
getRealm() - Method in class nl.hippo.client.webdav.AbstractWebdavConfig
 
getReferences() - Method in class nl.hippo.client.webdav.binding.content.DocumentMetadataImpl
 
getRelativePath() - Method in class nl.hippo.client.webdav.DocumentPathImpl
 
getRequest() - Method in class nl.hippo.client.webdav.WebdavResponse
 
getRequestBody() - Method in class nl.hippo.client.webdav.WebdavRequest
 
getResponseAsBytes() - Method in class nl.hippo.client.webdav.WebdavResponse
 
getResponseAsDom() - Method in class nl.hippo.client.webdav.WebdavResponse
 
getResponseAsPrettyPrintedString(String) - Method in class nl.hippo.client.webdav.WebdavResponse
 
getResponseAsStream() - Method in class nl.hippo.client.webdav.WebdavResponse
 
getResponseAsString(String) - Method in class nl.hippo.client.webdav.WebdavResponse
 
getResponseCode() - Method in class nl.hippo.client.webdav.WebdavResponse
Returns the Http response code (207, 404, etc.)
getRootPath() - Method in class nl.hippo.client.webdav.DocumentPathImpl
 
getSearchNoACL() - Method in class nl.hippo.client.webdav.AbstractWebdavConfig
 
getType() - Method in class nl.hippo.client.webdav.binding.content.DocumentMetadataImpl
 
getUsername() - Method in class nl.hippo.client.webdav.AbstractWebdavConfig
 
getValue() - Method in class nl.hippo.client.webdav.binding.facets.FacetValueImpl
 
getValues() - Method in class nl.hippo.client.webdav.binding.facets.FacetImpl
 
getWebdavResponse(WebdavRequest) - Method in class nl.hippo.client.webdav.caching.WebdavCacheHandler
 

H

hashCode() - Method in class nl.hippo.client.webdav.binding.content.DocumentCollectionImpl
 
hashCode() - Method in class nl.hippo.client.webdav.binding.content.DocumentImpl
 
hashCode() - Method in class nl.hippo.client.webdav.binding.content.DocumentMetadataImpl
 
hashCode() - Method in class nl.hippo.client.webdav.binding.facets.FacetCollectionImpl
 
hashCode() - Method in class nl.hippo.client.webdav.binding.facets.FacetImpl
 
hashCode() - Method in class nl.hippo.client.webdav.binding.facets.FacetValueImpl
 
hashCode() - Method in class nl.hippo.client.webdav.caching.WebdavCacheKey
 
hashCode() - Method in class nl.hippo.client.webdav.DocumentPathImpl
 
hashCode() - Method in class nl.hippo.client.webdav.WebdavConfig
 
hashCode() - Method in class nl.hippo.client.webdav.WebdavRequest
 
hashCode() - Method in class nl.hippo.client.webdav.WebdavResponse
 
Head - Class in nl.hippo.client.webdav.method
Implements the WebDav HEAD method.
Head(WebdavConfig) - Constructor for class nl.hippo.client.webdav.method.Head
 
HttpClientPool - Class in nl.hippo.client.webdav
Pool for storing HttpClient instances.
HttpClientPool() - Constructor for class nl.hippo.client.webdav.HttpClientPool
 

I

identityTransform(Source, Result) - Static method in class nl.hippo.client.webdav.utils.XslTransformer
Perform an identity xslt transformation
includeContent(WebdavResponse) - Method in class nl.hippo.client.webdav.method.ContentIncluder
 
interpolate(String, Map) - Static method in class nl.hippo.client.webdav.utils.Interpolation
 
interpolate(Map) - Method in class nl.hippo.client.webdav.WebdavResponse
 
Interpolation - Class in nl.hippo.client.webdav.utils
Performs basic variable interpolation on a String for variables within a Map.
Interpolation() - Constructor for class nl.hippo.client.webdav.utils.Interpolation
 
isCollection() - Method in class nl.hippo.client.webdav.binding.content.DocumentMetadataImpl
 
isDocumentIdEnabled() - Method in class nl.hippo.client.webdav.service.WebdavServiceImpl
 
isDocumentNotFound() - Method in class nl.hippo.client.webdav.WebdavResponse
 
isExtension(int) - Method in class nl.hippo.client.webdav.binding.content.DocumentMarshaller
Copied javadoc from org.jibx.runtime.IMarshaller.
isExtension(int) - Method in class nl.hippo.client.webdav.binding.facets.FacetsMarshaller
Copied javadoc from org.jibx.runtime.IMarshaller.
isPresent(IUnmarshallingContext) - Method in class nl.hippo.client.webdav.binding.content.DocumentMarshaller
Copied javadoc from org.jibx.runtime.IUnMarshaller.
isPresent(IUnmarshallingContext) - Method in class nl.hippo.client.webdav.binding.facets.FacetsMarshaller
Copied javadoc from org.jibx.runtime.IUnMarshaller.
isValid() - Method in class nl.hippo.client.webdav.WebdavResponse
 

L

log - Static variable in class nl.hippo.client.webdav.WebdavLogger
 

M

marshal(Object, IMarshallingContext) - Method in class nl.hippo.client.webdav.binding.content.DocumentMarshaller
Copied javadoc from org.jibx.runtime.IUnMarshaller.
marshal(Object, IMarshallingContext) - Method in class nl.hippo.client.webdav.binding.facets.FacetsMarshaller
Copied javadoc from org.jibx.runtime.IUnMarshaller.
MkCol - Class in nl.hippo.client.webdav.method
Implements the WebDav MKCOL method.
MkCol(WebdavConfig) - Constructor for class nl.hippo.client.webdav.method.MkCol
 
Move - Class in nl.hippo.client.webdav.method
Implements the WebDav MOVE method.
Move(WebdavConfig) - Constructor for class nl.hippo.client.webdav.method.Move
 

N

nl.hippo.client.webdav - package nl.hippo.client.webdav
 
nl.hippo.client.webdav.binding.content - package nl.hippo.client.webdav.binding.content
 
nl.hippo.client.webdav.binding.facets - package nl.hippo.client.webdav.binding.facets
 
nl.hippo.client.webdav.caching - package nl.hippo.client.webdav.caching
 
nl.hippo.client.webdav.method - package nl.hippo.client.webdav.method
 
nl.hippo.client.webdav.service - package nl.hippo.client.webdav.service
 
nl.hippo.client.webdav.utils - package nl.hippo.client.webdav.utils
 
NULLCACHE - Static variable in class nl.hippo.client.webdav.caching.WebdavCacheHandler
 

P

PropFind - Class in nl.hippo.client.webdav.method
A limited implementation of the WebDav PROPFIND method, it only supports: <d:allprop/> depth = 1 Which means: Get ALL properties of THIS webdav resource.
PropFind(WebdavConfig) - Constructor for class nl.hippo.client.webdav.method.PropFind
 
PropPatch - Class in nl.hippo.client.webdav.method
Implements the WebDav PROPPATCH method.
PropPatch(WebdavConfig) - Constructor for class nl.hippo.client.webdav.method.PropPatch
 
Put - Class in nl.hippo.client.webdav.method
Implements the WebDav PUT method.
Put(WebdavConfig) - Constructor for class nl.hippo.client.webdav.method.Put
 

R

resolvePath(WebdavCacheHandler, String) - Method in class nl.hippo.client.webdav.binding.content.DocumentFactory
 

S

save(OutputStream) - Method in class nl.hippo.client.webdav.AbstractWebdavConfig
Save the configuration to the specified OutputStream.
Search - Class in nl.hippo.client.webdav.method
Implements the WebDav SEARCH method.
Search(WebdavConfig) - Constructor for class nl.hippo.client.webdav.method.Search
 
SearchDocumentById - Class in nl.hippo.client.webdav.method
 
SearchDocumentById(WebdavConfig) - Constructor for class nl.hippo.client.webdav.method.SearchDocumentById
 
setContextRoot(String) - Method in class nl.hippo.client.webdav.WebdavConfigFactory
 
setFilespath(String) - Method in class nl.hippo.client.webdav.WebdavConfigFactory
 
setHost(String) - Method in class nl.hippo.client.webdav.WebdavConfigFactory
 
setLoglabel(String) - Method in class nl.hippo.client.webdav.WebdavConfigFactory
 
setNamespace(String) - Method in class nl.hippo.client.webdav.WebdavConfigFactory
 
setPassword(String) - Method in class nl.hippo.client.webdav.WebdavConfigFactory
 
setPort(int) - Method in class nl.hippo.client.webdav.WebdavConfigFactory
 
setProtocol(String) - Method in class nl.hippo.client.webdav.WebdavConfigFactory
 
setRealm(String) - Method in class nl.hippo.client.webdav.WebdavConfigFactory
 
setSetSearchNoACL(boolean) - Method in class nl.hippo.client.webdav.WebdavConfigFactory
 
setUsername(String) - Method in class nl.hippo.client.webdav.WebdavConfigFactory
 
store(WebdavRequest, EventValidity, Object) - Method in class nl.hippo.client.webdav.caching.WebdavCacheHandler
 
store(WebdavResponse) - Method in class nl.hippo.client.webdav.caching.WebdavCacheHandler
 
stream2Bytes(InputStream) - Static method in class nl.hippo.client.webdav.utils.Converters
 
stream2String(InputStream, String) - Static method in class nl.hippo.client.webdav.utils.Converters
 
streamResponseToSaxContentHandler(DefaultHandler) - Method in class nl.hippo.client.webdav.WebdavResponse
 
string2Stream(String) - Static method in class nl.hippo.client.webdav.utils.Converters
 

T

toString() - Method in class nl.hippo.client.webdav.binding.content.DocumentCollectionImpl
 
toString() - Method in class nl.hippo.client.webdav.binding.content.DocumentImpl
 
toString() - Method in class nl.hippo.client.webdav.binding.content.DocumentMetadataImpl
 
toString() - Method in class nl.hippo.client.webdav.binding.facets.FacetCollectionImpl
 
toString() - Method in class nl.hippo.client.webdav.binding.facets.FacetImpl
 
toString() - Method in class nl.hippo.client.webdav.binding.facets.FacetValueImpl
 
toString() - Method in class nl.hippo.client.webdav.caching.WebdavCacheKey
 
toString() - Method in class nl.hippo.client.webdav.DocumentPathImpl
 
toString() - Method in class nl.hippo.client.webdav.WebdavRequest
 
toString() - Method in class nl.hippo.client.webdav.WebdavResponse
 
transform(WebdavResponse, Source, Result) - Static method in class nl.hippo.client.webdav.utils.XslTransformer
Perform an xslt transformation
transform(WebdavResponse) - Method in class nl.hippo.client.webdav.WebdavResponse
 
transform(WebdavResponse, WebdavCacheHandler) - Method in class nl.hippo.client.webdav.WebdavResponse
 
transformedVariant() - Method in class nl.hippo.client.webdav.WebdavRequest
 

U

unmarshal(Object, IUnmarshallingContext) - Method in class nl.hippo.client.webdav.binding.content.DocumentMarshaller
Copied javadoc from org.jibx.runtime.IUnMarshaller.
unmarshal(Object, IUnmarshallingContext) - Method in class nl.hippo.client.webdav.binding.facets.FacetsMarshaller
Copied javadoc from org.jibx.runtime.IUnMarshaller.

W

WEBDAV_CONTEXTROOT - Static variable in class nl.hippo.client.webdav.AbstractWebdavConfig
 
WEBDAV_FILESPATH - Static variable in class nl.hippo.client.webdav.AbstractWebdavConfig
 
WEBDAV_HOST - Static variable in class nl.hippo.client.webdav.AbstractWebdavConfig
 
WEBDAV_LOGLABEL - Static variable in class nl.hippo.client.webdav.AbstractWebdavConfig
 
WEBDAV_NAMESPACE - Static variable in class nl.hippo.client.webdav.AbstractWebdavConfig
 
WEBDAV_PASSWORD - Static variable in class nl.hippo.client.webdav.AbstractWebdavConfig
 
WEBDAV_PORT - Static variable in class nl.hippo.client.webdav.AbstractWebdavConfig
 
WEBDAV_PROTOCOL - Static variable in class nl.hippo.client.webdav.AbstractWebdavConfig
 
WEBDAV_REALM - Static variable in class nl.hippo.client.webdav.AbstractWebdavConfig
 
WEBDAV_SEARCHNOACL - Static variable in class nl.hippo.client.webdav.AbstractWebdavConfig
 
WEBDAV_USERNAME - Static variable in class nl.hippo.client.webdav.AbstractWebdavConfig
 
WebdavCacheHandler - Class in nl.hippo.client.webdav.caching
 
WebdavCacheHandler(CachingService) - Constructor for class nl.hippo.client.webdav.caching.WebdavCacheHandler
 
WebdavCacheKey - Class in nl.hippo.client.webdav.caching
 
WebdavConfig - Class in nl.hippo.client.webdav
Configuration class, each implementation of WebdavMethod has one constructor with a WebdavConfig as parameter.
WebdavConfig(InputStream) - Constructor for class nl.hippo.client.webdav.WebdavConfig
Read configuration from an InputStream on a properties file.
WebdavConfig(Properties) - Constructor for class nl.hippo.client.webdav.WebdavConfig
Read configuration from a Properties object
WebdavConfig(WebdavConfigFactory) - Constructor for class nl.hippo.client.webdav.WebdavConfig
Read property values from a WebdavConfigFactory instance
WebdavConfigFactory - Class in nl.hippo.client.webdav
This class can be used to create or change a WebdavConfig programatically.
WebdavConfigFactory() - Constructor for class nl.hippo.client.webdav.WebdavConfigFactory
 
WebdavConfigFactory(InputStream) - Constructor for class nl.hippo.client.webdav.WebdavConfigFactory
Read configuration from an InputStream on a properties file.
WebdavConfigFactory(Properties) - Constructor for class nl.hippo.client.webdav.WebdavConfigFactory
Read configuration from a Properties object
WebdavConfigFactory(WebdavConfig) - Constructor for class nl.hippo.client.webdav.WebdavConfigFactory
Copy configuration from a WebdavConfig instance
WebdavLogger - Class in nl.hippo.client.webdav
Simple placeholder for logger
WebdavLogger() - Constructor for class nl.hippo.client.webdav.WebdavLogger
 
WebdavRequest - Class in nl.hippo.client.webdav
 
WebdavRequest(WebdavConfig, DocumentPath, String, String) - Constructor for class nl.hippo.client.webdav.WebdavRequest
 
WebdavRequest(String) - Constructor for class nl.hippo.client.webdav.WebdavRequest
 
WebdavRequest(WebdavConfig, String, String) - Constructor for class nl.hippo.client.webdav.WebdavRequest
 
WebdavResponse - Class in nl.hippo.client.webdav
Result class returned by the execute() method of WebdavMethod.
WebdavResponse() - Constructor for class nl.hippo.client.webdav.WebdavResponse
 
WebdavResponse(int) - Constructor for class nl.hippo.client.webdav.WebdavResponse
 
WebdavResponse(byte[]) - Constructor for class nl.hippo.client.webdav.WebdavResponse
 
WebdavResponse(int, byte[], WebdavRequest) - Constructor for class nl.hippo.client.webdav.WebdavResponse
 
WebdavServiceImpl - Class in nl.hippo.client.webdav.service
 
WebdavServiceImpl(WebdavConfig) - Constructor for class nl.hippo.client.webdav.service.WebdavServiceImpl
 
WebdavServiceImpl(WebdavConfig, CachingService) - Constructor for class nl.hippo.client.webdav.service.WebdavServiceImpl
 
WebdavServiceImpl(WebdavConfig, boolean) - Constructor for class nl.hippo.client.webdav.service.WebdavServiceImpl
 
WebdavServiceImpl(WebdavConfig, CachingService, boolean) - Constructor for class nl.hippo.client.webdav.service.WebdavServiceImpl
 

X

xslt - Static variable in class nl.hippo.client.webdav.binding.content.DocumentFactory
 
XslTransformer - Class in nl.hippo.client.webdav.utils
Wraps an xslt transformer

A B C D E F G H I L M N P R S T U W X

Copyright © 2006-2009 Hippo. All Rights Reserved.