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
ApplicationScoped
void put(String name, Object value)
name
- Name of the propertyvalue
- Value to setObject get(String name)
name
- Name of the propertynull
Copyright © 2019 XIMA MEDIA GmbH. All rights reserved.