Package de.xima.fc.interfaces.servlet
Interface IWebAppDescriptor
- All Superinterfaces:
Serializable
Common interface for web app definitions (e.g. MS, FS, FS with inbox).
- Since:
- 8.0.1
- Author:
- XIMA MEDIA GmbH
-
Method Summary
Modifier and TypeMethodDescription@NotNull EFcServerType
default boolean
hasFeature
(@NotBlank String feature) Check whether the web app provides the given feature.default boolean
hasFeature
(@NotNull EFcWebAppFeature feature) Check whether the web app provides the given feature.
-
Method Details
-
getServerType
- Returns:
- the type of formcycle server.
-
getFeatures
- Returns:
- a set of all the features the web app provides.
-
hasFeature
Check whether the web app provides the given feature.- Parameters:
feature
- to check.- Returns:
true
if the given feature is provided by the web app andfalse
otherwise.
-
hasFeature
Check whether the web app provides the given feature.- Parameters:
feature
- to check.- Returns:
true
if the given feature is provided by the web app andfalse
otherwise.
-