com.sun.faces.mgbean
private static class BeanManager.ScopeManager.RequestScopeHandler extends java.lang.Object implements BeanManager.ScopeManager.ScopeHandler
Modifier | Constructor and Description |
---|---|
private |
BeanManager.ScopeManager.RequestScopeHandler() |
Modifier and Type | Method and Description |
---|---|
java.lang.Object |
getFromScope(java.lang.String name,
javax.faces.context.FacesContext context) |
void |
handle(java.lang.String name,
java.lang.Object bean,
javax.faces.context.FacesContext context) |
boolean |
isInScope(java.lang.String name,
javax.faces.context.FacesContext context) |
private BeanManager.ScopeManager.RequestScopeHandler()
public void handle(java.lang.String name, java.lang.Object bean, javax.faces.context.FacesContext context)
handle
in interface BeanManager.ScopeManager.ScopeHandler
public boolean isInScope(java.lang.String name, javax.faces.context.FacesContext context)
isInScope
in interface BeanManager.ScopeManager.ScopeHandler
public java.lang.Object getFromScope(java.lang.String name, javax.faces.context.FacesContext context)
getFromScope
in interface BeanManager.ScopeManager.ScopeHandler
Copyright © 2002-2010 Oracle America, Inc. All Rights Reserved.