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 theProvider
out of a oldPageSegmentHandle
org.jadice.util.base.Provider
<InputStream, IOException> getStream
(ClassPathSource source) Creates theProvider
out of aSource
Methods inherited from class com.levigo.jadice.web.demo.common.server.dataprovider.SimpleDocumentDataProvider
read, recover
-
Constructor Details
-
ClassPathDocumentDataProvider
public ClassPathDocumentDataProvider()
-
-
Method Details
-
get