Uses of Class
org.apache.jetspeed.portalsite.view.SiteView

Packages that use SiteView
org.apache.jetspeed.om.folder.proxy   
org.apache.jetspeed.om.page.proxy   
org.apache.jetspeed.page.document.proxy   
org.apache.jetspeed.portalsite.impl   
org.apache.jetspeed.portalsite.view   
 

Uses of SiteView in org.apache.jetspeed.om.folder.proxy
 

Methods in org.apache.jetspeed.om.folder.proxy with parameters of type SiteView
static org.apache.jetspeed.om.folder.Folder FolderProxy.newInstance(SiteView view, String locatorName, org.apache.jetspeed.om.folder.Folder parentFolder, org.apache.jetspeed.om.folder.Folder folder)
          newInstance - creates a new proxy instance that implements the Folder interface
 

Constructors in org.apache.jetspeed.om.folder.proxy with parameters of type SiteView
FolderProxy(SiteView view, String locatorName, org.apache.jetspeed.om.folder.Folder parentFolder, org.apache.jetspeed.om.folder.Folder folder)
          FolderProxy - private constructor used by newInstance()
 

Uses of SiteView in org.apache.jetspeed.om.page.proxy
 

Methods in org.apache.jetspeed.om.page.proxy with parameters of type SiteView
static org.apache.jetspeed.om.page.Link LinkProxy.newInstance(SiteView view, String locatorName, org.apache.jetspeed.om.folder.Folder parentFolder, org.apache.jetspeed.om.page.Link link)
          newInstance - creates a new proxy instance that implements the Link interface
static org.apache.jetspeed.om.page.Page PageProxy.newInstance(SiteView view, String locatorName, org.apache.jetspeed.om.folder.Folder parentFolder, org.apache.jetspeed.om.page.Page page)
          newInstance - creates a new proxy instance that implements the Page interface
 

Constructors in org.apache.jetspeed.om.page.proxy with parameters of type SiteView
LinkProxy(SiteView view, String locatorName, org.apache.jetspeed.om.folder.Folder parentFolder, org.apache.jetspeed.om.page.Link link)
          LinkProxy - private constructor used by newInstance()
PageProxy(SiteView view, String locatorName, org.apache.jetspeed.om.folder.Folder parentFolder, org.apache.jetspeed.om.page.Page page)
          PageProxy - private constructor used by newInstance()
 

Uses of SiteView in org.apache.jetspeed.page.document.proxy
 

Constructors in org.apache.jetspeed.page.document.proxy with parameters of type SiteView
NodeProxy(SiteView view, String locatorName, org.apache.jetspeed.om.folder.Folder parent, String name, boolean hidden)
          NodeProxy - constructor
 

Uses of SiteView in org.apache.jetspeed.portalsite.impl
 

Fields in org.apache.jetspeed.portalsite.impl declared as SiteView
private  SiteView PortalSiteSessionContextImpl.siteView
          siteView - session site view
 

Methods in org.apache.jetspeed.portalsite.impl that return SiteView
 SiteView PortalSiteSessionContextImpl.getSiteView()
          getSiteView - lookup and/or create site view for profile locators of this context
 

Methods in org.apache.jetspeed.portalsite.impl with parameters of type SiteView
private  List MenuImpl.constructMenuElements(PortalSiteRequestContextImpl context, SiteView view, String options, List overrideElementProxies, int depth, boolean paths, boolean regexp, String locatorName, String order)
          constructMenuElements - construct ordered list of menu elements in context/site view using specified element selection parameters; also sets up the elementRelative flag while constructing the menu elements
 

Uses of SiteView in org.apache.jetspeed.portalsite.view
 

Fields in org.apache.jetspeed.portalsite.view declared as SiteView
private  SiteView SiteViewProxy.view
          view - site view this proxy is part of
 

Methods in org.apache.jetspeed.portalsite.view that return SiteView
 SiteView SiteViewProxy.getView()
          getView - return site view for this proxy
 

Constructors in org.apache.jetspeed.portalsite.view with parameters of type SiteView
SiteViewProxy(SiteView view, String locatorName)
          SiteViewProxy - constructor
 



Copyright © 1999-2007 Apache Software Foundation. All Rights Reserved.