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 AbstractMapBackedBeanStore
public LockedBean lock(String id)
BeanStore
Copyright © 2013 Seam Framework. All Rights Reserved.