@Lifecycle(value=REQUEST)
public class BeanStore
extends java.lang.Object
| Constructor and Description |
|---|
BeanStore() |
| Modifier and Type | Method and Description |
|---|---|
<T> BeanContainer<T> |
load(java.lang.Class<T> type,
boolean encrypted)
Erzeugt einen neuen leeren Bean-Container.
|
void |
store(BeanContainer container)
Speichert einen Bean-Container.
|
public <T> BeanContainer<T> load(java.lang.Class<T> type, boolean encrypted) throws de.willuhn.util.ApplicationException
type - der konkrete Typ der Beans.encrypted - true, wenn der Beanstore verschluesselt speichern soll.de.willuhn.util.ApplicationExceptionpublic void store(BeanContainer container) throws de.willuhn.util.ApplicationException
container - der zu speichernde Container.de.willuhn.util.ApplicationException