public class HashMapBeanStore extends AbstractMapBackedBeanStore implements Serializable
| Constructor and Description |
|---|
HashMapBeanStore()
Constructor
|
| Modifier and Type | Method and Description |
|---|---|
Map<String,Object> |
delegate()
Gets the delegate for the store
|
LockedBean |
lock(String id)
Gets a creation lock for the given bean id.
|
public Map<String,Object> delegate()
delegate in class AbstractMapBackedBeanStorepublic LockedBean lock(String id)
BeanStoreCopyright © 2014 Seam Framework. All Rights Reserved.