private static class BeanManager.ScopeManager
extends java.lang.Object
Modifier and Type | Class and Description |
---|---|
private static class |
BeanManager.ScopeManager.ApplicationScopeHandler |
private static class |
BeanManager.ScopeManager.CustomScopeHandler |
private static class |
BeanManager.ScopeManager.NoneScopeHandler |
private static class |
BeanManager.ScopeManager.RequestScopeHandler |
private static interface |
BeanManager.ScopeManager.ScopeHandler |
private static class |
BeanManager.ScopeManager.SessionScopeHandler |
private static class |
BeanManager.ScopeManager.ViewScopeHandler |
Modifier and Type | Field and Description |
---|---|
private static java.util.concurrent.ConcurrentMap<java.lang.String,BeanManager.ScopeManager.ScopeHandler> |
handlerMap |
Modifier | Constructor and Description |
---|---|
private |
ScopeManager() |
Modifier and Type | Method and Description |
---|---|
(package private) static java.lang.Object |
getFromScope(java.lang.String name,
java.lang.String customScope,
javax.faces.context.FacesContext context) |
private static BeanManager.ScopeManager.ScopeHandler |
getScopeHandler(java.lang.String customScope,
javax.faces.context.FacesContext context) |
(package private) static boolean |
isInScope(java.lang.String name,
java.lang.String customScope,
javax.faces.context.FacesContext context) |
(package private) static void |
pushToScope(java.lang.String name,
java.lang.Object bean,
java.lang.String customScope,
javax.faces.context.FacesContext context) |
private static final java.util.concurrent.ConcurrentMap<java.lang.String,BeanManager.ScopeManager.ScopeHandler> handlerMap
static void pushToScope(java.lang.String name, java.lang.Object bean, java.lang.String customScope, javax.faces.context.FacesContext context)
static boolean isInScope(java.lang.String name, java.lang.String customScope, javax.faces.context.FacesContext context)
static java.lang.Object getFromScope(java.lang.String name, java.lang.String customScope, javax.faces.context.FacesContext context)
private static BeanManager.ScopeManager.ScopeHandler getScopeHandler(java.lang.String customScope, javax.faces.context.FacesContext context)
Copyright © 2002-2013 Oracle America, Inc. All Rights Reserved.