JavaScript is disabled on your browser.
Skip navigation links
Bedework: A generic WebDAV servlet 5.0.2
Overview
Package
Class
Use
Tree
Index
Help
SEARCH:
Uses of Class
org.bedework.webdav.servlet.shared.serverInfo.Feature
Packages that use
Feature
Package
Description
org.bedework.webdav.servlet.shared.serverInfo
Uses of
Feature
in
org.bedework.webdav.servlet.shared.serverInfo
Methods in
org.bedework.webdav.servlet.shared.serverInfo
that return types with arguments of type
Feature
Modifier and Type
Method
Description
List
<
Feature
>
Features.
getFeatures
()
Methods in
org.bedework.webdav.servlet.shared.serverInfo
with parameters of type
Feature
Modifier and Type
Method
Description
void
Application.
addFeature
(
Feature
val)
void
Features.
addFeature
(
Feature
val)
void
ServerInfo.
addFeature
(
Feature
val)
Method parameters in
org.bedework.webdav.servlet.shared.serverInfo
with type arguments of type
Feature
Modifier and Type
Method
Description
void
Features.
setFeatures
(
List
<
Feature
> val)