Uses of Interface
io.milton.http.webdav.PropFindPropertyBuilder
Packages that use PropFindPropertyBuilder
-
Uses of PropFindPropertyBuilder in io.milton.config
Methods in io.milton.config that return PropFindPropertyBuilderModifier and TypeMethodDescriptionHttpManagerBuilder.getPropFindPropertyBuilder()protected PropFindPropertyBuilderHttpManagerBuilder.propFindPropertyBuilder()Methods in io.milton.config with parameters of type PropFindPropertyBuilderModifier and TypeMethodDescriptionvoidHttpManagerBuilder.setPropFindPropertyBuilder(PropFindPropertyBuilder propFindPropertyBuilder) -
Uses of PropFindPropertyBuilder in io.milton.http.json
Constructors in io.milton.http.json with parameters of type PropFindPropertyBuilder -
Uses of PropFindPropertyBuilder in io.milton.http.webdav
Classes in io.milton.http.webdav that implement PropFindPropertyBuilderModifier and TypeClassDescriptionclassThis class performs the main part of PROPFIND processing, which is given a field request (either named fields or an allprop request) and a target resource, iterate over that resource and its children (depending on the depth header) and list a list of PropFindResponse objects.Constructors in io.milton.http.webdav with parameters of type PropFindPropertyBuilderModifierConstructorDescriptionPropFindHandler(ResourceHandlerHelper resourceHandlerHelper, PropFindRequestFieldParser requestFieldParser, WebDavResponseHandler responseHandler, PropFindPropertyBuilder propertyBuilder) WebDavProtocol(HandlerHelper handlerHelper, ResourceTypeHelper resourceTypeHelper, WebDavResponseHandler responseHandler, List<PropertySource> propertySources, QuotaDataAccessor quotaDataAccessor, PropPatchSetter patchSetter, PropertyAuthoriser propertyAuthoriser, ETagGenerator eTagGenerator, UrlAdapter urlAdapter, ResourceHandlerHelper resourceHandlerHelper, UserAgentHelper userAgentHelper, PropFindRequestFieldParser requestFieldParser, PropFindPropertyBuilder propertyBuilder, DisplayNameFormatter displayNameFormatter, boolean enableTextContentProperty) -
Uses of PropFindPropertyBuilder in io.milton.ldap
Constructors in io.milton.ldap with parameters of type PropFindPropertyBuilderModifierConstructorDescriptionLdapConnection(Socket clientSocket, UserFactory userSessionFactory, SearchManager searchManager, LdapTransactionManager txManager, PropFindPropertyBuilder propFindPropertyBuilder) Initialize the streams and start the thread.LdapPropertyMapper(PropFindPropertyBuilder propertyBuilder) LdapServer(LdapTransactionManager txManager, UserFactory userSessionFactory, int port, boolean nosslFlag, String bindAddress, PropFindPropertyBuilder propFindPropertyBuilder) Create a ServerSocket to listen for connections.LdapServer(LdapTransactionManager txManager, UserFactory userSessionFactory, PropFindPropertyBuilder propFindPropertyBuilder) LdapServer(LdapTransactionManager txManager, UserFactory userSessionFactory, WebDavProtocol webDavProtocol, PropFindPropertyBuilder propFindPropertyBuilder) This constructor is for convenience.