Uses of Enum Class
io.wcm.wcm.commons.component.ComponentPropertyResolution
Packages that use ComponentPropertyResolution
-
Uses of ComponentPropertyResolution in io.wcm.wcm.commons.component
Methods in io.wcm.wcm.commons.component that return ComponentPropertyResolutionModifier and TypeMethodDescriptionstatic ComponentPropertyResolutionReturns the enum constant of this class with the specified name.static ComponentPropertyResolution[]ComponentPropertyResolution.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in io.wcm.wcm.commons.component with parameters of type ComponentPropertyResolutionModifier and TypeMethodDescriptionComponentPropertyResolver.componentPropertiesResolution(@NotNull ComponentPropertyResolution resolution) Configure if properties should be resolved in component properties, and with or without inheritance.ComponentPropertyResolver.contentPolicyResolution(@NotNull ComponentPropertyResolution resolution) Configure if properties should be resolved from content policies mapped for the given resource.ComponentPropertyResolver.pagePropertiesResolution(@NotNull ComponentPropertyResolution resolution) Configure if properties should be resolved in content page properties, and with or without inheritance.