Uses of Class
org.kohsuke.stapler.AttributeKey

Packages that use AttributeKey
org.kohsuke.stapler Stapler URL->Object mapping framework. 
 

Uses of AttributeKey in org.kohsuke.stapler
 

Methods in org.kohsuke.stapler that return AttributeKey
static
<T> AttributeKey<T>
AttributeKey.appScoped()
          Creates a new ServletContext-scoped AttributeKey.
static
<T> AttributeKey<T>
AttributeKey.requestScoped()
          Creates a new request-scoped AttributeKey.
static
<T> AttributeKey<T>
AttributeKey.sessionScoped()
          Creates a new session-scoped AttributeKey.
 



Copyright © 2013. All Rights Reserved.