Class CompositeSource
java.lang.Object
com.levigo.jadice.web.shared.model.Source
com.levigo.jadice.web.demo.common.shared.service.sources.CompositeSource
- All Implemented Interfaces:
Serializable
Source for clientside defined composite documents.
- See Also:
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionCompositeSource
(String resourcesString, String identifier) Creates a newCompositeSource
with the given resources and identifierCompositeSource
(List<String> resources, String identifier) Creates a newCompositeSource
with the given identifier -
Method Summary
-
Field Details
-
TYPE
- See Also:
-
-
Constructor Details
-
CompositeSource
public CompositeSource() -
CompositeSource
Creates a newCompositeSource
with the given identifier- Parameters:
resources
- the resources of the contained filesidentifier
- the identifier for the source
-
CompositeSource
Creates a newCompositeSource
with the given resources and identifier- Parameters:
resourcesString
- the resources of the composite document. The different resources must be separated with a ";"identifier
- the identifier for the source
-
-
Method Details
-
getResources
-
getIdentifier
-