Uses of Class
com.composum.ai.aem.core.impl.autotranslate.AutoTranslateMergeModel.Scope
-
Packages that use AutoTranslateMergeModel.Scope Package Description com.composum.ai.aem.core.impl.autotranslate -
-
Uses of AutoTranslateMergeModel.Scope in com.composum.ai.aem.core.impl.autotranslate
Methods in com.composum.ai.aem.core.impl.autotranslate that return AutoTranslateMergeModel.Scope Modifier and Type Method Description static AutoTranslateMergeModel.Scope
AutoTranslateMergeModel.Scope. fromValue(String value)
protected AutoTranslateMergeModel.Scope
AutoTranslateMergeModel. getScope(org.apache.sling.api.SlingHttpServletRequest request)
static AutoTranslateMergeModel.Scope
AutoTranslateMergeModel.Scope. valueOf(String name)
Returns the enum constant of this type with the specified name.static AutoTranslateMergeModel.Scope[]
AutoTranslateMergeModel.Scope. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-