Skip navigation links

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

E17273-02


Uses of Class
oracle.stellent.wcm.server.content.spi.ContentStream

Packages that use ContentStream
oracle.stellent.wcm.client.script   
oracle.stellent.wcm.javaee.servlet.proxy.handlers   
oracle.stellent.wcm.server.content.spi   
oracle.stellent.wcm.server.content.spi.fs   

 

Uses of ContentStream in oracle.stellent.wcm.client.script

 

Methods in oracle.stellent.wcm.client.script that return ContentStream
static ContentStream ScriptMethods.loadContent(ClientApplication clientApplication, java.lang.String dDocName)
          Load some content from the configured content adapter
static ContentStream ScriptMethods.loadDataFile(ClientApplication clientApplication, java.lang.String dDocName, ContentAdapter.DataFileParams params)
          Load a data file or dynamic conversion from the Content Server.
static ContentStream ScriptMethods.loadRendition(ClientApplication clientApplication, java.lang.String dDocName, java.lang.String rendition)
          Load a specific content rendition from the Content Server.

 

Uses of ContentStream in oracle.stellent.wcm.javaee.servlet.proxy.handlers

 

Methods in oracle.stellent.wcm.javaee.servlet.proxy.handlers with parameters of type ContentStream
protected  boolean FileHandler.checkIfModifiedSince(ServletRequestContext requestContext, ContentStream stream)
          Check the "If-Modified-Since" header and respond appropriately
protected  void FileHandler.updateProxyResponse(ServletRequestContext requestContext, ContentStream contentStream, ProxyResponse proxyResponse)
          Update the proxy response object

 

Uses of ContentStream in oracle.stellent.wcm.server.content.spi

 

Methods in oracle.stellent.wcm.server.content.spi that return ContentStream
 ContentStream ContentAdapter.loadContent(ContentURI uri)
          Load content from the provider via the ContentURI obtained from the call to ContentAdapter.getContentUri(oracle.stellent.wcm.server.content.spi.ContentID, oracle.stellent.ridc.model.DataBinder).

 

Uses of ContentStream in oracle.stellent.wcm.server.content.spi.fs

 

Subclasses of ContentStream in oracle.stellent.wcm.server.content.spi.fs
protected static class FSLocalModifiedContentAdapter.ModifiedContentStream
          Wrapper for the ContentStream that allows for setting a new modified date

 

Methods in oracle.stellent.wcm.server.content.spi.fs that return ContentStream
 ContentStream FileSystemLoader.ContentLoader.loadContent()
           
 ContentStream FSContentAdapter.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).
 ContentStream FSLocalModifiedContentAdapter.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).
 ContentStream FileSystemLoader.readAndStoreStream(FileSystemLoader.ContentLoader contentLoader, java.lang.String path, java.lang.String... lockKeyList)
          Read the stream from the underlying store; if not found, refresh the stream

 

Methods in oracle.stellent.wcm.server.content.spi.fs with parameters of type ContentStream
protected  boolean FSServiceAdapter.checkTTL(oracle.stellent.ridc.model.DataBinder dataBinder, oracle.stellent.ridc.IdcContext idcContext, ContentStream contentStream, FSServiceAdapter.CacheInfo cacheInfo)
          Check the Time to Live for the give cached stream

 

Constructors in oracle.stellent.wcm.server.content.spi.fs with parameters of type ContentStream
FSLocalModifiedContentAdapter.ModifiedContentStream(ContentStream base)
           

 


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.