Uses of Enum
org.apache.sling.feature.extension.apiregions.api.config.Mode
Packages that use Mode
Package
Description
-
Uses of Mode in org.apache.sling.feature.extension.apiregions.api.config
Methods in org.apache.sling.feature.extension.apiregions.api.config that return ModeModifier and TypeMethodDescriptionFactoryConfigurationDescription.getInternalMode()Get the internal modePropertyDescription.getInternalMode()Get the internal mode.ConfigurableEntity.getMode()Get the validation mode.ConfigurationApi.getMode()Get the validation mode.PropertyDescription.getMode()Get the validation mode.static ModeReturns the enum constant of this type with the specified name.static Mode[]Mode.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.apache.sling.feature.extension.apiregions.api.config with parameters of type ModeModifier and TypeMethodDescriptionvoidFactoryConfigurationDescription.setInternalMode(Mode internalMode) Set the internal modevoidPropertyDescription.setInternalMode(Mode value) Set the internal modevoidSet the validation modevoidSet the validation modevoidSet the validation mode -
Uses of Mode in org.apache.sling.feature.extension.apiregions.api.config.validation
Methods in org.apache.sling.feature.extension.apiregions.api.config.validation with parameters of type ModeModifier and TypeMethodDescriptionConfigurationValidator.validate(org.apache.sling.feature.Configuration config, ConfigurableEntity desc, Region region, Mode mode) Validate a configurationPropertyValidator.validate(Object value, PropertyDescription desc, Mode mode) Validate the value against the property definition