|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
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 | |
org.apache.jetspeed.portalsite | |
org.apache.jetspeed.spaces |
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 |
BaseConcretePageElement
This interface represents a concrete page document used by Jetspeed to define a portal page. |
interface |
BaseFragmentsElement
This interface represents a generic document with fragments. |
interface |
BasePageElement
This interface represents a generic page document used by Jetspeed to layout a portal page. |
interface |
Document
Document |
interface |
DynamicPage
This interface represents a dynamic page document used by Jetspeed to define a user-customizable portal page. |
interface |
FragmentDefinition
This interface represents a document that defines a fragment hierarchy that can be referenced by other fragments. |
interface |
Link
Link |
interface |
Page
This interface represents a complete page document used by Jetspeed to define a user-customizable portal page. |
interface |
PageSecurity
Security |
interface |
PageTemplate
This interface represents a page template document used by Jetspeed to define portal pages. |
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 |
PageManager.notifyUpdatedNode(Node node)
Notify page manager listeners that node modification was externally 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(java.lang.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 |
Uses of Node in org.apache.jetspeed.portalsite |
---|
Methods in org.apache.jetspeed.portalsite that return Node | |
---|---|
Node |
MenuElement.getManagedNode()
getManagedNode - get underlying managed concrete Node associated with menu element; note that the node returned is not necessarily deterministic if the mapping of profiled folders, pages, and links is not mapped 1:1 |
Node |
MenuElement.getNode()
getNode - get Node proxy from site view associated with element |
Uses of Node in org.apache.jetspeed.spaces |
---|
Subinterfaces of Node in org.apache.jetspeed.spaces | |
---|---|
interface |
Dashboard
Container for spaces |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |