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 TypeMethodDescriptionvoidReads a part of the document to load.voidPartially recovers aDocumentidentified by the givenPageSegmentHandle.voidMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com.levigo.jadice.web.server.UriBasedDocumentDataProvider
createSourceHandle, getSchemes, pertainsTo
-
Constructor Details
-
DemoUploadSchemeDocumentDataProvider
public DemoUploadSchemeDocumentDataProvider()
-
-
Method Details
-
setBasicFileUploadService
-