java.lang.Object
com.levigo.jadice.web.shared.model.Source
com.levigo.jadice.web.demo.common.shared.service.sources.CompositeSource
All Implemented Interfaces:
Serializable

public class CompositeSource extends Source
Source for clientside defined composite documents.
See Also:
  • Field Details

  • Constructor Details

    • CompositeSource

      public CompositeSource()
    • CompositeSource

      public CompositeSource(List<String> resources, String identifier)
      Creates a new CompositeSource with the given identifier
      Parameters:
      resources - the resources of the contained files
      identifier - the identifier for the source
    • CompositeSource

      public CompositeSource(String resourcesString, String identifier)
      Creates a new CompositeSource 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

      public List<String> getResources()
    • getIdentifier

      public String getIdentifier()