public interface IBeanScopeHandler extends Serializable
| Modifier and Type | Method and Description |
|---|---|
Object |
get(String name) |
Class<? extends Annotation> |
getScope() |
void |
put(String name,
Object value) |
Object |
remove(String name) |
Class<? extends Annotation> getScope()
RequestScoped, ViewScoped, SessionScoped, or
ApplicationScopedvoid put(String name, Object value)
name - Name of the propertyvalue - Value to setObject get(String name)
name - Name of the propertynullCopyright © 2020 XIMA MEDIA GmbH. All rights reserved.