Package | Description |
---|---|
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 |
Modifier and Type | Interface and Description |
---|---|
interface |
Folder
Folder
|
Modifier and Type | Interface and Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
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
|
Modifier and Type | Method and Description |
---|---|
Node |
NodeSet.get(String name)
get
|
Node |
Node.getParent()
getParent
|
Modifier and Type | Method and Description |
---|---|
Iterator<Node> |
NodeSet.iterator() |
Modifier and Type | Method and Description |
---|---|
void |
NodeSet.add(Node node) |
boolean |
NodeSet.contains(Node node) |
void |
Node.setParent(Node parent)
setParent
|
Modifier and Type | Method and Description |
---|---|
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
|
Modifier and Type | Interface and Description |
---|---|
interface |
Dashboard
Container for spaces
|
Copyright © 1999–2016 The Apache Software Foundation. All rights reserved.