|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface BeanStore
Interface for different implementations of Contextual instance storage.
| Method Summary | ||
|---|---|---|
void |
clear()
Clears the store of contextual instances |
|
|
get(java.lang.String id)
Gets an instance of a contextual from the store |
|
java.util.Collection<java.lang.String> |
getContextualIds()
Returns the current contextual instances in the store |
|
|
put(java.lang.String id,
ContextualInstance<T> contextualInstance)
Adds a bean instance to the storage |
|
| Method Detail |
|---|
<T> ContextualInstance<T> get(java.lang.String id)
contextual - The id of the contextual to return
void clear()
java.util.Collection<java.lang.String> getContextualIds()
<T> void put(java.lang.String id,
ContextualInstance<T> contextualInstance)
contextualInstance - the contextual instance
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||