Class ClassPathDocumentDataProvider
java.lang.Object
com.levigo.jadice.web.demo.common.server.dataprovider.SimpleDocumentDataProvider<ClassPathSource,ClassPathHandle>
com.levigo.jadice.web.demo.common.server.dataprovider.ClassPathDocumentDataProvider
- All Implemented Interfaces:
DocumentDataProvider<ClassPathSource,ClassPathHandle>
@Component("DemoClassPathDocumentDataProvicder")
public class ClassPathDocumentDataProvider
extends SimpleDocumentDataProvider<ClassPathSource,ClassPathHandle>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncreateSourceHandle(ClassPathSource source) Creates a SourceHandle from a given Source.protected org.jadice.util.base.Provider<InputStream, IOException> org.jadice.util.base.Provider<InputStream, IOException> getRecoveryStream(ClassPathHandle sourceHandle) Creates theProviderout of a oldPageSegmentHandleorg.jadice.util.base.Provider<InputStream, IOException> getStream(ClassPathSource source) Creates theProviderout of aSourceMethods inherited from class com.levigo.jadice.web.demo.common.server.dataprovider.SimpleDocumentDataProvider
read, recover
-
Constructor Details
-
ClassPathDocumentDataProvider
public ClassPathDocumentDataProvider()
-
-
Method Details
-
get