Uses of Class
org.kohsuke.stapler.AttributeKey
Packages that use AttributeKey
-
Uses of AttributeKey in org.kohsuke.stapler
Methods in org.kohsuke.stapler that return AttributeKeyModifier and TypeMethodDescriptionstatic <T> AttributeKey<T> AttributeKey.appScoped()Creates a newServletContext-scopedAttributeKey.static <T> AttributeKey<T> AttributeKey.requestScoped()Creates a new request-scopedAttributeKey.static <T> AttributeKey<T> AttributeKey.sessionScoped()Creates a new session-scopedAttributeKey.