Uses of Class
com.cassinidivision.oce.navigation.N_WebSite

Packages that use N_WebSite
com.cassinidivision.oce.navigation A business framework for constructing web site navigation systems. 
com.cassinidivision.oce.rendering The OCE core rendering functionality, templates, components and exceptions. 
 

Uses of N_WebSite in com.cassinidivision.oce.navigation
 

Methods in com.cassinidivision.oce.navigation that return N_WebSite
static N_WebSite N_WebSite.webSiteWithNameInEditingContext(String aName, EOEditingContext ec)
          Fetch the web site with the given name.
 

Methods in com.cassinidivision.oce.navigation with parameters of type N_WebSite
static N_Section N_Section.sectionWithMetaSectionInSite(C_MetaSection aMetaSection, N_WebSite aSite, EOEditingContext anEditingContext)
          Loads and returns one of the sections in the given site which is granted the given metasection.
static N_Section N_Section.sectionWithSectionPathInSite(String aSectionPath, N_WebSite aSite, EOEditingContext anEditingContext)
          Retrieves the section for the given section path and site, using the given editing context.
static N_Section C_Feature_NavigationHelper.nearestSectionInSiteToSectionForFeature(N_WebSite currentSite, N_Section currentSection, C_Feature aFeature)
          Locates the closest section to the given site/section which is deemed a legal location for the given feature.
 

Uses of N_WebSite in com.cassinidivision.oce.rendering
 

Methods in com.cassinidivision.oce.rendering that return N_WebSite
static N_WebSite URLParser.webSiteForRequest(WORequest aRequest, EOEditingContext ec)
          Retrieve the OCE web site instance corresponding to the request details.
static N_WebSite RenderingHelper.currentWebSite(RenderingSession aSession)
          Retrieve the current web site recorded in the rendering context (if any).
 

Methods in com.cassinidivision.oce.rendering with parameters of type N_WebSite
static N_Section URLParser.sectionForRequest(WORequest aRequest, EOEditingContext editingContext, N_WebSite aSite)
          Retrieve the current OCE section relating to the request received.
static NSArray URLParser.handlerURIComponentsForRequest(WORequest aRequest, N_WebSite aSite, N_Section aSection)
          Retrieve the handler URI components from the request.