Class Source
java.lang.Object
com.levigo.jadice.web.shared.model.Source
- All Implemented Interfaces:
SelfClassName
,Serializable
- Direct Known Subclasses:
ClassPathWithRenderControlsSource
,CompositeSource
,PasswordContainingSource
,ServerBasedDnDSource
A Source identifies a Document to read.
The implementor is free to create an implementation of a Source with fields and methods specific
to his use case.
Usually, a Source will at least contain a UUID of the associated document. In one of its simplest
usages, a Source can be represented by just a DataURL to a document.
- See Also:
-
Field Summary
Fields inherited from interface com.levigo.jadice.web.shared.model.SelfClassName
selfClassName
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
Source
public Source()
-