Uses of Class
de.xima.fc.mdl.enums.EFcWebAppFeature
-
Packages that use EFcWebAppFeature Package Description de.xima.fc.interfaces.servlet de.xima.fc.mdl.enums Commonly used enumeration that are mainly used in model classes.de.xima.fc.security.endpoint.state -
-
Uses of EFcWebAppFeature in de.xima.fc.interfaces.servlet
Methods in de.xima.fc.interfaces.servlet with parameters of type EFcWebAppFeature Modifier and Type Method Description default boolean
IWebAppDescriptor. hasFeature(@NotNull EFcWebAppFeature feature)
Check whether the web app provides the given default feature. -
Uses of EFcWebAppFeature in de.xima.fc.mdl.enums
Methods in de.xima.fc.mdl.enums that return EFcWebAppFeature Modifier and Type Method Description EFcWebAppFeature
EServerConfigFeature. getRequiredWebAppFeature()
static EFcWebAppFeature
EFcWebAppFeature. valueOf(String name)
Returns the enum constant of this type with the specified name.static EFcWebAppFeature[]
EFcWebAppFeature. values()
Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of EFcWebAppFeature in de.xima.fc.security.endpoint.state
Methods in de.xima.fc.security.endpoint.state with parameters of type EFcWebAppFeature Modifier and Type Method Description static IAvailabiltyResolver
AvailabilityResolverFactory. webAppContextFeature(EFcWebAppFeature feature)
-