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

Packages that use Document
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.document   
org.apache.jetspeed.spaces   
 

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

Subinterfaces of Document 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 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 Document in org.apache.jetspeed.page.document
 

Methods in org.apache.jetspeed.page.document that return Document
 Document DocumentHandler.getDocument(java.lang.String name)
           
 Document DocumentHandler.getDocument(java.lang.String name, boolean fromCahe)
           
 

Methods in org.apache.jetspeed.page.document with parameters of type Document
 void DocumentHandler.removeDocument(Document document)
           
 void DocumentHandler.updateDocument(Document document)
           
 

Uses of Document in org.apache.jetspeed.spaces
 

Subinterfaces of Document in org.apache.jetspeed.spaces
 interface Dashboard
          Container for spaces
 



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