Uses of Interface
org.apache.jetspeed.om.page.Link

Packages that use Link
org.apache.jetspeed.om.folder   
org.apache.jetspeed.page   
org.apache.jetspeed.spaces   
 

Uses of Link in org.apache.jetspeed.om.folder
 

Methods in org.apache.jetspeed.om.folder that return Link
 Link Folder.getLink(java.lang.String name)
           getLink
 

Uses of Link in org.apache.jetspeed.page
 

Methods in org.apache.jetspeed.page that return Link
 Link PageManager.copyLink(Link source, java.lang.String path)
          Copy the source link creating and returning a new copy of the link
 Link PageManager.getLink(Folder folder, java.lang.String name)
           getLink
 Link PageManager.getLink(java.lang.String name)
           getLink
 Link PageManager.newLink(java.lang.String path)
          Creates a new empty Link instance
 

Methods in org.apache.jetspeed.page with parameters of type Link
 Link PageManager.copyLink(Link source, java.lang.String path)
          Copy the source link creating and returning a new copy of the link
 void PageManager.removeLink(Link link)
          Remove a link.
 void PageManager.updateLink(Link link)
          Update a link in persistent storage
 

Uses of Link in org.apache.jetspeed.spaces
 

Methods in org.apache.jetspeed.spaces that return types with arguments of type Link
 java.util.List<Link> Spaces.listLinks(Space space)
          List all links in the given space
 



Copyright © 1999-2011 The Apache Software Foundation. All Rights Reserved.