Skip navigation links

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

E17273-01


Uses of Class
oracle.stellent.wcm.server.content.ProviderContent

Packages that use ProviderContent
oracle.stellent.wcm.server.content   
oracle.stellent.wcm.server.content.impl   
oracle.stellent.wcm.server.request.logic   
oracle.stellent.wcm.server.request.logic.dataFile   
oracle.stellent.wcm.server.request.logic.placeholder   

 

Uses of ProviderContent in oracle.stellent.wcm.server.content

 

Fields in oracle.stellent.wcm.server.content with type parameters of type ProviderContent
static ContentCache.Key<ProviderContent> ContentCache.KEY_WEB_CONTENT
           

 

Methods in oracle.stellent.wcm.server.content that return ProviderContent
 ProviderContent ContentFactory.getStagedFile(ContentID contentID, SiteRequest siteRequest)
          Retrieve the path to the file in the JSP context
 ProviderContent ContentFactory.getStagedFile(ContentID contentID, SiteRequest siteRequest, java.lang.String cacheKey)
          Retrieve the path to the file in the JSP context.

 

Methods in oracle.stellent.wcm.server.content with parameters of type ProviderContent
 boolean ContentSecurityHandler.hasAccess(SiteRequest siteRequest, ProviderContent webContent)
          Determine if the given identity has access to the content.

 

Uses of ProviderContent in oracle.stellent.wcm.server.content.impl

 

Methods in oracle.stellent.wcm.server.content.impl with parameters of type ProviderContent
 boolean DefaultContentSecurityHandler.hasAccess(SiteRequest siteRequest, ProviderContent webContent)
          Determine if the given identity has access to the content.

 

Uses of ProviderContent in oracle.stellent.wcm.server.request.logic

 

Methods in oracle.stellent.wcm.server.request.logic with parameters of type ProviderContent
 boolean RequestLogic.checkSecurity(T request, ProviderContent content)
          Check the security of this content item.

 

Uses of ProviderContent in oracle.stellent.wcm.server.request.logic.dataFile

 

Methods in oracle.stellent.wcm.server.request.logic.dataFile that return ProviderContent
 ProviderContent DataFileLogic.getContent(DataFileRequest request)
           

 

Uses of ProviderContent in oracle.stellent.wcm.server.request.logic.placeholder

 

Methods in oracle.stellent.wcm.server.request.logic.placeholder that return ProviderContent
 ProviderContent PlaceholderLogic.loadDataFile(PlaceholderRequest placeholderRequest, ContentID contentID)
          Load the data file

 

Methods in oracle.stellent.wcm.server.request.logic.placeholder with parameters of type ProviderContent
 void PlaceholderLogic.determineDefinitionAndTemplate(PlaceholderRequest placeholderRequest, Placeholder placeholder, ProviderContent dataFile)
          Determine the definition and template by examining the current placeholder information.

 


Skip navigation links

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

E17273-01


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