Interface SxSource

  • All Known Implementing Classes:
    SxDocumentSource, SxResourceSource

    public interface SxSource
    Skin extension source. Can be a document, a resource file, or anything else.
    Since:
    1.7M2
    Version:
    $Id: d98074ebf472ee81c0c6701a6b1d9d8803ac9dcd $
    • Method Detail

      • getLastModifiedDate

        long getLastModifiedDate()
        Returns:
        the last date at which the extension source has been modified.
      • getContent

        String getContent()
        Returns:
        the content of the extension source. For example, a javascript script for a javascript extension.
      • getCachePolicy

        SxSource.CachePolicy getCachePolicy()
        Returns:
        the cache policy associated with this extension source.