Skip navigation links

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

E17273-03


oracle.stellent.wcm.client
Class SiteContextBuilder

java.lang.Object
  extended by oracle.stellent.wcm.client.SiteContextBuilder

Direct Known Subclasses:
ServletSiteContextBuilder

public class SiteContextBuilder
extends java.lang.Object

Constructor Summary
SiteContextBuilder(ClientApplication clientApplication)
           

 

Method Summary
 SiteContext createSiteContext(RequestContext request, boolean initPathFromRequest)
          Create the SiteContext for this request
 SiteContext createSiteContext(RequestContext request, UrlContext urlContext, boolean initPathFromRequest)
          Create the SiteContext for this request
 UrlSiteMatcher.SiteMatcher getUrlSiteMatcher()
           
protected  void initSiteContext(RequestContext request, SiteContext siteContext, boolean initPathFromRequest)
          Initialize the SiteContext object

 

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

 

Constructor Detail

SiteContextBuilder

public SiteContextBuilder(ClientApplication clientApplication)

Method Detail

createSiteContext

public SiteContext createSiteContext(RequestContext request,
                                     boolean initPathFromRequest)
Create the SiteContext for this request
Parameters:
request - the request
initPathFromRequest - true to initialize the path from the current request
Returns:
the site context

createSiteContext

public SiteContext createSiteContext(RequestContext request,
                                     UrlContext urlContext,
                                     boolean initPathFromRequest)
Create the SiteContext for this request
Parameters:
request - the request
site - url context
initPathFromRequest - true to initialize the path from the current request
Returns:
the site context

initSiteContext

protected void initSiteContext(RequestContext request,
                               SiteContext siteContext,
                               boolean initPathFromRequest)
Initialize the SiteContext object
Parameters:
request - the request
siteContext - the site context
initPathFromRequest - true to initialize the path from the request

getUrlSiteMatcher

public UrlSiteMatcher.SiteMatcher getUrlSiteMatcher()

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.