Uses of Class
org.apache.jetspeed.page.document.proxy.NodeProxy

Packages that use NodeProxy
org.apache.jetspeed.om.folder.proxy   
org.apache.jetspeed.om.page.proxy   
org.apache.jetspeed.page.document.proxy   
 

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

Subclasses of NodeProxy 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 NodeProxy in org.apache.jetspeed.om.page.proxy
 

Subclasses of NodeProxy 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 NodeProxy in org.apache.jetspeed.page.document.proxy
 

Methods in org.apache.jetspeed.page.document.proxy that return NodeProxy
static NodeProxy NodeProxy.getNodeProxy(Object node)
          getNodeProxy - utility method to access NodeProxy handler from Node proxy instance
 



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