Uses of Class
com.composum.platform.htl.impl.AttributesUseProvider.Scope
-
Packages that use AttributesUseProvider.Scope Package Description com.composum.platform.htl.impl -
-
Uses of AttributesUseProvider.Scope in com.composum.platform.htl.impl
Methods in com.composum.platform.htl.impl that return AttributesUseProvider.Scope Modifier and Type Method Description static AttributesUseProvider.Scope
AttributesUseProvider.Scope. valueOf(String name)
Returns the enum constant of this type with the specified name.static AttributesUseProvider.Scope[]
AttributesUseProvider.Scope. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.composum.platform.htl.impl with parameters of type AttributesUseProvider.Scope Modifier and Type Method Description protected Object
AttributesUseProvider. getAttribute(org.apache.sling.scripting.sightly.render.RenderContext renderContext, AttributesUseProvider.Scope scope, String key, Object rawValue)
-