Class ExportRepository
java.lang.Object
com.levigo.jadice.web.server.export.ExportRepository
Customer specific repository
Allows the registration of new ExportMetas via register(ExportMeta).
Uses GeneratedIdRepository to store references of an arbitrary number of ExportMetas.
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionderegister(String id) static ExportRepositoryget(jakarta.servlet.ServletContext context) register(ExportMeta meta)
-
Field Details
-
KEY
-
-
Constructor Details
-
ExportRepository
public ExportRepository()
-
-
Method Details
-
get
-
register
-
deregister
-
getMeta
-