public class StepScopedHolder
extends java.lang.Object
| Constructor and Description | 
|---|
StepScopedHolder()  | 
| Modifier and Type | Method and Description | 
|---|---|
<T> T | 
add(javax.enterprise.context.spi.Contextual<?> contextual,
   T value)
値を設定する。 
 | 
<T> T | 
get(javax.enterprise.context.spi.Contextual<?> contextual)
値を取得する。 
 | 
public <T> T get(javax.enterprise.context.spi.Contextual<?> contextual)
T - 取得する値の型contextual - contextualpublic <T> T add(javax.enterprise.context.spi.Contextual<?> contextual,
                 T value)
T - 設定する値の型contextual - contextualvalue - 値