public class ContextualReloadHelper extends Object
| Constructor and Description |
|---|
ContextualReloadHelper() |
| Modifier and Type | Method and Description |
|---|---|
static boolean |
addToReloadSet(javax.enterprise.context.spi.Context ctx,
javax.enterprise.context.spi.Contextual<?> managedBean)
Tries to add the bean in the context so it is reloaded in the next activation of the context.
|
static void |
reload(OwbHotswapContext ctx) |
public static void reload(OwbHotswapContext ctx)
public static boolean addToReloadSet(javax.enterprise.context.spi.Context ctx,
javax.enterprise.context.spi.Contextual<?> managedBean)
ctx - managedBean - Copyright © 2020. All rights reserved.