| Package | Description |
|---|---|
| com.asakusafw.runtime.core.context |
Application Execution Context Managements.
|
| Modifier and Type | Field and Description |
|---|---|
static RuntimeContext |
RuntimeContext.DEFAULT
Default context.
|
| Modifier and Type | Method and Description |
|---|---|
RuntimeContext |
RuntimeContext.apply(Map<String,String> newValueMap)
Creates an inherited context from a value map.
|
RuntimeContext |
RuntimeContext.batchId(String newValue)
Creates an inherited context with specified batch ID.
|
RuntimeContext |
RuntimeContext.buildId(String newValue)
Creates an inherited context with specified verification code.
|
static RuntimeContext |
RuntimeContext.get()
Returns the global context.
|
RuntimeContext |
RuntimeContext.mode(RuntimeContext.ExecutionMode newValue)
Creates an inherited context with specified execution mode.
|
| Modifier and Type | Method and Description |
|---|---|
static void |
RuntimeContext.set(RuntimeContext context)
Replaces the global context.
|
Copyright © 2011–2018 Asakusa Framework Team. All rights reserved.