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

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

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

Subclasses of SiteViewProxy in org.apache.jetspeed.om.folder.proxy
 class FolderProxy
          This class proxies PSML Folder instances to create a logical view of site content using the Dynamic Proxy pattern.
 

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

Subclasses of SiteViewProxy in org.apache.jetspeed.om.page.proxy
 class LinkProxy
          This class proxies PSML Link instances to create a logical view of site content using the Dynamic Proxy pattern.
 class PageProxy
          This class proxies PSML Page instances to create a logical view of site content using the Dynamic Proxy pattern.
 

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

Subclasses of SiteViewProxy in org.apache.jetspeed.page.document.proxy
 class NodeProxy
          This class proxies Node instances to create a logical view of site content.
 

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

Methods in org.apache.jetspeed.portalsite.view that return SiteViewProxy
static SiteViewProxy SiteViewProxy.getSiteViewProxy(Object proxy)
          getSiteViewProxy - utility method to access SiteViewProxy handler from a proxy instance
 



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