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 Folder FolderProxy.newInstance(SiteView view, java.lang.String locatorName, Folder parentFolder, Folder folder)
          newInstance - creates a new proxy instance that implements the Folder interface
 

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

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

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, java.lang.String locatorName, Folder parent, java.lang.String name, boolean hidden)
          NodeProxy - constructor
 

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

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
 

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

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, java.lang.String locatorName)
          SiteViewProxy - constructor
 



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