Uses of Interface
org.apache.jetspeed.page.document.Node

Packages that use Node
org.apache.jetspeed.om.folder   
org.apache.jetspeed.om.page This package represents an Object Model for manipulating portal "pages" describing the layout process for a specific page to the aggregation engine. 
org.apache.jetspeed.page   
org.apache.jetspeed.page.document   
 

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

Subinterfaces of Node in org.apache.jetspeed.om.folder
 interface Folder
          Folder
 

Uses of Node in org.apache.jetspeed.om.page
 

Subinterfaces of Node in org.apache.jetspeed.om.page
 interface ContentPage
          PageFragment is a volatile wrapper around a Page metadata object for use in rendering.
 interface Document
           Document
 interface Link
           Link
 interface Page
          This interface represents a complete page document used by Jetspeed to layout a user-customizable portal page.
 interface PageSecurity
           Security
 

Uses of Node in org.apache.jetspeed.page
 

Methods in org.apache.jetspeed.page with parameters of type Node
 void PageManagerEventListener.newNode(Node node)
          newNode - invoked when the definition of a node is created by the page manager or when the node creation is otherwise detected
 void PageManagerEventListener.removedNode(Node node)
          removedNode - invoked when the definition of a node is removed by the page manager or when the node removal is otherwise detected
 void PageManagerEventListener.updatedNode(Node node)
          updatedNode - invoked when the definition of a node is updated by the page manager or when the node modification is otherwise detected
 

Uses of Node in org.apache.jetspeed.page.document
 

Methods in org.apache.jetspeed.page.document that return Node
 Node NodeSet.get(String name)
           get
 Node Node.getParent()
           getParent
 

Methods in org.apache.jetspeed.page.document with parameters of type Node
 void NodeSet.add(Node node)
           
 boolean NodeSet.contains(Node node)
           
 void Node.setParent(Node parent)
           setParent
 



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