Class DemoUploadSchemeDocumentDataProvider
java.lang.Object
com.levigo.jadice.web.demo.common.server.dataprovider.DemoUploadSchemeDocumentDataProvider
- All Implemented Interfaces:
DocumentDataProvider<UriSource,
,UriHandle> UriBasedDocumentDataProvider
@Component
@ConditionalOnProperty(prefix="webtoolkit",
name="demoUriProviderUploadEnabled",
havingValue="true",
matchIfMissing=true)
public class DemoUploadSchemeDocumentDataProvider
extends Object
implements UriBasedDocumentDataProvider
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
Reads a part of the document to load.void
Partially recovers aDocument
identified by the givenPageSegmentHandle
.void
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface com.levigo.jadice.web.server.UriBasedDocumentDataProvider
createSourceHandle, getSchemes, pertainsTo
-
Constructor Details
-
DemoUploadSchemeDocumentDataProvider
public DemoUploadSchemeDocumentDataProvider()
-
-
Method Details
-
setBasicFileUploadService
-