org.jboss.weld.context.beanstore
Class HashMapBeanStore
java.lang.Object
org.jboss.weld.context.api.helpers.AbstractMapBackedBeanStore
org.jboss.weld.context.beanstore.HashMapBeanStore
- All Implemented Interfaces:
- java.io.Serializable, org.jboss.weld.context.api.BeanStore
public class HashMapBeanStore
- extends org.jboss.weld.context.api.helpers.AbstractMapBackedBeanStore
- implements java.io.Serializable
A BeanStore that uses a HashMap as backing storage
- Author:
- Nicklas Karlsson
- See Also:
- Serialized Form
|
Field Summary |
protected java.util.Map<java.lang.String,org.jboss.weld.context.api.ContextualInstance<? extends java.lang.Object>> |
delegate
|
|
Method Summary |
java.util.Map<java.lang.String,org.jboss.weld.context.api.ContextualInstance<? extends java.lang.Object>> |
delegate()
Gets the delegate for the store |
| Methods inherited from class org.jboss.weld.context.api.helpers.AbstractMapBackedBeanStore |
clear, get, getContextualIds, put, toString |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
delegate
protected java.util.Map<java.lang.String,org.jboss.weld.context.api.ContextualInstance<? extends java.lang.Object>> delegate
HashMapBeanStore
public HashMapBeanStore()
- Constructor
delegate
public java.util.Map<java.lang.String,org.jboss.weld.context.api.ContextualInstance<? extends java.lang.Object>> delegate()
- Gets the delegate for the store
- Specified by:
delegate in class org.jboss.weld.context.api.helpers.AbstractMapBackedBeanStore
- Returns:
- The delegate
Copyright © 2008-2009 Seam Framework. All Rights Reserved.