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 EFcServerTypedefault booleanhasFeature(@NotNull EFcWebAppFeature feature) Check whether the web app provides the given default feature.default booleanhasFeature(@NotBlank String feature) Check whether the web app provides the given feature.
-
Method Details
-
getServerType
- Returns:
- the type of formcycle server.
-
getFeatures
-
hasFeature
Check whether the web app provides the given feature.- Parameters:
feature- to check.- Returns:
trueif the given feature is provided by the web app andfalseotherwise.
-
hasFeature
Check whether the web app provides the given default feature.- Parameters:
feature- to check.- Returns:
trueif the given feature is provided by the web app andfalseotherwise.
-