Skip navigation links

Oracle® Fusion Middleware Site Studio for External Applications Java API Reference
11g Release 1 (11.1.1)

E17273-02


oracle.stellent.wcm.server.content.spi.fs
Class FSLocalModifiedContentAdapter

java.lang.Object
  extended by oracle.stellent.wcm.server.content.spi.fs.FSContentAdapter
      extended by oracle.stellent.wcm.server.content.spi.fs.FSLocalModifiedContentAdapter

All Implemented Interfaces:
ContentAdapter

public class FSLocalModifiedContentAdapter
extends FSContentAdapter

Special extended implementation that loads content from the local runtime path if available


Nested Class Summary
protected static class FSLocalModifiedContentAdapter.ModifiedContentStream
          Wrapper for the ContentStream that allows for setting a new modified date

 

Nested classes/interfaces inherited from interface oracle.stellent.wcm.server.content.spi.ContentAdapter
ContentAdapter.DataFileParams, ContentAdapter.RenditionParams

 

Constructor Summary
FSLocalModifiedContentAdapter(StagingConfiguration stagingConfig, FileSystemLoader fsLoader, IdcClientFactory idcFactory, CacheDeleteQueue cacheDeleteQueue, java.io.File rootDir)
           

 

Method Summary
 java.io.File getRootDir()
           
 ContentStream loadContent(ContentURI contentURI)
          Load content from the provider via the URI obtained from the call to FSContentAdapter.getContentUri(oracle.stellent.wcm.server.content.spi.ContentID, oracle.stellent.ridc.model.DataBinder).

 

Methods inherited from class oracle.stellent.wcm.server.content.spi.fs.FSContentAdapter
flushAllContent, flushContent, flushResourceContent, getContentUri, getDataFileUri, getRenditionUri, loadMetadata, parseWebPath

 

Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

 

Constructor Detail

FSLocalModifiedContentAdapter

public FSLocalModifiedContentAdapter(StagingConfiguration stagingConfig,
                                     FileSystemLoader fsLoader,
                                     IdcClientFactory idcFactory,
                                     CacheDeleteQueue cacheDeleteQueue,
                                     java.io.File rootDir)

Method Detail

getRootDir

public java.io.File getRootDir()

loadContent

public ContentStream loadContent(ContentURI contentURI)
                          throws oracle.stellent.ridc.IdcClientException,
                                 java.io.IOException
Load content from the provider via the URI obtained from the call to FSContentAdapter.getContentUri(oracle.stellent.wcm.server.content.spi.ContentID, oracle.stellent.ridc.model.DataBinder).
Specified by:
loadContent in interface ContentAdapter
Overrides:
loadContent in class FSContentAdapter
Parameters:
contentURI - the content URI
Returns:
the content stream
Throws:
oracle.stellent.ridc.IdcClientException
java.io.IOException

Skip navigation links

Oracle® Fusion Middleware Site Studio for External Applications Java API Reference
11g Release 1 (11.1.1)

E17273-02


Copyright © 2010, 2011, Oracle and/or its affiliates. All rights reserved.