Uses of Interface
de.xima.fc.common.data.IDataStore
-
Packages that use IDataStore Package Description de.xima.fc.common.data de.xima.fc.logic.data -
-
Uses of IDataStore in de.xima.fc.common.data
Methods in de.xima.fc.common.data that return IDataStore Modifier and Type Method Description <K,V>
IDataStore<K,V>IDataStore.IDataStoreSupplier. create()
-
Uses of IDataStore in de.xima.fc.logic.data
Methods in de.xima.fc.logic.data that return IDataStore Modifier and Type Method Description static <K,V>
IDataStore<K,V>DataStores. dataStoreForFacesContextAttributes(Object scope, Supplier<javax.faces.context.FacesContext> facesContextSupplier)
Creates a new data store that stores data in the attributes of a Faces context.static <K,V>
IDataStore<K,V>DataStores. dataStoreNoOp()
Creates a no-op data store that does not store any data.
-