Skip navigation links

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

E17273-03


Uses of Class
oracle.stellent.wcm.client.model.SiteContext

Packages that use SiteContext
oracle.stellent.wcm.client   
oracle.stellent.wcm.client.invokers   
oracle.stellent.wcm.client.script   
oracle.stellent.wcm.javaee   

 

Uses of SiteContext in oracle.stellent.wcm.client

 

Methods in oracle.stellent.wcm.client that return SiteContext
 SiteContext SiteContextBuilder.createSiteContext(RequestContext request, boolean initPathFromRequest)
          Create the SiteContext for this request
 SiteContext SiteContextBuilder.createSiteContext(RequestContext request, UrlContext urlContext, boolean initPathFromRequest)
          Create the SiteContext for this request
 SiteContext RequestContext.getSiteContext()
           

 

Methods in oracle.stellent.wcm.client with parameters of type SiteContext
protected  void SiteContextBuilder.initSiteContext(RequestContext request, SiteContext siteContext, boolean initPathFromRequest)
          Initialize the SiteContext object
 void SitePathBuilder.populateContext(SiteContext siteContext, boolean overwrite)
          Populate the SiteContext with the pattern values for UrlRequest.UrlRoot.Site and UrlRequest.UrlRoot.PublicDir.
 void RequestContext.setSiteContext(SiteContext siteContext)
          Set the site context on this request

 

Uses of SiteContext in oracle.stellent.wcm.client.invokers

 

Methods in oracle.stellent.wcm.client.invokers that return SiteContext
 SiteContext SiteRequestInvoker.getSiteContext()
           

 

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

 

Methods in oracle.stellent.wcm.client.script with parameters of type SiteContext
static java.util.List<SectionNode> ScriptMethods.filterSections(SiteContext siteContext, java.util.List sections)
          Filter a section list to remove inactive sections and contributor-only sections if not in contribution mode.
static boolean ScriptMethods.isNodeInNavigationPath(SiteContext siteContext, java.lang.String nodeID, boolean includeHome)
          Look to see if the current node is in the navigation path
static java.util.List ScriptMethods.listSectionsForRows(SiteContext siteContext, int startLevel, int stopLevel, boolean includeHome)
          Create a list of sections matching the given parameters.
static SectionNode ScriptMethods.lookupSection(SiteContext siteContext, java.lang.String id)
          Lookup a section by path or ID
static void ScriptMethods.setConsumptionMode(SiteContext siteContext)
          Set the siteContext mode to Consumption

 

Uses of SiteContext in oracle.stellent.wcm.javaee

 

Methods in oracle.stellent.wcm.javaee with parameters of type SiteContext
protected  void ServletSiteContextBuilder.initSiteContext(RequestContext request, SiteContext siteContext, java.net.URL requestURL, boolean initPathFromRequest)
          Initialize the SiteContext object

 


Skip navigation links

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

E17273-03


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