Uses of Enum Class
de.espirit.firstspirit.module.descriptor.WebAppDescriptor.WebAppScope
Packages that use WebAppDescriptor.WebAppScope
-
Uses of WebAppDescriptor.WebAppScope in de.espirit.firstspirit.module.descriptor
Methods in de.espirit.firstspirit.module.descriptor that return WebAppDescriptor.WebAppScopeModifier and TypeMethodDescriptionstatic WebAppDescriptor.WebAppScopeReturns the enum constant of this class with the specified name.static WebAppDescriptor.WebAppScope[]WebAppDescriptor.WebAppScope.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in de.espirit.firstspirit.module.descriptor that return types with arguments of type WebAppDescriptor.WebAppScopeModifier and TypeMethodDescription@NotNull EnumSet<WebAppDescriptor.WebAppScope>WebAppDescriptor.getWebAppScopes()Returns a set of supportedWebAppDescriptor.WebAppScopes based on xml definition.