Package | Description |
---|---|
org.kohsuke.stapler |
Stapler
URL → Object mapping framework. |
Modifier and Type | Method and Description |
---|---|
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 © 2015. All rights reserved.