Uses of Interface
de.xima.fc.common.data.IDataStore
Packages that use IDataStore
-
Uses of IDataStore in de.xima.fc.common.data
Methods in de.xima.fc.common.data that return IDataStore -
Uses of IDataStore in de.xima.fc.logic.data
Methods in de.xima.fc.logic.data that return IDataStoreModifier and TypeMethodDescriptionstatic <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.