public class ViewTransientScopeBeanHolder extends Object
Modifier and Type | Field and Description |
---|---|
static String |
VIEW_TRANSIENT_SCOPE_MAP |
static String |
VIEW_TRANSIENT_SCOPE_MAP_INFO |
Constructor and Description |
---|
ViewTransientScopeBeanHolder() |
Modifier and Type | Method and Description |
---|---|
void |
destroyBeans(FacesContext facesContext) |
ContextualStorage |
forceNewStorage(FacesContext facesContext)
This method will replace the storageMap and with
a new empty one.
|
static ContextualStorage |
getContextualStorage(javax.enterprise.inject.spi.BeanManager beanManager,
FacesContext facesContext) |
ContextualStorage |
getContextualStorageNoCreate(javax.enterprise.inject.spi.BeanManager beanManager,
FacesContext facesContext) |
Map<Object,Object> |
getFacesScopeMap(javax.enterprise.inject.spi.BeanManager beanManager,
FacesContext facesContext,
boolean create) |
void |
init() |
public static final String VIEW_TRANSIENT_SCOPE_MAP
public static final String VIEW_TRANSIENT_SCOPE_MAP_INFO
public void init()
public static ContextualStorage getContextualStorage(javax.enterprise.inject.spi.BeanManager beanManager, FacesContext facesContext)
public ContextualStorage getContextualStorageNoCreate(javax.enterprise.inject.spi.BeanManager beanManager, FacesContext facesContext)
public Map<Object,Object> getFacesScopeMap(javax.enterprise.inject.spi.BeanManager beanManager, FacesContext facesContext, boolean create)
public ContextualStorage forceNewStorage(FacesContext facesContext)
facesContext
- public void destroyBeans(FacesContext facesContext)
Copyright © 2022 The Apache Software Foundation. All rights reserved.