Uses of Class
com.composum.sling.core.BeanContext.Scope
-
Packages that use BeanContext.Scope Package Description com.composum.sling.core -
-
Uses of BeanContext.Scope in com.composum.sling.core
Methods in com.composum.sling.core that return BeanContext.Scope Modifier and Type Method Description static BeanContext.Scope
BeanContext.Scope. valueOf(String name)
Returns the enum constant of this type with the specified name.static BeanContext.Scope[]
BeanContext.Scope. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.composum.sling.core with parameters of type BeanContext.Scope Modifier and Type Method Description void
BeanContext.Map. setAttribute(String name, Object value, BeanContext.Scope scope)
void
BeanContext.Page. setAttribute(String name, Object value, BeanContext.Scope scope)
void
BeanContext.Servlet. setAttribute(String name, Object value, BeanContext.Scope scope)
void
BeanContext. setAttribute(String name, Object value, BeanContext.Scope scope)
Stores an attribute in the context in th given scope.void
BeanContext.Wrapper. setAttribute(String name, Object value, BeanContext.Scope scope)
-