Uses of Class
de.enough.polish.content.source.ContentSource

Packages that use ContentSource
de.enough.polish.content Classes for managing and caching arbitrary content. 
de.enough.polish.content.source Allows to load contents from arbitrary sources. 
de.enough.polish.content.source.impl Allows to load contents from arbitrary sources. 
 

Uses of ContentSource in de.enough.polish.content
 

Subclasses of ContentSource in de.enough.polish.content
 class ContentLoader
          An implementation of ContentSource that uses the memory to store and load content.
 

Constructors in de.enough.polish.content with parameters of type ContentSource
ContentLoader(ContentSource source)
          Creates a new ContentLoader instance with a default Storage index and a ContentSource
ContentLoader(StorageIndex index, ContentSource source)
          Creates a new ContentLoader instance with the given StorageIndex and a given ContentSource instance
 

Uses of ContentSource in de.enough.polish.content.source
 

Methods in de.enough.polish.content.source with parameters of type ContentSource
 void ContentSource.attachSource(ContentSource source)
          Sets the source for this ContentSource and registers this ContentSource as a listener in the source
 void ContentSource.detachSource(ContentSource source)
          Removes this ContentSource from the listeners of the current source and sets the source to null
 

Uses of ContentSource in de.enough.polish.content.source.impl
 

Subclasses of ContentSource in de.enough.polish.content.source.impl
 class HttpContentSource
          A sample HttpContentSource that receives byte[]
 class ResourceContentSource
          A sample HttpContentSource that receives byte[]
 class RmsContentStorage
          Defines a content storage using the RMS